dajac opened a new pull request, #22509:
URL: https://github.com/apache/kafka/pull/22509
Backport of #22466 to 4.0.
This branch predates the adaptive-flush refactor, so the change is adapted:
- the `flushCurrentBatch` log classification and the `completeTransaction`
transaction-marker logging are applied as in the original;
- the new `withActiveContext` helper is added and the single (linger)
`FlushBatch` event uses it (there is no `enqueueAdaptiveFlush` here);
- the new too-large message uses the existing `maxBatchSize` field on
`CoordinatorBatch` (the original patch added that field on trunk, but it
already exists on this branch).
Compiled and `CoordinatorRuntimeTest` passes on the branch.
--
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]