[ 
https://issues.apache.org/jira/browse/HADOOP-17863?focusedWorklogId=642169&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-642169
 ]

ASF GitHub Bot logged work on HADOOP-17863:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Aug/21 07:37
            Start Date: 26/Aug/21 07:37
    Worklog Time Spent: 10m 
      Work Description: sumangala-patki commented on pull request #3332:
URL: https://github.com/apache/hadoop/pull/3332#issuecomment-906169455


   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] Failures: 
   [ERROR]   
ITestAbfsReadWriteAndSeek.testReadAndWriteWithDifferentBufferSizesAndSeek:66->testReadWriteAndSeek:101
 [Retry was required due to issue on server side] expected:<[0]> but was:<[1]>
   [ERROR] Tests run: 259, Failures: 1, Errors: 0, Skipped: 76
   
   HNS-OAuth
   
   [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 1
   [WARNING] Tests run: 558, Failures: 0, Errors: 0, Skipped: 98
   [WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 52
   
   HNS-SharedKey
   
   [ERROR] Failures: 
   [ERROR]   
TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
 The actual value 10 is not within the expected range: [5.60, 8.40].
   [ERROR] Tests run: 106, Failures: 1, 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
   [WARNING] Tests run: 558, Failures: 0, Errors: 0, Skipped: 276
   [WARNING] Tests run: 259, Failures: 0, Errors: 0, Skipped: 40
   ```
   
   JIRAs tracking above failures: 
[testAbfsStreamOps](https://issues.apache.org/jira/browse/HADOOP-17716), 
[ITestAzureBlobFileSystemLease](https://issues.apache.org/jira/browse/HADOOP-17781),
 
[TestAbfsClientThrottlingAnalyzer](https://issues.apache.org/jira/browse/HADOOP-17826)


-- 
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: 642169)
    Time Spent: 0.5h  (was: 20m)

> ABFS: Fix compiler deprecation warning in TextFileBasedIdentityHandler
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-17863
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17863
>             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: 0.5h
>  Remaining Estimate: 0h
>
> TextFileBasedIdentityHandler uses an instance of LineIterator whose 
> closeQuietly method has been deprecated, resulting in compiler warnings 
> during yetus runs. Fix by leveraging a try-with-resources block to avoid the 
> explicit call to closeQuietly by the LineIterator instance.
> hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/utils/TextFileBasedIdentityHandler.java:192:18:[deprecation]
>  closeQuietly(LineIterator) in LineIterator has been deprecated



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to