Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/377#discussion_r141521029
--- Diff: src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java ---
@@ -125,6 +125,8 @@
private final ZooKeeperServerListener listener;
private ZooKeeperServerShutdownHandler zkShutdownHandler;
+ private volatile boolean defaultTtlNodesEnabled = true;
--- End diff --
If it's false, then TTL nodes won't be available in Standalone mode.---
