zookeeper
zookeeper copied to clipboard
ZOOKEEPER-3499:Add a complete backup mechanism for zookeeper internal(admin server way)
- the description about this PR can be found in its document
- Link to PR-917
- more details in the ZOOKEEPER-3499
@maoling backup and recovery/restore via admin server is a great feature. Any updates on this?
@maoling This is great work. Looking into the PR, it looks like the snapshot is generated from the in-memory data tree. Without backing up the transaction logs, there will be data loss or data integrity issue in the disastrous failure case (i.e.more than (N-1)/2 members are lost), right?