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

   The group coordinator has been having issues with unknown errors. The
   theory is that this is caused by optimistic compression estimates which
   cause unchecked batch overflows when trying to write.
   
   This PR adds a check for uncompressed record size to flush batches more
   eagerly and avoid overfilling partially-full batches. This should make
   the group coordinator errors less frequent.
   
   Also added tests to ensure this change does not impact desired behavior
   for large compressible records.
   
   This PR backports the change from https://github.com/apache/kafka/pull/20653 
to 4.0


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