[GitHub] [hadoop] tomscut commented on pull request #3211: HDFS-16131. Show storage type for failed volumes on namenode web

2021-07-25 Thread GitBox
tomscut commented on pull request #3211: URL: https://github.com/apache/hadoop/pull/3211#issuecomment-886414534 Thanks @Hexiaoqiao for your review and merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[jira] [Work logged] (HADOOP-17682) ABFS: Support FileStatus input to OpenFileWithOptions() via OpenFileParameters

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17682?focusedWorklogId=627539&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627539 ] ASF GitHub Bot logged work on HADOOP-17682: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #2975: HADOOP-17682. ABFS: Support FileStatus input to OpenFileWithOptions() via OpenFileParameters

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #2975: URL: https://github.com/apache/hadoop/pull/2975#issuecomment-886410429 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :o

[jira] [Work logged] (HADOOP-17765) ABFS: Use Unique File Paths in Tests

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17765?focusedWorklogId=627538&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627538 ] ASF GitHub Bot logged work on HADOOP-17765: --- Author: ASF GitHub B

[GitHub] [hadoop] sumangala-patki commented on a change in pull request #3153: HADOOP-17765. ABFS: Use Unique File Paths in Tests

2021-07-25 Thread GitBox
sumangala-patki commented on a change in pull request #3153: URL: https://github.com/apache/hadoop/pull/3153#discussion_r676312572 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsStatistics.java ## @@ -213,12 +213,12 @@ public void

[jira] [Work logged] (HADOOP-17770) WASB : Support disabling buffered reads in positional reads

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17770?focusedWorklogId=627522&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627522 ] ASF GitHub Bot logged work on HADOOP-17770: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3233: HADOOP-17770 WASB : Support disabling buffered reads in positional reads

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3233: URL: https://github.com/apache/hadoop/pull/3233#issuecomment-886371697 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :o

[GitHub] [hadoop] Hexiaoqiao commented on pull request #3211: HDFS-16131. Show storage type for failed volumes on namenode web

2021-07-25 Thread GitBox
Hexiaoqiao commented on pull request #3211: URL: https://github.com/apache/hadoop/pull/3211#issuecomment-886370477 Committed to trunk. Thanks @tomscut for your report and contributions! -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [hadoop] Hexiaoqiao merged pull request #3211: HDFS-16131. Show storage type for failed volumes on namenode web

2021-07-25 Thread GitBox
Hexiaoqiao merged pull request #3211: URL: https://github.com/apache/hadoop/pull/3211 -- 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-issue

[jira] [Work logged] (HADOOP-17770) WASB : Support disabling buffered reads in positional reads

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17770?focusedWorklogId=627503&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627503 ] ASF GitHub Bot logged work on HADOOP-17770: --- Author: ASF GitHub B

[GitHub] [hadoop] anoopsjohn opened a new pull request #3233: HADOOP-17770 WASB : Support disabling buffered reads in positional reads

2021-07-25 Thread GitBox
anoopsjohn opened a new pull request #3233: URL: https://github.com/apache/hadoop/pull/3233 ## NOTICE Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request which starts with the corresponding JIRA issue number. (e.g.

[GitHub] [hadoop] zhihaixu2012 commented on a change in pull request #3175: HDFS-16111. Add a configuration to RoundRobinVolumeChoosingPolicy to …

2021-07-25 Thread GitBox
zhihaixu2012 commented on a change in pull request #3175: URL: https://github.com/apache/hadoop/pull/3175#discussion_r676253601 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml ## @@ -2657,6 +2657,17 @@ + + dfs.datanode.round-robin-vol

[GitHub] [hadoop] hadoop-yetus commented on pull request #3232: HDFS-16141. Address permission related issues with File / Directory

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3232: URL: https://github.com/apache/hadoop/pull/3232#issuecomment-886315088 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[jira] [Work logged] (HADOOP-17812) NPE in S3AInputStream read() after failure to reconnect to store

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17812?focusedWorklogId=627494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627494 ] ASF GitHub Bot logged work on HADOOP-17812: --- Author: ASF GitHub B

[GitHub] [hadoop] wbo4958 commented on pull request #3222: HADOOP-17812. NPE in S3AInputStream read() after failure to reconnect to store

2021-07-25 Thread GitBox
wbo4958 commented on pull request #3222: URL: https://github.com/apache/hadoop/pull/3222#issuecomment-886314881 Hi @steveloughran I modified the unit tests which can cover the NPE described in the JIRA, and I ran the Integration tests and some tests failed. I don't know if the faile

[jira] [Commented] (HADOOP-17812) NPE in S3AInputStream read() after failure to reconnect to store

2021-07-25 Thread Bobby Wang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386993#comment-17386993 ] Bobby Wang commented on HADOOP-17812: - Hi [~ste...@apache.org] Thx for your commen

[jira] [Updated] (HADOOP-17812) NPE in S3AInputStream read() after failure to reconnect to store

2021-07-25 Thread Bobby Wang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bobby Wang updated HADOOP-17812: Attachment: s3a-test.tar.gz > NPE in S3AInputStream read() after failure to reconnect to store >

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627471&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627471 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886241434 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :o

[GitHub] [hadoop] prasad-acit commented on a change in pull request #3232: HDFS-16141. Address permission related issues with File / Directory

2021-07-25 Thread GitBox
prasad-acit commented on a change in pull request #3232: URL: https://github.com/apache/hadoop/pull/3232#discussion_r676183032 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileCreation.java ## @@ -1313,6 +1313,10 @@ public void testFil

[jira] [Work logged] (HADOOP-17814) Provide fallbacks for identity/cost providers and backoff enable

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17814?focusedWorklogId=627468&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627468 ] ASF GitHub Bot logged work on HADOOP-17814: --- Author: ASF GitHub B

[GitHub] [hadoop] virajjasani commented on pull request #3230: HADOOP-17814. Provide fallbacks for identity/cost providers and backoff enable

2021-07-25 Thread GitBox
virajjasani commented on pull request #3230: URL: https://github.com/apache/hadoop/pull/3230#issuecomment-886237821 @aajisaka Could you please review? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hadoop] prasad-acit opened a new pull request #3232: HDFS-16141. Address permission related issues with File / Directory

2021-07-25 Thread GitBox
prasad-acit opened a new pull request #3232: URL: https://github.com/apache/hadoop/pull/3232 HDFS-16141. Address permission related issues with File / Directory -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hadoop] aajisaka merged pull request #2891: Bump http-proxy from 1.18.0 to 1.18.1 in /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp

2021-07-25 Thread GitBox
aajisaka merged pull request #2891: URL: https://github.com/apache/hadoop/pull/2891 -- 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-

[GitHub] [hadoop] aajisaka commented on pull request #3229: HDFS-16140. TestBootstrapAliasmap fails by BindException.

2021-07-25 Thread GitBox
aajisaka commented on pull request #3229: URL: https://github.com/apache/hadoop/pull/3229#issuecomment-886231639 The test failures are not related. - TestDecommissioningStatus, TestDecommissioningStatusWithBackoffMonitor: HDFS-12188 - TestEditLogTailer: Filed HDFS-16143 -- This is

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627463&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627463 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627464&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627464 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886229545 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hadoop.apac

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886229504 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :o

[GitHub] [hadoop] aajisaka merged pull request #3227: HDFS-12920. HDFS default value change (with adding time unit) breaks old version MR tarball work with Hadoop 3.x

2021-07-25 Thread GitBox
aajisaka merged pull request #3227: URL: https://github.com/apache/hadoop/pull/3227 -- 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-

[GitHub] [hadoop] aajisaka commented on pull request #3227: HDFS-12920. HDFS default value change (with adding time unit) breaks old version MR tarball work with Hadoop 3.x

2021-07-25 Thread GitBox
aajisaka commented on pull request #3227: URL: https://github.com/apache/hadoop/pull/3227#issuecomment-886229280 Thank you @iwasakims and @virajjasani for your review. - TestBootstrapAliasmap: Filed HDFS-16140 - TestObserverNode: Filed HDFS-16142 -- This is an automated message

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627455&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627455 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886216360 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hadoop.apac

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627453&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627453 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886211465 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627452&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627452 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886196253 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hadoop.apac

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627450&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627450 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886194890 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[jira] [Commented] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread Gautham Banasandra (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386879#comment-17386879 ] Gautham Banasandra commented on HADOOP-17815: - Verified that Hadoop builds

[jira] [Updated] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread Gautham Banasandra (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautham Banasandra updated HADOOP-17815: Attachment: build-log-centos-7.zip > Run CI for Centos 7 > --- >

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627447&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627447 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3231: URL: https://github.com/apache/hadoop/pull/3231#issuecomment-886192221 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at https://ci-hadoop.apac

[jira] [Work logged] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?focusedWorklogId=627445&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627445 ] ASF GitHub Bot logged work on HADOOP-17815: --- Author: ASF GitHub B

[jira] [Updated] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-17815: Labels: pull-request-available (was: ) > Run CI for Centos 7 > --- > >

[GitHub] [hadoop] GauthamBanasandra opened a new pull request #3231: HADOOP-17815. Run CI for Centos 7

2021-07-25 Thread GitBox
GauthamBanasandra opened a new pull request #3231: URL: https://github.com/apache/hadoop/pull/3231 * Need to run the CI for Centos 7 platform since it's a supported platform. * The CI will run on this platform only when there's C++ file/C++ build/platform related changes.

[jira] [Updated] (HADOOP-17815) Run CI for Centos 7

2021-07-25 Thread Gautham Banasandra (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautham Banasandra updated HADOOP-17815: Summary: Run CI for Centos 7 (was: CI for Centos 7) > Run CI for Centos 7 >

[jira] [Created] (HADOOP-17815) CI for Centos 7

2021-07-25 Thread Gautham Banasandra (Jira)
Gautham Banasandra created HADOOP-17815: --- Summary: CI for Centos 7 Key: HADOOP-17815 URL: https://issues.apache.org/jira/browse/HADOOP-17815 Project: Hadoop Common Issue Type: Improveme

[jira] [Work logged] (HADOOP-17814) Provide fallbacks for identity/cost providers and backoff enable

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17814?focusedWorklogId=627444&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627444 ] ASF GitHub Bot logged work on HADOOP-17814: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3230: HADOOP-17814. Provide fallbacks for identity/cost providers and backoff enable

2021-07-25 Thread GitBox
hadoop-yetus commented on pull request #3230: URL: https://github.com/apache/hadoop/pull/3230#issuecomment-886180096 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :o

[jira] [Commented] (HADOOP-17770) WASB : Support disabling buffered reads in positional reads

2021-07-25 Thread Surendra Singh Lilhore (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386832#comment-17386832 ] Surendra Singh Lilhore commented on HADOOP-17770: - Committed to trunk, 

[jira] [Work logged] (HADOOP-17770) WASB : Support disabling buffered reads in positional reads

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17770?focusedWorklogId=627435&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627435 ] ASF GitHub Bot logged work on HADOOP-17770: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-17770) WASB : Support disabling buffered reads in positional reads

2021-07-25 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17770?focusedWorklogId=627434&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627434 ] ASF GitHub Bot logged work on HADOOP-17770: --- Author: ASF GitHub B

[GitHub] [hadoop] surendralilhore merged pull request #3223: Addendum HADOOP-17770 WASB : Support disabling buffered reads in positional reads - Added the invalid SpotBugs warning to findbugs-exclude.

2021-07-25 Thread GitBox
surendralilhore merged pull request #3223: URL: https://github.com/apache/hadoop/pull/3223 -- 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-

[GitHub] [hadoop] surendralilhore commented on pull request #3223: Addendum HADOOP-17770 WASB : Support disabling buffered reads in positional reads - Added the invalid SpotBugs warning to findbugs-ex

2021-07-25 Thread GitBox
surendralilhore commented on pull request #3223: URL: https://github.com/apache/hadoop/pull/3223#issuecomment-886161010 +1 -- 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.

[jira] [Updated] (HADOOP-17814) Provide fallbacks for identity/cost providers and backoff enable

2021-07-25 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani updated HADOOP-17814: -- Status: Patch Available (was: In Progress) > Provide fallbacks for identity/cost providers a

[jira] [Work started] (HADOOP-17814) Provide fallbacks for identity/cost providers and backoff enable

2021-07-25 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-17814 started by Viraj Jasani. - > Provide fallbacks for identity/cost providers and backoff enable > ---