[GitHub] [hadoop] ayushtkn merged pull request #3367: HDFS-16202. Use constants HdfsClientConfigKeys.Failover.PREFIX instead of "dfs.client.failover."

2021-09-02 Thread GitBox
ayushtkn merged pull request #3367: URL: https://github.com/apache/hadoop/pull/3367 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-

[jira] [Work logged] (HADOOP-17888) The error of Constant annotation in AzureNativeFileSystemStore.java

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

[GitHub] [hadoop] ayushtkn commented on pull request #3372: HADOOP-17888. The error of Constant annotation in AzureNativeFileSystem…

2021-09-02 Thread GitBox
ayushtkn commented on pull request #3372: URL: https://github.com/apache/hadoop/pull/3372#issuecomment-912291913 Have moved this from HDFS to Hadoop-Common, Though the changes look quite trivial, but as per the process you need to manually run the azure tests and confirm the result & end-p

[jira] [Commented] (HADOOP-17888) The error of Constant annotation in AzureNativeFileSystemStore.java

2021-09-02 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409296#comment-17409296 ] Ayush Saxena commented on HADOOP-17888: --- The change isn't in HDFS, moved to Hadoo

[jira] [Moved] (HADOOP-17888) The error of Constant annotation in AzureNativeFileSystemStore.java

2021-09-02 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Saxena moved HDFS-16206 to HADOOP-17888: -- Key: HADOOP-17888 (was: HDFS-16206) Project: Hadoop Common

[GitHub] [hadoop] tomscut commented on pull request #3378: HDFS-16209. Set dfs.namenode.caching.enabled to false as default

2021-09-02 Thread GitBox
tomscut commented on pull request #3378: URL: https://github.com/apache/hadoop/pull/3378#issuecomment-912284182 @tasanuma @jojochuang @Hexiaoqiao @ferhui Please help review the change. Thanks a lot. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hadoop] hadoop-yetus commented on pull request #3376: HDFS-16208. Support Delete API with FGL.

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3376: URL: https://github.com/apache/hadoop/pull/3376#issuecomment-912262581 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[GitHub] [hadoop] hadoop-yetus commented on pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#issuecomment-912254282 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] hadoop-yetus commented on pull request #3244: HDFS-16138. BlockReportProcessingThread exit doesnt print the acutal stack

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3244: URL: https://github.com/apache/hadoop/pull/3244#issuecomment-912253020 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] tomscut opened a new pull request #3378: HDFS-16209. Set dfs.namenode.caching.enabled to false as default

2021-09-02 Thread GitBox
tomscut opened a new pull request #3378: URL: https://github.com/apache/hadoop/pull/3378 **Namenode config:** dfs.namenode.write-lock-reporting-threshold-ms=50ms dfs.namenode.caching.enabled=true (default) In fact, the caching feature is not used in our cluster, but this switch

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[GitHub] [hadoop] viirya commented on a change in pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
viirya commented on a change in pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#discussion_r701537681 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/zlib/BuiltInGzipCompressor.java ## @@ -86,10 +86,6 @@ public

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[GitHub] [hadoop] viirya commented on a change in pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
viirya commented on a change in pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#discussion_r701537593 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/zlib/BuiltInGzipCompressor.java ## @@ -86,10 +86,6 @@ public

[GitHub] [hadoop] viirya commented on a change in pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
viirya commented on a change in pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#discussion_r701537681 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/zlib/BuiltInGzipCompressor.java ## @@ -86,10 +86,6 @@ public

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[GitHub] [hadoop] viirya commented on a change in pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
viirya commented on a change in pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#discussion_r701537593 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/zlib/BuiltInGzipCompressor.java ## @@ -86,10 +86,6 @@ public

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[GitHub] [hadoop] sunchao commented on a change in pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
sunchao commented on a change in pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#discussion_r701536665 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/zlib/BuiltInGzipCompressor.java ## @@ -86,10 +86,6 @@ public

[GitHub] [hadoop] hadoop-yetus commented on pull request #3346: HDFS-16188. RBF: Router to support resolving monitored namenodes with DNS

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3346: URL: https://github.com/apache/hadoop/pull/3346#issuecomment-912197186 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[jira] [Updated] (HADOOP-17874) ExceptionsHandler to add terse/suppressed Exceptions in thread-safe manner

2021-09-02 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka updated HADOOP-17874: --- Fix Version/s: 3.2.4 3.3.2 3.4.0 Hadoop Flags: Re

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[GitHub] [hadoop] viirya commented on pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
viirya commented on pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#issuecomment-912188110 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 specific comment.

[GitHub] [hadoop] viirya commented on a change in pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
viirya commented on a change in pull request #3377: URL: https://github.com/apache/hadoop/pull/3377#discussion_r701528741 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/zlib/BuiltInGzipCompressor.java ## @@ -86,10 +86,6 @@ public

[jira] [Updated] (HADOOP-17887) Remove GzipOutputStream

2021-09-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-17887: Labels: pull-request-available (was: ) > Remove GzipOutputStream > -

[jira] [Work logged] (HADOOP-17887) Remove GzipOutputStream

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

[GitHub] [hadoop] viirya opened a new pull request #3377: HADOOP-17887. Remove the wrapper class GzipOutputStream

2021-09-02 Thread GitBox
viirya opened a new pull request #3377: URL: https://github.com/apache/hadoop/pull/3377 As we provide built-in gzip compressor, we can use it in compressor stream. The wrapper `GzipOutputStream` can be removed now. -- This is an automated message from the Apache Git Service. To respo

[jira] [Created] (HADOOP-17887) Remove GzipOutputStream

2021-09-02 Thread L. C. Hsieh (Jira)
L. C. Hsieh created HADOOP-17887: Summary: Remove GzipOutputStream Key: HADOOP-17887 URL: https://issues.apache.org/jira/browse/HADOOP-17887 Project: Hadoop Common Issue Type: Improvement

[GitHub] [hadoop] tasanuma commented on pull request #3354: HDFS-16194. Simplify the code with DatanodeID#getXferAddrWithHostname

2021-09-02 Thread GitBox
tasanuma commented on pull request #3354: URL: https://github.com/apache/hadoop/pull/3354#issuecomment-912181427 +1, pending Jenkins. -- 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-17874) ExceptionsHandler to add terse/suppressed Exceptions in thread-safe manner

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

[GitHub] [hadoop] aajisaka merged pull request #3343: HADOOP-17874. ExceptionsHandler to add terse/suppressed Exceptions in thread-safe manner

2021-09-02 Thread GitBox
aajisaka merged pull request #3343: URL: https://github.com/apache/hadoop/pull/3343 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-

[jira] [Work logged] (HADOOP-17223) update org.apache.httpcomponents:httpclient to 4.5.13 and httpcore to 4.4.13

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

[GitHub] [hadoop] aajisaka closed pull request #3363: HADOOP-17223. backport to branch-2.10 bumping httpclient and httpcore

2021-09-02 Thread GitBox
aajisaka closed pull request #3363: URL: https://github.com/apache/hadoop/pull/3363 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-

[jira] [Updated] (HADOOP-17886) Upgrade ant to 1.10.11

2021-09-02 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka updated HADOOP-17886: --- Fix Version/s: (was: 3.2.4) 3.2.3 Cherry-picked to branch-3.2.3. Tha

[GitHub] [hadoop] tomscut removed a comment on pull request #3366: HDFS-16203. Discover datanodes with unbalanced block pool usage by th…

2021-09-02 Thread GitBox
tomscut removed a comment on pull request #3366: URL: https://github.com/apache/hadoop/pull/3366#issuecomment-912170902 @jojochuang @tasanuma @Hexiaoqiao @ferhui @ayushtkn Could you please review this PR. Thanks. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [hadoop] tomscut commented on pull request #3366: HDFS-16203. Discover datanodes with unbalanced block pool usage by th…

2021-09-02 Thread GitBox
tomscut commented on pull request #3366: URL: https://github.com/apache/hadoop/pull/3366#issuecomment-912170902 @jojochuang @tasanuma @Hexiaoqiao @ferhui @ayushtkn Could you please review this PR. Thanks. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [hadoop] tomscut commented on a change in pull request #3354: HDFS-16194. Simplify the code with DatanodeID#getXferAddrWithHostname

2021-09-02 Thread GitBox
tomscut commented on a change in pull request #3354: URL: https://github.com/apache/hadoop/pull/3354#discussion_r701514329 ## File path: hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/DatanodeID.java ## @@ -255,6 +255,13 @@ public int getX

[GitHub] [hadoop] tasanuma commented on a change in pull request #3354: HDFS-16194. Add a public method DatanodeID#getDisplayName

2021-09-02 Thread GitBox
tasanuma commented on a change in pull request #3354: URL: https://github.com/apache/hadoop/pull/3354#discussion_r701494232 ## File path: hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/DatanodeID.java ## @@ -255,6 +255,13 @@ public int get

[GitHub] [hadoop] prasad-acit opened a new pull request #3376: HDFS-16208. Support Delete API with FGL.

2021-09-02 Thread GitBox
prasad-acit opened a new pull request #3376: URL: https://github.com/apache/hadoop/pull/3376 Delete File / Directory should use FGL instead of global write lock. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Work logged] (HADOOP-17885) Upgrade JSON smart to 1.3.3 on branch-2.10

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

[jira] [Resolved] (HADOOP-17885) Upgrade JSON smart to 1.3.3 on branch-2.10

2021-09-02 Thread Jonathan Turner Eagles (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Turner Eagles resolved HADOOP-17885. - Fix Version/s: 2.10.2 Target Version/s: 2.10.1, 2.10.0 (was: 2.1

[GitHub] [hadoop] jteagles merged pull request #3370: HADOOP-17885. Upgrade JSON smart to 1.3.3 on branch-2.10

2021-09-02 Thread GitBox
jteagles merged pull request #3370: URL: https://github.com/apache/hadoop/pull/3370 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-

[GitHub] [hadoop] prasad-acit commented on a change in pull request #3244: HDFS-16138. BlockReportProcessingThread exit doesnt print the acutal stack

2021-09-02 Thread GitBox
prasad-acit commented on a change in pull request #3244: URL: https://github.com/apache/hadoop/pull/3244#discussion_r701437573 ## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java ## @@ -5190,7 +5191,7 @@ p

[jira] [Commented] (HADOOP-17886) Upgrade ant to 1.10.11

2021-09-02 Thread Jonathan Turner Eagles (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409126#comment-17409126 ] Jonathan Turner Eagles commented on HADOOP-17886: - +1 Committed this to

[jira] [Resolved] (HADOOP-17886) Upgrade ant to 1.10.11

2021-09-02 Thread Jonathan Turner Eagles (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Turner Eagles resolved HADOOP-17886. - Fix Version/s: 3.2.4 3.3.2 2.10.2

[jira] [Work logged] (HADOOP-17886) Upgrade ant to 1.10.11

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

[GitHub] [hadoop] jteagles merged pull request #3371: HADOOP-17886. Upgrade ant to 1.10.11

2021-09-02 Thread GitBox
jteagles merged pull request #3371: URL: https://github.com/apache/hadoop/pull/3371 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-

[GitHub] [hadoop] amahussein opened a new pull request #3375: HDFS-16207. Remove NN logs stack trace for non-existent xattr query

2021-09-02 Thread GitBox
amahussein opened a new pull request #3375: URL: https://github.com/apache/hadoop/pull/3375 HDFS-16207 Remove NN logs stack trace for non-existent xattr query - [X] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? - [

[GitHub] [hadoop] hadoop-yetus commented on pull request #3374: HDFS-16091. WebHDFS should support getSnapshotDiffReportListing.

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3374: URL: https://github.com/apache/hadoop/pull/3374#issuecomment-912026925 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] hadoop-yetus commented on pull request #3373: HDFS-16193. Append & Rename APIs to support FGL.

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3373: URL: https://github.com/apache/hadoop/pull/3373#issuecomment-912033083 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] hadoop-yetus commented on pull request #3361: YARN-10929. Refrain from creating new Configuration object in AbstractManagedParentQueue#initializeLeafQueueConfigs

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3361: URL: https://github.com/apache/hadoop/pull/3361#issuecomment-911951630 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] iwasakims opened a new pull request #3374: HDFS-16091. WebHDFS should support getSnapshotDiffReportListing.

2021-09-02 Thread GitBox
iwasakims opened a new pull request #3374: URL: https://github.com/apache/hadoop/pull/3374 https://issues.apache.org/jira/browse/HDFS-16091 When there are millions of diffs between two snapshots, the old getSnapshotDiffReport() isn't scalable. This PR adds GETSNAPSHOTDIFFLISTING

[jira] [Updated] (HADOOP-17860) Upgrade third party protobuf-java-2.5.0.jar to address vulnerabilities #CVE-2015-5237, CVE-2019-15544

2021-09-02 Thread Sushanta Sen (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanta Sen updated HADOOP-17860: -- Description: Third party jar protobuf-java-2.5.0.jar reports vulnerabilities #  CVE-2015-5237

[jira] [Updated] (HADOOP-17860) Upgrade third party protobuf-java-2.5.0.jar to address vulnerabilities #CVE-2015-5237, CVE-2019-15544

2021-09-02 Thread Sushanta Sen (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanta Sen updated HADOOP-17860: -- Description: Third party jar protobuf-java-2.5.0.jar reports vulnerabilities #  CVE-2015-5237

[jira] [Updated] (HADOOP-17860) Upgrade third party protobuf-java-2.5.0.jar to address vulnerabilities #CVE-2015-5237, CVE-2019-15544

2021-09-02 Thread Sushanta Sen (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanta Sen updated HADOOP-17860: -- Description: Third party jar protobuf-java-2.5.0.jar reports vulnerability # CVE-2015-5237, 

[GitHub] [hadoop] prasad-acit opened a new pull request #3373: HDFS-16193. Append & Rename APIs to support FGL.

2021-09-02 Thread GitBox
prasad-acit opened a new pull request #3373: URL: https://github.com/apache/hadoop/pull/3373 HDFS-16193. Append & Rename APIs to support FGL. Switch the global lock with FGL for Append & Rename API. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [hadoop] hadoop-yetus commented on pull request #3346: HDFS-16188. RBF: Router to support resolving monitored namenodes with DNS

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3346: URL: https://github.com/apache/hadoop/pull/3346#issuecomment-911496747 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] virajjasani commented on pull request #3362: HDFS-16199. Resolve log placeholders in NamenodeBeanMetrics

2021-09-02 Thread GitBox
virajjasani commented on pull request #3362: URL: https://github.com/apache/hadoop/pull/3362#issuecomment-911492004 Thanks for the reviews @goiri @tomscut ! Could you please help merge the PR @goiri? Thanks -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [hadoop] hadoop-yetus commented on pull request #3372: HDFS-16206. The error of Constant annotation in AzureNativeFileSystem…

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3372: URL: https://github.com/apache/hadoop/pull/3372#issuecomment-911420691 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] hadoop-yetus commented on pull request #3346: HDFS-16188. RBF: Router to support resolving monitored namenodes with DNS

2021-09-02 Thread GitBox
hadoop-yetus commented on pull request #3346: URL: https://github.com/apache/hadoop/pull/3346#issuecomment-911363763 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0 :ok

[GitHub] [hadoop] guoxin12 opened a new pull request #3372: HDFS-16206. The error of Constant annotation in AzureNativeFileSystem…

2021-09-02 Thread GitBox
guoxin12 opened a new pull request #3372: URL: https://github.com/apache/hadoop/pull/3372 The error annotation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri