Github user phunt commented on the issue:
https://github.com/apache/zookeeper/pull/377
Hi @Randgalt - this looks like a reasonable change to me however it's not
working. I used the sample zoo.cfg file as my config and started via
bin/zkServer.sh - however I can still create a ttl based node even though
"ttlNodesEnabled=false" in the zoo.cfg. I recommend you add a test for this.
Can you take a look?
Also I'd appreciate if you could rebase against current apache master. I
did this locally manually, however I'm not sure how the submission script is
going to manage it (there were conflicts because you had merged multiple times,
including from third party repos (abe)). I can probably figure it out, but if
you're working to address this issue perhaps you can fix this too. thx.
---