dineshappavoo commented on issue #735: ZOOKEEPER-3209: New `getEphemerals` api 
to get all the ephemeral nodes created by the session
URL: https://github.com/apache/zookeeper/pull/735#issuecomment-453370900
 
 
   Updated with the CLI changes for `getEphemerals` command. 
   
   Testing:
   ```
   [zk: 127.0.0.1:2181(CONNECTED) 1] create -e /test-get-ephemerals "ephemeral 
node"
   Created /test-get-ephemerals
   [zk: 127.0.0.1:2181(CONNECTED) 2] getEphemerals
   [/test-get-ephemerals]
   [zk: 127.0.0.1:2181(CONNECTED) 3] getEphemerals /
   [/test-get-ephemerals]
   [zk: 127.0.0.1:2181(CONNECTED) 4] create -e /test-get-ephemerals-1 
"ephemeral node"
   Created /test-get-ephemerals-1
   [zk: 127.0.0.1:2181(CONNECTED) 5] getEphemerals /test-get-ephemerals
   test-get-ephemerals     test-get-ephemerals-1
   [zk: 127.0.0.1:2181(CONNECTED) 5] getEphemerals /test-get-ephemerals
   [/test-get-ephemerals-1, /test-get-ephemerals]
   [zk: 127.0.0.1:2181(CONNECTED) 6] getEphemerals /test-get-ephemerals-1
   [/test-get-ephemerals-1]
   [zk: 127.0.0.1:2181(CONNECTED) 7]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to