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

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

                Author: ASF GitHub Bot
            Created on: 01/Aug/21 02:48
            Start Date: 01/Aug/21 02:48
    Worklog Time Spent: 10m 
      Work Description: sumangala-patki edited a comment on pull request #2975:
URL: https://github.com/apache/hadoop/pull/2975#issuecomment-889861923


   TEST RESULTS
   
   HNS Account Location: East US 2
   NonHNS Account Location: East US 2, Central US
   
   ```
   HNS OAuth
   
   [ERROR] Failures: 
   [ERROR]   
TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
 The actual value 11 is not within the expected range: [5.60, 8.40].
   [ERROR] Tests run: 103, Failures: 1, Errors: 0, Skipped: 1
   [ERROR] Errors: 
   [ERROR]   ITestAzureBlobFileSystemLease.testWriteAfterBreakLease:240 » 
TestTimedOut test...
   [ERROR] Tests run: 558, Failures: 0, Errors: 1, Skipped: 98 
   [ERROR] Errors: 
   [ERROR]   
ITestAbfsFileSystemContractSecureDistCp>AbstractContractDistCpTest.testDistCpWithIterator:635
 » TestTimedOut 
   [ERROR] Tests run: 271, Failures: 0, Errors: 1, Skipped: 52
   
   AppendBlob HNS-OAuth
   
   [ERROR] Failures: 
   [ERROR]   
TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
 The actual value 9 is not within the expected range: [5.60, 8.40].
   [ERROR] Tests run: 103, Failures: 1, 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]   
ITestAbfsFileSystemContractSecureDistCp>AbstractContractDistCpTest.testDistCpWithIterator:635
 » TestTimedOut 
   [ERROR] Tests run: 271, Failures: 0, Errors: 1, Skipped: 76
   
   HNS-SharedKey
   
   [WARNING] Tests run: 103, Failures: 0, Errors: 0, Skipped: 2
   [WARNING] Tests run: 558, Failures: 0, Errors: 0, Skipped: 54
   [ERROR] Errors: 
   [ERROR]   
ITestAbfsFileSystemContractDistCp>AbstractContractDistCpTest.testDistCpWithIterator:635
 » TestTimedOut
   [ERROR]   
ITestAbfsFileSystemContractSecureDistCp>AbstractContractDistCpTest.testDistCpWithIterator:635
 » TestTimedOut 
   [ERROR] Tests run: 271, Failures: 0, Errors: 2, Skipped: 40
   
   NonHNS-SharedKey
   
   [WARNING] Tests run: 103, Failures: 0, Errors: 0, Skipped: 2
   [WARNING] Tests run: 558, Failures: 0, Errors: 0, Skipped: 276
   [ERROR] Errors: 
   [ERROR]   
ITestAbfsFileSystemContractDistCp>AbstractContractDistCpTest.testDistCpWithIterator:635
 » TestTimedOut
   [ERROR]   
ITestAbfsFileSystemContractSecureDistCp>AbstractContractDistCpTest.testDistCpWithIterator:635
 » TestTimedOut
   [ERROR] Tests run: 271, Failures: 0, Errors: 2, Skipped: 40
   ```
   
   JIRAs to track failures: 
[TestAbfsClientThrottlingAnalyzer](https://issues.apache.org/jira/browse/HADOOP-17826),
 [DistCp test](https://issues.apache.org/jira/browse/HADOOP-17628), 
[testAbfsStreamOps](https://issues.apache.org/jira/browse/HADOOP-17716), 
[ITestAzureBlobFileSystemLease](https://issues.apache.org/jira/browse/HADOOP-17781)


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 632026)
    Time Spent: 4h 50m  (was: 4h 40m)

> ABFS: Support FileStatus input to OpenFileWithOptions() via OpenFileParameters
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-17682
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17682
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Sumangala Patki
>            Assignee: Sumangala Patki
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> ABFS open methods require certain information (contentLength, eTag, etc) to  
> to create an InputStream for the file at the given path. This information is 
> retrieved via a GetFileStatus request to backend.
> However, client applications may often have access to the FileStatus prior to 
> invoking the open API. Providing this FileStatus to the driver through the 
> OpenFileParameters argument of openFileWithOptions() can help avoid the call 
> to Store for FileStatus.
> This PR adds handling for the FileStatus instance (if any) provided via the 
> OpenFileParameters argument.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to