This message was deleted.
# general
s
This message was deleted.
m
In general, I don't know of any bugs where namespace level policies have not been applied. This output does look a bit unexpected. I was thinking perhaps there was a missed message that hadn't been acknowledged yet, but that doesn't look to be the case. Also,
stats
shows that there is only one subscription on the topic. I wonder what
pulsar-admin topics stats-internal
shows for the topic. That command will provide detailed information about each ledger as well as each cursor. If that doesn't give enough info, we could be looking at a bug, and in that case, one option to get more insight is to enable debug logging for the
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl
class. It has a number of debug level logs related to ledger trimming.