Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
currently, ZkTopicManager use zookeeper ephemeral node to store the owner information of a topic. so the znode will disappear when the owner hub server is down, the leader election is quite simple based on this model.
but for most key-value storage, there is no similar concepts like ephemeral node, but just providing versioned writes. so it would be better to provide a topic manager using versioned writes.
Attachments
Attachments
Issue Links
- blocks
-
BOOKKEEPER-283 Improve Hedwig Console to use Hedwig Metadata Manager.
- Closed
- depends upon
-
BOOKKEEPER-250 Need a ledger manager like interface to manage metadata operations in Hedwig
- Closed
- is depended upon by
-
BOOKKEEPER-262 Implement a meta store based hedwig metadata manager.
- Closed