[ 
https://issues.apache.org/jira/browse/HADOOP-19280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17915912#comment-17915912
 ] 

ASF GitHub Bot commented on HADOOP-19280:
-----------------------------------------

bhattmanish98 commented on PR #7307:
URL: https://github.com/apache/hadoop/pull/7307#issuecomment-2606329855

   ============================================================
   HNS-OAuth
   ============================================================
   
   [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 2
   [WARNING] Tests run: 654, Failures: 0, Errors: 0, Skipped: 82
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 25
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 23
   
   ============================================================
   HNS-SharedKey
   ============================================================
   
   [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 3
   [WARNING] Tests run: 654, Failures: 0, Errors: 0, Skipped: 34
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 25
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 10
   
   ============================================================
   NonHNS-SharedKey
   ============================================================
   
   [ERROR] 
testBackoffRetryMetrics(org.apache.hadoop.fs.azurebfs.services.TestAbfsRestOperation)
  Time elapsed: 2.541 s  <<< ERROR!
   [ERROR] 
testReadFooterMetrics(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics) 
 Time elapsed: 0.84 s  <<< ERROR!
   [ERROR] 
testMetricWithIdlePeriod(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 0.849 s  <<< ERROR!
   [ERROR] 
testReadFooterMetricsWithParquetAndNonParquet(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 0.836 s  <<< ERROR!
   
   [ERROR] Tests run: 159, Failures: 0, Errors: 1, Skipped: 9
   [ERROR] Tests run: 638, Failures: 0, Errors: 3, Skipped: 274
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 27
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 11
   
   ============================================================
   AppendBlob-HNS-OAuth
   ============================================================
   
   [WARNING] Tests run: 159, Failures: 0, Errors: 0, Skipped: 2
   [WARNING] Tests run: 654, Failures: 0, Errors: 0, Skipped: 84
   [WARNING] Tests run: 171, Failures: 0, Errors: 0, Skipped: 49
   [WARNING] Tests run: 262, Failures: 0, Errors: 0, Skipped: 23
   
   Fixes for failed test result is here: 
https://github.com/apache/hadoop/pull/7306




> ABFS: Initialize ABFS client timer only when metric collection is enabled
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-19280
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19280
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/azure
>    Affects Versions: 3.4.0, 3.4.1
>            Reporter: Manish Bhatt
>            Assignee: Manish Bhatt
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.5.0
>
>
> In the current flow, we are initializing the timer of the 
> {{abfs-timer-client}} outside the metric collection enable check. As a 
> result, for each file system, when the {{AbfsClient}} object is initialized, 
> it spawns a thread to evaluate the time of the ABFS client. Since we are 
> purging/closing the timer inside the metric collection check, these threads 
> are not being closed, causing them to persist in a long-lived state. To fix 
> this, we are moving the timer initialization inside the condition



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to