I have a solr cloud (5.2.1) with 5 shards a 2 nodes.
In this cluster i have 163.463.543 items. I indexed 200.000 more items and now the versions / sizeInBytes between two nodes of a cluster are not consistent anymore.
shard1 | sizeInBytes | segmentCount | version |
--------------------------------------------------
replica1 | 71325055021 | 14 | 11877844 |
replica2 | 71330161457 | 8 | 11877874 |
shard2 | sizeInBytes | segmentCount | version |
--------------------------------------------------
replica2 | 71658372259 | 9 | 11965329 |
replica1 | 71660446852 | 17 | 11965305 |
shard3 | sizeInBytes | segmentCount | version |
--------------------------------------------------
replica1 | 72328398189 | 24 | 11978919 |
replica2 | 72329934372 | 20 | 11978971 |
shard4 | sizeInBytes | segmentCount | version |
--------------------------------------------------
replica1 | 71398290694 | 10 | 11882893 |
replica2 | 71398972036 | 16 | 11883065 |
shard5 | sizeInBytes | segmentCount | version |
--------------------------------------------------
replica2 | 71635961292 | 16 | 11920521 |
replica1 | 71636668652 | 9 | 11920667 |
When i look in the web gui cloud status page everything seems fine. Any idea what happenend / how to fix it?