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)