You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by arvind-narain <gi...@git.apache.org> on 2016/03/17 02:34:07 UTC

[GitHub] incubator-trafodion pull request: [TRAFODION-1897] dcscheck may fa...

GitHub user arvind-narain opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/389

    [TRAFODION-1897] dcscheck may fail if one node in zookeeper quorum is down

    dcscheck calls "$DCS_INSTALL_DIR/bin/dcs zkcli" to get znodes associated with dcs. Earlier only one server from the zookeeper quorum was being passed in to ZooKeeperMain. If that node is down then an exception was raised. Now all servers in the quorum are utilized.

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

    $ git pull https://github.com/arvind-narain/incubator-trafodion TRAFODION-1897

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

    https://github.com/apache/incubator-trafodion/pull/389.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 #389
    
----
commit e551d49d1fc903e4a4a550e6c14ec0b91f49e77b
Author: Arvind Narain <na...@gmail.com>
Date:   2016-03-16T23:11:28Z

    [TRAFODION-1897] dcscheck may fail if one node in zookeeper quorum is down

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---