You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/07/03 19:08:22 UTC

[GitHub] reddycharan opened a new issue #1533: Information (Header) of TransientLedgerInfo is not persisted

reddycharan opened a new issue #1533: Information (Header) of TransientLedgerInfo is not persisted
URL: https://github.com/apache/bookkeeper/issues/1533
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   TransientLedgerInfo class borrows the logic from FileInfo, which is used for holding all the transient states for a given ledger when DbLedgerStorage is used for LedgerStorage. But unlike FileInfo, in TransientLedgerInfo, Header (containing masterKey, stateBits and explicitLac) is not defined and it is not persisted. 
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   
   With https://github.com/apache/bookkeeper/issues/1527 we are going to persist explicitLac, but since TransientLedgerInfo doesn't has Header/persistence logic, for now I'm going to ignore persisting explicitLac logic in TransientLedgerInfo.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services