Jerry Chung created SOLR-17920:
----------------------------------
Summary: Solr seems to hold disk space while running, but it is
released if it is stopped
Key: SOLR-17920
URL: https://issues.apache.org/jira/browse/SOLR-17920
Project: Solr
Issue Type: Bug
Components: Server
Affects Versions: 9.6.1
Reporter: Jerry Chung
We are running hundreds of solr nodes and this was observed some nodes after
starting Solr service.
# df -h /data
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p1 870G 753G 118G 87% /data
# systemctl stop solr
# df -h /data
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p1 870G 603G 268G 70% /data
Is this a known issue? It does not happen on all the instances.
We've tried to search for any open deleted files with the following command,
but couldn't find any meaningful results.
{noformat}
# lsof | grep deleted{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]