Having new Graylog 7 Single Node with Datanode on Ubuntu 24
Index Rotation is Legacy 10x4.7GB, 1 Shard, 0 Replica, Delete (not Close)
Automatically deleted Indeces do not free the Space, also not after some hrs.
There are noc closed indexec left
Sorry for the late response, it looks like that the application does not let go of the file, so the actual deletion does not take place. What could be done is restart the accommodating services, and see if disk-space is is feed, second is a reboot and see if disk-space is freed.
If this happens, or not, it can point in the direction of ownership or permissions for the file(s) by inheritance from above folders, or a problem wit graylog / datanode what you could report as a possible bug at the github channel of graylog.
Hi Arie,
yes by restarting graylog-datanode the space is released.
After there’s no file entry (also not deleted files) with this amount can be find it looks like a bug.
I’ve also tried to disable mmap. no change.
I’m also having problems since upgrading from Graylog 6.3.5 to 7.0.1 using Datanode. Since the upgrade, disk space on the host is not being released, except when I stop or restart only the Datanode. In my case Graylog is running in Docker, but I’m seeing the same issue that was mentioned. Also I upgraded to 7.0.2 and the problem still exists.
I’ve also checked with lsof | grep deleted, but there is no output (no files marked as “deleted”). It seems like this might be a bug.