Deadlock in flush_insert_instances #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This happens sometimes (but not every time), when a new backup starts and the old one is still running.
I think this is caused by
in the new backup.
So over the last month we have one case where adding a new partition didn't crash the already running backup (luck?), but every time the backup crashed it was at the same time a new partition was added. So I think the cause is pretty clear.
I don't think we can repeat the whole transaction (inserts in different tables in different places), but we commit every 10 files. I think dropping 10 files from the index is acceptable.