On 4/30/2013 6:13 AM, Furkan KAMACI wrote:
> I use SolrCloud, 4.2.1 of Solr.
> 
> Here is a detail from my admin page:
> 
> Replication (Slave) Version Gen Size
> Master: 1367309548534 84 779.87 MB
> Slave: 1367307649512 82 784.44 MB
> 
> When I use command=abortfetch still file size are not same. Any idea?

I won't know what abortfetch means unless I look it up, but I think this
is normal.

I have a 4.2.1 SolrCloud where things are working perfectly.  My two
replicas are not identical in size, but I have not seen any evidence of
a difference in contents:

        Version         Gen     Size
Master: 1367280043801   15331   1,013.07 MB
Slave:  1367280083570   15331   1 GB

        Version         Gen     Size
Master: 1367280083570   15331   1 GB
Slave:  1367280043801   15331   1,013.07 MB

For anyone who is wondering why these numbers are displayed differently,
these are powers of 2, not powers of 10.  Solr won't switch to 1GB until
you hit 1024MB, and each MB is 1048576 bytes, not 1000000.

Thanks,
Shawn

Reply via email to