Chronicle-Queue
Chronicle-Queue copied to clipboard
Backward tailer not releasing the file when closed
Chronicle queue version: 5.22.18
We are experiencing huge problems with files rollover.
We creating one utility tailer with SingleChronicleQueue.createTailer() perform some readText() operation with BACKWARD direction and then closing it with close() method.
Unfortunately we can see that last file that was read by Tailer stays blocked:
So we can't remove old files, cause last one is being locked. And we need to remove old files
File being released only after application restart
UPD: looks like countExcerpts() has the same problem