Release in-flight reservations after the flush outcome is known.
void releaseInFlight(Set<int> seqs) { _reservedSeqs.removeAll(seqs); }