odidev opened a new pull request #7854:
URL: https://github.com/apache/pulsar/pull/7854
### Motivation
Fixed the tests issue on aarch64. Previously tests was failing on aarch64
with below error:
`[^[[1;31mERROR^[[m]
testCompressDecompress(org.apache.pulsar.common.compression.CompressorCodecBackwardCompatTest)
Time elapsed: 0.02 s <<< FAILURE!
java.lang.NoClassDefFoundError: Could not initialize class
org.xerial.snappy.Snappy
at
org.apache.pulsar.common.compression.CompressionCodecSnappyJNI.decode(CompressionCodecSnappyJNI.java:60)
at
org.apache.pulsar.common.compression.CompressorCodecBackwardCompatTest.testCompressDecompress(CompressorCodecBackwardCompatTest.java:66)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
`
### Modifications
Upgrade netty-tcnative to 2.0.33.Final and snappy-java to 1.1.7.6 which
includes aarch64 support.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]