Hi all, The Pulsar IO integration tests were constantly failing and blocking PR jobs from being merged.
This issue has been fixed by reverting the Rocksdb upgrade. It turns out that Rocksdb broke binary compatibility in 6.17.3 and code compiled for <6.17.3 isn't fully compatible at runtime with Rocksdb version >= 6.17.3 . There's more details in the PR where the revert was made: https://github.com/apache/pulsar/pull/14962 Please close&reopen your PR to pick up the recent changes in master branch to the PR builds. You can also rebase your PR or merge master branch changes into it to get the recent changes. Closing and reopening is the quickest solution. What happens in that case is that GitHub will create internally a new merge commit for the PR and the new builds for the PR will get triggered with this internal merge commit. -Lari