[ 
https://issues.apache.org/jira/browse/CURATOR-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ricardo Ferreira updated CURATOR-192:
-------------------------------------
    Description: 
When retrieving the children to reap, if there are no children a 
KeeperErrorCode = NoNode is thrown.

This exception is logged as an error.

This should be an expected behavior, so either a 
KeeperException.NoNodeException should be caught and silenced or logged as 
debug/trace.

  was:
When retrieving the children to reap, if there are no children a 
KeeperErrorCode = NoNode is thrown.

This exception is logged as error.

This should be an expected behavior, so either a 
KeeperException.NoNodeException should be caught and silenced or logged as 
debug/trace.


> ChildReaper loggs error when the path to reap children from is empty
> --------------------------------------------------------------------
>
>                 Key: CURATOR-192
>                 URL: https://issues.apache.org/jira/browse/CURATOR-192
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Recipes
>    Affects Versions: 2.7.1
>            Reporter: Ricardo Ferreira
>            Priority: Minor
>
> When retrieving the children to reap, if there are no children a 
> KeeperErrorCode = NoNode is thrown.
> This exception is logged as an error.
> This should be an expected behavior, so either a 
> KeeperException.NoNodeException should be caught and silenced or logged as 
> debug/trace.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to