[
https://issues.apache.org/jira/browse/CURATOR-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cameron McKenzie resolved CURATOR-341.
--------------------------------------
Resolution: Fixed
Fix Version/s: 3.2.1
> create().orSetData() retries indefinitely if node exists
> --------------------------------------------------------
>
> Key: CURATOR-341
> URL: https://issues.apache.org/jira/browse/CURATOR-341
> Project: Apache Curator
> Issue Type: Bug
> Components: Framework
> Affects Versions: 3.0.0
> Reporter: Henrik Nordvik
> Fix For: 3.2.1
>
>
> Symptom:
> One call to create.orSetData().inBackground(callback) writes the data to
> zookeeper infinitely many times. Version numbers in stat increase quickly.
> Callback is also called multiple times.
> Added the following to TestFramework.testCreateOrSetData() to make it fail:
> {code}
> CuratorEvent event2 = queue.poll(new Timing().milliseconds(),
> TimeUnit.MILLISECONDS);
> Assert.assertNull(event2);
> {code}
> (slows down test, but just to demonstrate it)
> Seems like CreateBuilderImpl.backgroundSetData() shouldn't requeue
> mainOperation after doing setData.
> {code}
> client.queueOperation(mainOperationAndData);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)