lhotari commented on issue #22601: URL: https://github.com/apache/pulsar/issues/22601#issuecomment-2127692053
It's likely that this is a Bookkeeper client issue. The PR #22760 might be fixing a different issue. There's a fix https://github.com/apache/bookkeeper/pull/4289 which will be included in 4.16.6 . Pulsar 3.0.5 and Pulsar 3.2.3 are on Bookkeeper 4.16.5 and this fix isn't included. There's also a pending PR https://github.com/apache/bookkeeper/pull/4293 . When using TLS between Brokers and Bookies, Bookkeeper will use V3 bookkeeper protocol. This implementation is different from the V2 protocol which is used by default in Pulsar. That is one additional reason why certain bugs appear only when TLS is enabled. -- 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]
