tisonkun commented on code in PR #18559:
URL: https://github.com/apache/pulsar/pull/18559#discussion_r1028812595
##########
pom.xml:
##########
@@ -660,12 +660,6 @@ flexible messaging model and an intuitive client
API.</description>
<version>${netty-iouring.version}</version>
<classifier>linux-x86_64</classifier>
</dependency>
- <dependency>
- <groupId>io.netty.incubator</groupId>
- <artifactId>netty-incubator-transport-native-io_uring</artifactId>
- <version>${netty-iouring.version}</version>
- <classifier>linux-aarch_64</classifier>
- </dependency>
Review Comment:
CI failed with UnsatisifiedLinkError or NoClassDefinedError. I'm debugging
now.
The reason for removing aarch64 classifier is that we don't support aarch64
native transport for other alternatives so it can be a different round for
debugging.
--
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]