alanlau28 opened a new pull request, #23503:
URL: https://github.com/apache/kafka/pull/23503

   Follow-up to #23285 adding the test cases suggested in review, plus one 
closing the last untested branch in the stored offset path. 
   One test restores three active windowed partitions with stored offsets in a 
single call, exercising the skip, demote-to-floor, and probe-fallback branches 
together, and asserts that a demoted partition's TaskCorruptedException names 
only its own task while the others still land on their own positions. 
   Another checks that a windowed store with an unbounded retention period 
replays from its stored offset without probing 
   A third that a partition whose observed stream time has not advanced past 
one retention period falls back to its floor without issuing the timestamp 
lookup. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to