[
https://issues.apache.org/jira/browse/HADOOP-17862?focusedWorklogId=641625&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-641625
]
ASF GitHub Bot logged work on HADOOP-17862:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Aug/21 11:43
Start Date: 25/Aug/21 11:43
Worklog Time Spent: 10m
Work Description: sumangala-patki commented on pull request #3331:
URL: https://github.com/apache/hadoop/pull/3331#issuecomment-905424970
TEST RESULTS
HNS Account Location: East US 2
NonHNS Account Location: East US 2, Central US
```
AppendBlob HNS OAuth
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 1
[ERROR] Failures:
[ERROR]
ITestAbfsStreamStatistics.testAbfsStreamOps:140->Assert.assertTrue:42->Assert.fail:89
The actual value of 99 was not equal to the expected value
[ERROR] Errors:
[ERROR]
ITestAzureBlobFileSystemLease.testTwoWritersCreateAppendNoInfiniteLease:178->twoWriters:166
» IO
[ERROR] Tests run: 558, Failures: 1, Errors: 1, Skipped: 98
[ERROR] Errors:
[ERROR]
ITestAzureBlobFileSystemE2EScale.testWriteHeavyBytesToFileAcrossThreads:77 »
TestTimedOut
[ERROR]
ITestSmallWriteOptimization>AbstractAbfsScaleTest.setup:49->AbstractAbfsIntegrationTest.setup:174->AbstractAbfsIntegrationTest.createFileSystem:303
» FileAlreadyExists
[ERROR] Tests run: 259, Failures: 0, Errors: 2, Skipped: 75
HNS OAuth
[ERROR] Failures:
[ERROR]
TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
The actual value 14 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 1, Errors: 0, Skipped: 1
[WARNING] Tests run: 558, Failures: 0, Errors: 0, Skipped: 98
[ERROR] Errors:
[ERROR]
ITestAzureBlobFileSystemBasics>FileSystemContractBaseTest.testRenameDirectoryMoveToExistingDirectory:526
» TestTimedOut
[ERROR] Tests run: 259, Failures: 0, Errors: 1, Skipped: 52
HNS SharedKey
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 2
[WARNING] Tests run: 558, Failures: 0, Errors: 0, Skipped: 54
[WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 40
NonHNS SharedKey
[WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR]
ITestAbfsRestOperationException.testCustomTokenFetchRetryCount:93->testWithDifferentCustomTokenFetchRetry:122->Assert.assertTrue:42->Assert.fail:89
Number of token fetch retries (4) done, does not match with
fs.azure.custom.token.fetch.retry.count configured (0)
[ERROR] Tests run: 558, Failures: 1, Errors: 0, Skipped: 276
[WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 40
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 641625)
Time Spent: 50m (was: 40m)
> ABFS: Fix unchecked cast compiler warning for AbfsListStatusRemoteIterator
> --------------------------------------------------------------------------
>
> Key: HADOOP-17862
> URL: https://issues.apache.org/jira/browse/HADOOP-17862
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure
> Affects Versions: 3.3.1
> Reporter: Sumangala Patki
> Assignee: Sumangala Patki
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Hadoop yetus run shows a java compiler warning for unchecked casting of
> Object to Iterator<FileStatus> in a method of AbfsListStatusRemoteIterator
> class. This can be resolved by introducing a new class to hold the iterator
> and exception thrown when applicable.
>
> hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsListStatusRemoteIterator.java:97:38:[unchecked]
> unchecked cast
>
> This task will also add logging to facilitate better investigation of the
> transient failure tracked in HADOOP-17797.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]