Hi, I have a simple 2 node solr cluster running 8.9 (1 node on 8983 and 1 node on 7574), but one of my nodes (8983) shows collections, but no cores in the admin interface. When I run the following command I get an error: "missing index size information for parent shard leader" when I try to do
curl http://localhost:7574/solr/admin/collections?action=SPLITSHARD&collection=customer&shard=shard1&wt=xml Here is the error: [image: image (3).png] Any ideas why the cores are missing on my 8983 node? I tried moving it to 8984 because I had some trouble with caching before, but it had the same results. TIA Charlie
