You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Hiroyuki Yamada <mo...@gmail.com> on 2020/02/06 15:04:45 UTC

UnsatisfiedLinkError when snappy is used for compression

Hi,

I get the following error in my environment when I use snappy.

java.lang.UnsatisfiedLinkError:
org.apache.pulsar.shade.org.xerial.snappy.SnappyNative.maxCompressedLength(I)I

If I don't use compression, it is all working fine.
The version I use is 2.5.0 for both Pulsar and the java client.

Does anyone know how to resolve this ?

Thanks,
Hiroyuki