LuciferYang commented on code in PR #36321:
URL: https://github.com/apache/spark/pull/36321#discussion_r856247775


##########
common/network-common/pom.xml:
##########
@@ -42,19 +42,41 @@
     </dependency>
 
     <!-- Core dependencies -->
+    <!-- Netty Begin -->
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+      <classifier>linux-x86_64</classifier>

Review Comment:
   <img width="507" alt="image" 
src="https://user-images.githubusercontent.com/1475305/164727082-7e7cfa87-cdda-438d-8a61-bcfbd212c100.png";>
   
   I don't think so. These jars only include the `.so` of the corresponding 
platform.
   
   On the other hand, they all belonged to Netty all before `Netty-4.1.68`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to