This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 24e9437ce06 [improve][misc] Include native epoll library for Netty for 
arm64 (#22319)
24e9437ce06 is described below

commit 24e9437ce065613fd924a74f61b620d9fdc0058b
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Mar 21 13:23:21 2024 -0700

    [improve][misc] Include native epoll library for Netty for arm64 (#22319)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 1 +
 distribution/shell/src/assemble/LICENSE.bin.txt  | 1 +
 pulsar-common/pom.xml                            | 6 ++++++
 3 files changed, 8 insertions(+)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index dac03d966a6..cb99d62edfe 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -309,6 +309,7 @@ The Apache Software License, Version 2.0
     - io.netty-netty-resolver-dns-native-macos-4.1.105.Final-osx-x86_64.jar
     - io.netty-netty-transport-4.1.105.Final.jar
     - io.netty-netty-transport-classes-epoll-4.1.105.Final.jar
+    - io.netty-netty-transport-native-epoll-4.1.105.Final-linux-aarch_64.jar
     - io.netty-netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar
     - io.netty-netty-transport-native-unix-common-4.1.105.Final.jar
     - 
io.netty-netty-transport-native-unix-common-4.1.105.Final-linux-x86_64.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt 
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 7ae4241dfb9..2b2f1c26be1 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -360,6 +360,7 @@ The Apache Software License, Version 2.0
     - netty-resolver-dns-4.1.105.Final.jar
     - netty-transport-4.1.105.Final.jar
     - netty-transport-classes-epoll-4.1.105.Final.jar
+    - netty-transport-native-epoll-4.1.105.Final-linux-aarch_64.jar
     - netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar
     - netty-transport-native-unix-common-4.1.105.Final.jar
     - netty-transport-native-unix-common-4.1.105.Final-linux-x86_64.jar
diff --git a/pulsar-common/pom.xml b/pulsar-common/pom.xml
index 1b54a7aee2d..f93a9ef654a 100644
--- a/pulsar-common/pom.xml
+++ b/pulsar-common/pom.xml
@@ -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>

Reply via email to