Github user njhill commented on a diff in the pull request:
https://github.com/apache/curator/pull/281#discussion_r236832802
--- 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 --
@Randgalt I did so in the most recent commit (e.g. see the changes tab). On
the summary page github still shows the code as it was when the corresponding
comment was made.
---