Two windows VMs as similar as I can get,
same JDK,
same Solr 8.11.2,
same config and schema,
same data import scripts.
After deleting all documents and full import:
node 1:
Num Docs: 3275676
Max Doc: 3374010
Deleted Docs: 98334
node 2:
Num Docs: 3112069
Max Doc: 3287989
Deleted Docs: 175920
No errors logged by either Solr or data import scripts.
I can add counters to the scripts and log the number of docs actually
POSTed to Solr, though I don't see why the same script running the same
query on the same database would get a different number of rows.
What gives? Any ideas?
Dima