[GitHub] [hadoop] hadoop-yetus commented on pull request #3014: HDFS-16026. Restore cross platform mkstemp

2021-05-17 Thread GitBox
hadoop-yetus commented on pull request #3014: URL: https://github.com/apache/hadoop/pull/3014#issuecomment-842850043 (!) A patch to the testing environment has been detected. Re-executing against the patched versions to perform further tests. The console is at

[jira] [Work logged] (HADOOP-17705) S3A to add Config to set AWS region

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

[GitHub] [hadoop] mukund-thakur commented on pull request #3020: HADOOP-17705. S3A to add Config to set AWS region

2021-05-17 Thread GitBox
mukund-thakur commented on pull request #3020: URL: https://github.com/apache/hadoop/pull/3020#issuecomment-842847895 LGTM, will wait for yetus to become green. -- 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-17699) Remove hardcoded SunX509 usage from SSLFactory

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

[GitHub] [hadoop] jojochuang commented on a change in pull request #3016: HADOOP-17699. Remove hardcoded SunX509 usage from SSLFactory.

2021-05-17 Thread GitBox
jojochuang commented on a change in pull request #3016: URL: https://github.com/apache/hadoop/pull/3016#discussion_r634023560 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/SSLFactory.java ## @@ -99,7 +101,13 @@ public static

[GitHub] [hadoop] virajjasani commented on a change in pull request #2985: HADOOP-17115. Replace Guava Sets usage by Hadoop's own Sets in hadoop-common and hadoop-tools

2021-05-17 Thread GitBox
virajjasani commented on a change in pull request #2985: URL: https://github.com/apache/hadoop/pull/2985#discussion_r634021445 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Sets.java ## @@ -0,0 +1,329 @@ +/* + * Licensed to the Apache

[jira] [Resolved] (HADOOP-17703) checkcompatibility.py errors out when specifying annotations

2021-05-17 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HADOOP-17703. -- Fix Version/s: 3.2.3 3.1.5 3.4.0

[jira] [Work logged] (HADOOP-17703) checkcompatibility.py errors out when specifying annotations

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

[GitHub] [hadoop] jojochuang merged pull request #3017: HADOOP-17703. checkcompatibility.py errors out when specifying annotations.

2021-05-17 Thread GitBox
jojochuang merged pull request #3017: URL: https://github.com/apache/hadoop/pull/3017 -- 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. For queries about this service,

[jira] [Updated] (HADOOP-17666) Update LICENSE for 3.3.1

2021-05-17 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-17666: - Labels: pull-request-available release-blocker (was: pull-request-available) >

[jira] [Assigned] (HADOOP-17666) Update LICENSE for 3.3.1

2021-05-17 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang reassigned HADOOP-17666: Target Version/s: 3.3.1 Assignee: Wei-Chiu Chuang

[jira] [Updated] (HADOOP-17707) Remove jaeger document from site index

2021-05-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-17707: Labels: pull-request-available (was: ) > Remove jaeger document from site index >

[jira] [Created] (HADOOP-17707) Remove jaeger document from site index

2021-05-17 Thread Takanobu Asanuma (Jira)
Takanobu Asanuma created HADOOP-17707: - Summary: Remove jaeger document from site index Key: HADOOP-17707 URL: https://issues.apache.org/jira/browse/HADOOP-17707 Project: Hadoop Common

[GitHub] [hadoop] tomscut opened a new pull request #3021: HDFS-15814. Make some parameters configurable for DataNodeDiskMetrics…

2021-05-17 Thread GitBox
tomscut opened a new pull request #3021: URL: https://github.com/apache/hadoop/pull/3021 JIRA: [HDFS-15814](https://issues.apache.org/jira/browse/HDFS-15814) This change was fixed in trunk (3.4.0). The commit does not apply cleanly to branch-3.3, so I create a new PR. -- This is

[GitHub] [hadoop] ferhui commented on pull request #3009: HDFS-16024: RBF: Rename data to the Trash should be based on src loca…

2021-05-17 Thread GitBox
ferhui commented on pull request #3009: URL: https://github.com/apache/hadoop/pull/3009#issuecomment-842789126 @zhuxiangyi the case i mentioned is common, not special. If you delete directory, the baseTrashPath(even if TrashRoot exists) would be created (first time). Anyway, I think 1st

[GitHub] [hadoop] zhuxiangyi commented on pull request #3009: HDFS-16024: RBF: Rename data to the Trash should be based on src loca…

2021-05-17 Thread GitBox
zhuxiangyi commented on pull request #3009: URL: https://github.com/apache/hadoop/pull/3009#issuecomment-842779150 @ferhui Sorry to make you confused, but isn't the problem we discussed above the problem that this PR should solve? For the special situation you mentioned, TrashRoot does

[jira] [Commented] (HADOOP-17704) HADOOP-16916 changed interface SASTokenProvider fields, breaking compatibility between 3.3.0 and 3.3.1

2021-05-17 Thread Thomas Marqardt (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17346535#comment-17346535 ] Thomas Marqardt commented on HADOOP-17704: -- It's unfortunate that an error was made and

[jira] [Work logged] (HADOOP-17669) Port HADOOP-17079, HADOOP-17505 to branch-3.3

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

[GitHub] [hadoop] jojochuang merged pull request #2959: HADOOP-17669. Backport HADOOP-17079, HADOOP-17505 to branch-3.3

2021-05-17 Thread GitBox
jojochuang merged pull request #2959: URL: https://github.com/apache/hadoop/pull/2959 -- 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. For queries about this service,

[jira] [Work logged] (HADOOP-17669) Port HADOOP-17079, HADOOP-17505 to branch-3.3

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

[GitHub] [hadoop] jojochuang commented on pull request #2959: HADOOP-17669. Backport HADOOP-17079, HADOOP-17505 to branch-3.3

2021-05-17 Thread GitBox
jojochuang commented on pull request #2959: URL: https://github.com/apache/hadoop/pull/2959#issuecomment-842764639 All failed tests do not repro. I'll merge this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [hadoop] ferhui commented on pull request #3009: HDFS-16024: RBF: Rename data to the Trash should be based on src loca…

2021-05-17 Thread GitBox
ferhui commented on pull request #3009: URL: https://github.com/apache/hadoop/pull/3009#issuecomment-842747337 @zhuxiangyi So I get a bit confused, what is the problem that this PR resolves ? -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Updated] (HADOOP-17706) Problem in installation of Hadoop 3.2 with docket- libc-bin bug

2021-05-17 Thread Yuval Rochman (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuval Rochman updated HADOOP-17706: --- Affects Version/s: 3.2.2 Priority: Blocker (was: Major) > Problem in

[jira] [Resolved] (HADOOP-17701) HDFS rebalance commands

2021-05-17 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HADOOP-17701. -- Resolution: Invalid Please use the

[jira] [Created] (HADOOP-17706) Problem in installation of Hadoop 3.2 with docket- libc-bin bug

2021-05-17 Thread Yuval Rochman (Jira)
Yuval Rochman created HADOOP-17706: -- Summary: Problem in installation of Hadoop 3.2 with docket- libc-bin bug Key: HADOOP-17706 URL: https://issues.apache.org/jira/browse/HADOOP-17706 Project:

[jira] [Work logged] (HADOOP-17699) Remove hardcoded SunX509 usage from SSLFactory

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

[GitHub] [hadoop] xiaoyuyao commented on pull request #3016: HADOOP-17699. Remove hardcoded SunX509 usage from SSLFactory.

2021-05-17 Thread GitBox
xiaoyuyao commented on pull request #3016: URL: https://github.com/apache/hadoop/pull/3016#issuecomment-842716012 cc: @jojochuang -- 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] [Work logged] (HADOOP-17699) Remove hardcoded SunX509 usage from SSLFactory

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3016: HADOOP-17699. Remove hardcoded SunX509 usage from SSLFactory.

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

[jira] [Work logged] (HADOOP-17115) Replace Guava Sets usage by Hadoop's own Sets

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

[GitHub] [hadoop] busbey commented on a change in pull request #2985: HADOOP-17115. Replace Guava Sets usage by Hadoop's own Sets in hadoop-common and hadoop-tools

2021-05-17 Thread GitBox
busbey commented on a change in pull request #2985: URL: https://github.com/apache/hadoop/pull/2985#discussion_r633869080 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Sets.java ## @@ -0,0 +1,376 @@ +/* + * Licensed to the Apache

[GitHub] [hadoop] hadoop-yetus commented on pull request #3014: HDFS-16026. Restore cross platform mkstemp

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

[jira] [Work logged] (HADOOP-17680) Allow ProtobufRpcEngine to be extensible

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

[GitHub] [hadoop] jojochuang merged pull request #2999: HDFS-15912. Allow ProtobufRpcEngine to be extensible

2021-05-17 Thread GitBox
jojochuang merged pull request #2999: URL: https://github.com/apache/hadoop/pull/2999 -- 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. For queries about this service,

[GitHub] [hadoop] ferhui commented on pull request #3009: HDFS-16024: RBF: Rename data to the Trash should be based on src loca…

2021-05-17 Thread GitBox
ferhui commented on pull request #3009: URL: https://github.com/apache/hadoop/pull/3009#issuecomment-841962259 -- 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. For queries

[jira] [Work logged] (HADOOP-17511) Add an Audit plugin point for S3A auditing/context

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

[jira] [Work logged] (HADOOP-17700) ExitUtil#halt info log with incorrect placeholders

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

[GitHub] [hadoop] virajjasani commented on pull request #3015: HADOOP-17700. ExitUtil#halt info log should log HaltException

2021-05-17 Thread GitBox
virajjasani commented on pull request #3015: URL: https://github.com/apache/hadoop/pull/3015#issuecomment-842023031 -- 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. For

[GitHub] [hadoop] bogthe commented on a change in pull request #2807: HADOOP-17511. Add audit/telemetry logging to S3A connector

2021-05-17 Thread GitBox
bogthe commented on a change in pull request #2807: URL: https://github.com/apache/hadoop/pull/2807#discussion_r633141325 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/store/HttpReferrerAuditHeader.java ## @@ -0,0 +1,500 @@ +/* + *

[GitHub] [hadoop] anoopsjohn commented on pull request #2795: HADOOP-17596. ABFS: Change default Readahead Queue Depth from num(processors) to const

2021-05-17 Thread GitBox
anoopsjohn commented on pull request #2795: URL: https://github.com/apache/hadoop/pull/2795#issuecomment-842063424 -- 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. For

[jira] [Work logged] (HADOOP-17596) ABFS: Change default Readahead Queue Depth from num(processors) to const

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

[GitHub] [hadoop] zhuxiangyi commented on pull request #3009: HDFS-16024: RBF: Rename data to the Trash should be based on src loca…

2021-05-17 Thread GitBox
zhuxiangyi commented on pull request #3009: URL: https://github.com/apache/hadoop/pull/3009#issuecomment-841979980 -- 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. For

[jira] [Work logged] (HADOOP-17609) Make SM4 support optional for OpenSSL native code

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3017: HADOOP-17703. checkcompatibility.py errors out when specifying annotations.

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

[GitHub] [hadoop] vinaysbadami commented on pull request #2795: HADOOP-17596. ABFS: Change default Readahead Queue Depth from num(processors) to const

2021-05-17 Thread GitBox
vinaysbadami commented on pull request #2795: URL: https://github.com/apache/hadoop/pull/2795#issuecomment-842000750 @anoopsjohn ==> wrt your comment on "will this hamper spark jobs". 1. This is a speculative read ahead. So whenever this is wrong, it is waste io and iops. 2. With

[GitHub] [hadoop] iwasakims edited a comment on pull request #3019: HADOOP-17609. Make SM4 support optional for OpenSSL native code.

2021-05-17 Thread GitBox
iwasakims edited a comment on pull request #3019: URL: https://github.com/apache/hadoop/pull/3019#issuecomment-842245830 I manually tested this by `hadoop checknative` after `-Pnative -Pdist` build on CentOS 8. ``` $ mvn clean install -DskipTests -DskipShade -Pnative -Pdist $

[jira] [Work logged] (HADOOP-17596) ABFS: Change default Readahead Queue Depth from num(processors) to const

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

[jira] [Work logged] (HADOOP-17703) checkcompatibility.py errors out when specifying annotations

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3018: HDFS-16027. Replace abstract methods with default methods in JournalNodeMXBean

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #2747: HDFS-15877. BlockReconstructionWork should resetTargets() before BlockManager#validateReconstructionWork return false

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

[GitHub] [hadoop] jojochuang closed pull request #2905: HDFS-15912. Allow ProtobufRpcEngine to be extensible

2021-05-17 Thread GitBox
jojochuang closed pull request #2905: URL: https://github.com/apache/hadoop/pull/2905 -- 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. For queries about this service,

[GitHub] [hadoop] dongjoon-hyun commented on pull request #2807: HADOOP-17511. Add audit/telemetry logging to S3A connector

2021-05-17 Thread GitBox
dongjoon-hyun commented on pull request #2807: URL: https://github.com/apache/hadoop/pull/2807#issuecomment-841888674 Also, cc @sunchao -- 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] [Work logged] (HADOOP-17680) Allow ProtobufRpcEngine to be extensible

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #881: YARN-2774. support secure clusters in shared cache manager

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

[jira] [Work logged] (HADOOP-17703) checkcompatibility.py errors out when specifying annotations

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

[jira] [Work logged] (HADOOP-17609) Make SM4 support optional for OpenSSL native code

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

[jira] [Work logged] (HADOOP-17511) Add an Audit plugin point for S3A auditing/context

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

[GitHub] [hadoop] iwasakims commented on pull request #3019: HADOOP-17609. Make SM4 support optional for OpenSSL native code.

2021-05-17 Thread GitBox
iwasakims commented on pull request #3019: URL: https://github.com/apache/hadoop/pull/3019#issuecomment-842245830 -- 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. For

[jira] [Work logged] (HADOOP-17669) Port HADOOP-17079, HADOOP-17505 to branch-3.3

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

[GitHub] [hadoop] aajisaka merged pull request #2608: YARN-10555. missing access check before getAppAttempts

2021-05-17 Thread GitBox
aajisaka merged pull request #2608: URL: https://github.com/apache/hadoop/pull/2608 -- 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. For queries about this service,

[GitHub] [hadoop] tasanuma closed pull request #2854: HDFS-15945. DataNodes with zero capacity and zero blocks should be decommissioned immediately.

2021-05-17 Thread GitBox
tasanuma closed pull request #2854: URL: https://github.com/apache/hadoop/pull/2854 -- 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. For queries about this service,

[GitHub] [hadoop] hadoop-yetus commented on pull request #2959: HADOOP-17669. Port HADOOP-17079, HADOOP-17505 to branch-3.3

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

[GitHub] [hadoop] haiyang1987 edited a comment on pull request #2747: HDFS-15877. BlockReconstructionWork should resetTargets() before BlockManager#validateReconstructionWork return false

2021-05-17 Thread GitBox
haiyang1987 edited a comment on pull request #2747: URL: https://github.com/apache/hadoop/pull/2747#issuecomment-842136488 -- 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.

[GitHub] [hadoop] jojochuang commented on pull request #2854: HDFS-15945. DataNodes with zero capacity and zero blocks should be decommissioned immediately.

2021-05-17 Thread GitBox
jojochuang commented on pull request #2854: URL: https://github.com/apache/hadoop/pull/2854#issuecomment-841983198 Great! Glad to find out. -- 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] virajjasani commented on pull request #2998: HDFS-16016. BPServiceActor to provide new thread to handle IBR

2021-05-17 Thread GitBox
virajjasani commented on pull request #2998: URL: https://github.com/apache/hadoop/pull/2998#issuecomment-841848450 Surprisingly I am not able to repro `TestDecommissioningStatus` and `TestDecommissioningStatusWithBackoffMonitor` locally. -- This is an automated message from the Apache

[jira] [Work logged] (HADOOP-17705) S3A to add Config to set AWS region

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

[jira] [Work logged] (HADOOP-17705) S3A to add Config to set AWS region

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

[jira] [Work logged] (HADOOP-17699) Remove hardcoded SunX509 usage from SSLFactory

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

[jira] [Work logged] (HADOOP-17511) Add an Audit plugin point for S3A auditing/context

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #2496: YARN-10502. Add backlogs metric for CapacityScheduler

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3020: HADOOP-17705. S3A to add Config to set AWS region

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

[GitHub] [hadoop] steveloughran commented on pull request #2807: HADOOP-17511. Add audit/telemetry logging to S3A connector

2021-05-17 Thread GitBox
steveloughran commented on pull request #2807: URL: https://github.com/apache/hadoop/pull/2807#issuecomment-842340255 +git showing some log output during a terasort test https://gist.github.com/steveloughran/8e0aadb51c63f1c3538deda19ee952ae some of the events (e.g

[jira] [Work logged] (HADOOP-17609) Make SM4 support optional for OpenSSL native code

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

[GitHub] [hadoop] iwasakims closed pull request #2847: HADOOP-17609. Make SM4 support optional for OpenSSL native code.

2021-05-17 Thread GitBox
iwasakims closed pull request #2847: URL: https://github.com/apache/hadoop/pull/2847 -- 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. For queries about this service,

[GitHub] [hadoop] ferhui commented on pull request #2747: HDFS-15877. BlockReconstructionWork should resetTargets() before BlockManager#validateReconstructionWork return false

2021-05-17 Thread GitBox
ferhui commented on pull request #2747: URL: https://github.com/apache/hadoop/pull/2747#issuecomment-841928897 -- 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. For queries

[GitHub] [hadoop] hadoop-yetus commented on pull request #2966: HDFS-16004.startLogSegment and journal in BackupNode lack Permission …

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3005: HDFS-13522. RBF: Support observer node from Router-Based Federation

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

[jira] [Work logged] (HADOOP-17511) Add an Audit plugin point for S3A auditing/context

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

[jira] [Work logged] (HADOOP-17115) Replace Guava Sets usage by Hadoop's own Sets

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #2807: HADOOP-17511. Add audit/telemetry logging to S3A connector

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

[GitHub] [hadoop] jojochuang commented on pull request #3017: HADOOP-17703. checkcompatibility.py errors out when specifying annotations.

2021-05-17 Thread GitBox
jojochuang commented on pull request #3017: URL: https://github.com/apache/hadoop/pull/3017#issuecomment-842178053 @aajisaka could you help with this trivial patch? -- 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-17609) Make SM4 support optional for OpenSSL native code

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3019: HADOOP-17609. Make SM4 support optional for OpenSSL native code.

2021-05-17 Thread GitBox
hadoop-yetus commented on pull request #3019: URL: https://github.com/apache/hadoop/pull/3019#issuecomment-842356693 -- 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. For

[jira] [Work logged] (HADOOP-17699) Remove hardcoded SunX509 usage from SSLFactory

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

[jira] [Work logged] (HADOOP-17700) ExitUtil#halt info log with incorrect placeholders

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

[jira] [Work logged] (HADOOP-17703) checkcompatibility.py errors out when specifying annotations

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

[GitHub] [hadoop] steveloughran commented on pull request #3015: HADOOP-17700. ExitUtil#halt info log should log HaltException

2021-05-17 Thread GitBox
steveloughran commented on pull request #3015: URL: https://github.com/apache/hadoop/pull/3015#issuecomment-842281065 +1 One aspect of the Exit code design was that returning != 0 doesn't mean print a stack trace at info. So the exit() calls must only log the message at info, full

[GitHub] [hadoop] ferhui edited a comment on pull request #3009: HDFS-16024: RBF: Rename data to the Trash should be based on src loca…

2021-05-17 Thread GitBox
ferhui edited a comment on pull request #3009: URL: https://github.com/apache/hadoop/pull/3009#issuecomment-842146030 @zhuxiangyi Thanks for comments! > With this solution, as long as there is a mount point for Trash and the Trash directory exists, Router can move data to Trash.

[jira] [Work logged] (HADOOP-17609) Make SM4 support optional for OpenSSL native code

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3016: HADOOP-17699. Remove hardcoded SunX509 usage from SSLFactory.

2021-05-17 Thread GitBox
hadoop-yetus commented on pull request #3016: URL: https://github.com/apache/hadoop/pull/3016#issuecomment-841871270 -- 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. For

[GitHub] [hadoop] virajjasani edited a comment on pull request #2998: HDFS-16016. BPServiceActor to provide new thread to handle IBR

2021-05-17 Thread GitBox
virajjasani edited a comment on pull request #2998: URL: https://github.com/apache/hadoop/pull/2998#issuecomment-841848450 Surprisingly I am not able to repro `TestDecommissioningStatus` and `TestDecommissioningStatusWithBackoffMonitor` test failures locally. -- This is an automated

[GitHub] [hadoop] tasanuma commented on pull request #2854: HDFS-15945. DataNodes with zero capacity and zero blocks should be decommissioned immediately.

2021-05-17 Thread GitBox
tasanuma commented on pull request #2854: URL: https://github.com/apache/hadoop/pull/2854#issuecomment-841912534 As I said in the last comment, this is not a problem anymore after HDFS-15963. I'm closing this PR. Thanks for your kind reviews, @virajjasani and @jojochuang. -- This is

[jira] [Work logged] (HADOOP-17700) ExitUtil#halt info log with incorrect placeholders

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

[jira] [Work logged] (HADOOP-13887) Encrypt S3A data client-side with AWS SDK (S3-CSE)

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

[GitHub] [hadoop] haiyang1987 commented on pull request #2747: HDFS-15877. BlockReconstructionWork should resetTargets() before BlockManager#validateReconstructionWork return false

2021-05-17 Thread GitBox
haiyang1987 commented on pull request #2747: URL: https://github.com/apache/hadoop/pull/2747#issuecomment-841792013 -- 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. For

[GitHub] [hadoop] mehakmeet commented on pull request #2706: HADOOP-13887. Support S3 client side encryption (S3-CSE) using AWS-SDK

2021-05-17 Thread GitBox
mehakmeet commented on pull request #2706: URL: https://github.com/apache/hadoop/pull/2706#issuecomment-841783066 -- 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. For

[jira] [Work logged] (HADOOP-13887) Encrypt S3A data client-side with AWS SDK (S3-CSE)

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

[GitHub] [hadoop] virajjasani commented on a change in pull request #2985: HADOOP-17115. Replace Guava Sets usage by Hadoop's own Sets in hadoop-common and hadoop-tools

2021-05-17 Thread GitBox
virajjasani commented on a change in pull request #2985: URL: https://github.com/apache/hadoop/pull/2985#discussion_r633057797 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Sets.java ## @@ -0,0 +1,329 @@ +/* + * Licensed to the Apache

[GitHub] [hadoop] bogthe commented on pull request #2706: HADOOP-13887. Support S3 client side encryption (S3-CSE) using AWS-SDK

2021-05-17 Thread GitBox
bogthe commented on pull request #2706: URL: https://github.com/apache/hadoop/pull/2706#issuecomment-841812391 > Had merge conflicts so had to force push. > Tests: > > ``` > [ERROR] Tests run: 1430, Failures: 1, Errors: 34, Skipped: 538 > ``` > > Scale: > > ```

[GitHub] [hadoop] hadoop-yetus commented on pull request #3014: HDFS-16026. Restore cross platform mkstemp

2021-05-17 Thread GitBox
hadoop-yetus commented on pull request #3014: URL: https://github.com/apache/hadoop/pull/3014#issuecomment-841786169 -- 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. For

  1   2   3   >