solr - Still seeing old shard after calling SPLITSHARD -
i called splitshard, , see after posting commit:
i thought splitshard supposed rid of original shard, shard1, in case. missing something? expecting 2 remaining shards shard1_0 , shard1_1.
the rest call used /admin/collections?collection=default-collection&shard=shard1&action=splitshard if helps.
response solr mailing list:
once splitshard call completes, marks original shard inactive i.e. no longer accepts requests. yes, have use deleteshard ( https://cwiki.apache.org/confluence/display/solr/collections+api#collectionsapi-api7) clean up.
as far see on admin ui, information wrong i.e. ui not respect state of shard while displaying them. so, though parent shard might inactive, still end seeing active shard. there's open issue one.
one way confirm shard state looking @ shard state in clusterstate.json (or state.json, depending upon version of solr you're using).
Comments
Post a Comment