[jira] [Work logged] (HADOOP-18324) Interrupting RPC Client calls can lead to thread exhaustion

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

[GitHub] [hadoop] ZanderXu commented on pull request #4527: HADOOP-18324. Interrupting RPC Client calls can lead to thread exhaustion.

2022-07-02 Thread GitBox
ZanderXu commented on PR #4527: URL: https://github.com/apache/hadoop/pull/4527#issuecomment-1173011802 > The extra thread is used so that if the calling thread is interrupted while the request is being written to the socket, that the write is not interrupted Nice explain, I learned

[jira] [Work logged] (HADOOP-18324) Interrupting RPC Client calls can lead to thread exhaustion

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

[GitHub] [hadoop] omalley commented on pull request #4527: HADOOP-18324. Interrupting RPC Client calls can lead to thread exhaustion.

2022-07-02 Thread GitBox
omalley commented on PR #4527: URL: https://github.com/apache/hadoop/pull/4527#issuecomment-1172985306 My patch also guarantees that the requests are written in the order they arrived, which the current code does not. -- This is an automated message from the Apache Git Service. To

[jira] [Work logged] (HADOOP-18324) Interrupting RPC Client calls can lead to thread exhaustion

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

[GitHub] [hadoop] omalley commented on pull request #4527: HADOOP-18324. Interrupting RPC Client calls can lead to thread exhaustion.

2022-07-02 Thread GitBox
omalley commented on PR #4527: URL: https://github.com/apache/hadoop/pull/4527#issuecomment-1172985170 The extra thread is used so that if the calling thread is interrupted while the request is being written to the socket, that the write is not interrupted. Basically, it is ensuring that

[GitHub] [hadoop] ayushtkn merged pull request #4525: HDFS-16647.Delete unused NameNode#FS_HDFS_IMPL_KEY.

2022-07-02 Thread GitBox
ayushtkn merged PR #4525: URL: https://github.com/apache/hadoop/pull/4525 -- 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-18297) Upgrade dependency-check-maven to 7.1.1

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

[jira] [Work logged] (HADOOP-18297) Upgrade dependency-check-maven to 7.1.1

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

[GitHub] [hadoop] jojochuang merged pull request #4449: HADOOP-18297. Upgrade dependency-check-maven to 7.1.1

2022-07-02 Thread GitBox
jojochuang merged PR #4449: URL: https://github.com/apache/hadoop/pull/4449 -- 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] jojochuang commented on pull request #4449: HADOOP-18297. Upgrade dependency-check-maven to 7.1.1

2022-07-02 Thread GitBox
jojochuang commented on PR #4449: URL: https://github.com/apache/hadoop/pull/4449#issuecomment-1172953471 +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. To

[GitHub] [hadoop] hadoop-yetus commented on pull request #4524: HDFS-16283. RBF: reducing the load of renewLease() RPC

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

[GitHub] [hadoop] ayushtkn commented on a diff in pull request #4524: HDFS-16283. RBF: reducing the load of renewLease() RPC

2022-07-02 Thread GitBox
ayushtkn commented on code in PR #4524: URL: https://github.com/apache/hadoop/pull/4524#discussion_r912390702 ## hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcClient.java: ## @@ -1012,6 +1013,9 @@ public RemoteResult

[GitHub] [hadoop] ayushtkn commented on a diff in pull request #4524: HDFS-16283. RBF: reducing the load of renewLease() RPC

2022-07-02 Thread GitBox
ayushtkn commented on code in PR #4524: URL: https://github.com/apache/hadoop/pull/4524#discussion_r912390702 ## hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcClient.java: ## @@ -1012,6 +1013,9 @@ public RemoteResult

[GitHub] [hadoop] PrabhuJoseph merged pull request #4516: YARN-9403.GET /apps/{appid}/entities/YARN_APPLICATION accesses application table instead of entity table

2022-07-02 Thread GitBox
PrabhuJoseph merged PR #4516: URL: https://github.com/apache/hadoop/pull/4516 -- 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] PrabhuJoseph merged pull request #4515: YARN-10287.Update scheduler-conf corrupts the CS configuration when removing queue which is referred in queue mapping

2022-07-02 Thread GitBox
PrabhuJoseph merged PR #4515: URL: https://github.com/apache/hadoop/pull/4515 -- 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 #4523: [Draft] HDFS-13522: Allow routers to use observer namenode without an msync on even read. [Not ready for review]

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

[jira] [Work logged] (HADOOP-18324) Interrupting RPC Client calls can lead to thread exhaustion

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

[GitHub] [hadoop] ZanderXu commented on pull request #4527: HADOOP-18324. Interrupting RPC Client calls can lead to thread exhaustion.

2022-07-02 Thread GitBox
ZanderXu commented on PR #4527: URL: https://github.com/apache/hadoop/pull/4527#issuecomment-1172876882 @omalley I'm very happy that you noticing this issue and working on it. This problem occurs frequently in out prod environment when the network is abnormal. About this rpc sending

[GitHub] [hadoop] ZanderXu commented on pull request #4524: HDFS-16283. RBF: reducing the load of renewLease() RPC

2022-07-02 Thread GitBox
ZanderXu commented on PR #4524: URL: https://github.com/apache/hadoop/pull/4524#issuecomment-1172873627 Thanks @ayushtkn for your review, I learned a lot from it. Thank you again. I have modified the path based on your helpful suggestions, please help me to review it again.

[GitHub] [hadoop] hadoop-yetus commented on pull request #4526: HDFS-16466. Implement Linux permission flags on Windows

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

[GitHub] [hadoop] jianghuazhu commented on pull request #4525: HDFS-16647.Delete unused NameNode#FS_HDFS_IMPL_KEY.

2022-07-02 Thread GitBox
jianghuazhu commented on PR #4525: URL: https://github.com/apache/hadoop/pull/4525#issuecomment-1172844867 Thanks @ayushtkn and @ZanderXu . -- 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] hadoop-yetus commented on pull request #4526: HDFS-16466. Implement Linux permission flags on Windows

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