- Make summary timestamp unique by using keepMessages[0].ts - 1 to avoid collision - Change checkpoint restore filter from < to <= to include target message - Add regression test for condense + rewind scenario Fixes #8295