pointearth opened a new issue #9658: URL: https://github.com/apache/pulsar/issues/9658
**Describe the bug** When I produce some compressed messages to Pulsar, and use ExplicitLac, get an error from the presto server. **To Reproduce** Steps to reproduce the behavior: I tried to fix the issue [#7076](https://github.com/apache/pulsar/issues/7076), so: 1. I changed some config files, one item is: in conf/presto/catalog/pulsar.properties `pulsar.bookkeeper-use-v2-protocol=false` `pulsar.bookkeeper-explicit-interval=10` 2. I got this error in the presto server when I query from the presto client. you can see: `io.airlift.compress.zstd.ZstdDecompressor.decompress(ZstdDecompressor.java:60)` 3. I removed a line code of my message producer. `//.compressionType(CompressionType.ZSTD)` it works well. **Expected behavior** I guess there is an incompatible issue between ExplicitLac and message compression **Screenshots**  **Desktop (please complete the following information):** - OS: macos Bigsur(Pulsar 2.7.0), CentOS (Pulsar 2.7.0) **Additional context** @codelipenghui ---------------------------------------------------------------- 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]
