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 2015/11/13 04:24:11 UTC

[jira] [Commented] (HAWQ-40) Do standby init from standby node instead of master node

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

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

GitHub user radarwave opened a pull request:

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

    HAWQ-40. Refact hawq standby init. Changes to standby int and start.

    Refact hawq standby init. Change standby start sequence and do init directly on standby host(previously on master node).

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

    $ git pull https://github.com/radarwave/incubator-hawq HAWQ-40

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

    https://github.com/apache/incubator-hawq/pull/107.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 #107
    
----
commit 5d4db71b050dbdce7d8269d481b919d48cd28664
Author: rlei <rl...@pivotal.io>
Date:   2015-11-13T03:08:56Z

    HAWQ-40. Refact hawq standby init. Change standby start sequence and do init directly on standby host.

----


> Do standby init from standby node instead of master node
> --------------------------------------------------------
>
>                 Key: HAWQ-40
>                 URL: https://issues.apache.org/jira/browse/HAWQ-40
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Command Line Tools
>            Reporter: Radar Lei
>            Assignee: Radar Lei
>
> Currently we do init standby from master node, do init standby from standby host can be more logical and clear for user. Just like we do segment init directly from segment node.
> The only matters are we need to remotely do a lot of work on master node.



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