I am modified Zookeeper in order to reduce the load on the leader (trying new approach). I add extra code and only one new class to implement my approach. In the extra code, I add some log.info. When I compare modified Zookeeper (my approach) with original zookeeper, my performance is not better than the original Zookeeper.
I am wondering here, does the log to disk effect the overall performance? -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/does-log-to-disk-effect-the-throuhput-and-latency-tp7580339.html Sent from the zookeeper-user mailing list archive at Nabble.com.
