Hi, I'm facing weird issues on using SPLITSHARD on fairly large shards (150GB shard size), using SOLR 5.5.1 in cloud mode (4 nodes, 1 shard per node).
After issuing SPLITSHARD, I successfully get the sub-shards activated and my parent shard set "inactive". The newly split shards counts equal the parent's counts and all works well. The issue is when I restart SOLR, the newly split shards gets reduced to 71KB and 0 documents. Has anyone faced such issues, and do you think this can be a possible bug that could be fixed if I upgrade SOLR to 6.6? Also, I would like to know if there is a way to "rollback" the SPLITSHARD. I would like to reactivate my parent shard with all documents intact and delete the new sub-shards. I have no idea how I could reactivate a shard that is now marked as "inactive". Thanks, Vanniarajan