We added the code to rewrite the with page with constructed deltas to a new full image. We assumed that it will always produce a valid full page. However, there is an edge case that the rewrite results to an empty page. This is because all the keys on the page have a tombstone and the tombstone now becomes globally visible. We need to handle this case.
Note that all these code should be replaced by the work defined in WT-14885