You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/01 08:28:25 UTC

[jira] [Commented] (HAWQ-617) Add a flag to hawq config to allow skipping hosts on which ssh fails and continue with syncing configurations files

    [ https://issues.apache.org/jira/browse/HAWQ-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221236#comment-15221236 ] 

ASF GitHub Bot commented on HAWQ-617:
-------------------------------------

GitHub user bhuvnesh2703 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/546

    HAWQ-617 Add option to skip syncing configuration files

    Currently Activate standby operations uses 'hawq config' to update hawq-site.xml. However, in case any of the HAWQ host is down, the operation fails while syncing up the configuration. In case of big clusters, there can be few segment hosts which are down and that will prohibit activating standby.
    Thus, introduced a new flag in hawq config to ignore bad hosts and continue syncing files on hosts on which test ssh is successful

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

    $ git pull https://github.com/apache/incubator-hawq HAWQ-617

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

    https://github.com/apache/incubator-hawq/pull/546.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 #546
    
----
commit 7e8331a7e314c9d5b7f2ec65078fa069271a284d
Author: Bhuvnesh Chaudhary <bc...@pivotal.io>
Date:   2016-04-01T06:14:54Z

    [#116576425] - Add option to ignore hosts on which SSH test fails to skip syncing configuration files

----


> Add a flag to hawq config to allow skipping hosts on which ssh fails and continue with syncing configurations files
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: HAWQ-617
>                 URL: https://issues.apache.org/jira/browse/HAWQ-617
>             Project: Apache HAWQ
>          Issue Type: Bug
>            Reporter: bhuvnesh chaudhary
>            Assignee: Lei Chang
>
> Add a flag to hawq config to allow skipping hosts on which ssh fails and continue with syncing configurations files.
> Currently, if there is any one bad host, sync operations fails. Hawq activate standby uses hawq config to update hawq-site.xml configuration, however if the active master host is down, it fails.



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