[ https://issues.apache.org/jira/browse/SOLR-11582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227005#comment-16227005 ]
Shawn Heisey commented on SOLR-11582: ------------------------------------- A user on the IRC channel brought this issue up. They're running 5.5.0, and the response they're getting on that version doesn't even include host/port/context. I doubt we'll fix this on 5.x, but it might be worth backporting to 6.x just in case there's another security release there. > 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org