You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/10 00:52:58 UTC

[jira] [Commented] (HELIX-651) Add a method in HelixAdmin to set the InstanceConfig of an existing instance

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

ASF GitHub Bot commented on HELIX-651:
--------------------------------------

GitHub user pnarayanan opened a pull request:

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

    [HELIX-651] Add a method in HelixAdmin to set the InstanceConfig

    - Add a setInstanceConfig() method in HelixAdmin interface
    - Add an implementation for the same in ZkHelixAdmin
    - Add a test in TestZkHelixAdmin

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

    $ git pull https://github.com/pnarayanan/helix setInstanceConfig

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

    https://github.com/apache/helix/pull/65.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 #65
    
----
commit b7872d463a1dc7cf9d18369df9008f44cdd27a3a
Author: Priyesh Narayanan <pr...@gmail.com>
Date:   2017-01-10T00:45:46Z

    [HELIX-651] Add a method in HelixAdmin to set the InstanceConfig of an existing instance
    
    - Add a setInstanceConfig() method in HelixAdmin interface
    - Add an implementation for the same in ZkHelixAdmin
    - Add a test in TestZkHelixAdmin

----


> Add a method in HelixAdmin to set the InstanceConfig of an existing instance
> ----------------------------------------------------------------------------
>
>                 Key: HELIX-651
>                 URL: https://issues.apache.org/jira/browse/HELIX-651
>             Project: Apache Helix
>          Issue Type: Improvement
>          Components: helix-core
>    Affects Versions: 0.6.x, master
>            Reporter: Priyesh
>              Labels: newbie
>             Fix For: 0.6.x, master
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> There is seemingly no way to set the InstanceConfig of an instance via the HelixAdmin, after the instance is added to the cluster. It would be useful to have a setInstanceConfig() similar to getInstanceConfig().



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