Zookeeper will take the snapshot once the synchronization is done. Currently javazab won't take snapshot after synchronization and it only takes snapshot after certain amount of transactions are delivered in broadcasting phase. So I was wondering if there's any reason for Zookeeper to do that? I feel whether take snapshot or not after synchronization doesn't matter but still want verify it to make sure we don't miss anything.
Hi @fpj , I have a question about snapshot.
Zookeeper will take the snapshot once the synchronization is done. Currently javazab won't take snapshot after synchronization and it only takes snapshot after certain amount of transactions are delivered in broadcasting phase. So I was wondering if there's any reason for Zookeeper to do that? I feel whether take snapshot or not after synchronization doesn't matter but still want verify it to make sure we don't miss anything.
Thanks!