Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/605#discussion_r33326992
  
    --- Diff: storm-core/src/clj/backtype/storm/zookeeper.clj ---
    @@ -103,11 +103,14 @@
          (catch Exception e (throw (wrap-in-runtime e))))))
     
     (defnk delete-node
    --- End diff --
    
    It silently does nothing when path is not exist, but it was throwing 
NoNodeException when force is false, and default is false.
    Only delete-recursive calls delete-node with force = true, and any other 
usages are using default.
    
    In short, it doesn't show same behavior between two.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to