You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/02 13:48:35 UTC

[GitHub] [pulsar] Renkai opened a new issue #9425: Use an interface instead of `NavigableMap ledgers` in `ManagedLedgerImpl`

Renkai opened a new issue #9425:
URL: https://github.com/apache/pulsar/issues/9425


   Currently, we use a map to store the ledger metadata and sync it to Zookeeper somewhen. 
   This way exposed too many low-level details, which is easy to make bugs (see https://github.com/apache/pulsar/pull/9306), and it could be a block to let us make some advanced features like offload frozen metadata to other storage.
   I would abstract it to an independent interface by several patches.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Renkai closed issue #9425: Use an interface instead of `NavigableMap ledgers` in `ManagedLedgerImpl`

Posted by GitBox <gi...@apache.org>.
Renkai closed issue #9425:
URL: https://github.com/apache/pulsar/issues/9425


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Renkai closed issue #9425: Use an interface instead of `NavigableMap ledgers` in `ManagedLedgerImpl`

Posted by GitBox <gi...@apache.org>.
Renkai closed issue #9425:
URL: https://github.com/apache/pulsar/issues/9425


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org