Skip to content

Commit

Permalink
[improve][misc] Include native epoll library for Netty for arm64 (apa…
Browse files Browse the repository at this point in the history
…che#22319)

(cherry picked from commit 24e9437)
(cherry picked from commit 22b724f)

# Conflicts:
#	distribution/server/src/assemble/LICENSE.bin.txt
#	distribution/shell/src/assemble/LICENSE.bin.txt
#	pulsar-sql/presto-distribution/LICENSE
(cherry picked from commit 69ecbcd)
  • Loading branch information
lhotari authored and srinath-ctds committed Jul 1, 2024
1 parent 35876cc commit aa39152
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ The Apache Software License, Version 2.0
- io.netty-netty-resolver-dns-native-macos-4.1.108.Final-osx-x86_64.jar
- io.netty-netty-transport-4.1.108.Final.jar
- io.netty-netty-transport-classes-epoll-4.1.108.Final.jar
- io.netty-netty-transport-native-epoll-4.1.108.Final-linux-aarch_64.jar
- io.netty-netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar
- io.netty-netty-transport-native-unix-common-4.1.108.Final.jar
- io.netty-netty-transport-native-unix-common-4.1.108.Final-linux-x86_64.jar
Expand Down
1 change: 1 addition & 0 deletions distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ The Apache Software License, Version 2.0
- netty-resolver-dns-4.1.108.Final.jar
- netty-transport-4.1.108.Final.jar
- netty-transport-classes-epoll-4.1.108.Final.jar
- netty-transport-native-epoll-4.1.108.Final-linux-aarch_64.jar
- netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar
- netty-transport-native-unix-common-4.1.108.Final.jar
- netty-transport-native-unix-common-4.1.108.Final-linux-x86_64.jar
Expand Down
6 changes: 6 additions & 0 deletions pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
<classifier>linux-x86_64</classifier>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<classifier>linux-aarch_64</classifier>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ The Apache Software License, Version 2.0
- netty-tcnative-classes-2.0.65.Final.jar
- netty-transport-4.1.108.Final.jar
- netty-transport-classes-epoll-4.1.108.Final.jar
- netty-transport-native-epoll-4.1.108.Final-linux-aarch_64.jar
- netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar
- netty-transport-native-unix-common-4.1.108.Final.jar
- netty-transport-native-unix-common-4.1.108.Final-linux-x86_64.jar
Expand Down

0 comments on commit aa39152

Please sign in to comment.