[ 
https://issues.apache.org/jira/browse/HADOOP-18079?focusedWorklogId=763989&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-763989
 ]

ASF GitHub Bot logged work on HADOOP-18079:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Apr/22 04:42
            Start Date: 29/Apr/22 04:42
    Worklog Time Spent: 10m 
      Work Description: brahmareddybattula commented on code in PR #3977:
URL: https://github.com/apache/hadoop/pull/3977#discussion_r861245824


##########
hadoop-project/pom.xml:
##########
@@ -957,6 +957,72 @@
         <version>${netty4.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-codec-socks</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-handler-proxy</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-resolver</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-handler</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-buffer</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-transport</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-common</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-transport-native-unix-common</artifactId>
+        <version>${netty4.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-transport</artifactId>

Review Comment:
   Looks netty-transport given two times.. Here and #992



##########
hadoop-project/pom.xml:
##########
@@ -141,7 +141,7 @@
     <gson.version>2.8.9</gson.version>
     <metrics.version>3.2.4</metrics.version>
     <netty3.version>3.10.6.Final</netty3.version>
-    <netty4.version>4.1.68.Final</netty4.version>
+    <netty4.version>4.1.75.Final</netty4.version>

Review Comment:
   Sorry to ask again, looks now 4.1.76 also available. May be we can raise 
another jira for this if not with this.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 763989)
    Time Spent: 2h 20m  (was: 2h 10m)

> Upgrade Netty to 4.1.74
> -----------------------
>
>                 Key: HADOOP-18079
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18079
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Renukaprasad C
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> h4. Netty version - 4.1.71 has fix some CVEs. We can upgradeĀ  the netty to 
> 4.1.7.1.Final or latest stable version - 4.1.7.2.Final.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to