Disk utilization went 100% due to Solr tlog


Solr buffers the incoming logs in the tlogs and periodically flushes the data to the disk. If the replica is stuck in "Recovery" state, it continues to write to the tlogs without flushing the contents of the older tlogs. This can cause tlog fileto be go in TB causing disk space high utilization.


This issue can happened due to solr going in recovery loop where a Solr replica enters "Recovery" state & is unable to exit that state due to the high logging rate. 


Logs to be gathered in this case:



To recover the disk space, please perform the following steps: