Condense ledger configuration in ZooKeeper ------------------------------------------
Key: ZOOKEEPER-461 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-461 Project: Zookeeper Issue Type: Improvement Components: contrib-bookkeeper Reporter: Flavio Paiva Junqueira We currently use several znodes to represent the configuration and state of a ledger in ZooKeeper. Although this is good for readability, it makes operations such as create, close, and open more complex, in particular the asynchronous versions of these operations. The main idea of this jira is to store as much as possible of the configuration of a ledger as data of a single znode. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.