HomeStore icon indicating copy to clipboard operation
HomeStore copied to clipboard

Triage crash recovery issue: sb updates while new root buffer fails

Open sanebay opened this issue 1 year ago • 1 comments

Triage sigsegv in mehdi's PR

sanebay avatar Feb 15 '24 22:02 sanebay

For a root node split, we are currently writing the new root node to metablk and if we failed to flush the new root buffer, we cant recover the btree. Ideally we should write to metablk, after flushing the new root dirty buffer.

shosseinimotlagh avatar Feb 20 '24 20:02 shosseinimotlagh