HADOOP-17229. No updation of bytes received counter value after respo…#5
Open
arjun4084346 wants to merge 1 commit intoHADOOP-17065_branch-2.10from
Open
HADOOP-17229. No updation of bytes received counter value after respo…#5arjun4084346 wants to merge 1 commit intoHADOOP-17065_branch-2.10from
arjun4084346 wants to merge 1 commit intoHADOOP-17065_branch-2.10from
Conversation
…nse failure occurs in ABFS (apache#2264) Contributed by Mehakmeet Singh (cherry picked from commit 0d85515)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…nse failure occurs in ABFS (apache#2264)
Contributed by Mehakmeet Singh
(cherry picked from commit 0d85515)
Description of PR
It is a clean cherry pick of commit 0d85515
I am trying to backport fix for https://issues.apache.org/jira/browse/HADOOP-17215 (apache#2246). In order to cleanly cherry pick this commit from branch-3.3 to branch-2.10 , I need to cherry pick several other commits before I pick this one. The commit being picked in this PR is one of those several commits.
How was this patch tested?
Ran mvn test -pl hadoop-tools/hadoop-azure
No new unit tests fail.
Ran all integration abfs tests using mvn -T 1C -Dparallel-tests=abfs clean verify with my storage account arjundev.dfs.core.windows.net
Storage account's Primary location: East US, Secondary location: West US
No tests failed. There are 17 errors; these were negative test cases where error was expected.
`
[INFO] Results:
[INFO]
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0
[INFO] Results:
[INFO]
[WARNING] Tests run: 151, Failures: 0, Errors: 0, Skipped: 24
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCheckAccess.:67->getTestUserFs:79 » IllegalArgument
[ERROR] ITestAzureBlobFileSystemCreate.testFilterFSWriteAfterClose:182 » IO java.io.Fi...
[ERROR] ITestAzureBlobFileSystemE2E.testFlushWithFileNotFoundException:224 » IO java.i...
[ERROR] ITestAzureBlobFileSystemE2E.testWriteWithFileNotFoundException:204 » IO java.i...
[ERROR] ITestAzureBlobFileSystemRenameWhenDelete>ITestAzureBlobFileSystemDelete.testDeleteDirectory:103 » AbfsRestOperation
[ERROR] ITestAzureBlobFileSystemRenameWhenDelete>ITestAzureBlobFileSystemDelete.testDeleteFirstLevelDirectory:140 » AbfsRestOperation
[ERROR] ITestAzureBlobFileSystemRenameWhenDelete>ITestAzureBlobFileSystemDelete.testDeleteRoot:65 » IO
[INFO]
[ERROR] Tests run: 429, Failures: 0, Errors: 17, Skipped: 242
`
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?