[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725569=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725569 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] hadoop-yetus commented on pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#issuecomment-1036981660 :confetti_ball: **+1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725560=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725560 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805105020 ## File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/common/BlockOperations.java ## @@ -0,0 +1,417 @@ +/* + * Licensed to the

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725559=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725559 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805104460 ## File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/common/BlockData.java ## @@ -0,0 +1,248 @@ +/* + * Licensed to the Apache

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725557=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725557 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805104237 ## File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/common/SingleFilePerBlockCache.java ## @@ -0,0 +1,328 @@ +/* + * Licensed

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725556=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725556 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805104105 ## File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/common/SingleFilePerBlockCache.java ## @@ -0,0 +1,328 @@ +/* + * Licensed

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=72=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-72 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805103846 ## File path: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/TestS3AUnbuffer.java ## @@ -67,10 +69,10 @@ public void testUnbuffer()

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725554=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725554 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805103066 ## File path: hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/TestS3AUnbuffer.java ## @@ -67,10 +69,10 @@ public void testUnbuffer()

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725553=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725553 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805102478 ## File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java ## @@ -276,6 +279,19 @@ private TransferManager

[jira] [Work logged] (HADOOP-18028) improve S3 read speed using prefetching & caching

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18028?focusedWorklogId=725552=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725552 ] ASF GitHub Bot logged work on HADOOP-18028: --- Author: ASF GitHub Bot

[GitHub] [hadoop] bhalchandrap commented on a change in pull request #3736: HADOOP-18028. improve S3 read speed using prefetching & caching

2022-02-11 Thread GitBox
bhalchandrap commented on a change in pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#discussion_r805102332 ## File path: hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/read/S3EInputStream.java ## @@ -0,0 +1,240 @@ +/* + * Licensed to the

[jira] [Work logged] (HADOOP-18119) ViewFileSystem#getUri should return a URI with a empty path component

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18119?focusedWorklogId=725535=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725535 ] ASF GitHub Bot logged work on HADOOP-18119: --- Author: ASF GitHub Bot

[GitHub] [hadoop] hadoop-yetus commented on pull request #3979: HADOOP-18119. ViewFileSystem#getUri should return a URI with an empty path component

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3979: URL: https://github.com/apache/hadoop/pull/3979#issuecomment-1036862004 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[jira] [Assigned] (HADOOP-18124) Change scope of InodeTree and inner fields of ViewFileSystem

2022-02-11 Thread Chentao Yu (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chentao Yu reassigned HADOOP-18124: --- Assignee: Chentao Yu > Change scope of InodeTree and inner fields of ViewFileSystem >

[jira] [Updated] (HADOOP-18124) Change scope of InodeTree and inner fields of ViewFileSystem

2022-02-11 Thread Chentao Yu (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chentao Yu updated HADOOP-18124: Priority: Minor (was: Major) > Change scope of InodeTree and inner fields of ViewFileSystem >

[jira] [Created] (HADOOP-18124) Change scope of InodeTree and inner fields of ViewFileSystem

2022-02-11 Thread Chentao Yu (Jira)
Chentao Yu created HADOOP-18124: --- Summary: Change scope of InodeTree and inner fields of ViewFileSystem Key: HADOOP-18124 URL: https://issues.apache.org/jira/browse/HADOOP-18124 Project: Hadoop Common

[GitHub] [hadoop] hadoop-yetus commented on pull request #3980: Hadoop-17563 bouncycastle 1.70

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3980: URL: https://github.com/apache/hadoop/pull/3980#issuecomment-1036604646 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[jira] [Commented] (HADOOP-15983) Remove the usage of jersey-json to remove jackson 1.x dependency.

2022-02-11 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17491103#comment-17491103 ] PJ Fanning commented on HADOOP-15983: - HADOOP-13386 is also needed to get rid of jackson 1 >

[jira] [Commented] (HADOOP-13386) Upgrade Avro to 1.8.x or later

2022-02-11 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-13386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17491102#comment-17491102 ] PJ Fanning commented on HADOOP-13386: - Can this issue be reconsidered? Avro 1.7.7 brings a

[GitHub] [hadoop] goiri commented on pull request #3965: HDFS-16447. RBF: Registry HDFS Router's RPCServer & RPCClient metrics for PrometheusSink

2022-02-11 Thread GitBox
goiri commented on pull request #3965: URL: https://github.com/apache/hadoop/pull/3965#issuecomment-1036531840 It is kind of weird as the PR had the full name. I'll have to double check when merging next time. -- This is an automated message from the Apache Git Service. To respond to

[jira] [Updated] (HADOOP-15983) Remove the usage of jersey-json to remove jackson 1.x dependency.

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-15983: Labels: pull-request-available (was: ) > Remove the usage of jersey-json to remove

[jira] [Work logged] (HADOOP-15983) Remove the usage of jersey-json to remove jackson 1.x dependency.

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-15983?focusedWorklogId=725370=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725370 ] ASF GitHub Bot logged work on HADOOP-15983: --- Author: ASF GitHub Bot

[GitHub] [hadoop] pjfanning opened a new pull request #3988: [HADOOP-15983] use jersey-json that is built to use jackson2

2022-02-11 Thread GitBox
pjfanning opened a new pull request #3988: URL: https://github.com/apache/hadoop/pull/3988 ### Description of PR Use a jersey-json fork that supports jackson 2. This jar is still a prototype. This PR is experimental and not yet for merging. ### How was this patch

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

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

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

2022-02-11 Thread GitBox
ayushtkn commented on a change in pull request #3987: URL: https://github.com/apache/hadoop/pull/3987#discussion_r804901362 ## File path: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java ## @@ -1778,15 +1793,34 @@ public

[GitHub] [hadoop] ayushtkn commented on pull request #3968: HDFS-16451. RBF: Add search box for Router's tab-mounttable web page

2022-02-11 Thread GitBox
ayushtkn commented on pull request #3968: URL: https://github.com/apache/hadoop/pull/3968#issuecomment-1036496272 Commit message misses jira id: https://github.com/apache/hadoop/commit/390967f1f0f337387d1810a3ce1529fdff430e31 -- This is an automated message from the Apache Git

[GitHub] [hadoop] ayushtkn commented on pull request #3965: HDFS-16447. RBF: Registry HDFS Router's RPCServer & RPCClient metrics for PrometheusSink

2022-02-11 Thread GitBox
ayushtkn commented on pull request #3965: URL: https://github.com/apache/hadoop/pull/3965#issuecomment-1036496121 Commit message misses the jira id: https://github.com/apache/hadoop/commit/c777142ed3291ba0835803a1c8391fed67ec60ce -- This is an automated message from the Apache Git

[jira] [Commented] (HADOOP-15983) Remove the usage of jersey-json to remove jackson 1.x dependency.

2022-02-11 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17491084#comment-17491084 ] PJ Fanning commented on HADOOP-15983: - I created

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

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

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

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HADOOP-18122: Labels: pull-request-available (was: ) > ViewFileSystem fails on determining owning

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

2022-02-11 Thread GitBox
cheyu2022 opened a new pull request #3987: URL: https://github.com/apache/hadoop/pull/3987 ### Description of PR ViewFileSystem should not fail on determining owning group when primary group doesn't exist for user ### How was this patch tested? new unit test; run existing unit

[GitHub] [hadoop] hadoop-yetus commented on pull request #3986: YARN-11075. Explicitly declare serialVersionUID in LogMutation class

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3986: URL: https://github.com/apache/hadoop/pull/3986#issuecomment-1036449946 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] hadoop-yetus commented on pull request #3985: trunk

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3985: URL: https://github.com/apache/hadoop/pull/3985#issuecomment-1036449016 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] hadoop-yetus commented on pull request #3984: YARN-11075

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3984: URL: https://github.com/apache/hadoop/pull/3984#issuecomment-1036448453 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] hadoop-yetus commented on pull request #3984: YARN-11075

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3984: URL: https://github.com/apache/hadoop/pull/3984#issuecomment-1036446389 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] hadoop-yetus commented on pull request #3982: HDFS-16454:fix inconsistent comments in DataNode

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3982: URL: https://github.com/apache/hadoop/pull/3982#issuecomment-1036425688 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[jira] [Work logged] (HADOOP-18044) Hadoop - Upgrade to JQuery 3.6.0

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18044?focusedWorklogId=725229=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725229 ] ASF GitHub Bot logged work on HADOOP-18044: --- Author: ASF GitHub Bot

[GitHub] [hadoop] jojochuang commented on pull request #3791: HADOOP-18044. Hadoop - Upgrade to jQuery 3.6.0

2022-02-11 Thread GitBox
jojochuang commented on pull request #3791: URL: https://github.com/apache/hadoop/pull/3791#issuecomment-1036337117 The commit applies cleanly against branch-3.3. branch-3.2 has some conflicts because the jQuery 3.5.1 updates were not cherrypicked to branch-3.2. So you'd need to backport

[jira] [Updated] (HADOOP-18044) Hadoop - Upgrade to JQuery 3.6.0

2022-02-11 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang updated HADOOP-18044: - Fix Version/s: 3.3.3 > Hadoop - Upgrade to JQuery 3.6.0 >

[GitHub] [hadoop] hadoop-yetus commented on pull request #3983: HDFS-16455. RBF: add `zk-dt-secret-manager.jute.maxbuffer` property for Router's ZKDelegationTokenManager

2022-02-11 Thread GitBox
hadoop-yetus commented on pull request #3983: URL: https://github.com/apache/hadoop/pull/3983#issuecomment-1036314001 :broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |::|--:|:|::|:---:| | +0

[GitHub] [hadoop] Neilxzn commented on pull request #3983: HDFS-16455. RBF: add `zk-dt-secret-manager.jute.maxbuffer` property for Router's ZKDelegationTokenManager

2022-02-11 Thread GitBox
Neilxzn commented on pull request #3983: URL: https://github.com/apache/hadoop/pull/3983#issuecomment-1036292478 这是自动回复邮件。来件已接收,谢谢。 -- 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-18044) Hadoop - Upgrade to JQuery 3.6.0

2022-02-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18044?focusedWorklogId=725181=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-725181 ] ASF GitHub Bot logged work on HADOOP-18044: --- Author: ASF GitHub Bot

[GitHub] [hadoop] brahmareddybattula commented on pull request #3791: HADOOP-18044. Hadoop - Upgrade to jQuery 3.6.0

2022-02-11 Thread GitBox
brahmareddybattula commented on pull request #3791: URL: https://github.com/apache/hadoop/pull/3791#issuecomment-1036284549 @jojochuang Can we merge this other branches also..? Specifically for branch-3.2.3 also..? -- This is an automated message from the Apache Git Service. To respond

[jira] [Commented] (HADOOP-18123) Netty version 3.10.6 to be upgraded to handle CVE-2021-43797

2022-02-11 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17490959#comment-17490959 ] Wei-Chiu Chuang commented on HADOOP-18123: -- The HDFS gateway recently migrated away from Netty

[GitHub] [hadoop] brumi1024 opened a new pull request #3986: YARN-11075

2022-02-11 Thread GitBox
brumi1024 opened a new pull request #3986: URL: https://github.com/apache/hadoop/pull/3986 ### Description of PR ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g.

[GitHub] [hadoop] brumi1024 opened a new pull request #3985: trunk

2022-02-11 Thread GitBox
brumi1024 opened a new pull request #3985: URL: https://github.com/apache/hadoop/pull/3985 ### Description of PR ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g.

[GitHub] [hadoop] brumi1024 closed pull request #3984: YARN-11075

2022-02-11 Thread GitBox
brumi1024 closed pull request #3984: URL: https://github.com/apache/hadoop/pull/3984 -- 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:

[GitHub] [hadoop] brumi1024 opened a new pull request #3984: YARN-11075

2022-02-11 Thread GitBox
brumi1024 opened a new pull request #3984: URL: https://github.com/apache/hadoop/pull/3984 ### Description of PR ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g.

[jira] [Commented] (HADOOP-15983) Remove the usage of jersey-json to remove jackson 1.x dependency.

2022-02-11 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17490883#comment-17490883 ] PJ Fanning commented on HADOOP-15983: - [~aajisaka] I had a look at jersey-json 1.19.4 and looks

[GitHub] [hadoop] Neilxzn opened a new pull request #3983: add `zk-dt-secret-manager.jute.maxbuffer` config

2022-02-11 Thread GitBox
Neilxzn opened a new pull request #3983: URL: https://github.com/apache/hadoop/pull/3983 ### Description of PR https://issues.apache.org/jira/browse/HDFS-16455 ### How was this patch tested? no test ### For code changes: add

[jira] [Updated] (HADOOP-18123) Netty version 3.10.6 to be upgraded to handle CVE-2021-43797

2022-02-11 Thread Sushanta Sen (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanta Sen updated HADOOP-18123: -- Component/s: (was: hadoop-thirdparty) > Netty version 3.10.6 to be upgraded to handle

[GitHub] [hadoop] lujiefsi opened a new pull request #3982: HDFS-16454:fix inconsistent comments in DataNode

2022-02-11 Thread GitBox
lujiefsi opened a new pull request #3982: URL: https://github.com/apache/hadoop/pull/3982 ### Description of PR ### How was this patch tested? ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g.

[jira] [Commented] (HADOOP-18123) Netty version 3.10.6 to be upgraded to handle CVE-2021-43797

2022-02-11 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17490735#comment-17490735 ] Ayush Saxena commented on HADOOP-18123: --- component seems wrong, "hadoop-thridparty" doesn't seems

[jira] [Created] (HADOOP-18123) Netty version 3.10.6 to be upgraded to handle CVE-2021-43797

2022-02-11 Thread Sushanta Sen (Jira)
Sushanta Sen created HADOOP-18123: - Summary: Netty version 3.10.6 to be upgraded to handle CVE-2021-43797 Key: HADOOP-18123 URL: https://issues.apache.org/jira/browse/HADOOP-18123 Project: Hadoop