[
https://issues.apache.org/jira/browse/SLIDER-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14174065#comment-14174065
]
Steve Loughran commented on SLIDER-536:
---------------------------------------
this is a combination of
# bad if() clauses; client shouldn't bother trying to {{delete()}} the cluster
path if it doesnt exist
# logging at INFO stuff that can be debug.
Fix:
# move {{delete()}} operation
# downgrade logs to debug
> slider delete operation logs too much
> -------------------------------------
>
> Key: SLIDER-536
> URL: https://issues.apache.org/jira/browse/SLIDER-536
> Project: Slider
> Issue Type: Improvement
> Components: client
> Affects Versions: Slider 0.50
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Priority: Minor
> Fix For: Slider 0.60
>
>
> {{slider destroy clustername}} logs way too much, even if the cluster is
> already destroyed
> {code}
> 2014-10-16 00:55:21,209 [main] INFO client.SliderClient - Application
> Instance acc1 already destroyed
> 2014-10-16 00:55:21,214 [main] WARN client.SliderClient - Filesystem
> returned false from delete() operation
> 2014-10-16 00:55:22,539 [main] INFO client.SliderClient - Destroyed cluster
> acc1
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)