[GitHub] [hadoop] ayushtkn commented on pull request #2882: HDFS-15815. if required storageType are unavailable, log the failed reason during choosing Datanode. Contributed by Yang Yun.

2021-04-12 Thread GitBox
ayushtkn commented on pull request #2882: URL: https://github.com/apache/hadoop/pull/2882#issuecomment-818456966 Sure @jojochuang, Thanx -- 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] hchaverri opened a new pull request #2901: HDFS-15912. Allow ProtobufRpcEngine to be extensible

2021-04-12 Thread GitBox
hchaverri opened a new pull request #2901: URL: https://github.com/apache/hadoop/pull/2901 ## NOTICE Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request which starts with the corresponding JIRA issue number. (e.g.

[jira] [Created] (HADOOP-17634) Fedbalance only copies data partially when there's existing opened file

2021-04-12 Thread Felix N (Jira)
Felix N created HADOOP-17634: Summary: Fedbalance only copies data partially when there's existing opened file Key: HADOOP-17634 URL: https://issues.apache.org/jira/browse/HADOOP-17634 Project: Hadoop

[GitHub] [hadoop] tomscut commented on a change in pull request #2896: HDFS-15970. Print network topology on the web

2021-04-12 Thread GitBox
tomscut commented on a change in pull request #2896: URL: https://github.com/apache/hadoop/pull/2896#discussion_r612107351 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NetworkTopologyServlet.java ## @@ -0,0 +1,115 @@ +/**

[GitHub] [hadoop] tomscut commented on a change in pull request #2896: HDFS-15970. Print network topology on the web

2021-04-12 Thread GitBox
tomscut commented on a change in pull request #2896: URL: https://github.com/apache/hadoop/pull/2896#discussion_r612106334 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NetworkTopologyServlet.java ## @@ -0,0 +1,115 @@ +/**

[GitHub] [hadoop] jojochuang commented on pull request #2849: HDFS-15621. Datanode DirectoryScanner uses excessive memory

2021-04-12 Thread GitBox
jojochuang commented on pull request #2849: URL: https://github.com/apache/hadoop/pull/2849#issuecomment-818409032 The spotbugs warning looks like a false positive to me. `Redundant nullcheck of file, which is known to be non-null in

[GitHub] [hadoop] goiri merged pull request #2900: Revert "HDFS-15423 RBF: WebHDFS create shouldn't choose DN from all sub-clusters"

2021-04-12 Thread GitBox
goiri merged pull request #2900: URL: https://github.com/apache/hadoop/pull/2900 -- 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, please

[GitHub] [hadoop] goiri opened a new pull request #2900: Revert "HDFS-15423 RBF: WebHDFS create shouldn't choose DN from all sub-clusters"

2021-04-12 Thread GitBox
goiri opened a new pull request #2900: URL: https://github.com/apache/hadoop/pull/2900 Reverts apache/hadoop#2605 -- 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] goiri commented on a change in pull request #2896: HDFS-15970. Print network topology on the web

2021-04-12 Thread GitBox
goiri commented on a change in pull request #2896: URL: https://github.com/apache/hadoop/pull/2896#discussion_r611908007 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NetworkTopologyServlet.java ## @@ -0,0 +1,115 @@ +/** +

[GitHub] [hadoop] jojochuang commented on pull request #2882: HDFS-15815. if required storageType are unavailable, log the failed reason during choosing Datanode. Contributed by Yang Yun.

2021-04-12 Thread GitBox
jojochuang commented on pull request #2882: URL: https://github.com/apache/hadoop/pull/2882#issuecomment-818406777 @ayushtkn fyi will merge later if no objections. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [hadoop] PHILO-HE commented on pull request #2655: HDFS-15714: HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-04-12 Thread GitBox
PHILO-HE commented on pull request #2655: URL: https://github.com/apache/hadoop/pull/2655#issuecomment-818398537 1) Yes, LevelDB based AliasMap is recommended to user. And text based AliasMap is just for the purpose of unit test. In this patch, we made few code changes for AliasMap. You

[GitHub] [hadoop] ferhui commented on pull request #2868: HDFS-15759. EC: Verify EC reconstruction correctness on DataNode (#2585)

2021-04-12 Thread GitBox
ferhui commented on pull request #2868: URL: https://github.com/apache/hadoop/pull/2868#issuecomment-818398223 HDFS-15940 has fixed TestBlockRecovery -- 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

[GitHub] [hadoop] jojochuang commented on pull request #2868: HDFS-15759. EC: Verify EC reconstruction correctness on DataNode (#2585)

2021-04-12 Thread GitBox
jojochuang commented on pull request #2868: URL: https://github.com/apache/hadoop/pull/2868#issuecomment-818391251 Thanks! @ferhui -- 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

[GitHub] [hadoop] jojochuang merged pull request #2868: HDFS-15759. EC: Verify EC reconstruction correctness on DataNode (#2585)

2021-04-12 Thread GitBox
jojochuang merged pull request #2868: URL: https://github.com/apache/hadoop/pull/2868 -- 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-11245) Update NFS gateway to use Netty4

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

[GitHub] [hadoop] jojochuang commented on pull request #2832: HADOOP-11245. Update NFS gateway to use Netty4

2021-04-12 Thread GitBox
jojochuang commented on pull request #2832: URL: https://github.com/apache/hadoop/pull/2832#issuecomment-818384841 As of the last commit, the code was deployed on a small cluster, verified to contain no memory leak via -Dio.netty.leakDetectionLevel=paranoid. The performance saw no

[GitHub] [hadoop] ferhui commented on pull request #2868: HDFS-15759. EC: Verify EC reconstruction correctness on DataNode (#2585)

2021-04-12 Thread GitBox
ferhui commented on pull request #2868: URL: https://github.com/apache/hadoop/pull/2868#issuecomment-818375830 @jojochuang Thanks. Failed tests are unrelated, They passed locally except TestBlockRecovery. And TestBlockRecovery fails without this PR, so i think it's not related to this

[GitHub] [hadoop] Zhangshunyu edited a comment on pull request #2655: HDFS-15714: HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-04-12 Thread GitBox
Zhangshunyu edited a comment on pull request #2655: URL: https://github.com/apache/hadoop/pull/2655#issuecomment-818374335 Currentlly, alias map is based on LevelDB, and it does not support namenode HA, right? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [hadoop] Zhangshunyu commented on pull request #2655: HDFS-15714: HDFS Provided Storage Read/Write Mount Support On-the-fly

2021-04-12 Thread GitBox
Zhangshunyu commented on pull request #2655: URL: https://github.com/apache/hadoop/pull/2655#issuecomment-818374335 Currentlly, alias map is based on LevelDB, and it is not support namenode HA, right? -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Updated] (HADOOP-17601) Upgrade Jackson databind in branch-2.10 to 2.9.10.7

2021-04-12 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-17601: - Fix Version/s: 2.10.2 Resolution: Fixed Status: Resolved (was: Patch

[jira] [Work logged] (HADOOP-17601) Upgrade Jackson databind in branch-2.10 to 2.9.10.7

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

[jira] [Work logged] (HADOOP-17601) Upgrade Jackson databind in branch-2.10 to 2.9.10.7

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

[GitHub] [hadoop] jojochuang merged pull request #2835: HADOOP-17601. Upgrade Jackson databind in branch-2.10 to 2.9.10.7

2021-04-12 Thread GitBox
jojochuang merged pull request #2835: URL: https://github.com/apache/hadoop/pull/2835 -- 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] jojochuang commented on pull request #2835: HADOOP-17601. Upgrade Jackson databind in branch-2.10 to 2.9.10.7

2021-04-12 Thread GitBox
jojochuang commented on pull request #2835: URL: https://github.com/apache/hadoop/pull/2835#issuecomment-818341722 Sorry my bad. Merged. -- 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-16948) ABFS: Support single writer dirs

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

[GitHub] [hadoop] billierinaldi merged pull request #1925: HADOOP-16948. Support single writer dirs.

2021-04-12 Thread GitBox
billierinaldi merged pull request #1925: URL: https://github.com/apache/hadoop/pull/1925 -- 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 #2899: YARN-10733. TimelineService Hbase tests failing with timeouts

2021-04-12 Thread GitBox
hadoop-yetus commented on pull request #2899: URL: https://github.com/apache/hadoop/pull/2899#issuecomment-818284213 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Comment | |::|--:|:|:| | +0 :ok: | reexec | 11m

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

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

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

2021-04-12 Thread GitBox
hadoop-yetus commented on pull request #2807: URL: https://github.com/apache/hadoop/pull/2807#issuecomment-818255439 :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-04-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17511?focusedWorklogId=581358=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-581358 ] ASF GitHub Bot logged work on HADOOP-17511: --- Author: ASF GitHub Bot

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

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

[GitHub] [hadoop] amahussein opened a new pull request #2899: YARN-10733. TimelineService Hbase tests failing with timeouts

2021-04-12 Thread GitBox
amahussein opened a new pull request #2899: URL: https://github.com/apache/hadoop/pull/2899 [YARN-10733:](https://issues.apache.org/jira/browse/YARN-10733) TimelineService Hbase tests are failing with timeout error on branch-2.10 Timeout running

[GitHub] [hadoop] goiri merged pull request #2605: HDFS-15423 RBF: WebHDFS create shouldn't choose DN from all sub-clusters

2021-04-12 Thread GitBox
goiri merged pull request #2605: URL: https://github.com/apache/hadoop/pull/2605 -- 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, please

[GitHub] [hadoop] hadoop-yetus commented on pull request #2898: HDFS-15971. Make mkstemp cross platform

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

[jira] [Work logged] (HADOOP-17597) Add option to downgrade S3A rejection of Syncable to warning

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

[GitHub] [hadoop] steveloughran commented on pull request #2801: HADOOP-17597. Optionally downgrade on S3A Syncable calls

2021-04-12 Thread GitBox
steveloughran commented on pull request #2801: URL: https://github.com/apache/hadoop/pull/2801#issuecomment-818060004 thanks, will update the PR with the comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (HADOOP-17577) Fix TestLogLevel

2021-04-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17319669#comment-17319669 ] Steve Loughran commented on HADOOP-17577: - yes. looks like different JREs report differently.

[GitHub] [hadoop] steveloughran commented on pull request #2852: MAPREDUCE-7287. Distcp will delete exists file , If we use "--delete …

2021-04-12 Thread GitBox
steveloughran commented on pull request #2852: URL: https://github.com/apache/hadoop/pull/2852#issuecomment-818046355 OK, If @ayushtkn is happy, I'm happy. One thought: could we add a test for a file copy to AbstractContractDistCpTest ? This is the one we do for the object stores,

[jira] [Work logged] (HADOOP-16948) ABFS: Support single writer dirs

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

[GitHub] [hadoop] steveloughran commented on pull request #1925: HADOOP-16948. Support single writer dirs.

2021-04-12 Thread GitBox
steveloughran commented on pull request #1925: URL: https://github.com/apache/hadoop/pull/1925#issuecomment-818043015 @billierinaldi -I'm happy with this. There may be some surprises once you go live, but there's nothing obvious to me right now. +1. merge when ready

[jira] [Work logged] (HADOOP-16948) ABFS: Support single writer dirs

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

[GitHub] [hadoop] steveloughran commented on a change in pull request #1925: HADOOP-16948. Support single writer dirs.

2021-04-12 Thread GitBox
steveloughran commented on a change in pull request #1925: URL: https://github.com/apache/hadoop/pull/1925#discussion_r611867287 ## File path: hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsLease.java ## @@ -88,6 +88,12 @@ public

[jira] [Work logged] (HADOOP-15566) Support OpenTelemetry

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

[GitHub] [hadoop] steveloughran commented on a change in pull request #2816: HADOOP-15566 initial changes for opentelemetry - WIP

2021-04-12 Thread GitBox
steveloughran commented on a change in pull request #2816: URL: https://github.com/apache/hadoop/pull/2816#discussion_r601307384 ## File path: hadoop-common-project/hadoop-common/pom.xml ## @@ -371,6 +371,31 @@ lz4-java provided + +

[GitHub] [hadoop] hadoop-yetus commented on pull request #2896: HDFS-15970. Print network topology on web

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

[jira] [Work logged] (HADOOP-17633) Please upgrade json-smart dependency to the latest version

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

[GitHub] [hadoop] steveloughran commented on pull request #2895: HADOOP-17633. Bump json-smart to 2.4.2 due to CVEs

2021-04-12 Thread GitBox
steveloughran commented on pull request #2895: URL: https://github.com/apache/hadoop/pull/2895#issuecomment-818032692 I worry about the lines on the json-smart import ```xml ``` The assumption here is: nimbus-jose-jwt needs to be updated in sync, and kerby. Are there

[jira] [Work logged] (HADOOP-17611) Distcp parallel file copy breaks the modification time

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #2897: HADOOP-17611 Restore modification and access times after concat

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

[GitHub] [hadoop] GauthamBanasandra opened a new pull request #2898: HDFS-15971. Make mkstemp cross platform

2021-04-12 Thread GitBox
GauthamBanasandra opened a new pull request #2898: URL: https://github.com/apache/hadoop/pull/2898 * mkstemp isn't available in Visual C++. This PR implements the necessary cross platform implementation for mkstemp. -- This is an automated message from the Apache Git

[jira] [Work logged] (HADOOP-17620) DistCp: Use Iterator for listing target directory as well

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #2861: HADOOP-17620. DistCp: Use Iterator for listing target directory as well.

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

[jira] [Commented] (HADOOP-17611) Distcp parallel file copy breaks the modification time

2021-04-12 Thread Adam Maroti (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17319615#comment-17319615 ] Adam Maroti commented on HADOOP-17611: -- When times is set the preserve() function is called from

[jira] [Commented] (HADOOP-17611) Distcp parallel file copy breaks the modification time

2021-04-12 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17319605#comment-17319605 ] Viraj Jasani commented on HADOOP-17611: --- Thanks [~amaroti]. Have you also tested with TIMES

[jira] [Assigned] (HADOOP-17611) Distcp parallel file copy breaks the modification time

2021-04-12 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Jasani reassigned HADOOP-17611: - Assignee: (was: Viraj Jasani) > Distcp parallel file copy breaks the modification

[jira] [Updated] (HADOOP-17603) Upgrade tomcat-embed-core to 7.0.108

2021-04-12 Thread Siyao Meng (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siyao Meng updated HADOOP-17603: Fix Version/s: 2.10.2 Resolution: Fixed Status: Resolved (was: Patch

[jira] [Work logged] (HADOOP-17603) Upgrade tomcat-embed-core to 7.0.108

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

[GitHub] [hadoop] smengcl commented on pull request #2834: HADOOP-17603. Upgrade tomcat-embed-core to 7.0.108

2021-04-12 Thread GitBox
smengcl commented on pull request #2834: URL: https://github.com/apache/hadoop/pull/2834#issuecomment-817980640 @amahussein Done. Thanks for the contribution! :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [hadoop] smengcl merged pull request #2834: HADOOP-17603. Upgrade tomcat-embed-core to 7.0.108

2021-04-12 Thread GitBox
smengcl merged pull request #2834: URL: https://github.com/apache/hadoop/pull/2834 -- 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, please

[jira] [Work logged] (HADOOP-17603) Upgrade tomcat-embed-core to 7.0.108

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

[GitHub] [hadoop] fengnanli commented on a change in pull request #2639: HDFS-15785. Datanode to support using DNS to resolve nameservices to IP addresses to get list of namenodes.

2021-04-12 Thread GitBox
fengnanli commented on a change in pull request #2639: URL: https://github.com/apache/hadoop/pull/2639#discussion_r574117112 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSUtil.java ## @@ -647,6 +634,58 @@ public static String

[jira] [Commented] (HADOOP-17523) Replace LogCapturer with mock

2021-04-12 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17319567#comment-17319567 ] Viraj Jasani commented on HADOOP-17523: --- I believe even if we use Mockito's ArgumentCaptor, we

[jira] [Commented] (HADOOP-17611) Distcp parallel file copy breaks the modification time

2021-04-12 Thread Adam Maroti (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17319541#comment-17319541 ] Adam Maroti commented on HADOOP-17611: -- [~vjasani] This is my take on this:

[jira] [Work logged] (HADOOP-17611) Distcp parallel file copy breaks the modification time

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

[GitHub] [hadoop] amaroti commented on pull request #2892: HADOOP-17611. Distcp parallel file copy should retain first chunk modifiedTime after concat

2021-04-12 Thread GitBox
amaroti commented on pull request #2892: URL: https://github.com/apache/hadoop/pull/2892#issuecomment-817942490 Hey @virajjasani take a look at this: https://github.com/apache/hadoop/pull/2897. This also restores the parent directories modification time access time. I have tested this

[GitHub] [hadoop] amaroti opened a new pull request #2897: HADOOP-17611 Restore modification and access times after concat

2021-04-12 Thread GitBox
amaroti opened a new pull request #2897: URL: https://github.com/apache/hadoop/pull/2897 -- 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-17611) Distcp parallel file copy breaks the modification time

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

[GitHub] [hadoop] ayushtkn commented on pull request #2896: HDFS-15970. Print network topology on web

2021-04-12 Thread GitBox
ayushtkn commented on pull request #2896: URL: https://github.com/apache/hadoop/pull/2896#issuecomment-817930124 Can you extend this to the rbf ui as well? the federationhealth.html and federationhealth.js -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Work logged] (HADOOP-17620) DistCp: Use Iterator for listing target directory as well

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

[GitHub] [hadoop] ayushtkn commented on a change in pull request #2861: HADOOP-17620. DistCp: Use Iterator for listing target directory as well.

2021-04-12 Thread GitBox
ayushtkn commented on a change in pull request #2861: URL: https://github.com/apache/hadoop/pull/2861#discussion_r611748559 ## File path: hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/contract/AbstractContractDistCpTest.java ## @@ -628,8 +629,15 @@ public

[jira] [Work logged] (HADOOP-17620) DistCp: Use Iterator for listing target directory as well

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

[GitHub] [hadoop] ayushtkn commented on a change in pull request #2861: HADOOP-17620. DistCp: Use Iterator for listing target directory as well.

2021-04-12 Thread GitBox
ayushtkn commented on a change in pull request #2861: URL: https://github.com/apache/hadoop/pull/2861#discussion_r611748559 ## File path: hadoop-tools/hadoop-distcp/src/test/java/org/apache/hadoop/tools/contract/AbstractContractDistCpTest.java ## @@ -628,8 +629,15 @@ public

[jira] [Work logged] (HADOOP-17471) ABFS to collect IOStatistics

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

[GitHub] [hadoop] mehakmeet commented on a change in pull request #2731: HADOOP-17471. ABFS to collect IOStatistics

2021-04-12 Thread GitBox
mehakmeet commented on a change in pull request #2731: URL: https://github.com/apache/hadoop/pull/2731#discussion_r611715063 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsOutputStreamStatistics.java ## @@ -241,10 +247,13 @@

[GitHub] [hadoop] mehakmeet commented on a change in pull request #2731: HADOOP-17471. ABFS to collect IOStatistics

2021-04-12 Thread GitBox
mehakmeet commented on a change in pull request #2731: URL: https://github.com/apache/hadoop/pull/2731#discussion_r611715063 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsOutputStreamStatistics.java ## @@ -241,10 +247,13 @@

[jira] [Work logged] (HADOOP-17471) ABFS to collect IOStatistics

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

[jira] [Work logged] (HADOOP-17471) ABFS to collect IOStatistics

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

[GitHub] [hadoop] mehakmeet commented on a change in pull request #2731: HADOOP-17471. ABFS to collect IOStatistics

2021-04-12 Thread GitBox
mehakmeet commented on a change in pull request #2731: URL: https://github.com/apache/hadoop/pull/2731#discussion_r611715063 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsOutputStreamStatistics.java ## @@ -241,10 +247,13 @@

[jira] [Work logged] (HADOOP-17601) Upgrade Jackson databind in branch-2.10 to 2.9.10.7

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

[GitHub] [hadoop] amahussein commented on pull request #2835: HADOOP-17601. Upgrade Jackson databind in branch-2.10 to 2.9.10.7

2021-04-12 Thread GitBox
amahussein commented on pull request #2835: URL: https://github.com/apache/hadoop/pull/2835#issuecomment-817876862 Thanks @jojochuang ! Can you please commit the change to branch-2.10? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Work logged] (HADOOP-17603) Upgrade tomcat-embed-core to 7.0.108

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

[GitHub] [hadoop] amahussein commented on pull request #2834: HADOOP-17603. Upgrade tomcat-embed-core to 7.0.108

2021-04-12 Thread GitBox
amahussein commented on pull request #2834: URL: https://github.com/apache/hadoop/pull/2834#issuecomment-817876121 Thanks @smengcl , Can you please commit the change to branch-2.10? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Work logged] (HADOOP-17471) ABFS to collect IOStatistics

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

[GitHub] [hadoop] steveloughran commented on a change in pull request #2731: HADOOP-17471. ABFS to collect IOStatistics

2021-04-12 Thread GitBox
steveloughran commented on a change in pull request #2731: URL: https://github.com/apache/hadoop/pull/2731#discussion_r599105729 ## File path: hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsOutputStream.java ## @@ -433,32 +430,29 @@ private

[GitHub] [hadoop] steveloughran commented on a change in pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
steveloughran commented on a change in pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#discussion_r611627052 ## File path: hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java ## @@ -412,6 +466,7 @@ public

[GitHub] [hadoop] tomscut opened a new pull request #2896: HDFS-15970. Print network topology on web

2021-04-12 Thread GitBox
tomscut opened a new pull request #2896: URL: https://github.com/apache/hadoop/pull/2896 JIRA: [HDFS-15970](https://issues.apache.org/jira/browse/HDFS-15970) In order to query the network topology information conveniently, we can print it on the web. -- This is an automated

[GitHub] [hadoop] hadoop-yetus removed a comment on pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
hadoop-yetus removed a comment on pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#issuecomment-815726209 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:|

[GitHub] [hadoop] hadoop-yetus removed a comment on pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
hadoop-yetus removed a comment on pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#issuecomment-816380859 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:|

[GitHub] [hadoop] steveloughran commented on pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
steveloughran commented on pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#issuecomment-817793837 > Hi @steveloughran Could you please take a look I've been on a little vacation. I did have some review which was unsubmitted...now looks out of date. Will review

[jira] [Work logged] (HADOOP-17536) ABFS: Suport for customer provided encrption key

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

[jira] [Work logged] (HADOOP-17536) ABFS: Suport for customer provided encrption key

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

[jira] [Work logged] (HADOOP-17536) ABFS: Suport for customer provided encrption key

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

[jira] [Work logged] (HADOOP-17536) ABFS: Suport for customer provided encrption key

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

[jira] [Work logged] (HADOOP-17536) ABFS: Suport for customer provided encrption key

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

[GitHub] [hadoop] hadoop-yetus removed a comment on pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
hadoop-yetus removed a comment on pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#issuecomment-811141758 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:|

[GitHub] [hadoop] hadoop-yetus removed a comment on pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
hadoop-yetus removed a comment on pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#issuecomment-810466842 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:|

[jira] [Work logged] (HADOOP-17536) ABFS: Suport for customer provided encrption key

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

[jira] [Work logged] (HADOOP-17536) ABFS: Suport for customer provided encrption key

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

[GitHub] [hadoop] hadoop-yetus removed a comment on pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
hadoop-yetus removed a comment on pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#issuecomment-810443755 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:|

[GitHub] [hadoop] hadoop-yetus removed a comment on pull request #2707: HADOOP-17536. ABFS: Supporting customer provided encryption key

2021-04-12 Thread GitBox
hadoop-yetus removed a comment on pull request #2707: URL: https://github.com/apache/hadoop/pull/2707#issuecomment-808178947 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:|

  1   2   >