-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Value log truncate required to run DB error #116
Comments
When you close a window, does it have time to shutdown properly? |
I have a .bat file on windows which contains just podsync.exe --config config.txt The running window is just CMD.exe so i am just clicking the X in the top right corner |
Can you try "Ctrl+C" instead? You should see |
I do indeed and then a terminate batch job. Answering Y to this gets me fully out and the app does then restart without error. |
Ok, I found a few similar issues: dgraph-io/badger#744 jaegertracing/jaeger#1832 that suggest to enable |
Thanks |
@richardwarriner did it help? |
Its would seem so. I can force close the window and it goes back in ok. I also just had the box reboot with windows updates and it was ok when i went back in |
Running 2.1.0
Added to config to keep last 10 and ran through ok. If i close the window and then reload it fails to start with below message. Deleting the db folder makes it work ok again but only until window si closed again.
Also in the db folder is 000000.vlog which is just over 2gb
Is it me?
libavutil 56. 35.101 / 56. 35.101
libavcodec 58. 62.100 / 58. 62.100
libavformat 58. 35.100 / 58. 35.100
libavdevice 58. 9.100 / 58. 9.100
libavfilter 7. 66.100 / 7. 66.100
libswscale 5. 6.100 / 5. 6.100
libswresample 3. 6.100 / 3. 6.100
ibpostproc 55. 6.100 / 55. 6.100
INFO[2020-04-14T08:02:25+01:00] opening database "db"
INFO[0001] All 0 tables opened in 0s
INFO[0001] Replaying file id: 0 at offset: 0
FATA[2020-04-14T08:02:25+01:00] failed to open database error="failed to open database: Value log truncate required to run DB. This might result in data loss"
The text was updated successfully, but these errors were encountered: