[ https://issues.apache.org/jira/browse/CURATOR-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391580#comment-14391580 ]
ASF GitHub Bot commented on CURATOR-190: ---------------------------------------- Github user Randgalt commented on the pull request: https://github.com/apache/curator/pull/69#issuecomment-88647428 LGTM > PersistentEphemeralNode.Mode.PROTECTED_EPHEMERAL creates new node on recreate > ----------------------------------------------------------------------------- > > Key: CURATOR-190 > URL: https://issues.apache.org/jira/browse/CURATOR-190 > Project: Apache Curator > Issue Type: Bug > Affects Versions: 2.6.0, 2.7.0, 2.7.1 > Reporter: John Vines > Assignee: Cameron McKenzie > > PersistentEphemeralNode, when using a PROTECTED one, will create a new node > with a name that looks like it padded itself again. > ex- I had a PEN, /test. With first create, it yielded: > _c_03053942-4e11-4cf2-be75-7e689a9b2e98-test. > I then bounced zk to emulate a disconnect and I saw the following two nodes- > _c_03053942-4e11-4cf2-be75-7e689a9b2e98-_c_03053942-4e11-4cf2-be75-7e689a9b2e98-test > _c_03053942-4e11-4cf2-be75-7e689a9b2e98-test > Every time I bounce it, I prepends another > _c_03053942-4e11-4cf2-be75-7e689a9b2e98- onto the node name. All of these > nodes seem to live until the PEN is closed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)