[jira] [Work logged] (HADOOP-16768) SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16768?focusedWorklogId=759778&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759778 ] ASF GitHub Bot logged work on HADOOP-16768: --- Author: ASF GitHub B

[GitHub] [hadoop] xinglin commented on a diff in pull request #4208: HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data.

2022-04-20 Thread GitBox
xinglin commented on code in PR #4208: URL: https://github.com/apache/hadoop/pull/4208#discussion_r854824985 ## hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/snappy/TestSnappyCompressorDecompressor.java: ## @@ -278,7 +285,38 @@ public void testS

[jira] [Work logged] (HADOOP-16768) SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16768?focusedWorklogId=759767&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759767 ] ASF GitHub Bot logged work on HADOOP-16768: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4208: HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data.

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4208: URL: https://github.com/apache/hadoop/pull/4208#issuecomment-1104740586 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-16768) SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16768?focusedWorklogId=759761&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759761 ] ASF GitHub Bot logged work on HADOOP-16768: --- Author: ASF GitHub B

[GitHub] [hadoop] virajith commented on a diff in pull request #4208: HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data.

2022-04-20 Thread GitBox
virajith commented on code in PR #4208: URL: https://github.com/apache/hadoop/pull/4208#discussion_r854775362 ## hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/snappy/TestSnappyCompressorDecompressor.java: ## @@ -278,7 +285,38 @@ public void test

[GitHub] [hadoop] Hexiaoqiao commented on pull request #4061: HDFS-16500. Make asynchronous blocks deletion lock and unlock durtion threshold configurable.

2022-04-20 Thread GitBox
Hexiaoqiao commented on PR #4061: URL: https://github.com/apache/hadoop/pull/4061#issuecomment-1104699159 Committed to trunk. Thanks @smarthanwang for your contributions. BTW, Would you like to fix checkstyle about method length is 156 lines is over 150 limit for BlockManager, IMO this is

[GitHub] [hadoop] Hexiaoqiao merged pull request #4061: HDFS-16500. Make asynchronous blocks deletion lock and unlock durtion threshold configurable.

2022-04-20 Thread GitBox
Hexiaoqiao merged PR #4061: URL: https://github.com/apache/hadoop/pull/4061 -- 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: common-issues-unsubscr...@ha

[GitHub] [hadoop] cndaimin commented on pull request #4104: HDFS-16520. Improve EC pread: avoid potential reading whole block

2022-04-20 Thread GitBox
cndaimin commented on PR #4104: URL: https://github.com/apache/hadoop/pull/4104#issuecomment-1104683519 @Hexiaoqiao @jojochuang Could you please take a look on this PR? In practice, we saved lots of client memory, and network traffic to both client and datanode by avoiding extra data to rea

[GitHub] [hadoop] cndaimin commented on pull request #4104: HDFS-16520. Improve EC pread: avoid potential reading whole block

2022-04-20 Thread GitBox
cndaimin commented on PR #4104: URL: https://github.com/apache/hadoop/pull/4104#issuecomment-1104683461 @Hexiaoqiao @jojochuang Could you please take a look on this PR? In practice, we saved lots of client memory, and network traffic to both client and datanode by avoiding extra data to rea

[jira] [Work logged] (HADOOP-16768) SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16768?focusedWorklogId=759742&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759742 ] ASF GitHub Bot logged work on HADOOP-16768: --- Author: ASF GitHub B

[GitHub] [hadoop] xinglin commented on pull request #4208: HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data.

2022-04-20 Thread GitBox
xinglin commented on PR #4208: URL: https://github.com/apache/hadoop/pull/4208#issuecomment-1104678805 assertj-core 3.x requires java 8 and thus we can not compile it with jdk 1.7 (java 7) for branch-2.10. Also tried assert-core at 2.9.1 (the latest 2.x release) and it did not compile neith

[jira] [Work logged] (HADOOP-18167) Add metrics to track delegation token secret manager operations

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18167?focusedWorklogId=759733&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759733 ] ASF GitHub Bot logged work on HADOOP-18167: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4092: HADOOP-18167. Add metrics to track delegation token secret manager op…

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4092: URL: https://github.com/apache/hadoop/pull/4092#issuecomment-1104655734 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hadoop-yetus commented on pull request #4207: HDFS-16545. Provide an option to balance rack level in Balancers

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4207: URL: https://github.com/apache/hadoop/pull/4207#issuecomment-1104654201 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18167) Add metrics to track delegation token secret manager operations

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18167?focusedWorklogId=759731&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759731 ] ASF GitHub Bot logged work on HADOOP-18167: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4092: HADOOP-18167. Add metrics to track delegation token secret manager op…

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4092: URL: https://github.com/apache/hadoop/pull/4092#issuecomment-1104650147 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-16768) SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16768?focusedWorklogId=759720&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759720 ] ASF GitHub Bot logged work on HADOOP-16768: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4208: HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data.

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4208: URL: https://github.com/apache/hadoop/pull/4208#issuecomment-1104641390 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hfutatzhanghb commented on pull request #3976: HDFS-16452. msync RPC should send to acitve namenode directly

2022-04-20 Thread GitBox
hfutatzhanghb commented on PR #3976: URL: https://github.com/apache/hadoop/pull/3976#issuecomment-1104640306 @xkrogen Hi,Erik. Could you please help me to review the code. thanks a lot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [hadoop] tomscut opened a new pull request, #4209: HDFS-16550. [SBN read] Improper cache-size for journal node may cause cluster crash

2022-04-20 Thread GitBox
tomscut opened a new pull request, #4209: URL: https://github.com/apache/hadoop/pull/4209 JIRA: HDFS-16550. For details, please refer to the JIRA. -- 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

[jira] [Work logged] (HADOOP-18104) Add configs to configure minSeekForVectorReads and maxReadSizeForVectorReads

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18104?focusedWorklogId=759710&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759710 ] ASF GitHub Bot logged work on HADOOP-18104: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #3964: HADOOP-18104: S3A: Add configs to configure minSeekForVectorReads and maxReadSizeForVectorReads

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #3964: URL: https://github.com/apache/hadoop/pull/3964#issuecomment-1104620741 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[jira] [Work logged] (HADOOP-18193) Support nested mount points in INodeTree

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18193?focusedWorklogId=759682&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759682 ] ASF GitHub Bot logged work on HADOOP-18193: --- Author: ASF GitHub B

[GitHub] [hadoop] virajith commented on a diff in pull request #4181: HADOOP-18193:Support nested mount points in INodeTree

2022-04-20 Thread GitBox
virajith commented on code in PR #4181: URL: https://github.com/apache/hadoop/pull/4181#discussion_r854653058 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ConfigUtil.java: ## @@ -247,4 +247,22 @@ public static String getDefaultMountTableName(f

[jira] [Work logged] (HADOOP-16768) SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16768?focusedWorklogId=759671&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759671 ] ASF GitHub Bot logged work on HADOOP-16768: --- Author: ASF GitHub B

[GitHub] [hadoop] xinglin opened a new pull request, #4208: HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data.

2022-04-20 Thread GitBox
xinglin opened a new pull request, #4208: URL: https://github.com/apache/hadoop/pull/4208 ### Description of PR It is a clean cherry pick from commit 328eae9a146b2dd9857a17a0db6fcddb1de23a0d from trunk. However, we manually added dependency for assertj. assertj dependen

[jira] [Work logged] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?focusedWorklogId=759653&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759653 ] ASF GitHub Bot logged work on HADOOP-18172: --- Author: ASF GitHub B

[GitHub] [hadoop] virajith merged pull request #4144: HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package.

2022-04-20 Thread GitBox
virajith merged PR #4144: URL: https://github.com/apache/hadoop/pull/4144 -- 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: common-issues-unsubscr...@hado

[jira] [Work logged] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?focusedWorklogId=759652&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759652 ] ASF GitHub Bot logged work on HADOOP-18172: --- Author: ASF GitHub B

[GitHub] [hadoop] virajith commented on pull request #4144: HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package.

2022-04-20 Thread GitBox
virajith commented on PR #4144: URL: https://github.com/apache/hadoop/pull/4144#issuecomment-1104547491 Failures in the yetus run are not related. Committing this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Work logged] (HADOOP-13294) Test hadoop fs shell against s3a; fix problems

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-13294?focusedWorklogId=759649&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759649 ] ASF GitHub Bot logged work on HADOOP-13294: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4006: HADOOP-13294. Test hadoop fs shell against s3a

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4006: URL: https://github.com/apache/hadoop/pull/4006#issuecomment-1104538662 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?focusedWorklogId=759645&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759645 ] ASF GitHub Bot logged work on HADOOP-18172: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4144: HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package.

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4144: URL: https://github.com/apache/hadoop/pull/4144#issuecomment-1104533828 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hadoop-yetus commented on pull request #4186: HDFS-16528. Reconfigure slow peer enable for Namenode

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4186: URL: https://github.com/apache/hadoop/pull/4186#issuecomment-1104473455 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?focusedWorklogId=759580&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759580 ] ASF GitHub Bot logged work on HADOOP-18172: --- Author: ASF GitHub B

[GitHub] [hadoop] xinglin commented on a diff in pull request #4144: HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package.

2022-04-20 Thread GitBox
xinglin commented on code in PR #4144: URL: https://github.com/apache/hadoop/pull/4144#discussion_r854554335 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/InodeTree.java: ## @@ -410,7 +410,16 @@ private boolean hasFallbackLink() { return r

[GitHub] [hadoop] hadoop-yetus commented on pull request #3987: HADOOP-18122. ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #3987: URL: https://github.com/apache/hadoop/pull/3987#issuecomment-1104453929 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18122) ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18122?focusedWorklogId=759573&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759573 ] ASF GitHub Bot logged work on HADOOP-18122: --- Author: ASF GitHub B

[GitHub] [hadoop] prasad-acit opened a new pull request, #4207: HDFS-16545. Provide an option to balance rack level in Balancers

2022-04-20 Thread GitBox
prasad-acit opened a new pull request, #4207: URL: https://github.com/apache/hadoop/pull/4207 ### 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. 'HAD

[jira] [Work logged] (HADOOP-18122) ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18122?focusedWorklogId=759545&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759545 ] ASF GitHub Bot logged work on HADOOP-18122: --- Author: ASF GitHub B

[GitHub] [hadoop] virajith commented on a diff in pull request #3987: HADOOP-18122. ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread GitBox
virajith commented on code in PR #3987: URL: https://github.com/apache/hadoop/pull/3987#discussion_r854521755 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java: ## @@ -1917,6 +1940,10 @@ public Collection getAllStoragePolicies(

[jira] [Work logged] (HADOOP-18198) Release Hadoop 3.3.3: hadoop-3.3.2 with some fixes

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18198?focusedWorklogId=759533&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759533 ] ASF GitHub Bot logged work on HADOOP-18198: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-18198) Release Hadoop 3.3.3: hadoop-3.3.2 with some fixes

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18198?focusedWorklogId=759532&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759532 ] ASF GitHub Bot logged work on HADOOP-18198: --- Author: ASF GitHub B

[GitHub] [hadoop] steveloughran closed pull request #4202: HADOOP-18198. Add release 3.3.2 diff files

2022-04-20 Thread GitBox
steveloughran closed pull request #4202: HADOOP-18198. Add release 3.3.2 diff files URL: https://github.com/apache/hadoop/pull/4202 -- 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 comme

[GitHub] [hadoop] steveloughran commented on pull request #4202: HADOOP-18198. Add release 3.3.2 diff files

2022-04-20 Thread GitBox
steveloughran commented on PR #4202: URL: https://github.com/apache/hadoop/pull/4202#issuecomment-1104415299 merged this into the 3.3.3 branch; will do the same for the other branches if it is working there -- This is an automated message from the Apache Git Service. To respond to the mes

[jira] [Work logged] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?focusedWorklogId=759525&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759525 ] ASF GitHub Bot logged work on HADOOP-18172: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4144: HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package.

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4144: URL: https://github.com/apache/hadoop/pull/4144#issuecomment-1104395525 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18122) ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18122?focusedWorklogId=759500&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759500 ] ASF GitHub Bot logged work on HADOOP-18122: --- Author: ASF GitHub B

[GitHub] [hadoop] virajith commented on a diff in pull request #3987: HADOOP-18122. ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread GitBox
virajith commented on code in PR #3987: URL: https://github.com/apache/hadoop/pull/3987#discussion_r854460871 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFs.java: ## @@ -1466,5 +1476,27 @@ public void setStoragePolicy(Path path, String p

[jira] [Work logged] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?focusedWorklogId=759499&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759499 ] ASF GitHub Bot logged work on HADOOP-18172: --- Author: ASF GitHub B

[GitHub] [hadoop] virajith commented on a diff in pull request #4144: HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package.

2022-04-20 Thread GitBox
virajith commented on code in PR #4144: URL: https://github.com/apache/hadoop/pull/4144#discussion_r854458546 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/InodeTree.java: ## @@ -410,7 +410,16 @@ private boolean hasFallbackLink() { return

[jira] [Updated] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread Virajith Jalaparti (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Virajith Jalaparti updated HADOOP-18172: Fix Version/s: 3.4.0 3.3.4 > Change scope of getRootFallbackLi

[GitHub] [hadoop] hadoop-yetus commented on pull request #4186: HDFS-16528. Reconfigure slow peer enable for Namenode

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4186: URL: https://github.com/apache/hadoop/pull/4186#issuecomment-1104275766 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18172) Change scope of getRootFallbackLink for InodeTree to make them accessible from outside package

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18172?focusedWorklogId=759458&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759458 ] ASF GitHub Bot logged work on HADOOP-18172: --- Author: ASF GitHub B

[GitHub] [hadoop] xinglin commented on pull request #4144: HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package.

2022-04-20 Thread GitBox
xinglin commented on PR #4144: URL: https://github.com/apache/hadoop/pull/4144#issuecomment-1104259120 force-pushed with a cherry-pick from the commit from trunk. -- 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-site] GauthamBanasandra merged pull request #38: Add details of CVE-2022-26612

2022-04-20 Thread GitBox
GauthamBanasandra merged PR #38: URL: https://github.com/apache/hadoop-site/pull/38 -- 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: common-issues-unsubs

[GitHub] [hadoop] prasad-acit commented on pull request #4191: HDFS-16526. Addendum Add metrics for slow DataNode

2022-04-20 Thread GitBox
prasad-acit commented on PR #4191: URL: https://github.com/apache/hadoop/pull/4191#issuecomment-1104212135 Thanks @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 comment.

[jira] [Work logged] (HADOOP-17843) Support IPV6 with IP for internal and external communication

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17843?focusedWorklogId=759407&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759407 ] ASF GitHub Bot logged work on HADOOP-17843: --- Author: ASF GitHub B

[GitHub] [hadoop] hemanthboyina commented on pull request #3290: HADOOP-17843. Support IPV6 with IP for internal and external communication

2022-04-20 Thread GitBox
hemanthboyina commented on PR #3290: URL: https://github.com/apache/hadoop/pull/3290#issuecomment-1104180798 @prasad-acit looks there is a compilation failure, can you please have a look -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Work logged] (HADOOP-18122) ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18122?focusedWorklogId=759396&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759396 ] ASF GitHub Bot logged work on HADOOP-18122: --- Author: ASF GitHub B

[GitHub] [hadoop] cheyu2022 commented on a diff in pull request #3987: HADOOP-18122. ViewFileSystem fails on determining owning group when primary group doesn't exist for user

2022-04-20 Thread GitBox
cheyu2022 commented on code in PR #3987: URL: https://github.com/apache/hadoop/pull/3987#discussion_r854352264 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFs.java: ## @@ -1466,5 +1476,27 @@ public void setStoragePolicy(Path path, String

[jira] [Work logged] (HADOOP-18167) Add metrics to track delegation token secret manager operations

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18167?focusedWorklogId=759357&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759357 ] ASF GitHub Bot logged work on HADOOP-18167: --- Author: ASF GitHub B

[GitHub] [hadoop] goiri commented on a diff in pull request #4092: HADOOP-18167. Add metrics to track delegation token secret manager op…

2022-04-20 Thread GitBox
goiri commented on code in PR #4092: URL: https://github.com/apache/hadoop/pull/4092#discussion_r854319325 ## hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java: ## @@ -825,4 +858,68 @@ protecte

[jira] [Commented] (HADOOP-16613) s3a to set fake directory marker contentType to application/x-directory

2022-04-20 Thread Brais Couce (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525095#comment-17525095 ] Brais Couce commented on HADOOP-16613: -- Any update on this? Is this the correct pl

[jira] [Commented] (HADOOP-18198) Release Hadoop 3.3.3: hadoop-3.3.2 with some fixes

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525086#comment-17525086 ] Steve Loughran commented on HADOOP-18198: - HADOOP-17650 has had to go in > Rel

[jira] [Updated] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-17650: Fix Version/s: 3.3.3 (was: 3.3.4) > Fails to build using Maven 3.8

[jira] [Commented] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525076#comment-17525076 ] Steve Loughran commented on HADOOP-17650: - now in branch-3.3 i don't want to ha

[jira] [Updated] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-17650: Fix Version/s: 3.3.4 > Fails to build using Maven 3.8.1 > ---

[jira] [Work logged] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?focusedWorklogId=759319&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759319 ] ASF GitHub Bot logged work on HADOOP-17650: --- Author: ASF GitHub B

[GitHub] [hadoop] steveloughran merged pull request #4206: HADOOP-17650. Bump solr to unblock build failure with Maven 3.8.1 (#2939)

2022-04-20 Thread GitBox
steveloughran merged PR #4206: URL: https://github.com/apache/hadoop/pull/4206 -- 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: common-issues-unsubscr...

[jira] [Work logged] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?focusedWorklogId=759317&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759317 ] ASF GitHub Bot logged work on HADOOP-17650: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4206: HADOOP-17650. Bump solr to unblock build failure with Maven 3.8.1 (#2939)

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4206: URL: https://github.com/apache/hadoop/pull/4206#issuecomment-1104068606 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reex

[jira] [Work logged] (HADOOP-18177) document use and architecture design of prefetching s3a input stream

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18177?focusedWorklogId=759259&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759259 ] ASF GitHub Bot logged work on HADOOP-18177: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4205: HADOOP-18177. Document prefetching architecture.

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4205: URL: https://github.com/apache/hadoop/pull/4205#issuecomment-1103997065 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] hadoop-yetus commented on pull request #3976: HDFS-16452. msync RPC should send to acitve namenode directly

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #3976: URL: https://github.com/apache/hadoop/pull/3976#issuecomment-1103946800 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[GitHub] [hadoop] ayushtkn merged pull request #4191: HDFS-16526. Addendum Add metrics for slow DataNode

2022-04-20 Thread GitBox
ayushtkn merged PR #4191: URL: https://github.com/apache/hadoop/pull/4191 -- 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: common-issues-unsubscr...@hado

[GitHub] [hadoop] ayushtkn commented on pull request #4191: HDFS-16526. Addendum Add metrics for slow DataNode

2022-04-20 Thread GitBox
ayushtkn commented on PR #4191: URL: https://github.com/apache/hadoop/pull/4191#issuecomment-1103931588 ![image](https://user-images.githubusercontent.com/25608848/164240844-1e2e2b39-0487-4c59-9897-c64985169b5b.png) Works for me -- This is an automated message from the Apache Git Servi

[GitHub] [hadoop] yuanboliu commented on pull request #4198: YARN-11112 Avoid renewing delegation token when app is first submitte…

2022-04-20 Thread GitBox
yuanboliu commented on PR #4198: URL: https://github.com/apache/hadoop/pull/4198#issuecomment-1103914165 @steveloughran Thanks for your comment. Let's say a user submit an app, 1. submit by client (2022-04-20:20:00) 2. generate delegation token(2022-04-20:20:01) 3. then the de

[jira] [Work logged] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?focusedWorklogId=759190&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759190 ] ASF GitHub Bot logged work on HADOOP-17650: --- Author: ASF GitHub B

[GitHub] [hadoop] steveloughran commented on pull request #4206: HADOOP-17650. Bump solr to unblock build failure with Maven 3.8.1 (#2939)

2022-04-20 Thread GitBox
steveloughran commented on PR #4206: URL: https://github.com/apache/hadoop/pull/4206#issuecomment-1103891937 just having nexus review this; will merge if it is happy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Work logged] (HADOOP-18198) Release Hadoop 3.3.3: hadoop-3.3.2 with some fixes

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18198?focusedWorklogId=759188&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759188 ] ASF GitHub Bot logged work on HADOOP-18198: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4202: HADOOP-18198. Add release 3.3.2 diff files

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4202: URL: https://github.com/apache/hadoop/pull/4202#issuecomment-1103890729 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-18177) document use and architecture design of prefetching s3a input stream

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18177?focusedWorklogId=759187&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759187 ] ASF GitHub Bot logged work on HADOOP-18177: --- Author: ASF GitHub B

[GitHub] [hadoop] hadoop-yetus commented on pull request #4205: HADOOP-18177. Document prefetching architecture.

2022-04-20 Thread GitBox
hadoop-yetus commented on PR #4205: URL: https://github.com/apache/hadoop/pull/4205#issuecomment-1103889770 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok: | reexe

[jira] [Work logged] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?focusedWorklogId=759183&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759183 ] ASF GitHub Bot logged work on HADOOP-17650: --- Author: ASF GitHub B

[GitHub] [hadoop] steveloughran opened a new pull request, #4206: HADOOP-17650. Bump solr to unblock build failure with Maven 3.8.1 (#2939)

2022-04-20 Thread GitBox
steveloughran opened a new pull request, #4206: URL: https://github.com/apache/hadoop/pull/4206 Reviewed-by: Siyao Meng ### Description of PR patch 538ce9c / #2939 on branch-3.3; if good will add to 3.3.3 without this you can only build hadoop with a proxy nexus

[jira] [Commented] (HADOOP-17650) Fails to build using Maven 3.8.1

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524955#comment-17524955 ] Steve Loughran commented on HADOOP-17650: - funny, i see that its only because i

[GitHub] [hadoop] aajisaka commented on a diff in pull request #3781: YARN-10863: CGroupElasticMemoryController is not work

2022-04-20 Thread GitBox
aajisaka commented on code in PR #3781: URL: https://github.com/apache/hadoop/pull/3781#discussion_r854066902 ## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/monitor/ContainersM

[GitHub] [hadoop] ashutoshcipher commented on pull request #4192: HDFS-16256. Minor fix in HDFSFederationBalance document

2022-04-20 Thread GitBox
ashutoshcipher commented on PR #4192: URL: https://github.com/apache/hadoop/pull/4192#issuecomment-1103853447 @ayushtkn , @tomscut - Thanks for the review. -- 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-18210) Upgrade cglib to 3.3.0

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18210?focusedWorklogId=759149&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759149 ] ASF GitHub Bot logged work on HADOOP-18210: --- Author: ASF GitHub B

[GitHub] [hadoop] ashutoshcipher commented on pull request #4203: HADOOP-18210. Upgrade cglib to 3.3.0

2022-04-20 Thread GitBox
ashutoshcipher commented on PR #4203: URL: https://github.com/apache/hadoop/pull/4203#issuecomment-1103852023 > any security issues here, or just general dependency health? Not really any security issues here. -- This is an automated message from the Apache Git Service. To respond t

[jira] [Work logged] (HADOOP-17564) Fix typo in UnixShellGuide.html

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17564?focusedWorklogId=759147&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759147 ] ASF GitHub Bot logged work on HADOOP-17564: --- Author: ASF GitHub B

[GitHub] [hadoop] ashutoshcipher commented on pull request #4195: HADOOP-17564. Fix typo in UnixShellGuide.html

2022-04-20 Thread GitBox
ashutoshcipher commented on PR #4195: URL: https://github.com/apache/hadoop/pull/4195#issuecomment-1103850726 @tomscut - Thanks for the review. -- 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] [Updated] (HADOOP-18198) Release Hadoop 3.3.3: hadoop-3.3.2 with some fixes

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-18198: Description: Hadoop 3.3.3 is a minor followup release to Hadoop 3.3.2 with all the incre

[jira] [Updated] (HADOOP-18210) Upgrade cglib to 3.3.0

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-18210: Component/s: build > Upgrade cglib to 3.3.0 > -- > >

[jira] [Updated] (HADOOP-18210) Upgrade cglib to 3.3.0

2022-04-20 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-18210: Affects Version/s: 3.3.2 > Upgrade cglib to 3.3.0 > -- > >

[jira] [Work logged] (HADOOP-18210) Upgrade cglib to 3.3.0

2022-04-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18210?focusedWorklogId=759134&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759134 ] ASF GitHub Bot logged work on HADOOP-18210: --- Author: ASF GitHub B

[GitHub] [hadoop] steveloughran commented on pull request #4203: HADOOP-18210. Upgrade cglib to 3.3.0

2022-04-20 Thread GitBox
steveloughran commented on PR #4203: URL: https://github.com/apache/hadoop/pull/4203#issuecomment-1103833759 any security issues here, or just general dependency health? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

  1   2   >