On 9/26/2019 8:50 AM, Gael Jourdan-Weil wrote:
We are trying to split a single shard into two but we are encountering some issues we don't understand.
<snip>
A) Create a new core "col_core2", then run the SPLIT (https://lucene.apache.org/solr/guide/7_6/coreadmin-api.html#coreadmin-split)
If you are running SolrCloud, do NOT use the CoreAdmin API. Use of the CoreAdmin API on SolrCloud will lead to problems.
Use the Collections API only. https://lucene.apache.org/solr/guide/7_6/collections-api.html#splitshard Thanks, Shawn