GitHub user dpkp opened a pull request: https://github.com/apache/kafka/pull/1801
MINOR: Include TopicPartition in warning when log cleaner resets dirty offset Typically this error condition is caused by topic-level configuration issues, so it is useful to say include which topic partition was reset for operator use when debugging the root cause. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dpkp/kafka log_topic_partition_reset_dirty_offset Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1801.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 #1801 ---- commit aa5de24f3d302fda5e8bd1196d16a3723c81f4f3 Author: Dana Powers <dana.pow...@gmail.com> Date: 2016-08-30T16:09:31Z MINOR: Include TopicPartition in warning message when log cleaner resets dirty 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. ---