-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't turn off WAL #3255
Comments
WAL off feature will be supported from v1.7.3 , however it is not released yet. (latest version is v1.7.2) |
Ah ok, thanks! I didn't catch that. "Note that WAL is not compatible with shared network file systems" - I need to turn it off, since we're using Fluent-bit in Kubernetes and storing the files on a GlusterFS mounted volume. Reading the docs, it seems that it is not a good idea to use WAL. |
Thank you for comment. So, please be waiting next release. I'm not familiar with WAL. https://sqlite.org/wal.html#concurrency
|
Do you know of anyone familiar with "why" it's a problem on shared network file systems? We're so far just planning to run a single fluent-bit instance, so it might not be a problem at all even though it's on a Gluster filesystem. |
I don't know. I think the hint is |
Thanks for the help :) |
v1.7.3 has been released. We can set the following value. |
Bug Report
The documentation is not clear on how to turn off DB.wal. I have tried Off, off and false. Nothing really works it seems?
Error posted on start up in stdout -> [2021/03/19 12:33:24] [error] [lib] backend failed.
There's nothing in the log file.
The text was updated successfully, but these errors were encountered: