Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/567 @suyogmapara I think @maoling 's concerns are valid. I also would like to get some more insight on what value would this patch add to control / limit the size of txn log files. We already have the `snapCount` parameter, why is it not enough? When catching up the follower, leader is able to filter log files by checking the last stored zxid in their names and you can control the maximum seek time within log files by adjusting the `snapCount` parameter. What am I missing?
---