You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ryan P (JIRA)" <ji...@apache.org> on 2017/10/30 22:40:00 UTC

[jira] [Created] (KAFKA-6149) LogCleanerManager should include topic partition name when warning of invalid cleaner offset

Ryan P created KAFKA-6149:
-----------------------------

             Summary: LogCleanerManager should include topic partition name when warning of invalid cleaner offset 
                 Key: KAFKA-6149
                 URL: https://issues.apache.org/jira/browse/KAFKA-6149
             Project: Kafka
          Issue Type: Improvement
            Reporter: Ryan P


The following message would be a lot more helpful if the topic partition name were included.


    if (!isCompactAndDelete(log))
          warn(s"Resetting first dirty offset to log start offset $logStartOffset since the checkpointed offset $offset is invalid.")





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)