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

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

anujmodi2021 commented on PR #4262:
URL: https://github.com/apache/hadoop/pull/4262#issuecomment-2246985287

   ------------------------------
   :::: AGGREGATED TEST RESULT ::::
   
   ============================================================
   HNS-OAuth
   ============================================================
   
   [ERROR] 
testBackoffRetryMetrics(org.apache.hadoop.fs.azurebfs.services.TestAbfsRestOperation)
  Time elapsed: 3.604 s  <<< ERROR!
   [ERROR] 
testReadFooterMetrics(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics) 
 Time elapsed: 1.503 s  <<< ERROR!
   [ERROR] 
testMetricWithIdlePeriod(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 1.371 s  <<< ERROR!
   [ERROR] 
testReadFooterMetricsWithParquetAndNonParquet(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 1.372 s  <<< ERROR!
   
   [ERROR] Tests run: 143, Failures: 0, Errors: 1, Skipped: 2
   [ERROR] Tests run: 626, Failures: 0, Errors: 3, Skipped: 76
   [WARNING] Tests run: 414, Failures: 0, Errors: 0, Skipped: 57
   
   ============================================================
   HNS-SharedKey
   ============================================================
   
   [ERROR] 
testBackoffRetryMetrics(org.apache.hadoop.fs.azurebfs.services.TestAbfsRestOperation)
  Time elapsed: 3.124 s  <<< ERROR!
   [ERROR] 
testReadFooterMetrics(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics) 
 Time elapsed: 1.026 s  <<< ERROR!
   [ERROR] 
testMetricWithIdlePeriod(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 0.905 s  <<< ERROR!
   [ERROR] 
testReadFooterMetricsWithParquetAndNonParquet(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 1.012 s  <<< ERROR!
   
   [ERROR] Tests run: 143, Failures: 0, Errors: 1, Skipped: 3
   [ERROR] Tests run: 626, Failures: 0, Errors: 3, Skipped: 28
   [WARNING] Tests run: 414, Failures: 0, Errors: 0, Skipped: 44
   
   ============================================================
   NonHNS-SharedKey
   ============================================================
   
   [ERROR] 
testBackoffRetryMetrics(org.apache.hadoop.fs.azurebfs.services.TestAbfsRestOperation)
  Time elapsed: 3.484 s  <<< ERROR!
   [ERROR] 
testReadFooterMetrics(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics) 
 Time elapsed: 1.076 s  <<< ERROR!
   [ERROR] 
testMetricWithIdlePeriod(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 1.079 s  <<< ERROR!
   [ERROR] 
testReadFooterMetricsWithParquetAndNonParquet(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 1.028 s  <<< ERROR!
   
   [ERROR] Tests run: 143, Failures: 0, Errors: 1, Skipped: 9
   [ERROR] Tests run: 610, Failures: 0, Errors: 3, Skipped: 268
   [WARNING] Tests run: 414, Failures: 0, Errors: 0, Skipped: 47
   
   ============================================================
   AppendBlob-HNS-OAuth
   ============================================================
   
   [ERROR] 
testBackoffRetryMetrics(org.apache.hadoop.fs.azurebfs.services.TestAbfsRestOperation)
  Time elapsed: 3.495 s  <<< ERROR!
   [ERROR] 
testReadFooterMetrics(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics) 
 Time elapsed: 1.195 s  <<< ERROR!
   [ERROR] 
testMetricWithIdlePeriod(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 1.239 s  <<< ERROR!
   [ERROR] 
testReadFooterMetricsWithParquetAndNonParquet(org.apache.hadoop.fs.azurebfs.ITestAbfsReadFooterMetrics)
  Time elapsed: 1.205 s  <<< ERROR!
   
   [ERROR] Tests run: 143, Failures: 0, Errors: 1, Skipped: 2
   [ERROR] Tests run: 626, Failures: 0, Errors: 3, Skipped: 78
   [WARNING] Tests run: 414, Failures: 0, Errors: 0, Skipped: 81
   
   Time taken: 55 mins 19 secs.
   




> Azure Token provider requires tenant and client IDs despite being optional
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-18542
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18542
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/azure, hadoop-thirdparty
>    Affects Versions: 3.3.2, 3.3.3, 3.3.4
>            Reporter: Carl
>            Priority: Major
>              Labels: pull-request-available
>
> The `AbfsConfiguration` class requires that we provide a tenant and client ID 
> when using the `MsiTokenProvider` class to fetch an authentication token. The 
> bug is that those fields are not required by the Azure API, which can infer 
> those fields when the call is made from an Azure instance.
> The fix is to make tenant and client ID optional when getting an Azure token 
> from the Azure Metadata Service.
> A fix has been submitted here: [https://github.com/apache/hadoop/pull/4262]
> The bug was introduced with HADOOP-17725  
> ([https://github.com/apache/hadoop/pull/3041/files])



--
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