[GitHub] [helix] jiajunwang commented on issue #323: [HELIX-817] Support for multiple instance group tags for Job config

2019-06-24 Thread GitBox
jiajunwang commented on issue #323: [HELIX-817] Support for multiple instance group tags for Job config URL: https://github.com/apache/helix/issues/323#issuecomment-505162329 @DImuthuUpe, by supporting both sides configuration, we definitely cover more use cases. I think it's very nice

[GitHub] [helix] DImuthuUpe commented on issue #323: [HELIX-817] Support for multiple instance group tags for Job config

2019-06-24 Thread GitBox
DImuthuUpe commented on issue #323: [HELIX-817] Support for multiple instance group tags for Job config URL: https://github.com/apache/helix/issues/323#issuecomment-505127003 @jiajunwang Good question. We can add tags to instances as much as we want. But the problem is, is it scalable

[GitHub] [helix] jiajunwang commented on issue #323: [HELIX-817] Support for multiple instance group tags for Job config

2019-06-24 Thread GitBox
jiajunwang commented on issue #323: [HELIX-817] Support for multiple instance group tags for Job config URL: https://github.com/apache/helix/issues/323#issuecomment-505100927 What's the difference between using multiple instance group tags and defining a new tag that includes

Re: Multiple instance group tags for Job config

2019-06-24 Thread Hunter Lee
https://github.com/apache/helix/issues/323 On Mon, Jun 24, 2019 at 10:09 AM Hunter Lee wrote: > Hi all - > > Moving forward, let's use GitHub Issues over JIRA. It is closer to the > code itself and arguably easier to link to and work with the code. I have > created an issue based on the JIRA

[GitHub] [helix] narendly opened a new issue #323: [HELIX-817] Support for multiple instance group tags for Job config

2019-06-24 Thread GitBox
narendly opened a new issue #323: [HELIX-817] Support for multiple instance group tags for Job config URL: https://github.com/apache/helix/issues/323 Currently we can set only one instance group tag for a job. jobCfg.setInstanceGroupTag("INSTANCEGRO

Re: Multiple instance group tags for Job config

2019-06-24 Thread Hunter Lee
Hi all - Moving forward, let's use GitHub Issues over JIRA. It is closer to the code itself and arguably easier to link to and work with the code. I have created an issue based on the JIRA Dimuthu provided for the time being. Hunter On Mon, Jun 24, 2019 at 8:56 AM DImuthu Upeksha wrote: > Hi

Re: Multiple instance group tags for Job config

2019-06-24 Thread DImuthu Upeksha
Hi Junkai, Thanks for the quick response. I created the ticket [2] as you have asked. [2] https://issues.apache.org/jira/projects/HELIX/issues/HELIX-817?filter=allopenissues Thanks Dimuthu On Mon, Jun 24, 2019 at 11:34 AM Xue Junkai wrote: > Hi Dimuthu, > > That's a good feature to support

[jira] [Created] (HELIX-817) Support for multiple instance group tags for Job config

2019-06-24 Thread Dimuthu Upeksha (JIRA)
Dimuthu Upeksha created HELIX-817: - Summary: Support for multiple instance group tags for Job config Key: HELIX-817 URL: https://issues.apache.org/jira/browse/HELIX-817 Project: Apache Helix

Re: Multiple instance group tags for Job config

2019-06-24 Thread Xue Junkai
Hi Dimuthu, That's a good feature to support in the future. We dont have plan to support it right now. Could you please create a Helix ticket for that? Best, Junkai On Mon, Jun 24, 2019 at 7:59 AM DImuthu Upeksha wrote: > Hi Folks, > > Currently we can set only one instance group tag for a

Multiple instance group tags for Job config

2019-06-24 Thread DImuthu Upeksha
Hi Folks, Currently we can set only one instance group tag for a job. jobCfg.setInstanceGroupTag("INSTANCEGROUPTAG"); Do you have anything planned to support multiple instance group tags for one job so that the job can be run either in group A or group B? This is somewhat similar to Node