[
https://issues.apache.org/jira/browse/SOLR-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13276859#comment-13276859
]
Stefan Matheis (steffkes) commented on SOLR-3459:
-------------------------------------------------
Mark, perhaps that's another bug, but perhaps this command demonstrates what
you wanted to show?
{code}java -DzkRun -Dcollection.configName=myconf
-Dbootstrap_confdir=./solr/conf -Dsolr.solr.home=multicore -jar start.jar{code}
this results in the following clusterstate.json:
{code}{
"core1":{"shard1":{"debian2:8983_solr_core1":{
"shard":"shard1",
"leader":"true",
"state":"active",
"core":"core1",
"collection":"core1",
"node_name":"debian2:8983_solr",
"base_url":"http://debian2:8983/solr"}}},
"core0":{"shard1":{"debian2:8983_solr_core0":{
"shard":"shard1",
"leader":"true",
"state":"active",
"core":"core0",
"collection":"core0",
"node_name":"debian2:8983_solr",
"base_url":"http://debian2:8983/solr"}}}}{code}
but only *core0* is visible for the Graph-Views.
If so, how would we like to display this? Otherwise, ignore this comment ;>
> I started up in SolrCloud mode with 2 collections, but the cluster
> visualization page only displayed the first collection.
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-3459
> URL: https://issues.apache.org/jira/browse/SOLR-3459
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud, web gui
> Affects Versions: 4.0
> Reporter: Mark Miller
> Assignee: Stefan Matheis (steffkes)
> Fix For: 4.0
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]