[
https://issues.apache.org/jira/browse/SOLR-11582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227022#comment-16227022
]
Shawn Heisey commented on SOLR-11582:
-------------------------------------
I went looking to try and figure out how to add the core name to the response,
and just like every other foray into the Collections API that I have attempted,
I cannot figure out how it works or where to consider making code changes.
> Collections API reload response only includes host/port/context info, not
> core names
> ------------------------------------------------------------------------------------
>
> Key: SOLR-11582
> URL: https://issues.apache.org/jira/browse/SOLR-11582
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrCloud
> Affects Versions: 7.1.0
> Reporter: Shawn Heisey
> Priority: Trivial
>
> When reloading a collection on SolrCloud, the response doesn't include enough
> info to know exactly what was reloaded. It's got host/port/context, which is
> useful, but it should also include the core name.
> {noformat}
> {
> "responseHeader":{
> "status":0,
> "QTime":833},
> "success":{
> "10.2.0.108:8983_solr":{
> "responseHeader":{
> "status":0,
> "QTime":655}},
> "10.2.0.108:8983_solr":{
> "responseHeader":{
> "status":0,
> "QTime":680}},
> "10.2.0.108:7574_solr":{
> "responseHeader":{
> "status":0,
> "QTime":781}},
> "10.2.0.108:7574_solr":{
> "responseHeader":{
> "status":0,
> "QTime":785}}}}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]