You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Read release policy
I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Search before asking
Read release policy
Version
released versions since #22221
Minimal reproduce step
start a standalone Pulsar with
managedLedgerMaxEntriesPerLedger=10000 managedLedgerMinLedgerRolloverTimeMinutes=0
Create a topic with 10 partitions. Produce & consume messages with pulsar-perf. It might require
--message-key-generation-mode autoIncrement
as a parameter topulsar-perf
and also disabling batching with--disable-batching
so that all partitions rollover at the same time.I happened to use a test class in https://github.com/lhotari/pulsar-playground/tree/master/src/main/java/com/github/lhotari/pulsar/playground . I'll add it later.
What did you expect to see?
No warning logs when there's no problem.
What did you see instead?
Example of the logs showing up.
Anything else?
In the code where this is logged, there's a comment "This scenario should not happen."
pulsar/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java
Lines 1679 to 1698 in 15b88d2
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: