Scott Reynolds created KAFKA-3413: ------------------------------------- Summary: Load Error Message should be a Warning Key: KAFKA-3413 URL: https://issues.apache.org/jira/browse/KAFKA-3413 Project: Kafka Issue Type: Improvement Components: consumer, offset manager Affects Versions: 0.9.0.1, 0.9.0.0 Reporter: Scott Reynolds Assignee: Neha Narkhede
There is a Error message from AbstractReplicaFetcherThread that isn't really an error. Each implementation of this thread can logs out when an error or fatal error occurs. ReplicaFetcherThread, has both warn, error and fatal in the handleOffsetOutOfRange method. ConsumerFetcherThread seems to reset itself without logging out an error. Seems that the Reset message isn't shouldn't be an error level as it doesn't indicate any real error. This patch makes it a warning: https://github.com/apache/kafka/compare/trunk...SupermanScott:offset-reset-to-warn?diff=split&name=offset-reset-to-warn -- This message was sent by Atlassian JIRA (v6.3.4#6332)