Replies: 1 comment
-
Judging by your description on stackoverflow this looks like a bug and needs investigation. #9330 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Got an issue with corrupted WAL log due to race conditions between space initialization and space writes during tarantool instance startup.
Looks like a bug because WAL is corrupted, restart is not possible.
See details here - https://stackoverflow.com/a/77408135/2412036
tarantool race conditions example.zip
It would be nice to have clear set of tarantool instance lifecycle states, including ones for spaces initialization, business logic initialization, instance termination, intermediate states (like service overloaded), etc.
It would be nice if this set would be customizable.
Beta Was this translation helpful? Give feedback.
All reactions