GitHub user imandhan opened a pull request: https://github.com/apache/kafka/pull/1506
KAFKA-3755 Tightening the offset check in ReplicaFetcherThread Including an additional check to make sure that the first offset in the message set to be appended to the log is >= than the log end offset. You can merge this pull request into a Git repository by running: $ git pull https://github.com/imandhan/kafka KAFKA-3755 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1506.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 #1506 ---- commit ed674a9b3e4b4ab5531326396ef59950a2930467 Author: Ishita Mandhan <iman...@us.ibm.com> Date: 2016-06-14T22:28:24Z KAFKA-3755 Tightening the offset check in ReplicaFetcherThread Including additional check to make sure that the first offset in the message set to be appended to the log is >= than the log end offset. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---