xuesongxs commented on issue #13149:
URL: https://github.com/apache/pulsar/issues/13149#issuecomment-987704176


   
实际ledger根本就没有状态,pulsar-manager上看到的opening或closing只是pulsar-manager设置上去的,本质是按照ledgers列表的创建时间排序的,最新创建的ledger是opening,其它统一都设置为closing。如果你设置了消息保留策略,或者消费者还没有把backlog消费掉,这个列表里就是会显示多个ledger,如果使用默认的消息保留策略,或消费追得上生产,这里只会显示一个ledger,并且是opening的状态。


-- 
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]


Reply via email to