Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/377#discussion_r148792118
--- 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 --
@DanBenediktson 127 is the case with the existing bug. I re-wrote how this
is handled so that now it's 255. The high bit is now used to signal that the
ephemeralOwner is special.
---