You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2021/02/08 23:52:21 UTC

[GitHub] [curator] cammckenzie commented on a change in pull request #376: CURATOR-584: Added fault tolerant idempotent Create, SetData and Delete operations

cammckenzie commented on a change in pull request #376:
URL: https://github.com/apache/curator/pull/376#discussion_r572458837



##########
File path: curator-framework/src/main/java/org/apache/curator/framework/imps/CreateBuilderImpl.java
##########
@@ -569,7 +583,7 @@ public String forPath(final String givenPath, byte[] data) throws Exception
             data = client.getCompressionProvider().compress(givenPath, data);
         }
 
-        final String adjustedPath = adjustPath(client.fixForNamespace(givenPath, createMode.isSequential()));
+        final String adjustedPath = adjustPath(client.fixForNamespace(givenPath, createMode.isnSequential()));

Review comment:
       isnSequential is presumably a typo?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org