Skip to content

Cleanup the dead nodes when pruning the tree

Ondřej Surý requested to merge 3641-cleanup-dead_nodes-from-prune_tree into main

While sending the node to prune_tree(), we can also cleanup dead nodes because we already hold the tree and node bucket write locks.

Closes #3641 (closed)

Merge request reports