You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2018/06/04 05:41:00 UTC

[jira] [Updated] (SOLR-12444) Updating a cluster policy fails

     [ https://issues.apache.org/jira/browse/SOLR-12444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Varun Thacker updated SOLR-12444:
---------------------------------
    Description: 
If I create a policy like this
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '{
"set-cluster-policy": [
{"cores": "<4","node": "#ANY"}
]
}' http://localhost:8983/solr/admin/autoscaling{code}
Then I can never update this policy subsequently .

To reproduce try changing the policy to 
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '{
"set-cluster-policy": [
{"cores": "<3","node": "#ANY"}
]
}' http://localhost:8983/solr/admin/autoscaling{code}
The policy will never change. The workaround is to clear the policy by sending an empty array and then re-creating it 

> Updating a cluster policy fails
> -------------------------------
>
>                 Key: SOLR-12444
>                 URL: https://issues.apache.org/jira/browse/SOLR-12444
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling
>            Reporter: Varun Thacker
>            Priority: Major
>
> If I create a policy like this
> {code:java}
> curl -X POST -H 'Content-type:application/json' --data-binary '{
> "set-cluster-policy": [
> {"cores": "<4","node": "#ANY"}
> ]
> }' http://localhost:8983/solr/admin/autoscaling{code}
> Then I can never update this policy subsequently .
> To reproduce try changing the policy to 
> {code:java}
> curl -X POST -H 'Content-type:application/json' --data-binary '{
> "set-cluster-policy": [
> {"cores": "<3","node": "#ANY"}
> ]
> }' http://localhost:8983/solr/admin/autoscaling{code}
> The policy will never change. The workaround is to clear the policy by sending an empty array and then re-creating it 



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

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