Nikita-Shupletsov opened a new pull request, #20685:
URL: https://github.com/apache/kafka/pull/20685

   It addresses an infrequent failure like :
   ```
   java.lang.AssertionError: The uncommitted records before failure do not 
match what expected
   Expected: <[KeyValue(1, 0), KeyValue(1, 1), KeyValue(1, 2), KeyValue(1, 3), 
KeyValue(1, 4), KeyValue(1, 5), KeyValue(1, 6), KeyValue(1, 7), KeyValue(1, 8), 
KeyValue(1, 9), KeyValue(1, 10), KeyValue(1, 11), KeyValue(1, 12), KeyValue(1, 
13), KeyValue(1, 14)]>
        but: was <[KeyValue(1, 0), KeyValue(1, 1), KeyValue(1, 2), KeyValue(1, 
3), KeyValue(1, 4), KeyValue(1, 5), KeyValue(1, 6), KeyValue(1, 7), KeyValue(1, 
8), KeyValue(1, 9), KeyValue(1, 0), KeyValue(1, 1), KeyValue(1, 2), KeyValue(1, 
3), KeyValue(1, 4), KeyValue(1, 5), KeyValue(1, 6), KeyValue(1, 7), KeyValue(1, 
8), KeyValue(1, 9), KeyValue(1, 10), KeyValue(1, 11), KeyValue(1, 12), 
KeyValue(1, 13), KeyValue(1, 14)]>
   ```


-- 
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