[GitHub] [hadoop] szilard-nemeth commented on pull request #3734: YARN-11020. [UI2] No container is found for an application attempt with a single AM container

2021-12-06 Thread GitBox
szilard-nemeth commented on pull request #3734: URL: https://github.com/apache/hadoop/pull/3734#issuecomment-987658789 Thanks @9uapaw for working on this. Straightforward fix, LGTM, committed to trunk. Thanks @brumi1024 for the review. -- This is an automated message from the

[GitHub] [hadoop] szilard-nemeth closed pull request #3734: YARN-11020. [UI2] No container is found for an application attempt with a single AM container

2021-12-06 Thread GitBox
szilard-nemeth closed pull request #3734: URL: https://github.com/apache/hadoop/pull/3734 -- 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] szilard-nemeth commented on pull request #3715: YARN-11014. YARN incorrectly validates maximum capacity resources on …

2021-12-06 Thread GitBox
szilard-nemeth commented on pull request #3715: URL: https://github.com/apache/hadoop/pull/3715#issuecomment-987653954 Thanks @brumi1024 for working on this. It's a nice patch and a useful fix. LGTM, committed to trunk. Thanks @9uapaw for the review. -- This is an automated message

[GitHub] [hadoop] szilard-nemeth closed pull request #3715: YARN-11014. YARN incorrectly validates maximum capacity resources on …

2021-12-06 Thread GitBox
szilard-nemeth closed pull request #3715: URL: https://github.com/apache/hadoop/pull/3715 -- 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-11867) FS API: Add a high-performance vectored Read to FSDataInputStream API

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

[GitHub] [hadoop] mukund-thakur commented on a change in pull request #3499: HADOOP-11867. Add a high performance vectored read API to file system.

2021-12-06 Thread GitBox
mukund-thakur commented on a change in pull request #3499: URL: https://github.com/apache/hadoop/pull/3499#discussion_r763711726 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java ## @@ -286,8 +295,123 @@ protected int

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

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

[GitHub] [hadoop] tomscut commented on pull request #3753: HDFS-16371. Exclude slow disks when choosing volume

2021-12-06 Thread GitBox
tomscut commented on pull request #3753: URL: https://github.com/apache/hadoop/pull/3753#issuecomment-987601917 Hi @tasanuma @goiri @jojochuang @ayushtkn @ferhui , PTAL. Thanks a lot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hadoop] bibinchundatt commented on a change in pull request #3717: YARN-11005. Implement the core QUEUE_LENGTH_THEN_RESOURCES OContainer allocation policy

2021-12-06 Thread GitBox
bibinchundatt commented on a change in pull request #3717: URL: https://github.com/apache/hadoop/pull/3717#discussion_r763651332 ## File path:

[GitHub] [hadoop] bibinchundatt commented on a change in pull request #3717: YARN-11005. Implement the core QUEUE_LENGTH_THEN_RESOURCES OContainer allocation policy

2021-12-06 Thread GitBox
bibinchundatt commented on a change in pull request #3717: URL: https://github.com/apache/hadoop/pull/3717#discussion_r763651332 ## File path:

[GitHub] [hadoop] bibinchundatt commented on a change in pull request #3717: YARN-11005. Implement the core QUEUE_LENGTH_THEN_RESOURCES OContainer allocation policy

2021-12-06 Thread GitBox
bibinchundatt commented on a change in pull request #3717: URL: https://github.com/apache/hadoop/pull/3717#discussion_r763650619 ## File path:

[GitHub] [hadoop] bibinchundatt commented on a change in pull request #3717: YARN-11005. Implement the core QUEUE_LENGTH_THEN_RESOURCES OContainer allocation policy

2021-12-06 Thread GitBox
bibinchundatt commented on a change in pull request #3717: URL: https://github.com/apache/hadoop/pull/3717#discussion_r763650495 ## File path:

[jira] [Commented] (HADOOP-13500) Concurrency issues when using Configuration iterator

2021-12-06 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-13500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454383#comment-17454383 ] Akira Ajisaka commented on HADOOP-13500: Hi [~dbadaya], I think this solution looks acceptable.

[GitHub] [hadoop] hadoop-yetus commented on pull request #3753: HDFS-16371. Exclude slow disks when choosing volume

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

[jira] [Created] (HADOOP-18036) Backport HADOOP-17653 for branch-3.2

2021-12-06 Thread Ananya Singh (Jira)
Ananya Singh created HADOOP-18036: - Summary: Backport HADOOP-17653 for branch-3.2 Key: HADOOP-18036 URL: https://issues.apache.org/jira/browse/HADOOP-18036 Project: Hadoop Common Issue Type:

[GitHub] [hadoop] aajisaka commented on pull request #3675: HDFS-16303. Improve handling of datanode lost while decommissioning

2021-12-06 Thread GitBox
aajisaka commented on pull request #3675: URL: https://github.com/apache/hadoop/pull/3675#issuecomment-987488754 Thank you @KevinWikant @sodonnel @virajjasani for your discussion, and thanks @KevinWikant again for the deep dive. I'm in favor of the approach in this PR. > This

[GitHub] [hadoop] hadoop-yetus commented on pull request #3717: YARN-11005. Implement the core QUEUE_LENGTH_THEN_RESOURCES OContainer allocation policy

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3754: YARN-11028. Add metrics for container allocation latency

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3753: HDFS-16371. Exclude slow disks when choosing volume

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

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

2021-12-06 Thread Siyao Meng (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454198#comment-17454198 ] Siyao Meng commented on HADOOP-17723: - [~weichiu] Yup, will post the one-line change for branch-3.3

[jira] [Commented] (HADOOP-17509) Parallelize building of dependencies

2021-12-06 Thread Siyao Meng (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454197#comment-17454197 ] Siyao Meng commented on HADOOP-17509: - [~gaurava] Got it. Thanks! > Parallelize building of

[GitHub] [hadoop] minni31 opened a new pull request #3754: YARN-11028. Add metrics for container allocation latency

2021-12-06 Thread GitBox
minni31 opened a new pull request #3754: URL: https://github.com/apache/hadoop/pull/3754 ### 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.

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

2021-12-06 Thread Larry McCay (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454189#comment-17454189 ] Larry McCay commented on HADOOP-18030: -- Hi [~lalapala] - let's see how to unpack this... 1. The

[GitHub] [hadoop] goiri commented on a change in pull request #3741: YARN-11026. Make default AppPlacementAllocator configurable in AppSch…

2021-12-06 Thread GitBox
goiri commented on a change in pull request #3741: URL: https://github.com/apache/hadoop/pull/3741#discussion_r763268000 ## File path:

[jira] [Commented] (HADOOP-17668) Use profile hbase-2.0 by default and update hbase version

2021-12-06 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454172#comment-17454172 ] Viraj Jasani commented on HADOOP-17668: --- As of today, it's almost not possible to upgrade hbase2

[GitHub] [hadoop] minni31 commented on a change in pull request #3195: YARN-10459. containerLaunchedOnNode method not need to hold scheduler…

2021-12-06 Thread GitBox
minni31 commented on a change in pull request #3195: URL: https://github.com/apache/hadoop/pull/3195#discussion_r763259589 ## File path:

[GitHub] [hadoop] goiri commented on a change in pull request #3588: HDFS-16285. Make HDFS ownership tools cross platform

2021-12-06 Thread GitBox
goiri commented on a change in pull request #3588: URL: https://github.com/apache/hadoop/pull/3588#discussion_r763253951 ## File path: hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-ownership.h ## @@ -0,0 +1,81 @@ +/** + * Licensed to the

[GitHub] [hadoop] hadoop-yetus commented on pull request #3752: YARN-11031. Improve the maintainability of RM webapp tests.

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3752: YARN-11031. Improve the maintainability of RM webapp tests.

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

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

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

[GitHub] [hadoop] hfutatzhanghb commented on pull request #3750: HDFS-16372. refreshNodes should not use System.out but System.err when exceptions…

2021-12-06 Thread GitBox
hfutatzhanghb commented on pull request #3750: URL: https://github.com/apache/hadoop/pull/3750#issuecomment-986914650 > asserting Thanks , i will try to resolve it quickly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hadoop] hadoop-yetus commented on pull request #3751: YARN-11032. Correct RMAppImpl log format

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

[GitHub] [hadoop] brumi1024 commented on a change in pull request #3470: YARN-10965. Centralize queue resource calculation based on CapacityVectors

2021-12-06 Thread GitBox
brumi1024 commented on a change in pull request #3470: URL: https://github.com/apache/hadoop/pull/3470#discussion_r763125722 ## File path:

[GitHub] [hadoop] ayushtkn commented on pull request #3750: HDFS-16372. refreshNodes should not use System.out but System.err when exceptions…

2021-12-06 Thread GitBox
ayushtkn commented on pull request #3750: URL: https://github.com/apache/hadoop/pull/3750#issuecomment-986852253 Check the details of the test

[GitHub] [hadoop] tomscut opened a new pull request #3753: HDFS-16371. Exclude slow disks when choosing volume

2021-12-06 Thread GitBox
tomscut opened a new pull request #3753: URL: https://github.com/apache/hadoop/pull/3753 JIRA: [HDFS-16371](https://issues.apache.org/jira/browse/HDFS-16371). Currently, the datanode can detect slow disks. See [HDFS-11461](https://issues.apache.org/jira/browse/HDFS-11461).

[GitHub] [hadoop] hadoop-yetus commented on pull request #3661: HDFS-16324. fix error log in BlockManagerSafeMode

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

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

2021-12-06 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17454049#comment-17454049 ] Viraj Jasani commented on HADOOP-18033: --- With this upgrade, we will also need to explicitly add

[GitHub] [hadoop] hfutatzhanghb commented on pull request #3750: HDFS-16372. refreshNodes should not use System.out but System.err when exceptions…

2021-12-06 Thread GitBox
hfutatzhanghb commented on pull request #3750: URL: https://github.com/apache/hadoop/pull/3750#issuecomment-986831750 > Test failures are related, can you give a check @ayushtkn Hi, Ayush. I can not figure out what error happened. Could you help me to check it?

[GitHub] [hadoop] afchung commented on a change in pull request #3717: YARN-11005. Implement the core QUEUE_LENGTH_THEN_RESOURCES OContainer allocation policy

2021-12-06 Thread GitBox
afchung commented on a change in pull request #3717: URL: https://github.com/apache/hadoop/pull/3717#discussion_r763059347 ## File path:

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

2021-12-06 Thread GitBox
virajjasani commented on pull request #3713: URL: https://github.com/apache/hadoop/pull/3713#issuecomment-986828207 Thanks @GuoPhilipse, looks good now. -- 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] hadoop-yetus commented on pull request #3713: HDFS-16351. add path exception information in FSNamesystem

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3734: YARN-11020. [UI2] No container is found for an application attempt with a single AM container

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

[GitHub] [hadoop] tasanuma commented on pull request #3679: HDFS-16333. fix balancer bug when transfer an EC block

2021-12-06 Thread GitBox
tasanuma commented on pull request #3679: URL: https://github.com/apache/hadoop/pull/3679#issuecomment-986786953 One possible solution is to add Preconditions.checkArgument that checks that the length of the indices is equal to the size of the block location, and to check that ExitStatus

[GitHub] [hadoop] tomicooler opened a new pull request #3752: YARN-110311. Improve the maintainability of RM webapp tests.

2021-12-06 Thread GitBox
tomicooler opened a new pull request #3752: URL: https://github.com/apache/hadoop/pull/3752 Change-Id: I6e39402dafc78e2a10bf0329c9e7619ffbbb9e1c ### Description of PR ### How was this patch tested? ### For code changes: - [ ] Does the title or

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

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

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

2021-12-06 Thread GitBox
virajjasani commented on pull request #3749: URL: https://github.com/apache/hadoop/pull/3749#issuecomment-986765667 While the full QA is going on, could you please take a look @aajisaka @jojochuang @tasanuma ? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [hadoop] hfutatzhanghb commented on pull request #3750: HDFS-16372. refreshNodes should not use System.out but System.err when exceptions…

2021-12-06 Thread GitBox
hfutatzhanghb commented on pull request #3750: URL: https://github.com/apache/hadoop/pull/3750#issuecomment-986754120 > Test failures are related, can you give a check OK, thanks a lot. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [hadoop] ayushtkn commented on pull request #3750: HDFS-16372. refreshNodes should not use System.out but System.err when exceptions…

2021-12-06 Thread GitBox
ayushtkn commented on pull request #3750: URL: https://github.com/apache/hadoop/pull/3750#issuecomment-986752407 Test failures are related, can you give a check -- 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] hadoop-yetus commented on pull request #3750: HDFS-16372. refreshNodes should not use System.out but System.err when exceptions…

2021-12-06 Thread GitBox
hadoop-yetus commented on pull request #3750: URL: https://github.com/apache/hadoop/pull/3750#issuecomment-986747070 :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-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18024?focusedWorklogId=690960=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-690960 ] 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-06 Thread GitBox
hadoop-yetus commented on pull request #3719: URL: https://github.com/apache/hadoop/pull/3719#issuecomment-986740867 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] GuoPhilipse opened a new pull request #3751: YARN-11032. Correct RMAppImpl log format

2021-12-06 Thread GitBox
GuoPhilipse opened a new pull request #3751: URL: https://github.com/apache/hadoop/pull/3751 Fix Wrong format in RMAPPImpl and small fix to clean the code -- 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] [Work logged] (HADOOP-18033) Upgrade Jackson to 2.12 or upper

2021-12-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18033?focusedWorklogId=690937=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-690937 ] 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-06 Thread GitBox
hadoop-yetus commented on pull request #3749: URL: https://github.com/apache/hadoop/pull/3749#issuecomment-986713916 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

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

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

[jira] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[GitHub] [hadoop] virajjasani commented on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
virajjasani commented on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986694174 I see, thanks @aajisaka -- 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

[jira] [Commented] (HADOOP-17725) Improve error message for token providers in ABFS

2021-12-06 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17453960#comment-17453960 ] Viraj Jasani commented on HADOOP-17725: --- The only parameters that were not covered by

[jira] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[GitHub] [hadoop] aajisaka edited a comment on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
aajisaka edited a comment on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986691505 @virajjasani > Hence, looks like revert commit was also part of the build and that's why full QA was not triggered (as per logs). It is not the reason why

[jira] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[GitHub] [hadoop] aajisaka commented on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
aajisaka commented on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986691505 @virajjasani I commented in HADOOP-18035 why the subsequent modules were not executed in branch-3.2 and branch-2.10. -- This is an automated message from the Apache Git

[jira] [Resolved] (HADOOP-17989) ITestAzureBlobFileSystemDelete failing "Operations has null HTTP response"

2021-12-06 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-17989. - Fix Version/s: 3.3.3 Resolution: Fixed > ITestAzureBlobFileSystemDelete failing

[jira] [Commented] (HADOOP-17725) Improve error message for token providers in ABFS

2021-12-06 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17453941#comment-17453941 ] Steve Loughran commented on HADOOP-17725: - This seems to be triggering some needless failures.

[jira] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[jira] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[GitHub] [hadoop] virajjasani edited a comment on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
virajjasani edited a comment on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986655962 For instance, two build results had multiple test failures (including hadoop-hdfs modules), still hadoop-yarn modules tests were executed (PR #3749). Let me dig-in

[GitHub] [hadoop] virajjasani commented on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
virajjasani commented on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986655962 For instance, two build results had multiple test failures (including hadoop-hdfs modules), still hadoop-yarn modules tests were executed. Let me dig-in bit more to

[GitHub] [hadoop] aajisaka commented on pull request #3728: YARN-9063. ATS 1.5 fails to start if RollingLevelDb files are corrupt…

2021-12-06 Thread GitBox
aajisaka commented on pull request #3728: URL: https://github.com/apache/hadoop/pull/3728#issuecomment-986656023 Merged. Thank you @ashutoshcipher for your contribution! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [hadoop] aajisaka merged pull request #3728: YARN-9063. ATS 1.5 fails to start if RollingLevelDb files are corrupt…

2021-12-06 Thread GitBox
aajisaka merged pull request #3728: URL: https://github.com/apache/hadoop/pull/3728 -- 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-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[GitHub] [hadoop] virajjasani commented on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
virajjasani commented on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986653805 The changelist available as part of build#2 is: ``` 1. Modify a file to trigger the full QA (details / githubweb) 2. Revert "Modify a file to trigger the full QA"

[GitHub] [hadoop] aajisaka commented on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
aajisaka commented on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986652828 Filed HADOOP-18035 to run all the unit tests. -- 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] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[jira] [Created] (HADOOP-18035) Skip unit test failures to run all the unit tests

2021-12-06 Thread Akira Ajisaka (Jira)
Akira Ajisaka created HADOOP-18035: -- Summary: Skip unit test failures to run all the unit tests Key: HADOOP-18035 URL: https://issues.apache.org/jira/browse/HADOOP-18035 Project: Hadoop Common

[jira] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[GitHub] [hadoop] aajisaka commented on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

2021-12-06 Thread GitBox
aajisaka commented on pull request #3748: URL: https://github.com/apache/hadoop/pull/3748#issuecomment-986632955 Thank you @virajjasani for your comment. Updated the pom.xml to run the full unit tests. This precommit job didn't run all the tests because there is a test failure in

[GitHub] [hadoop] GuoPhilipse commented on pull request #3691: HDFS-16341. Add block placement policy desc

2021-12-06 Thread GitBox
GuoPhilipse commented on pull request #3691: URL: https://github.com/apache/hadoop/pull/3691#issuecomment-986590869 cc @ayushtkn -- 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

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

2021-12-06 Thread guophilipse (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] guophilipse resolved HADOOP-18026. -- Resolution: Fixed > Fix default value of Magic committer >

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

2021-12-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18024?focusedWorklogId=690844=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-690844 ] 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-06 Thread GitBox
functioner commented on pull request #3719: URL: https://github.com/apache/hadoop/pull/3719#issuecomment-986580363 @virajjasani Sorry that I overlooked this. I've just pushed a new commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

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

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

2021-12-06 Thread GitBox
virajjasani commented on pull request #3719: URL: https://github.com/apache/hadoop/pull/3719#issuecomment-986573767 Seems better. Thanks @functioner. Once more checkstyle warning is pending related to Javadoc. -- This is an automated message from the Apache Git Service. To respond to

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

2021-12-06 Thread GitBox
virajjasani commented on a change in pull request #3684: URL: https://github.com/apache/hadoop/pull/3684#discussion_r762810004 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImage.java ## @@ -582,12 +582,12 @@ void

[GitHub] [hadoop] liubingxing edited a comment on pull request #3679: HDFS-16333. fix balancer bug when transfer an EC block

2021-12-06 Thread GitBox
liubingxing edited a comment on pull request #3679: URL: https://github.com/apache/hadoop/pull/3679#issuecomment-986568780 @tasanuma Thank you for your review and comments. I run the UT `doTestBalancerWithStripedFile` in current trunk branch and sometimes the errors occur .

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

2021-12-06 Thread GitBox
GuoPhilipse commented on a change in pull request #3696: URL: https://github.com/apache/hadoop/pull/3696#discussion_r762809175 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestBlockStoragePolicy.java ## @@ -1274,23 +1274,29 @@ public void

[GitHub] [hadoop] liubingxing commented on pull request #3679: HDFS-16333. fix balancer bug when transfer an EC block

2021-12-06 Thread GitBox
liubingxing commented on pull request #3679: URL: https://github.com/apache/hadoop/pull/3679#issuecomment-986568780 @tasanuma Thank you for your review and comments. I run the UT `doTestBalancerWithStripedFile` in current trunk branchand and sometimes the errors occur .

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

2021-12-06 Thread GitBox
ayushtkn commented on a change in pull request #3684: URL: https://github.com/apache/hadoop/pull/3684#discussion_r762806954 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImage.java ## @@ -582,12 +582,12 @@ void

[jira] [Work logged] (HADOOP-16905) Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3748: HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from th…

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

[jira] [Work logged] (HADOOP-18001) Update to Jetty 9.4.44

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

[GitHub] [hadoop] ayushtkn commented on pull request #3700: HADOOP-18001. Upgrade jetty version to 9.4.44

2021-12-06 Thread GitBox
ayushtkn commented on pull request #3700: URL: https://github.com/apache/hadoop/pull/3700#issuecomment-986553731 Two test failures, The Router one, I am aware of that, it is a timeout issue, we need to fix. The yarn one is broken since stone age, Nothing blocking, I guess. Will wait

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

2021-12-06 Thread GitBox
virajjasani commented on a change in pull request #3684: URL: https://github.com/apache/hadoop/pull/3684#discussion_r762794855 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSImage.java ## @@ -582,12 +582,12 @@ void

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

2021-12-06 Thread GitBox
ayushtkn commented on a change in pull request #3696: URL: https://github.com/apache/hadoop/pull/3696#discussion_r762792588 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestBlockStoragePolicy.java ## @@ -1274,23 +1274,29 @@ public void

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

2021-12-06 Thread GitBox
ayushtkn commented on pull request #3684: URL: https://github.com/apache/hadoop/pull/3684#issuecomment-986548226 Merged, Thanx Everyone!!! -- 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] ayushtkn merged pull request #3684: HDFS-16338. Correct fsimage error configuration message

2021-12-06 Thread GitBox
ayushtkn merged pull request #3684: URL: https://github.com/apache/hadoop/pull/3684 -- 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: