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

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

Github user lei-xia commented on a diff in the pull request:

    https://github.com/apache/helix/pull/71#discussion_r100397892
  
    --- Diff: helix-core/src/main/java/org/apache/helix/util/HelixUtil.java ---
    @@ -68,6 +71,17 @@ public static String getZkName(String path) {
         return path.substring(path.lastIndexOf('/') + 1);
       }
     
    +  public static String serializeByComma(List<String> objects) {
    +    return String.join(",", objects);
    --- End diff --
    
    Got a compile error here since this is JAVA 8 lib.  Can you fix it?


> Enable/disable partition for instance resource specific
> -------------------------------------------------------
>
>                 Key: HELIX-653
>                 URL: https://issues.apache.org/jira/browse/HELIX-653
>             Project: Apache Helix
>          Issue Type: Bug
>          Components: helix-core
>            Reporter: Junkai Xue
>            Assignee: Junkai Xue
>
> Now the enable/disable partition for instance across resources. Need a fix to 
> make the enable/disable partition resource specific.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to