Hi everyone,
Recently I read the source-code of eviction in WiredTiger, we all know that every WT btree node is a page(extent) which in disk.
So when a dirty leaf page reconcile into disk, I want to know whether all nodes rooted to the leaf node require cascading reconcile, just like traditional persistence B+Tree?
I didn't notice anything like that. If not, how does WT ensure that the parent node points to the new leaf page after the restart?