Hi Robert, Within the shard directory there should be multiple directories - "tlog" "index.<timestamp>" . Do you see multiple "index.*" directories in there for the shard which has more data on disk?
On Sat, Mar 5, 2016 at 6:39 PM, Robert Brown <r...@intelcompute.com> wrote: > Hi, > > I have an index with 65m docs spread across 2 shards, each with 1 replica. > > The replica1 of shard2 is using up nearly double the amount of disk space > as the other shards/replicas. > > Could there be a reason/fix for this? > > > /home/s123/solr/data/de_shard1_replica1 = 72G > > numDocs:34,786,026 > maxDoc:45,825,444 > deletedDocs:11,039,418 > > > > /home/s123/solr/data/de_shard1_replica2 = 70G > > numDocs:34,786,026 > maxDoc:46,914,095 > deletedDocs:12,128,069 > > > > /home/s123/solr/data/de_shard2_replica1 = 138G > > numDocs:34,775,193 > maxDoc:45,409,362 > deletedDocs:10,634,169 > > > > /home/s123/solr/data/de_shard2_replica2 = 66G > > numDocs:34,775,193 > maxDoc:44,181,734 > deletedDocs:9,406,541 > > > > Thanks, > Rob > > > > > > -- Regards, Varun Thacker