[GitHub] [hadoop] GuoPhilipse commented on a change in pull request #3696: HDFS-16345. Fix test case fail in TestBlockStoragePolicy

2021-12-05 Thread GitBox
GuoPhilipse commented on a change in pull request #3696: URL: https://github.com/apache/hadoop/pull/3696#discussion_r762718753 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestBlockStoragePolicy.java ## @@ -1291,6 +1291,9 @@ public void

[GitHub] [hadoop] hfutatzhanghb opened a new pull request #3750: refreshNodes should not use System.out but System.err when exceptions…

2021-12-05 Thread GitBox
hfutatzhanghb opened a new pull request #3750: URL: https://github.com/apache/hadoop/pull/3750 … occur ### Description of PR RefreshNodes should not use System.out but System.err when exceptions occur ### How was this patch tested? No needs to test ### For

[jira] [Commented] (HADOOP-17723) [build] fix the Dockerfile for ARM

2021-12-05 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17453765#comment-17453765 ] Wei-Chiu Chuang commented on HADOOP-17723: -- can you post a PR? i think the problem is

[jira] [Commented] (HADOOP-18030) Authentication cookie will never expire by default after HADOOP-12049

2021-12-05 Thread gaozhan ding (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17453757#comment-17453757 ] gaozhan ding commented on HADOOP-18030: --- [~lmccay]  -  Thanks for your reply. On the client

[jira] [Updated] (HADOOP-18030) Authentication cookie will never expire by default after HADOOP-12049

2021-12-05 Thread gaozhan ding (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] gaozhan ding updated HADOOP-18030: -- Attachment: image-2021-12-06-10-46-26-696.png > Authentication cookie will never expire by

[jira] [Work logged] (HADOOP-18024) SocketChannel is not closed when IOException happens in Server$Listener.doAccept

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3719: HADOOP-18024. SocketChannel is not closed when IOException happens in Server$Listener.doAccept

2021-12-05 Thread GitBox
hadoop-yetus commented on pull request #3719: URL: https://github.com/apache/hadoop/pull/3719#issuecomment-986338899 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] hadoop-yetus commented on pull request #3713: HDFS-16351. add path exception information in FSNamesystem

2021-12-05 Thread GitBox
hadoop-yetus commented on pull request #3713: URL: https://github.com/apache/hadoop/pull/3713#issuecomment-986317199 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[jira] [Work logged] (HADOOP-18024) SocketChannel is not closed when IOException happens in Server$Listener.doAccept

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

[GitHub] [hadoop] functioner edited a comment on pull request #3719: HADOOP-18024. SocketChannel is not closed when IOException happens in Server$Listener.doAccept

2021-12-05 Thread GitBox
functioner edited a comment on pull request #3719: URL: https://github.com/apache/hadoop/pull/3719#issuecomment-986302972 This time, `testIOEOnListenerAccept` failed. I haven't figured out the reason. The previous CI tests and my tests in local machine always pass. So I added a log for

[jira] [Work logged] (HADOOP-18024) SocketChannel is not closed when IOException happens in Server$Listener.doAccept

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

[GitHub] [hadoop] functioner commented on pull request #3719: HADOOP-18024. SocketChannel is not closed when IOException happens in Server$Listener.doAccept

2021-12-05 Thread GitBox
functioner commented on pull request #3719: URL: https://github.com/apache/hadoop/pull/3719#issuecomment-986302972 This time, `testIOEOnListenerAccept` failed. I haven't figured out the reason. The previous CI tests and my location tests always pass. So I added a log for the unexpected

[GitHub] [hadoop] hadoop-yetus commented on pull request #3684: HDFS-16338. Correct fsimage error configuration message

2021-12-05 Thread GitBox
hadoop-yetus commented on pull request #3684: URL: https://github.com/apache/hadoop/pull/3684#issuecomment-986294362 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[jira] [Assigned] (HADOOP-18026) Fix default value of Magic committer

2021-12-05 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran reassigned HADOOP-18026: --- Assignee: (was: guodongdong) > Fix default value of Magic committer >

[jira] [Assigned] (HADOOP-18026) Fix default value of Magic committer

2021-12-05 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran reassigned HADOOP-18026: --- Assignee: guodongdong > Fix default value of Magic committer >

[GitHub] [hadoop] GuoPhilipse commented on pull request #3684: HDFS-16338. Correct fsimage error configuration message

2021-12-05 Thread GitBox
GuoPhilipse commented on pull request #3684: URL: https://github.com/apache/hadoop/pull/3684#issuecomment-986242455 > Checkstyle needs to be corrected: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3684/10/artifact/out/results-checkstyle-hadoop-hdfs-project_hadoop-hdfs.txt

[GitHub] [hadoop] GuoPhilipse commented on a change in pull request #3713: HDFS-16351. add path exception information in FSNamesystem

2021-12-05 Thread GitBox
GuoPhilipse commented on a change in pull request #3713: URL: https://github.com/apache/hadoop/pull/3713#discussion_r762570718 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSPermission.java ## @@ -260,6 +261,16 @@ private void

[jira] [Work logged] (HADOOP-18033) Upgrade Jackson to 2.12 or upper

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

[jira] [Work logged] (HADOOP-18033) Upgrade Jackson to 2.12 or upper

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3749: HADOOP-18033. Upgrade fasterxml Jackson to 2.13.0

2021-12-05 Thread GitBox
hadoop-yetus commented on pull request #3749: URL: https://github.com/apache/hadoop/pull/3749#issuecomment-986210562 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] hadoop-yetus commented on pull request #3749: HADOOP-18033. Upgrade fasterxml Jackson to 2.13.0

2021-12-05 Thread GitBox
hadoop-yetus commented on pull request #3749: URL: https://github.com/apache/hadoop/pull/3749#issuecomment-986210486 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0