Hi all, I'm testing snapshot compression on my ZooKeeper ensemble (5 servers)
Follower node X has "zookeeper.snapshot.compression.method = snappy" config (experiment) and follower node Y does not (control). I am creating tens of thousands of znodes with some data in them. Right after znode creation, I would like to force both my followers (mentioned above) to take a snapshot at the same time (so that they contain the exact same data). I would then like to see the difference in snapshot sizes between followers X (compressed) and Y (uncompressed). How can I force snapshot creation on X and Y at the same time (containing the same data) so that I can accurately compare snapshot sizes? P.S: There are some interesting discussions on PR #180 ( https://github.com/apache/zookeeper/pull/180) and PR #917 ( https://github.com/apache/zookeeper/pull/917) but it looks like both of them were never released. Regards, Abhilash Kishore
