helix - Build # 1625 - Still Failing

2019-06-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built helix (build #1625) Status: Still Failing Check console output at https://builds.apache.org/job/helix/1625/ to view the results.

[GitHub] [helix] jackjlli commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled.

2019-06-24 Thread GitBox
jackjlli commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled. URL: https://github.com/apache/helix/issues/322#issuecomment-505184521 Great! Thanks for confirming! This is an

[GitHub] [helix] jiajunwang edited a comment on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled.

2019-06-24 Thread GitBox
jiajunwang edited a comment on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled. URL: https://github.com/apache/helix/issues/322#issuecomment-505180440 Thanks for the information, @jackjlli. So you are more concerned about the verbose log, right? We

[GitHub] [helix] jiajunwang commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled.

2019-06-24 Thread GitBox
jiajunwang commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled. URL: https://github.com/apache/helix/issues/322#issuecomment-505180440 Thanks for the information, @jackjlli. So you are more concerned about the verbose log, right? We can

[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 to

[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] jackjlli commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled.

2019-06-24 Thread GitBox
jackjlli commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled. URL: https://github.com/apache/helix/issues/322#issuecomment-505109075 Hi @jiajunwang , basically we recently added a resource called `leadControllerResource` in Pinot and set the

[GitHub] [helix] jiajunwang commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled.

2019-06-24 Thread GitBox
jiajunwang commented on issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled. URL: https://github.com/apache/helix/issues/322#issuecomment-505104174 This is an error log. Could you please share the test case? What was complained is lacking an eligible

[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 the

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("INSTANCEGROUPTAG"); It will be

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

[GitHub] [helix] jackjlli opened a new issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled.

2019-06-24 Thread GitBox
jackjlli opened a new issue #322: java.lang.IllegalStateException: null is thrown when resource is disabled. URL: https://github.com/apache/helix/issues/322 When CRUSH based rebalance strategy algorithm is used, if the related resource isn't enabled yet, Helix will throw

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