From 8c2ae26426cbde32c9b53624b8196a70ad80361b Mon Sep 17 00:00:00 2001
From: Mordy Ovits Things to Avoid
transaction log. ZooKeeper syncs transactions to media before it
returns a response. A dedicated transaction log device is key to
consistent good performance. Putting the log on a busy device will
- adversely effect performance. If you only have one storage device,
+ adversely affect performance. If you only have one storage device,
put trace files on NFS and increase the snapshotCount; it doesn't
eliminate the problem, but it should mitigate it.
For best results, take note of the following list of good Zookeeper practices:
-For multi-tennant installations see the section +
For multi-tenant installations see the section detailing ZooKeeper "chroot" support, this can be very useful when deploying many applications/services interfacing to a single ZooKeeper cluster.