[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492266&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492266 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] ferhui commented on pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
ferhui commented on pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#issuecomment-700429343 Push new commit - Add javadoc and change var name with @goiri suggestions This is an automated message from

[GitHub] [hadoop] aajisaka commented on pull request #2346: [DO NOT MERGE] Avoid YETUS-994 for testing

2020-09-28 Thread GitBox
aajisaka commented on pull request #2346: URL: https://github.com/apache/hadoop/pull/2346#issuecomment-700424173 OK. Reverting YETUS-994 worked. This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [hadoop] aajisaka opened a new pull request #2348: [WIP] Use asf-ci token for GitHub.

2020-09-28 Thread GitBox
aajisaka opened a new pull request #2348: URL: https://github.com/apache/hadoop/pull/2348 Testing new credential: https://issues.apache.org/jira/browse/INFRA-20906 This is an automated message from the Apache Git Service. To

[GitHub] [hadoop] liuml07 commented on pull request #2347: HDFS-15600 Fix TestRouterQuota#testStorageTypeQuota

2020-09-28 Thread GitBox
liuml07 commented on pull request #2347: URL: https://github.com/apache/hadoop/pull/2347#issuecomment-700407063 I have not had a second look at the original patch regarding compatibility, but we can merge this patch first to make test in trunk pass. If we need to make any further cha

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492253&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492253 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] ferhui commented on pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
ferhui commented on pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#issuecomment-700406378 @goiri Thanks for review! Will push the fix later This is an automated message from the Apache Git Service. To res

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492247&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492247 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] goiri commented on a change in pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
goiri commented on a change in pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#discussion_r496355570 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java ## @@ -113,8 +113,9 @@ public String toString() {

[GitHub] [hadoop] ferhui commented on pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
ferhui commented on pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#issuecomment-700392696 @liuml07 @goiri Thanks for review. - Add getContext and getSignature to Builder - make ":" constant - replace append instead of "+" - make StringBuilder

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492241&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492241 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] huangtianhua opened a new pull request #2347: HDFS-15600 Fix TestRouterQuota#testStorageTypeQuota

2020-09-28 Thread GitBox
huangtianhua opened a new pull request #2347: URL: https://github.com/apache/hadoop/pull/2347 After "NVDIMM" adding, we have six storage types. This fixes the related test. This is an automated message from the Apa

[jira] [Commented] (HADOOP-17285) Memory leak MemoryStore streaming temp files

2020-09-28 Thread Cheng Wei (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203561#comment-17203561 ] Cheng Wei commented on HADOOP-17285: I have just taken another snapshot. It increas

[jira] [Updated] (HADOOP-17285) Memory leak MemoryStore streaming temp files

2020-09-28 Thread Cheng Wei (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Wei updated HADOOP-17285: --- Attachment: hadoop_leak1.png > Memory leak MemoryStore streaming temp files > -

[jira] [Updated] (HADOOP-17285) Memory leak MemoryStore streaming temp files

2020-09-28 Thread Cheng Wei (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheng Wei updated HADOOP-17285: --- Attachment: hadoop_leak2.png > Memory leak MemoryStore streaming temp files > -

[jira] [Commented] (HADOOP-17284) Support BCFKS keystores for Hadoop Credential Provider

2020-09-28 Thread Hadoop QA (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203553#comment-17203553 ] Hadoop QA commented on HADOOP-17284: | (x) *{color:red}-1 overall{color}* | \\ \\ |

[GitHub] [hadoop] saintstack commented on pull request #2297: HADOOP-17125. Using snappy-java in SnappyCodec

2020-09-28 Thread GitBox
saintstack commented on pull request #2297: URL: https://github.com/apache/hadoop/pull/2297#issuecomment-700293030 > @steveloughran if snappy native was a dependency for hbase-common, do you think that argues snappy-java could be (having it as 'provided' undoes the main benefit of using sn

[jira] [Work logged] (HADOOP-17125) Using snappy-java in SnappyCodec

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17125?focusedWorklogId=492164&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492164 ] ASF GitHub Bot logged work on HADOOP-17125: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492131&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492131 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] liuml07 commented on a change in pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
liuml07 commented on a change in pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#discussion_r496186593 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java ## @@ -123,6 +140,37 @@ public Builder setSignatu

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492130&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492130 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[jira] [Updated] (HADOOP-17284) Support BCFKS keystores for Hadoop Credential Provider

2020-09-28 Thread Xiaoyu Yao (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoyu Yao updated HADOOP-17284: Attachment: HADOOP-17284.001.patch > Support BCFKS keystores for Hadoop Credential Provider > ---

[GitHub] [hadoop] goiri commented on a change in pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
goiri commented on a change in pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#discussion_r496185302 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java ## @@ -123,6 +140,37 @@ public Builder setSignature

[GitHub] [hadoop] hadoop-yetus commented on pull request #2346: [DO NOT MERGE] Avoid YETUS-994 for testing

2020-09-28 Thread GitBox
hadoop-yetus commented on pull request #2346: URL: https://github.com/apache/hadoop/pull/2346#issuecomment-700206415 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :o

[GitHub] [hadoop] liuml07 edited a comment on pull request #2321: HADOOP-17267: Add debug-level logs in Filesystem#close

2020-09-28 Thread GitBox
liuml07 edited a comment on pull request #2321: URL: https://github.com/apache/hadoop/pull/2321#issuecomment-700192324 > add the minimum amount of cost possible. How leaving `if (LOGGER.isDebugEnabled())` out of `debugLogFileSystemClose()` do that? Saving one function call? I do not

[jira] [Work logged] (HADOOP-17267) Add debug-level logs in Filesystem#close

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17267?focusedWorklogId=492099&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492099 ] ASF GitHub Bot logged work on HADOOP-17267: --- Author: ASF GitHub B

[GitHub] [hadoop] liuml07 commented on pull request #2321: HADOOP-17267: Add debug-level logs in Filesystem#close

2020-09-28 Thread GitBox
liuml07 commented on pull request #2321: URL: https://github.com/apache/hadoop/pull/2321#issuecomment-700192324 > add the minimum amount of cost possible. How leaving `if (LOGGER.isDebugEnabled())` out of `debugLogFileSystemClose()` do that? Saving one function call? I do not assume

[jira] [Work logged] (HADOOP-17267) Add debug-level logs in Filesystem#close

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17267?focusedWorklogId=492098&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492098 ] ASF GitHub Bot logged work on HADOOP-17267: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492095&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492095 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] aajisaka opened a new pull request #2346: [DO NOT MERGE] Avoid YETUS-994 for testing

2020-09-28 Thread GitBox
aajisaka opened a new pull request #2346: URL: https://github.com/apache/hadoop/pull/2346 Check whether hadoop-multibranch job works or not. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hadoop] liuml07 commented on a change in pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
liuml07 commented on a change in pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#discussion_r496128215 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java ## @@ -109,11 +113,24 @@ public String toString()

[GitHub] [hadoop] liuml07 commented on a change in pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
liuml07 commented on a change in pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#discussion_r496127581 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java ## @@ -54,7 +58,7 @@ private final byte[] sign

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492093&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492093 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492092&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492092 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] liuml07 commented on a change in pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
liuml07 commented on a change in pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#discussion_r496126898 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java ## @@ -123,6 +140,37 @@ public Builder setSignatu

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=492074&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492074 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] goiri commented on a change in pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
goiri commented on a change in pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#discussion_r496102830 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java ## @@ -123,6 +140,37 @@ public Builder setSignature

[jira] [Work logged] (HADOOP-17287) Support new Instance by non default constructor by ReflectionUtils

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17287?focusedWorklogId=492068&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492068 ] ASF GitHub Bot logged work on HADOOP-17287: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-17287) Support new Instance by non default constructor by ReflectionUtils

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17287?focusedWorklogId=492067&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492067 ] ASF GitHub Bot logged work on HADOOP-17287: --- Author: ASF GitHub B

[GitHub] [hadoop] sunchao commented on a change in pull request #2341: HADOOP-17287. Support new Instance by non default constructor by ReflectionUtils

2020-09-28 Thread GitBox
sunchao commented on a change in pull request #2341: URL: https://github.com/apache/hadoop/pull/2341#discussion_r496095888 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ReflectionUtils.java ## @@ -124,15 +124,29 @@ private static void s

[GitHub] [hadoop] sunchao commented on a change in pull request #2341: HADOOP-17287. Support new Instance by non default constructor by ReflectionUtils

2020-09-28 Thread GitBox
sunchao commented on a change in pull request #2341: URL: https://github.com/apache/hadoop/pull/2341#discussion_r496095888 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ReflectionUtils.java ## @@ -124,15 +124,29 @@ private static void s

[GitHub] [hadoop] goiri merged pull request #2345: HDFS-15604. Fix Typo for HdfsDataNodeAdminGuide doc

2020-09-28 Thread GitBox
goiri merged pull request #2345: URL: https://github.com/apache/hadoop/pull/2345 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-16830) Add public IOStatistics API

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16830?focusedWorklogId=492018&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492018 ] ASF GitHub Bot logged work on HADOOP-16830: --- Author: ASF GitHub B

[GitHub] [hadoop] steveloughran edited a comment on pull request #2323: HADOOP-16830. Add public IOStatistics API.

2020-09-28 Thread GitBox
steveloughran edited a comment on pull request #2323: URL: https://github.com/apache/hadoop/pull/2323#issuecomment-700065247 > For DurationTrackers in IOStatisticsStore() if we add a tracker in a try block, what happens to it in case of failure should be looked at to avoid inaccurate value

[jira] [Work logged] (HADOOP-16830) Add public IOStatistics API

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16830?focusedWorklogId=492016&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-492016 ] ASF GitHub Bot logged work on HADOOP-16830: --- Author: ASF GitHub B

[GitHub] [hadoop] steveloughran commented on pull request #2323: HADOOP-16830. Add public IOStatistics API.

2020-09-28 Thread GitBox
steveloughran commented on pull request #2323: URL: https://github.com/apache/hadoop/pull/2323#issuecomment-700065247 > For DurationTrackers in IOStatisticsStore() if we add a tracker in a try block, what happens to it in case of failure should be looked at to avoid inaccurate values for t

[GitHub] [hadoop] sumangala-patki commented on pull request #2344: HADOOP-17265. ABFS: Support for Client Correlation ID

2020-09-28 Thread GitBox
sumangala-patki commented on pull request #2344: URL: https://github.com/apache/hadoop/pull/2344#issuecomment-700045025 > Fix the import order. Fixed it, thanks! This is an automated message from the Apache Git Service

[jira] [Work logged] (HADOOP-17265) ABFS: Support for Client Correlation ID

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17265?focusedWorklogId=491999&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491999 ] ASF GitHub Bot logged work on HADOOP-17265: --- Author: ASF GitHub B

[jira] [Work logged] (HADOOP-17021) Add concat fs command

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17021?focusedWorklogId=491995&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491995 ] ASF GitHub Bot logged work on HADOOP-17021: --- Author: ASF GitHub B

[GitHub] [hadoop] wojiaodoubao commented on pull request #1993: HADOOP-17021. Add concat fs command

2020-09-28 Thread GitBox
wojiaodoubao commented on pull request #1993: URL: https://github.com/apache/hadoop/pull/1993#issuecomment-700040988 Hi @steveloughran , seems the yetus doesn't work. Could you help me with this, do you know how to trigger it? Thanks ! -

[GitHub] [hadoop] ferhui opened a new pull request #2345: HDFS-15604. Fix Typo for HdfsDataNodeAdminGuide doc

2020-09-28 Thread GitBox
ferhui opened a new pull request #2345: URL: https://github.com/apache/hadoop/pull/2345 ## 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. HADO

[jira] [Work logged] (HADOOP-17276) Extend CallerContext to make it include many items

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17276?focusedWorklogId=491936&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491936 ] ASF GitHub Bot logged work on HADOOP-17276: --- Author: ASF GitHub B

[GitHub] [hadoop] ferhui commented on pull request #2327: HADOOP-17276. Extend CallerContext to make it include many items

2020-09-28 Thread GitBox
ferhui commented on pull request #2327: URL: https://github.com/apache/hadoop/pull/2327#issuecomment-699955586 GitHub didn't push the building result. https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2327/7/console Failed Tests pass locally -

[jira] [Work started] (HADOOP-17287) Support new Instance by non default constructor by ReflectionUtils

2020-09-28 Thread maobaolong (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-17287 started by maobaolong. --- > Support new Instance by non default constructor by ReflectionUtils > -

[jira] [Work logged] (HADOOP-16830) Add public IOStatistics API

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16830?focusedWorklogId=491915&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491915 ] ASF GitHub Bot logged work on HADOOP-16830: --- Author: ASF GitHub B

[GitHub] [hadoop] mehakmeet commented on a change in pull request #2323: HADOOP-16830. Add public IOStatistics API.

2020-09-28 Thread GitBox
mehakmeet commented on a change in pull request #2323: URL: https://github.com/apache/hadoop/pull/2323#discussion_r495853308 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/impl/IOStatisticsStoreImpl.java ## @@ -0,0 +1,424 @@ +/*

[GitHub] [hadoop] bilaharith commented on pull request #2331: HADOOP-17183. ABFS: Enabling checkaccess on ABFS

2020-09-28 Thread GitBox
bilaharith commented on pull request #2331: URL: https://github.com/apache/hadoop/pull/2331#issuecomment-699911415 Test results with accounts in Sentral India **Without checkaccess specific configs** HNS-OAuth [INFO] Results: [INFO] [IN

[jira] [Work logged] (HADOOP-17183) ABFS: Enable checkaccess API

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17183?focusedWorklogId=491908&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491908 ] ASF GitHub Bot logged work on HADOOP-17183: --- Author: ASF GitHub B

[GitHub] [hadoop] Hexiaoqiao commented on pull request #2288: HDFS-15548. Allow configuring DISK/ARCHIVE storage types on same device mount

2020-09-28 Thread GitBox
Hexiaoqiao commented on pull request #2288: URL: https://github.com/apache/hadoop/pull/2288#issuecomment-699901780 +1 from my side. Ping @jojochuang @ayushtkn @goiri would you like to have another check? Thanks This is an au

[GitHub] [hadoop] Hexiaoqiao commented on a change in pull request #2288: HDFS-15548. Allow configuring DISK/ARCHIVE storage types on same device mount

2020-09-28 Thread GitBox
Hexiaoqiao commented on a change in pull request #2288: URL: https://github.com/apache/hadoop/pull/2288#discussion_r495813990 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsVolumeImpl.java ## @@ -412,16 +435,

[GitHub] [hadoop] tasanuma merged pull request #2302: HDFS-15577. Refactor TestTracing.

2020-09-28 Thread GitBox
tasanuma merged pull request #2302: URL: https://github.com/apache/hadoop/pull/2302 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

[jira] [Work logged] (HADOOP-11867) FS API: Add a high-performance vectored Read to FSDataInputStream API

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-11867?focusedWorklogId=491884&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491884 ] ASF GitHub Bot logged work on HADOOP-11867: --- Author: ASF GitHub B

[GitHub] [hadoop] tasanuma commented on pull request #2302: HDFS-15577. Refactor TestTracing.

2020-09-28 Thread GitBox
tasanuma commented on pull request #2302: URL: https://github.com/apache/hadoop/pull/2302#issuecomment-699892268 @aajisaka Thanks for your review! This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [hadoop] mukund-thakur commented on a change in pull request #1830: HADOOP-11867: Add gather API to file system.

2020-09-28 Thread GitBox
mukund-thakur commented on a change in pull request #1830: URL: https://github.com/apache/hadoop/pull/1830#discussion_r495805478 ## File path: hadoop-common-project/benchmark/src/main/java/org/apache/hadoop/benchmark/AsyncBenchmark.java ## @@ -0,0 +1,242 @@ +/* + * Licensed to

[GitHub] [hadoop] liusheng commented on pull request #2211: HDFS-15098. Add SM4 encryption method for HDFS

2020-09-28 Thread GitBox
liusheng commented on pull request #2211: URL: https://github.com/apache/hadoop/pull/2211#issuecomment-699873817 the patch in JIRA issue has been merged, abandon this. This is an automated message from the Apache Git Service.

[GitHub] [hadoop] liusheng closed pull request #2211: HDFS-15098. Add SM4 encryption method for HDFS

2020-09-28 Thread GitBox
liusheng closed pull request #2211: URL: https://github.com/apache/hadoop/pull/2211 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

[jira] [Work logged] (HADOOP-17267) Add debug-level logs in Filesystem#close

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17267?focusedWorklogId=491869&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491869 ] ASF GitHub Bot logged work on HADOOP-17267: --- Author: ASF GitHub B

[GitHub] [hadoop] klcopp commented on pull request #2321: HADOOP-17267: Add debug-level logs in Filesystem#close

2020-09-28 Thread GitBox
klcopp commented on pull request #2321: URL: https://github.com/apache/hadoop/pull/2321#issuecomment-699864790 @steveloughran @liuml07 is there anything else that needs changing? This is an automated message from the Apache

[jira] [Updated] (HADOOP-17267) Add debug-level logs in Filesystem#close

2020-09-28 Thread Karen Coppage (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Coppage updated HADOOP-17267: --- Description: HDFS reuses the same cached FileSystem object across the file system. If the

[jira] [Work logged] (HADOOP-17267) Add debug-level logs in Filesystem#close

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17267?focusedWorklogId=491868&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491868 ] ASF GitHub Bot logged work on HADOOP-17267: --- Author: ASF GitHub B

[GitHub] [hadoop] klcopp commented on pull request #2321: HADOOP-17267: Add debug-level logs in Filesystem#close

2020-09-28 Thread GitBox
klcopp commented on pull request #2321: URL: https://github.com/apache/hadoop/pull/2321#issuecomment-699862748 @liuml07 I wanted to add the minimum amount of cost possible. This is an automated message from the Apache Git Se

[jira] [Updated] (HADOOP-17255) JavaKeyStoreProvider fails to create a new key if the keystore is HDFS

2020-09-28 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka updated HADOOP-17255: --- Priority: Major (was: Critical) > JavaKeyStoreProvider fails to create a new key if the ke

[jira] [Commented] (HADOOP-17280) Service-user cost shouldn't be accumulated to totalDecayedCallCost and totalRawCallCost.

2020-09-28 Thread Xiaoqiao He (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203062#comment-17203062 ] Xiaoqiao He commented on HADOOP-17280: -- Thanks [~LiJinglun] for your works. [^HADO

[jira] [Work logged] (HADOOP-17265) ABFS: Support for Client Correlation ID

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17265?focusedWorklogId=491828&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491828 ] ASF GitHub Bot logged work on HADOOP-17265: --- Author: ASF GitHub B

[jira] [Updated] (HADOOP-17265) ABFS: Support for Client Correlation ID

2020-09-28 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-17265: Labels: abfsactive pull-request-available (was: abfsactive) > ABFS: Support for Client C

[GitHub] [hadoop] bilaharith commented on a change in pull request #2344: HADOOP-17265. ABFS: Support for Client Correlation ID

2020-09-28 Thread GitBox
bilaharith commented on a change in pull request #2344: URL: https://github.com/apache/hadoop/pull/2344#discussion_r495728110 ## File path: hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsClient.java ## @@ -18,6 +18,8 @@ package org.apache.had