Hi all. We use SOLR-6.5.1 and in our cluster each solr core is placed in different virtual machine (one core per one node). Each virtual machine has 104 Gb size of disk. Yesterday we marked that several solr cores use disk space in the abnormal manner. In running command *"df -h /opt/solr/CollectionName_shardX_replicaY/data/index"* we saw that 92GB of disk is occupied, but size of index in this machine is 62GB by solr cloud (also by command *"ls -l /opt/solr/CollectionName_shardX_replicaY/data/index"*). After restart solr service, df -h also reports 62GB occupied place in disk.
Does somebody know what is it? Can it be somehow connected to our deletes? (we run each night delete by query command for deleting expired documents)? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html