You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dec 23 11:16:11 3434: (main|fatal): [rc=42] tlog not properly closed {i=859;v=(Vc ([NOP;],false);m=None;p=31834}
See that for example. It happens when I launch arakoon, then kill it, then launch it again, etc. I don't know if it is considered a bug or not but it is problematic for me.
The text was updated successfully, but these errors were encountered:
If you want arakoon to do a clean shutdown you should send it the SIGTERM signal (press Ctrl-C on the terminal with the process or do a kill -15).
The tlog keeps a marker to track if shutdown happened in a clean and expected way.
The reason for this is that tokyo cabinet (which we use as the underlying key-value store) can get corrupted if we don't give it the time it needs to do its thing.. So we added the marker to allows us to know if we can still trust the database.
In case the marker isn't there we recommend removing the node_name.db and truncating and marking the tlog (with the commands ./arakoon.native --truncate-tlog 000.tlog and ./arakoon.native --mark-tlog 000.tlog closed:node_name).
Not sure how documented this is... (sorry about that).
See that for example. It happens when I launch arakoon, then kill it, then launch it again, etc. I don't know if it is considered a bug or not but it is problematic for me.
The text was updated successfully, but these errors were encountered: