Hello everyone, I am using Solr 7.7.2, I create a collection with shards=10 more than my nodes, then the service returned the following error:
"Cannot create collection solrdemo. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 1. This allows a maximum of 1 to be created. Value of numShards is 10, value of nrtReplicas is 1, value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 10 shards to be created (higher than the allowed number)" The error is in line with expectations, but I saw the collection without any shards in WEB UI. Although the creation of the above collection failed, some collection metadata remains in ZK.