[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/65 --- 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

[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-09 Thread pnarayanan
Github user pnarayanan commented on a diff in the pull request: https://github.com/apache/helix/pull/65#discussion_r95283527 --- Diff: helix-core/src/main/java/org/apache/helix/HelixAdmin.java --- @@ -51,6 +51,16 @@ InstanceConfig getInstanceConfig(String clusterName, String

[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-09 Thread pnarayanan
Github user pnarayanan commented on a diff in the pull request: https://github.com/apache/helix/pull/65#discussion_r95282358 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixAdmin.java --- @@ -162,6 +162,20 @@ public InstanceConfig getInstanceConfig(String

[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-09 Thread dasahcc
Github user dasahcc commented on a diff in the pull request: https://github.com/apache/helix/pull/65#discussion_r95282190 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixAdmin.java --- @@ -162,6 +162,20 @@ public InstanceConfig getInstanceConfig(String

[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-09 Thread dasahcc
Github user dasahcc commented on a diff in the pull request: https://github.com/apache/helix/pull/65#discussion_r95282053 --- Diff: helix-core/src/main/java/org/apache/helix/HelixAdmin.java --- @@ -51,6 +51,16 @@ InstanceConfig getInstanceConfig(String clusterName, String

[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-09 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/65#discussion_r95282034 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixAdmin.java --- @@ -162,6 +162,20 @@ public InstanceConfig getInstanceConfig(String

[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-09 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/65#discussion_r95281496 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixAdmin.java --- @@ -162,6 +162,20 @@ public InstanceConfig getInstanceConfig(String

[GitHub] helix pull request #65: [HELIX-651] Add a method in HelixAdmin to set the In...

2017-01-09 Thread pnarayanan
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