[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16201425#comment-16201425
 ] 

ASF GitHub Bot commented on ZOOKEEPER-1703:
-------------------------------------------

Github user dolphy17 commented on the issue:

    https://github.com/apache/zookeeper/pull/400
  
    thanks @afine 
    
    Some hint on the code changes: consumer code wasn't able to delete the 
node, because it concatenated the string 'element' with an integer which 
resulted in something like '/app1/element1', but the actual node was 
'/app1/element00000001'. This is the standard behaviour of creating sequential 
nodes, ZK adds a couple of leading zeros.
    
    To fix this, consumer now saves the name of the node together with its 
number to delete it properly.


> Please add instructions for running the tutorial
> ------------------------------------------------
>
>                 Key: ZOOKEEPER-1703
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1703
>             Project: ZooKeeper
>          Issue Type: New Feature
>          Components: documentation
>    Affects Versions: 3.4.5
>         Environment: tutorial 
> http://zookeeper.apache.org/doc/r3.2.2/zookeeperTutorial.html
>            Reporter: Hayden Schultz
>            Assignee: Andor Molnar
>            Priority: Minor
>              Labels: newbie
>
> There's no instructions for running the tutorial. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to