[GitHub] [hadoop] steveloughran commented on pull request #4255: HADOOP-18217. ExitUtil synchronized blocks reduced to avoid exit bloc…

2022-07-13 Thread GitBox
steveloughran commented on PR #4255: URL: https://github.com/apache/hadoop/pull/4255#issuecomment-1183115938 +cherrypicked to branch-3.3; ran new test suite and all is good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hadoop] steveloughran commented on pull request #4255: HADOOP-18217. ExitUtil synchronized blocks reduced to avoid exit bloc…

2022-07-13 Thread GitBox
steveloughran commented on PR #4255: URL: https://github.com/apache/hadoop/pull/4255#issuecomment-1183110785 +1, merging. thank you for your diligence here. -- 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] steveloughran commented on pull request #4255: HADOOP-18217. ExitUtil synchronized blocks reduced to avoid exit bloc…

2022-05-30 Thread GitBox
steveloughran commented on PR #4255: URL: https://github.com/apache/hadoop/pull/4255#issuecomment-1141140899 the inode stuff has been fixed elsewhere. if you rebase or merge your pr, it will go away. or we just ignore it, which simplifies keeping this commit history/discussion valid -- T

[GitHub] [hadoop] steveloughran commented on pull request #4255: HADOOP-18217. ExitUtil synchronized blocks reduced to avoid exit bloc…

2022-05-11 Thread GitBox
steveloughran commented on PR #4255: URL: https://github.com/apache/hadoop/pull/4255#issuecomment-1123496521 thanks for that detailed explanation. you are right that spawning jvms and trying trigger timeouts would be trouble. lets just rely on code review here. atomic references so

[GitHub] [hadoop] steveloughran commented on pull request #4255: HADOOP-18217. ExitUtil synchronized blocks reduced to avoid exit bloc…

2022-05-03 Thread GitBox
steveloughran commented on PR #4255: URL: https://github.com/apache/hadoop/pull/4255#issuecomment-1116084353 checkstyle is complaining about line length. move the comments to the lines above the source and all is good. we don't normally have comments of any kind on the same lines as code