[GitHub] [hadoop] slfan1989 commented on pull request #4250: YARN-11121:Conditional judgment Add in getClusterMetrics

2022-05-01 Thread GitBox
slfan1989 commented on PR #4250: URL: https://github.com/apache/hadoop/pull/4250#issuecomment-1114552633 I need to ask a question, is it necessary to use a multi-threaded method when acquiring sub-clusters, can it not be traversed directly through a for loop? I tried to rewrite part of the

[GitHub] [hadoop] ashutoshcipher commented on pull request #4244: YARN-11119. Backport YARN-10538 to branch-2.10

2022-05-01 Thread GitBox
ashutoshcipher commented on PR #4244: URL: https://github.com/apache/hadoop/pull/4244#issuecomment-1114538988 @aajisaka - Please review this PR. 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 above to

[GitHub] [hadoop] tomscut commented on a diff in pull request #4178: HDFS-16543. Keep default value of dfs.datanode.directoryscan.throttle.limit.ms.pe…

2022-05-01 Thread GitBox
tomscut commented on code in PR #4178: URL: https://github.com/apache/hadoop/pull/4178#discussion_r862542228 ## hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml: ## @@ -885,7 +885,7 @@ dfs.datanode.directoryscan.throttle.limit.ms.per.sec - 1000 + -1

[GitHub] [hadoop] tomscut commented on pull request #4192: HDFS-16256. Minor fix in HDFSFederationBalance document

2022-05-01 Thread GitBox
tomscut commented on PR #4192: URL: https://github.com/apache/hadoop/pull/4192#issuecomment-1114374806 Thanks @ashutoshcipher for your contribution. Thanks @ayushtkn for your review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [hadoop] tomscut merged pull request #4192: HDFS-16256. Minor fix in HDFSFederationBalance document

2022-05-01 Thread GitBox
tomscut merged PR #4192: URL: https://github.com/apache/hadoop/pull/4192 -- 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...@hadoo

[GitHub] [hadoop] tomscut merged pull request #4251: HDFS-16528. Reconfigure slow peer enable for Namenode (#4186)

2022-05-01 Thread GitBox
tomscut merged PR #4251: URL: https://github.com/apache/hadoop/pull/4251 -- 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...@hadoo

[GitHub] [hadoop] tomscut commented on pull request #4251: HDFS-16528. Reconfigure slow peer enable for Namenode (#4186)

2022-05-01 Thread GitBox
tomscut commented on PR #4251: URL: https://github.com/apache/hadoop/pull/4251#issuecomment-1114372327 The failed unit test is unrelated to the change. -- 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 g

[jira] [Work logged] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?focusedWorklogId=764811&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764811 ] ASF GitHub Bot logged work on HADOOP-18219: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4254: HADOOP-18219. Fix shadedclient test failure

2022-05-01 Thread GitBox
hadoop-yetus commented on PR #4254: URL: https://github.com/apache/hadoop/pull/4254#issuecomment-1114367092 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?focusedWorklogId=764807&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764807 ] ASF GitHub Bot logged work on HADOOP-18219: --- Author: ASF GitHub B

[GitHub] [hadoop] aajisaka commented on pull request #4253: HADOOP-18219. Revert "HADOOP-15983. Use jersey-json that is built to use jackson2 (#3988)"

2022-05-01 Thread GitBox
aajisaka commented on PR #4253: URL: https://github.com/apache/hadoop/pull/4253#issuecomment-1114343345 Thanks @GauthamBanasandra for your report and thanks @pjfanning for your comment. I opened #4254 to fix the exclusion. Would you check the PR? -- This is an automated message from the A

[jira] [Work logged] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?focusedWorklogId=764806&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764806 ] ASF GitHub Bot logged work on HADOOP-18219: --- Author: ASF GitHub B

[GitHub] [hadoop] aajisaka opened a new pull request, #4254: HADOOP-18219. Fix shadedclient test failure

2022-05-01 Thread GitBox
aajisaka opened a new pull request, #4254: URL: https://github.com/apache/hadoop/pull/4254 ### Description of PR Fix the following ClassNotFoundException in shadedclient test: ``` Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory

[GitHub] [hadoop] hadoop-yetus commented on pull request #4252: HDFS-16566 Erasure Coding: Recovery may causes excess replicas when busy DN exsits

2022-05-01 Thread GitBox
hadoop-yetus commented on PR #4252: URL: https://github.com/apache/hadoop/pull/4252#issuecomment-1114336995 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[jira] [Work logged] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?focusedWorklogId=764791&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764791 ] ASF GitHub Bot logged work on HADOOP-18219: --- Author: ASF GitHub B

[GitHub] [hadoop] pjfanning commented on pull request #4253: HADOOP-18219. Revert "HADOOP-15983. Use jersey-json that is built to use jackson2 (#3988)"

2022-05-01 Thread GitBox
pjfanning commented on PR #4253: URL: https://github.com/apache/hadoop/pull/4253#issuecomment-1114302721 If you think reverting the changes altogether is best, then feel free to do this. The PR you are reverting had pom changes for hadoop-client-minicluster including exclusions of the jaxb

[jira] [Work logged] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?focusedWorklogId=764785&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764785 ] ASF GitHub Bot logged work on HADOOP-18219: --- Author: ASF GitHub B

[GitHub] [hadoop] GauthamBanasandra commented on pull request #4253: HADOOP-18219. Revert "HADOOP-15983. Use jersey-json that is built to use jackson2 (#3988)"

2022-05-01 Thread GitBox
GauthamBanasandra commented on PR #4253: URL: https://github.com/apache/hadoop/pull/4253#issuecomment-1114297367 Hi @pjfanning, @aajisaka, @steveloughran, This commit has broken the shadedclient tests on Debian 10 - https://github.com/apache/hadoop/commit/63187083cc3b9bb1c1e90e692e271

[jira] [Work logged] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?focusedWorklogId=764781&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-764781 ] ASF GitHub Bot logged work on HADOOP-18219: --- Author: ASF GitHub B

[jira] [Updated] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-18219: Labels: pull-request-available (was: ) > Fix shadedclient test failure > ---

[GitHub] [hadoop] GauthamBanasandra opened a new pull request, #4253: HADOOP-18219. Revert "HADOOP-15983. Use jersey-json that is built to use jackson2 (#3988)"

2022-05-01 Thread GitBox
GauthamBanasandra opened a new pull request, #4253: URL: https://github.com/apache/hadoop/pull/4253 ### Description of PR This reverts commit 63187083cc3b9bb1c1e90e692e271958561f9cc8. This commit seems to break the shadedclient tests on Debian 10 - https://github.com/apache/h

[jira] [Assigned] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread Gautham Banasandra (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gautham Banasandra reassigned HADOOP-18219: --- Assignee: PJ Fanning (was: Gautham Banasandra) > Fix shadedclient test fa

[jira] [Created] (HADOOP-18219) Fix shadedclient test failure

2022-05-01 Thread Gautham Banasandra (Jira)
Gautham Banasandra created HADOOP-18219: --- Summary: Fix shadedclient test failure Key: HADOOP-18219 URL: https://issues.apache.org/jira/browse/HADOOP-18219 Project: Hadoop Common Issue T

[GitHub] [hadoop] hadoop-yetus commented on pull request #4252: HDFS-16566 Erasure Coding: Recovery may causes excess replicas when busy DN exsits

2022-05-01 Thread GitBox
hadoop-yetus commented on PR #4252: URL: https://github.com/apache/hadoop/pull/4252#issuecomment-1114242055 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hadoop-yetus commented on pull request #4251: HDFS-16528. Reconfigure slow peer enable for Namenode (#4186)

2022-05-01 Thread GitBox
hadoop-yetus commented on PR #4251: URL: https://github.com/apache/hadoop/pull/4251#issuecomment-1114163750 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hadoop-yetus commented on pull request #4251: HDFS-16528. Reconfigure slow peer enable for Namenode (#4186)

2022-05-01 Thread GitBox
hadoop-yetus commented on PR #4251: URL: https://github.com/apache/hadoop/pull/4251#issuecomment-1114162949 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe