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

ASF subversion and git services commented on SOLR-13468:
--------------------------------------------------------

Commit 329202fa9a636ce76d6e0544054dc2e081c961a7 in lucene-solr's branch 
refs/heads/jira/SOLR-13468 from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=329202f ]

SOLR-13468: autoscaling/suggestions should be able to give suggestions from 
config sent as a payload


> autoscaling/suggestions should be able to give suggestions from payload
> -----------------------------------------------------------------------
>
>                 Key: SOLR-13468
>                 URL: https://issues.apache.org/jira/browse/SOLR-13468
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>            Priority: Major
>
> There are cases where users would want to get the suggestion from autoscaling 
> configuration sent as a payload . This is helpful in debugging the system or 
> get alternate suggestions based on different config.
> {code:java}
> curl -X POST -H 'Content-type:application/json'  -d '{
> "cluster-policy": [
>   {"replica": "#EQUAL", "shard": "#EACH", "sysprop.zone": ["east", "west"]}
>   ]
> }' http://localhost:8983/api/cluster/autoscaling/suggestions
> {code}



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

Reply via email to