On 6/29/2018 7:53 AM, Arturas Mazeika wrote:
but the query reports infos on only one shard:

F:\solr_server\solr-7.2.1>curl -s
http://localhost:9996/solr/de_wiki_man/replication?command=details | grep
"indexPath\|indexSize"
     "indexSize":"15.04 GB",

"indexPath":"F:\\solr_server\\solr-7.2.1\\example\\cloud\\node4\\solr\\de_wiki_man_shard4_replica_n12\\data\\index/",

I wonder why the infos for the second replica are not shown. Comments?

SolrCloud is aware of (and uses) the replication feature, but the replication feature is not cloud-aware.  It is a core-level feature (not a cloud-specific feature) and is only aware of that one specific core (shard replica).  This is not likely to ever change.

Thanks,
Shawn

Reply via email to