lhotari commented on issue #23717: URL: https://github.com/apache/pulsar/issues/23717#issuecomment-2548242000
@BewareMyPower It looks like it's necessary to preload gcompat on Alpine (for example with `ENV LD_PRELOAD=/lib/lib/libgcompat.so.0` in Dockerfile). More details in https://github.com/netty/netty-tcnative/issues/907#issuecomment-2548228536 . The first source to mention this that I found is https://github.com/grpc/grpc-java/issues/8751#issuecomment-1112549548 . I doubt that this would play nicely with the glibc solution we have in Pulsar. -- 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]
