lhotari commented on issue #447: URL: https://github.com/apache/pulsar-helm-chart/issues/447#issuecomment-1912383376
> > have you tested with the default image which is `3.0.2`? (remove `defaultPulsarImageTag`) > > No, I am using version 3.1.1, which defaults to version 3.1.1 There's a bug in 3.1.1 version of Pulsar. It is fixed in 3.0.2 and 3.1.2 versions of Pulsar. It's this fix: https://github.com/apache/pulsar/pull/21428 . Commit in branch-3.0: https://github.com/apache/pulsar/commit/df4b0d8f (included in 3.0.2) and branch-3.1: https://github.com/apache/pulsar/commit/1496925f (included in 3.1.2). The CI tests run with Pulsar 3.0.2 images. I have also ran the tests with `defaultPulsarImageTag: 3.1.2` and the problem doesn't occur. https://github.com/lhotari/pulsar-helm-chart/actions/runs/7670897358?pr=7 Please use Pulsar 3.0.2 or 3.1.2 to get the fix. -- 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]
