[GitHub] [hadoop] slfan1989 opened a new pull request, #5146: YARN-11373. [Federation] Support refreshQueues、refreshNodes API's for Federation.

2022-11-17 Thread GitBox
slfan1989 opened a new pull request, #5146: URL: https://github.com/apache/hadoop/pull/5146 JIRA: YARN-11373. [Federation] Support refreshQueues、refreshNodes API's For Federation. In this pr, we have implemented the `refreshQueues` and `refreshNodes` methods so that the `Router` can

[GitHub] [hadoop] simbadzina opened a new pull request, #5145: HDFS-16847: Prevents StateStoreFileSystemImpl from committing tmp file after encountering an IOException.

2022-11-17 Thread GitBox
simbadzina opened a new pull request, #5145: URL: https://github.com/apache/hadoop/pull/5145 HDFS-16847: Prevents StateStoreFileSystemImpl from committing tmp file after encountering an IOException. ### Description of PR The file based implementation of the RBF state store has

[GitHub] [hadoop] zhengchenyu closed pull request #5132: HDFS-16830. [SBN READ] dfsrouter transmit state id according to clie…

2022-11-17 Thread GitBox
zhengchenyu closed pull request #5132: HDFS-16830. [SBN READ] dfsrouter transmit state id according to clie… URL: https://github.com/apache/hadoop/pull/5132 -- 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

[GitHub] [hadoop] simbadzina commented on pull request #5132: HDFS-16830. [SBN READ] dfsrouter transmit state id according to clie…

2022-11-17 Thread GitBox
simbadzina commented on PR #5132: URL: https://github.com/apache/hadoop/pull/5132#issuecomment-1319544438 > @simbadzina @omalley @ZanderXu Can you please review this PR? It is unnecessary to transmit all state id. Thanks for the patch @zhengchenyu. When thinking of a way to

[GitHub] [hadoop] sreeb-msft commented on pull request #5136: HADOOP-18498. ABFS: Removing unwanted ? prefix from SAS Tokens

2022-11-17 Thread GitBox
sreeb-msft commented on PR #5136: URL: https://github.com/apache/hadoop/pull/5136#issuecomment-1319534149 > Hi Steve, I had accidentally pushed a wrong file, and to revert that mistake had restored my local branch to the last safe commit. Post that, for pushing the newer changes, I

[jira] [Commented] (HADOOP-18498) [ABFS]: Error introduced when SAS Token containing '?' prefix is passed

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635656#comment-17635656 ] ASF GitHub Bot commented on HADOOP-18498: - sreeb-msft commented on PR #5136: URL:

[GitHub] [hadoop] tasanuma commented on a diff in pull request #5137: HDFS-16841. Enhance the function of DebugAdmin#VerifyECCommand

2022-11-17 Thread GitBox
tasanuma commented on code in PR #5137: URL: https://github.com/apache/hadoop/pull/5137#discussion_r1025976920 ## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DebugAdmin.java: ## @@ -432,8 +432,16 @@ private class VerifyECCommand extends

[GitHub] [hadoop] simbadzina commented on pull request #5142: HDFS-16845: Adds configuration flag to allow clients to use router observer reads without using the ObserverReadProxyProvider.

2022-11-17 Thread GitBox
simbadzina commented on PR #5142: URL: https://github.com/apache/hadoop/pull/5142#issuecomment-1319526622 > > @ZanderXu @tomscut could you please take a look whenever you get a chance. > > @simbadzina I did a quick review. The change looks good to me. I am curious about that what

[GitHub] [hadoop] ZanderXu commented on a diff in pull request #5137: HDFS-16841. Enhance the function of DebugAdmin#VerifyECCommand

2022-11-17 Thread GitBox
ZanderXu commented on code in PR #5137: URL: https://github.com/apache/hadoop/pull/5137#discussion_r1025955251 ## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DebugAdmin.java: ## @@ -432,8 +432,16 @@ private class VerifyECCommand extends

[GitHub] [hadoop] ZanderXu commented on pull request #5142: HDFS-16845: Adds configuration flag to allow clients to use router observer reads without using the ObserverReadProxyProvider.

2022-11-17 Thread GitBox
ZanderXu commented on PR #5142: URL: https://github.com/apache/hadoop/pull/5142#issuecomment-1319492306 > @ZanderXu @tomscut could you please take a look whenever you get a chance. @simbadzina I did a quick review. The change looks good to me. I am curious about that what scenarios

[GitHub] [hadoop] simbadzina commented on pull request #5142: HDFS-16845: Adds configuration flag to allow clients to use router observer reads without using the ObserverReadProxyProvider.

2022-11-17 Thread GitBox
simbadzina commented on PR #5142: URL: https://github.com/apache/hadoop/pull/5142#issuecomment-1319486380 @ZanderXu @tomscut could you please take a look whenever you get a chance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hadoop] simbadzina commented on pull request #5123: HDFS-16837. [RBF SBN] ClientGSIContext should merge RouterFederatedStates to get the max state id for each namespaces

2022-11-17 Thread GitBox
simbadzina commented on PR #5123: URL: https://github.com/apache/hadoop/pull/5123#issuecomment-1319483043 > > What do you think about moving just > > > message RouterFederatedStateProto { > > > map namespaceStateIds = 1; // Last seen state IDs for multiple namespaces. > > > } >

[GitHub] [hadoop] zhengchenyu commented on pull request #5099: HDFS-16832. [SBN READ] Fix NPE when check the block location of empty…

2022-11-17 Thread GitBox
zhengchenyu commented on PR #5099: URL: https://github.com/apache/hadoop/pull/5099#issuecomment-1319476223 > @zhengchenyu Thanks for your update. I will merge it tomorrow if there are no other comments. Okay, Thanks for your review again! -- This is an automated message from the

[GitHub] [hadoop] ZanderXu commented on pull request #5099: HDFS-16832. [SBN READ] Fix NPE when check the block location of empty…

2022-11-17 Thread GitBox
ZanderXu commented on PR #5099: URL: https://github.com/apache/hadoop/pull/5099#issuecomment-1319471891 @zhengchenyu Thanks for your update. I will merge it tomorrow if there are no other comments. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hadoop] ZanderXu commented on a diff in pull request #5129: HDFS-16840. Add sp and ec policy opiton description about oiv in HDFSCommands.md

2022-11-17 Thread GitBox
ZanderXu commented on code in PR #5129: URL: https://github.com/apache/hadoop/pull/5129#discussion_r1025926871 ## hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java: ## @@ -103,6 +103,10 @@ public class

[GitHub] [hadoop] ZanderXu commented on pull request #5123: HDFS-16837. [RBF SBN] ClientGSIContext should merge RouterFederatedStates to get the max state id for each namespaces

2022-11-17 Thread GitBox
ZanderXu commented on PR #5123: URL: https://github.com/apache/hadoop/pull/5123#issuecomment-1319456036 > What do you think about moving just > > > message RouterFederatedStateProto { > > map namespaceStateIds = 1; // Last seen state IDs for multiple namespaces. > > }

[GitHub] [hadoop] simbadzina commented on pull request #5123: HDFS-16837. [RBF SBN] ClientGSIContext should merge RouterFederatedStates to get the max state id for each namespaces

2022-11-17 Thread GitBox
simbadzina commented on PR #5123: URL: https://github.com/apache/hadoop/pull/5123#issuecomment-1319412848 > > Code looks good to me. Do you know why there are these new Spotbugs violations? > > Because of this change, and we did not config configure filter.

[jira] [Created] (HADOOP-18532) fix typos in FileSystemShell

2022-11-17 Thread guophilipse (Jira)
guophilipse created HADOOP-18532: Summary: fix typos in FileSystemShell Key: HADOOP-18532 URL: https://issues.apache.org/jira/browse/HADOOP-18532 Project: Hadoop Common Issue Type:

[GitHub] [hadoop] hadoop-yetus commented on pull request #5128: HDFS-16839 It should consider EC reconstruction work when we determine if a node is busy

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

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

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635558#comment-17635558 ] ASF GitHub Bot commented on HADOOP-18324: - omalley commented on code in PR #4527: URL:

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

2022-11-17 Thread GitBox
omalley commented on code in PR #4527: URL: https://github.com/apache/hadoop/pull/4527#discussion_r1025825653 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java: ## @@ -1153,9 +1087,51 @@ public void run() { +

[GitHub] [hadoop] hadoop-yetus commented on pull request #5143: HDFS-16846. EC: Only EC blocks should be effected by max-streams-hard-limit configuration

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

[GitHub] [hadoop] omalley commented on a diff in pull request #5138: HDFS-16844: Adds resilancy when StateStore gets exceptions.

2022-11-17 Thread GitBox
omalley commented on code in PR #5138: URL: https://github.com/apache/hadoop/pull/5138#discussion_r1025776365 ## hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/store/records/MockStateStoreDriver.java: ## @@ -0,0 +1,125 @@ +/* + *

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

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

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

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635542#comment-17635542 ] ASF GitHub Bot commented on HADOOP-18324: - hadoop-yetus commented on PR #4527: URL:

[jira] [Commented] (HADOOP-18526) Leak of S3AInstrumentation instances via hadoop Metrics references

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635539#comment-17635539 ] ASF GitHub Bot commented on HADOOP-18526: - hadoop-yetus commented on PR #5144: URL:

[GitHub] [hadoop] hadoop-yetus commented on pull request #5144: HADOOP-18526. Leak of S3AInstrumentation instances via hadoop Metrics references

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #5138: HDFS-16844: Adds resilancy when StateStore gets exceptions.

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #5099: HDFS-16832. [SBN READ] Fix NPE when check the block location of empty…

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #5099: HDFS-16832. [SBN READ] Fix NPE when check the block location of empty…

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

[jira] [Commented] (HADOOP-18526) Leak of S3AInstrumentation instances via hadoop Metrics references

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635453#comment-17635453 ] ASF GitHub Bot commented on HADOOP-18526: - steveloughran commented on PR #5144: URL:

[GitHub] [hadoop] steveloughran commented on pull request #5144: HADOOP-18526. Leak of S3AInstrumentation instances via hadoop Metrics references

2022-11-17 Thread GitBox
steveloughran commented on PR #5144: URL: https://github.com/apache/hadoop/pull/5144#issuecomment-1318921953 tested, s3 london, parallel @ 8. one failure -created HADOOP-18531 for that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (HADOOP-18378) Implement readFully(long position, byte[] buffer, int offset, int length)

2022-11-17 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635452#comment-17635452 ] Steve Loughran commented on HADOOP-18378: - little follow up to this, HADOOP-18531 . think this

[jira] [Commented] (HADOOP-18531) assertion failure in ITestS3APrefetchingInputStream

2022-11-17 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635449#comment-17635449 ] Steve Loughran commented on HADOOP-18531: - full stack {code} [INFO] Running

[jira] [Created] (HADOOP-18531) assertion failure in ITestS3APrefetchingInputStream

2022-11-17 Thread Steve Loughran (Jira)
Steve Loughran created HADOOP-18531: --- Summary: assertion failure in ITestS3APrefetchingInputStream Key: HADOOP-18531 URL: https://issues.apache.org/jira/browse/HADOOP-18531 Project: Hadoop Common

[jira] [Updated] (HADOOP-18531) assertion failure in ITestS3APrefetchingInputStream

2022-11-17 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-18531: Description: assert failure in

[GitHub] [hadoop] steveloughran opened a new pull request, #5144: HADOOP-18526. Leak of S3AInstrumentation instances via hadoop Metrics references

2022-11-17 Thread GitBox
steveloughran opened a new pull request, #5144: URL: https://github.com/apache/hadoop/pull/5144 This has triggered an OOM in a process which was churning through s3a fs instances; the increased memory footprint of IOStatistics amplified what must have been a long standing issue.

[jira] [Commented] (HADOOP-18526) Leak of S3AInstrumentation instances via hadoop Metrics references

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635447#comment-17635447 ] ASF GitHub Bot commented on HADOOP-18526: - steveloughran opened a new pull request, #5144: URL:

[jira] [Updated] (HADOOP-18526) Leak of S3AInstrumentation instances via hadoop Metrics references

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-18526: Labels: pull-request-available (was: ) > Leak of S3AInstrumentation instances via

[GitHub] [hadoop] hadoop-yetus commented on pull request #5127: YARN-11239. Optimize FederationClientInterceptor audit log.

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

[GitHub] [hadoop] lfxy opened a new pull request, #5143: HDFS-16846. EC: Only EC blocks should be effected by max-streams-hard-limit configuration

2022-11-17 Thread GitBox
lfxy opened a new pull request, #5143: URL: https://github.com/apache/hadoop/pull/5143 In [HDFS-16613](https://issues.apache.org/jira/browse/HDFS-16613), the dfs.namenode.replication.max-streams-hard-limit configuration will only affect decommissioning DataNode, but will not distinguish

[GitHub] [hadoop] GuoPhilipse commented on pull request #5141: Fixt typos in FileSystemShell.md

2022-11-17 Thread GitBox
GuoPhilipse commented on PR #5141: URL: https://github.com/apache/hadoop/pull/5141#issuecomment-1318752938 thanks @slfan1989 @ashutoshcipher for your review, seems i cannot open issues.apache.org ,will fire a JIRA once logged -- This is an automated message from the Apache Git Service.

[jira] [Commented] (HADOOP-18498) [ABFS]: Error introduced when SAS Token containing '?' prefix is passed

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635344#comment-17635344 ] ASF GitHub Bot commented on HADOOP-18498: - hadoop-yetus commented on PR #5136: URL:

[GitHub] [hadoop] hadoop-yetus commented on pull request #5136: HADOOP-18498. ABFS: Removing unwanted ? prefix from SAS Tokens

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

[jira] [Commented] (HADOOP-18498) [ABFS]: Error introduced when SAS Token containing '?' prefix is passed

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635328#comment-17635328 ] ASF GitHub Bot commented on HADOOP-18498: - sreeb-msft commented on code in PR #5136: URL:

[GitHub] [hadoop] sreeb-msft commented on a diff in pull request #5136: HADOOP-18498. ABFS: Removing unwanted ? prefix from SAS Tokens

2022-11-17 Thread GitBox
sreeb-msft commented on code in PR #5136: URL: https://github.com/apache/hadoop/pull/5136#discussion_r1025128772 ## hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java: ## @@ -1130,6 +1130,10 @@ private String

[jira] [Commented] (HADOOP-18494) Remove useless variable bindAddr from Client#setupConnection

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635305#comment-17635305 ] ASF GitHub Bot commented on HADOOP-18494: - hadoop-yetus commented on PR #5012: URL:

[GitHub] [hadoop] hadoop-yetus commented on pull request #5012: HADOOP-18494. Remove redundant code

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

[jira] [Commented] (HADOOP-18494) Remove useless variable bindAddr from Client#setupConnection

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635295#comment-17635295 ] ASF GitHub Bot commented on HADOOP-18494: - hadoop-yetus commented on PR #5012: URL:

[GitHub] [hadoop] hadoop-yetus commented on pull request #5012: HADOOP-18494. Remove redundant code

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #5142: HDFS-16845: Adds configuration flag to allow clients to use router observer reads without using the ObserverReadProxyProvider.

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

[GitHub] [hadoop] zhengchenyu closed pull request #5099: HDFS-16832. [SBN READ] Fix NPE when check the block location of empty…

2022-11-17 Thread GitBox
zhengchenyu closed pull request #5099: HDFS-16832. [SBN READ] Fix NPE when check the block location of empty… URL: https://github.com/apache/hadoop/pull/5099 -- 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

[jira] [Resolved] (HADOOP-18429) MutableGaugeFloat#incr(float) get stuck in an infinite loop

2022-11-17 Thread ZanderXu (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZanderXu resolved HADOOP-18429. --- Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed >

[jira] [Commented] (HADOOP-18429) MutableGaugeFloat#incr(float) get stuck in an infinite loop

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635254#comment-17635254 ] ASF GitHub Bot commented on HADOOP-18429: - ZanderXu commented on PR #4823: URL:

[GitHub] [hadoop] ZanderXu commented on pull request #4823: HADOOP-18429. fix infinite loop in MutableGaugeFloat#incr(float)

2022-11-17 Thread GitBox
ZanderXu commented on PR #4823: URL: https://github.com/apache/hadoop/pull/4823#issuecomment-1318368768 Merged. Thanks @huxinqiu for your report and thanks @ashutoshcipher for your review. Thanks so much. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hadoop] ZanderXu merged pull request #4823: HADOOP-18429. fix infinite loop in MutableGaugeFloat#incr(float)

2022-11-17 Thread GitBox
ZanderXu merged PR #4823: URL: https://github.com/apache/hadoop/pull/4823 -- 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] [Commented] (HADOOP-18429) MutableGaugeFloat#incr(float) get stuck in an infinite loop

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635253#comment-17635253 ] ASF GitHub Bot commented on HADOOP-18429: - ZanderXu merged PR #4823: URL:

[GitHub] [hadoop] ZanderXu commented on pull request #5099: HDFS-16832. [SBN READ] Fix NPE when check the block location of empty…

2022-11-17 Thread GitBox
ZanderXu commented on PR #5099: URL: https://github.com/apache/hadoop/pull/5099#issuecomment-1318360160 @zhengchenyu Can you rebase trunk and trigger the yetus? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Commented] (HADOOP-18496) upgrade kotlin-stdlib due to CVEs

2022-11-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17635203#comment-17635203 ] ASF GitHub Bot commented on HADOOP-18496: - hadoop-yetus commented on PR #5140: URL:

[GitHub] [hadoop] hadoop-yetus commented on pull request #5140: HADOOP-18496: remove unused okhttp.version

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