[GitHub] [hadoop] hadoop-yetus commented on pull request #4361: YARN-11165. Use default java.policy when no group policy is set.

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

[GitHub] [hadoop] bambrow opened a new pull request, #4361: YARN-11165. Use default java.policy when no group policy is set.

2022-05-26 Thread GitBox
bambrow opened a new pull request, #4361: URL: https://github.com/apache/hadoop/pull/4361 ### Description of PR https://issues.apache.org/jira/browse/YARN-11165 When JavaSandboxLinuxContainerRuntime is used, we can specify yarn.nodemanager.runtime.linux.sandbox-mode.policy

[GitHub] [hadoop] ayushtkn merged pull request #4356: HDFS-15225. RBF: Add snapshot counts to content summary in router.

2022-05-26 Thread GitBox
ayushtkn merged PR #4356: URL: https://github.com/apache/hadoop/pull/4356 -- 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:

[GitHub] [hadoop] hadoop-yetus commented on pull request #4311: HDFS-13522: IPC changes to support observer reads through routers.

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #4357: HDFS-16595. Slow peer metrics - add median, mad and upper latency limits

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #4357: HDFS-16595. Slow peer metrics - add median, mad and upper latency limits

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

[GitHub] [hadoop] ZanderXu commented on pull request #4155: HDFS-16533. COMPOSITE_CRC failed between replicated file and striped …

2022-05-26 Thread GitBox
ZanderXu commented on PR #4155: URL: https://github.com/apache/hadoop/pull/4155#issuecomment-1139220381 Another way to fix this bug like: Line319 ~ Line331 just replaced by following code: ``` long consumedLastBlockLength = Math.min(length - sumBlockLengths,

[GitHub] [hadoop] ZanderXu commented on pull request #4155: HDFS-16533. COMPOSITE_CRC failed between replicated file and striped …

2022-05-26 Thread GitBox
ZanderXu commented on PR #4155: URL: https://github.com/apache/hadoop/pull/4155#issuecomment-1139217179 Update the patch to fix check style -- 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

[GitHub] [hadoop] ZanderXu closed pull request #468: fix bug which the iMax is not work in MutableRatesWithAggregation

2022-05-26 Thread GitBox
ZanderXu closed pull request #468: fix bug which the iMax is not work in MutableRatesWithAggregation URL: https://github.com/apache/hadoop/pull/468 -- 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

[GitHub] [hadoop] ZanderXu closed pull request #394: fix the bug of the refresh disk configuration

2022-05-26 Thread GitBox
ZanderXu closed pull request #394: fix the bug of the refresh disk configuration URL: https://github.com/apache/hadoop/pull/394 -- 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.

[GitHub] [hadoop] ZanderXu commented on pull request #4339: HDFS-16587. Allow configuring the number of JournalNodeRPCServer Hand…

2022-05-26 Thread GitBox
ZanderXu commented on PR #4339: URL: https://github.com/apache/hadoop/pull/4339#issuecomment-1139195603 Thanks @ayushtkn. The patch has been updated, please help me review it again. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [hadoop] virajjasani commented on pull request #4357: HDFS-16595. Slow peer metrics - add median, mad and upper latency limits

2022-05-26 Thread GitBox
virajjasani commented on PR #4357: URL: https://github.com/apache/hadoop/pull/4357#issuecomment-1139184516 @tomscut @jojochuang @saintstack Could you please review this PR? The QA failures with `cmake-compile` in the Jenkins build are not relevant. -- This is an automated message from

[GitHub] [hadoop] ZanderXu commented on a diff in pull request #4360: HDFS-16596. Improve the processing capability of FsDatasetAsyncDiskSe…

2022-05-26 Thread GitBox
ZanderXu commented on code in PR #4360: URL: https://github.com/apache/hadoop/pull/4360#discussion_r883193453 ## hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml: ## @@ -3003,10 +3003,10 @@ - dfs.datanode.fsdatasetasyncdisk.max.threads.per.volume - 4

[jira] [Work logged] (HADOOP-18244) Fix Hadoop-Common JavaDoc Error on branch-3.3

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

[GitHub] [hadoop] virajjasani commented on pull request #4327: HADOOP-18244. Fix Hadoop-Common JavaDoc Error on branch-3.3

2022-05-26 Thread GitBox
virajjasani commented on PR #4327: URL: https://github.com/apache/hadoop/pull/4327#issuecomment-1139151248 +1 (non-binding), the backport changes look good, and Jenkins QA results are also good. Thank you @slfan1989 for your work here. @steveloughran / @aajisaka could help review/merge

[GitHub] [hadoop] hadoop-yetus commented on pull request #4358: HDFS-16456. EC: Decommission a rack with only on dn will fail when the rack number is equal with replication.

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

[GitHub] [hadoop] slfan1989 commented on a diff in pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTyp

2022-05-26 Thread GitBox
slfan1989 commented on code in PR #4341: URL: https://github.com/apache/hadoop/pull/4341#discussion_r883144071 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/resources/capacity-scheduler.xml: ## @@ -97,6 +97,15 @@ + +

[GitHub] [hadoop] slfan1989 commented on a diff in pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTyp

2022-05-26 Thread GitBox
slfan1989 commented on code in PR #4341: URL: https://github.com/apache/hadoop/pull/4341#discussion_r883144071 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/resources/capacity-scheduler.xml: ## @@ -97,6 +97,15 @@ + +

[GitHub] [hadoop] slfan1989 commented on a diff in pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTyp

2022-05-26 Thread GitBox
slfan1989 commented on code in PR #4341: URL: https://github.com/apache/hadoop/pull/4341#discussion_r883141883 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/resources/capacity-scheduler.xml: ## @@ -97,6 +97,15 @@ + +

[GitHub] [hadoop] slfan1989 commented on a diff in pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTyp

2022-05-26 Thread GitBox
slfan1989 commented on code in PR #4341: URL: https://github.com/apache/hadoop/pull/4341#discussion_r883141883 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/resources/capacity-scheduler.xml: ## @@ -97,6 +97,15 @@ + +

[GitHub] [hadoop] goiri commented on a diff in pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInf

2022-05-26 Thread GitBox
goiri commented on code in PR #4341: URL: https://github.com/apache/hadoop/pull/4341#discussion_r883134217 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/resources/capacity-scheduler.xml: ## @@ -97,6 +97,15 @@ + +

[GitHub] [hadoop] hadoop-yetus commented on pull request #4349: HDFS-16590. Fix Junit Test Deprecated assertThat

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

[GitHub] [hadoop] jojochuang merged pull request #4337: HDFS-16585.Add @VisibleForTesting in Dispatcher.java

2022-05-26 Thread GitBox
jojochuang merged PR #4337: URL: https://github.com/apache/hadoop/pull/4337 -- 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:

[GitHub] [hadoop] hadoop-yetus commented on pull request #4360: HDFS-16596. Improve the processing capability of FsDatasetAsyncDiskSe…

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

[GitHub] [hadoop] jojochuang merged pull request #4332: HDFS-16583. DatanodeAdminDefaultMonitor can get stuck in an infinite loop holding the write lock

2022-05-26 Thread GitBox
jojochuang merged PR #4332: URL: https://github.com/apache/hadoop/pull/4332 -- 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:

[jira] [Work logged] (HADOOP-17461) Add thread-level IOStatistics Context

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #4352: HADOOP-17461. Thread-level IOStatistics in S3A

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

[GitHub] [hadoop] jojochuang commented on pull request #4304: HDFS-16456. EC: Decommission a rack with only one dn will fail when the rack number is equal with replication (#4126)

2022-05-26 Thread GitBox
jojochuang commented on PR #4304: URL: https://github.com/apache/hadoop/pull/4304#issuecomment-1138778927 Thanks for the review! -- 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

[GitHub] [hadoop] jojochuang merged pull request #4304: HDFS-16456. EC: Decommission a rack with only one dn will fail when the rack number is equal with replication (#4126)

2022-05-26 Thread GitBox
jojochuang merged PR #4304: URL: https://github.com/apache/hadoop/pull/4304 -- 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:

[GitHub] [hadoop] saintstack commented on a diff in pull request #4360: HDFS-16596. Improve the processing capability of FsDatasetAsyncDiskSe…

2022-05-26 Thread GitBox
saintstack commented on code in PR #4360: URL: https://github.com/apache/hadoop/pull/4360#discussion_r882832172 ## hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml: ## @@ -3003,10 +3003,10 @@ - dfs.datanode.fsdatasetasyncdisk.max.threads.per.volume -

[GitHub] [hadoop] ayushtkn commented on a diff in pull request #4339: HDFS-16587. Allow configuring the number of JournalNodeRPCServer Hand…

2022-05-26 Thread GitBox
ayushtkn commented on code in PR #4339: URL: https://github.com/apache/hadoop/pull/4339#discussion_r882775991 ## hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/server/TestJournalNode.java: ## @@ -672,4 +676,26 @@ private void

[jira] [Work started] (HADOOP-17461) Add thread-level IOStatistics Context

2022-05-26 Thread Mehakmeet Singh (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-17461 started by Mehakmeet Singh. > Add thread-level IOStatistics Context >

[GitHub] [hadoop] hadoop-yetus commented on pull request #4339: HDFS-16587. Allow configuring the number of JournalNodeRPCServer Hand…

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

[GitHub] [hadoop] ZanderXu opened a new pull request, #4360: HDFS-16596. Improve the processing capability of FsDatasetAsyncDiskSe…

2022-05-26 Thread GitBox
ZanderXu opened a new pull request, #4360: URL: https://github.com/apache/hadoop/pull/4360 In our production environment, when DN needs to delete a large number blocks, we find that many deletion tasks are backlogged in the queue of threadPoolExecutor in FsDatasetAsyncDiskService. We can't

[GitHub] [hadoop] slfan1989 commented on pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo API'

2022-05-26 Thread GitBox
slfan1989 commented on PR #4341: URL: https://github.com/apache/hadoop/pull/4341#issuecomment-1138579154 Hi, @goiri ,please help me to review the code, thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hadoop] hadoop-yetus commented on pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo A

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

[jira] [Updated] (HADOOP-18263) Prometheus metrics tag changed unexpectedly.

2022-05-26 Thread zhengchenyu (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhengchenyu updated HADOOP-18263: - Remaining Estimate: 336h Original Estimate: 336h > Prometheus metrics tag changed

[jira] [Commented] (HADOOP-18263) Prometheus metrics tag changed unexpectedly.

2022-05-26 Thread zhengchenyu (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17542466#comment-17542466 ] zhengchenyu commented on HADOOP-18263: -- PrometheusMetricsSink is introduced by HADOOP-16398, and

[jira] [Created] (HADOOP-18263) Prometheus metrics tag changed unexpectedly.

2022-05-26 Thread zhengchenyu (Jira)
zhengchenyu created HADOOP-18263: Summary: Prometheus metrics tag changed unexpectedly. Key: HADOOP-18263 URL: https://issues.apache.org/jira/browse/HADOOP-18263 Project: Hadoop Common Issue

[jira] [Updated] (HADOOP-18263) Prometheus metrics tag changed unexpectedly.

2022-05-26 Thread zhengchenyu (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhengchenyu updated HADOOP-18263: - Description: Prom web print metrics like below {code:java}

[GitHub] [hadoop] hadoop-yetus commented on pull request #4358: HDFS-16456. EC: Decommission a rack with only on dn will fail when the rack number is equal with replication.

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #4359: YARN-11164. PartitionQueueMetrics support more metrics

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo A

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo A

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo A

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

[GitHub] [hadoop] slfan1989 commented on a diff in pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTyp

2022-05-26 Thread GitBox
slfan1989 commented on code in PR #4341: URL: https://github.com/apache/hadoop/pull/4341#discussion_r882556636 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/resources/capacity-scheduler.xml: ## @@ -97,6 +97,15 @@ + +

[GitHub] [hadoop] hadoop-yetus commented on pull request #4357: HDFS-16595. Slow peer metrics - add median, mad and upper latency limits

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

[jira] [Work logged] (HADOOP-18244) Fix Hadoop-Common JavaDoc Error on branch-3.3

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

[GitHub] [hadoop] slfan1989 commented on pull request #4327: HADOOP-18244. Fix Hadoop-Common JavaDoc Error on branch-3.3

2022-05-26 Thread GitBox
slfan1989 commented on PR #4327: URL: https://github.com/apache/hadoop/pull/4327#issuecomment-1138386373 Hi, @virajjasani, please help to review the code, these changes have been merged into trunk to fix java doc issues. -- This is an automated message from the Apache Git Service. To

[GitHub] [hadoop] slfan1989 commented on pull request #4349: HDFS-16590. Fix Junit Test Deprecated assertThat

2022-05-26 Thread GitBox
slfan1989 commented on PR #4349: URL: https://github.com/apache/hadoop/pull/4349#issuecomment-1138384810 Hi, @virajjasani, Can you help me review the code? The purpose of this P is to fix the error of javac, Thank you very much. -- This is an automated message from the Apache Git

[GitHub] [hadoop] hadoop-yetus commented on pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo A

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

[GitHub] [hadoop] zuston commented on pull request #4359: YARN-11164. PartitionQueueMetrics support more metrics

2022-05-26 Thread GitBox
zuston commented on PR #4359: URL: https://github.com/apache/hadoop/pull/4359#issuecomment-1138285038 @dineshchitlangia @brumi1024 @9uapaw If u have time, could u help check this feature? I think it's an improvement for node-label metrics. -- This is an automated message from the Apache

[GitHub] [hadoop] zuston opened a new pull request, #4359: YARN-11164. PartitionQueueMetrics support more metrics

2022-05-26 Thread GitBox
zuston opened a new pull request, #4359: URL: https://github.com/apache/hadoop/pull/4359 ### Description of PR ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g.

[GitHub] [hadoop] rishabh1704 commented on pull request #4287: HDFS-16561. Handle error returned by strtol

2022-05-26 Thread GitBox
rishabh1704 commented on PR #4287: URL: https://github.com/apache/hadoop/pull/4287#issuecomment-1138265747 > Congratulations on your first PR @rishabh1704 Welcome to the Hadoop community  Thanks a lot @GauthamBanasandra for mentoring. Looking forward to more of these! -- This

[GitHub] [hadoop] aajisaka commented on pull request #4271: YARN-11128. Fix comments in TestProportionalCapacityPreemptionPolicy*

2022-05-26 Thread GitBox
aajisaka commented on PR #4271: URL: https://github.com/apache/hadoop/pull/4271#issuecomment-1138221274 Merged. Thank you @ashutoshcipher and @hemanthboyina -- 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 #4271: YARN-11128. Fix comments in TestProportionalCapacityPreemptionPolicy*

2022-05-26 Thread GitBox
aajisaka merged PR #4271: URL: https://github.com/apache/hadoop/pull/4271 -- 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:

[GitHub] [hadoop] ZanderXu commented on a diff in pull request #4339: HDFS-16587. Allow configuring the number of JournalNodeRPCServer Hand…

2022-05-26 Thread GitBox
ZanderXu commented on code in PR #4339: URL: https://github.com/apache/hadoop/pull/4339#discussion_r882356503 ## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalNodeRpcServer.java: ## @@ -90,13 +91,15 @@ public class

[GitHub] [hadoop] hadoop-yetus commented on pull request #4341: YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo A

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