Github user DanBenediktson commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/377#discussion_r146089767
--- Diff: conf/zoo_sample.cfg ---
@@ -6,6 +6,10 @@ initLimit=10
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=5
+# enable TTL Nodes
+# IMPORTANT: when enabled, your server ID cannot be greater than 254
--- End diff --
Same comment I left on the JIRA ticket: shouldn't it be 127, not 254? My
understanding of the problem was that the whole high bit was being used, not
the whole byte sequence of 255.
---