From 8c2ae26426cbde32c9b53624b8196a70ad80361b Mon Sep 17 00:00:00 2001 From: Mordy Ovits Date: Wed, 2 Jul 2014 10:58:38 -0400 Subject: [PATCH] Fix spelling errors --- docs/zookeeperAdmin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zookeeperAdmin.html b/docs/zookeeperAdmin.html index ab08dd6adc9..711fb2544cd 100644 --- a/docs/zookeeperAdmin.html +++ b/docs/zookeeperAdmin.html @@ -1913,7 +1913,7 @@

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.

@@ -1943,7 +1943,7 @@

Things to Avoid

Best Practices

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.