rabbitmq / osiris

Log based streaming subsystem for RabbitMQ
Other
45 stars 10 forks source link

Ignore unexpected files in the log directory. #171

Closed kjnilsson closed 1 week ago

kjnilsson commented 1 week ago

some filesystems (e.g. NFS) create hidden files to deal with deletion of open files. The presence of a file: .nfs000000000000000 would stop the osiris log from initialising.

This commit updates the code to ignore such files and proceed anyway.