Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pulsar to 2.10.0.0-rc12 and fix testListOffsetForEmptyRolloverLe…
…dger (#1176) Fixes #1175 ### Motivation The `ManagedLedger#rollCurrentLedgerIfFull` can only work when the managed ledger's state is `LedgerOpened` since apache/pulsar#14664. The corner case described in streamnative/kop#894 is still possible when some entries are sent but not persisted after a rollover and retention works. Therefore, we should still keep the `testListOffsetForEmptyRolloverLedger` to avoid the regression in KoP. ### Modifications - Bump Pulsar to 2.10.0.0-rc12, which includes apache/pulsar#14664 - Change the managed ledger's state to `LedgerOpened` in `testListOffsetForEmptyRolloverLedger`.
- Loading branch information