Shawn Heisey created SOLR-11582:
-----------------------------------
Summary: 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]