Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/281#discussion_r236835917
--- Diff:
curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java
---
@@ -422,6 +422,9 @@ protected void deleteNode() throws Exception
}
}
+ // Hardcoded in {@link
org.apache.zookeeper.server.PrepRequestProcessor}
+ static final int SEQUENTIAL_SUFFIX_DIGITS = 10;
--- End diff --
Wait - I'm seeing it now.---
