GitHub user tedyu opened a pull request:
https://github.com/apache/kafka/pull/3935
MINOR: improvement on top of KAFKA-5793: Tighten up the semantics of the
OutOfOrderSequenceException
Simplified the condition in Sender#failBatch()
Added log in TransactionManager#updateLastAckedOffset()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tedyu/kafka trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3935.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3935
----
commit 7875acaa1f52b568aa190ac9b00c5d77f35b8219
Author: tedyu <[email protected]>
Date: 2017-09-21T17:00:39Z
MINOR: improvement on top of KAFKA-5793: Tighten up the semantics of the
OutOfOrderSequenceException
----
---