[
https://issues.apache.org/jira/browse/SLIDER-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053917#comment-14053917
]
Steve Loughran commented on SLIDER-213:
---------------------------------------
{code}
/stevel/.slider/cluster/test_freeze_commands: destroying
2014-07-07 18:42:07,270 [JUnit] WARN client.SliderClient
(SliderClient.java:deleteZookeeperNode(302)) - Unable to recursively delete zk
node /services/slider/users/stevel/test_freeze_commands
org.apache.slider.core.exceptions.BadConfigException: No Zookeeper quorum
provided in the configuration property slider.zookeeper.quorum
at
org.apache.slider.server.services.utility.AbstractSliderLaunchedService.lookupZKQuorum(AbstractSliderLaunchedService.java:72)
at
org.apache.slider.client.SliderClient.getZkClient(SliderClient.java:340)
at
org.apache.slider.client.SliderClient.deleteZookeeperNode(SliderClient.java:286)
at
org.apache.slider.client.SliderClient.actionDestroy(SliderClient.java:384)
at
org.apache.slider.client.SliderClient.runService(SliderClient.java:230)
at
org.apache.slider.core.main.ServiceLauncher.launchService(ServiceLauncher.java:186)
at
org.apache.slider.test.SliderTestUtils.execSliderCommand(SliderTestUtils.groovy:484)
at
org.apache.slider.agent.freezethaw.TestFreezeCommands.testFreezeCommands(TestFreezeCommands.groovy:169)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at
org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
2014-07-07 18:42:07,271 [JUnit] WARN client.SliderClient
(SliderClient.java:actionDestroy(385)) - Unable to perform node cleanup in
Zookeeper.
{code}
> destroy operation failing on ZK connectivity/binding problems
> -------------------------------------------------------------
>
> Key: SLIDER-213
> URL: https://issues.apache.org/jira/browse/SLIDER-213
> Project: Slider
> Issue Type: Bug
> Components: client
> Affects Versions: Slider 0.40
> Reporter: Steve Loughran
> Assignee: Sumit Mohanty
>
> After SLIDER-134, the slider {{destroy}} command tries to destroy the ZK
> node. But if the ZK binding is missing or the ZK nodes can't be reached, an
> exception is raised. The exceptions should be caught and presumably
> downgraded to warnings
--
This message was sent by Atlassian JIRA
(v6.2#6252)