Description
ITestAzureBlobFileSystemDelete .testDeleteIdempotency failing
looks like caused by HADOOP-17934 and not a bug in that patch, just a mockito based test case which needs fixing now a new method is called.
java.lang.IllegalArgumentException: Operations has null HTTP response
at org.apache.hadoop.thirdparty.com.google.common.base.Preconditions.checkArgument(Preconditions.java:144)
at org.apache.hadoop.fs.azurebfs.services.AbfsClient.deleteIdempotencyCheckOp(AbfsClient.java:830)
at org.apache.hadoop.fs.azurebfs.ITestAzureBlobFileSystemDelete.testDeleteIdempotency(ITestAzureBlobFileSystemDelete.java:196)
Attachments
Issue Links
- is caused by
-
HADOOP-17934 NullPointerException when no HTTP response set on AbfsRestOperation
- Resolved
- Is contained by
-
HADOOP-18002 abfs rename idempotency broken -remove recovery
- Resolved