You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by zhan849 <gi...@git.apache.org> on 2018/04/03 21:29:15 UTC

[GitHub] helix pull request #173: [HELIX-689] remove redundant logs from zkclient

GitHub user zhan849 opened a pull request:

    https://github.com/apache/helix/pull/173

    [HELIX-689] remove redundant logs from zkclient

    Currently, in controller message cleanup, we print out 2 lines of message when message does not exist, which is totally redundant. In this PR, I removed the warning message from controller, and added error message in zkclient only when there is real error (exception from below). If we fail to delete a ZNode because znode does not exist, we do not print out message any more except debug mode

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zhan849/helix harry/ctl-msg-cleanup

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/helix/pull/173.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #173
    
----
commit d96a40caf19efffed3939b6dd8d9efe40734ec15
Author: Harry Zhang <zh...@...>
Date:   2018-04-03T21:22:53Z

    [HELIX-689] remove redundant logs from zkclient

----


---

[GitHub] helix pull request #173: [HELIX-689] remove redundant logs from zkclient

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/helix/pull/173


---