[jira] [Commented] (SOLR-12095) AutoScalingHandler should validate triggers before updating zookeeper

2018-04-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425677#comment-16425677
 ] 

ASF subversion and git services commented on SOLR-12095:


Commit 12309659f603f2bbbe353a459eb916adde0c8a02 in lucene-solr's branch 
refs/heads/branch_7x from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=1230965 ]

SOLR-12095: Missed a few calls to init().


> AutoScalingHandler should validate triggers before updating zookeeper
> -
>
> Key: SOLR-12095
> URL: https://issues.apache.org/jira/browse/SOLR-12095
> Project: Solr
>  Issue Type: Sub-task
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, SolrCloud
>Reporter: Shalin Shekhar Mangar
>Assignee: Andrzej Bialecki 
>Priority: Major
> Fix For: 7.4, master (8.0)
>
>
> We validate policy and preferences before updating the configuration in 
> Zookeeper but we don't do that today for triggers. So users can put wrong or 
> unknown parameters and there won't be any complains from the API but the at 
> runtime exceptions will be thrown/logged.
> We should change the trigger API to have a validation step. The catch here is 
> that it may require us to instantiate the trigger class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12095) AutoScalingHandler should validate triggers before updating zookeeper

2018-04-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16425675#comment-16425675
 ] 

ASF subversion and git services commented on SOLR-12095:


Commit 2bbd19369137d2b31f44c94ce2de61f9047856f4 in lucene-solr's branch 
refs/heads/master from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2bbd193 ]

SOLR-12095: Missed a few calls to init().


> AutoScalingHandler should validate triggers before updating zookeeper
> -
>
> Key: SOLR-12095
> URL: https://issues.apache.org/jira/browse/SOLR-12095
> Project: Solr
>  Issue Type: Sub-task
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, SolrCloud
>Reporter: Shalin Shekhar Mangar
>Assignee: Andrzej Bialecki 
>Priority: Major
> Fix For: 7.4, master (8.0)
>
>
> We validate policy and preferences before updating the configuration in 
> Zookeeper but we don't do that today for triggers. So users can put wrong or 
> unknown parameters and there won't be any complains from the API but the at 
> runtime exceptions will be thrown/logged.
> We should change the trigger API to have a validation step. The catch here is 
> that it may require us to instantiate the trigger class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12095) AutoScalingHandler should validate triggers before updating zookeeper

2018-04-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424302#comment-16424302
 ] 

ASF subversion and git services commented on SOLR-12095:


Commit 606cfd57f1377ec0483424911305c60c4d021dca in lucene-solr's branch 
refs/heads/branch_7x from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=606cfd5 ]

SOLR-12095: Fix precommit issues.


> AutoScalingHandler should validate triggers before updating zookeeper
> -
>
> Key: SOLR-12095
> URL: https://issues.apache.org/jira/browse/SOLR-12095
> Project: Solr
>  Issue Type: Sub-task
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, SolrCloud
>Reporter: Shalin Shekhar Mangar
>Assignee: Andrzej Bialecki 
>Priority: Major
> Fix For: 7.4, master (8.0)
>
>
> We validate policy and preferences before updating the configuration in 
> Zookeeper but we don't do that today for triggers. So users can put wrong or 
> unknown parameters and there won't be any complains from the API but the at 
> runtime exceptions will be thrown/logged.
> We should change the trigger API to have a validation step. The catch here is 
> that it may require us to instantiate the trigger class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12095) AutoScalingHandler should validate triggers before updating zookeeper

2018-04-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424301#comment-16424301
 ] 

ASF subversion and git services commented on SOLR-12095:


Commit 7c0d50c6c4446e2894b81a3c5c9fdcf045b85c4c in lucene-solr's branch 
refs/heads/branch_7x from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=7c0d50c ]

SOLR-12095: AutoScalingHandler should validate triggers before updating 
zookeeper.


> AutoScalingHandler should validate triggers before updating zookeeper
> -
>
> Key: SOLR-12095
> URL: https://issues.apache.org/jira/browse/SOLR-12095
> Project: Solr
>  Issue Type: Sub-task
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, SolrCloud
>Reporter: Shalin Shekhar Mangar
>Assignee: Andrzej Bialecki 
>Priority: Major
> Fix For: 7.4, master (8.0)
>
>
> We validate policy and preferences before updating the configuration in 
> Zookeeper but we don't do that today for triggers. So users can put wrong or 
> unknown parameters and there won't be any complains from the API but the at 
> runtime exceptions will be thrown/logged.
> We should change the trigger API to have a validation step. The catch here is 
> that it may require us to instantiate the trigger class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12095) AutoScalingHandler should validate triggers before updating zookeeper

2018-04-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424162#comment-16424162
 ] 

ASF subversion and git services commented on SOLR-12095:


Commit a8b42300c0698b9465f5c1c3565e417d73d9e2ac in lucene-solr's branch 
refs/heads/master from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=a8b4230 ]

SOLR-12095: Fix precommit issues.


> AutoScalingHandler should validate triggers before updating zookeeper
> -
>
> Key: SOLR-12095
> URL: https://issues.apache.org/jira/browse/SOLR-12095
> Project: Solr
>  Issue Type: Sub-task
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, SolrCloud
>Reporter: Shalin Shekhar Mangar
>Assignee: Andrzej Bialecki 
>Priority: Major
> Fix For: 7.4, master (8.0)
>
>
> We validate policy and preferences before updating the configuration in 
> Zookeeper but we don't do that today for triggers. So users can put wrong or 
> unknown parameters and there won't be any complains from the API but the at 
> runtime exceptions will be thrown/logged.
> We should change the trigger API to have a validation step. The catch here is 
> that it may require us to instantiate the trigger class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12095) AutoScalingHandler should validate triggers before updating zookeeper

2018-04-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16424069#comment-16424069
 ] 

ASF subversion and git services commented on SOLR-12095:


Commit a14980c479608306aebb7255f7bb7eb64c476085 in lucene-solr's branch 
refs/heads/master from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=a14980c ]

SOLR-12095: AutoScalingHandler should validate triggers before updating 
zookeeper.


> AutoScalingHandler should validate triggers before updating zookeeper
> -
>
> Key: SOLR-12095
> URL: https://issues.apache.org/jira/browse/SOLR-12095
> Project: Solr
>  Issue Type: Sub-task
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, SolrCloud
>Reporter: Shalin Shekhar Mangar
>Assignee: Andrzej Bialecki 
>Priority: Major
> Fix For: 7.4, master (8.0)
>
>
> We validate policy and preferences before updating the configuration in 
> Zookeeper but we don't do that today for triggers. So users can put wrong or 
> unknown parameters and there won't be any complains from the API but the at 
> runtime exceptions will be thrown/logged.
> We should change the trigger API to have a validation step. The catch here is 
> that it may require us to instantiate the trigger class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org