Florian Hussonnois created KAFKA-3737:
-----------------------------------------
Summary: Closing connection during produce request should be log
with WARN level.
Key: KAFKA-3737
URL: https://issues.apache.org/jira/browse/KAFKA-3737
Project: Kafka
Issue Type: Bug
Components: core
Affects Versions: 0.9.0.1
Reporter: Florian Hussonnois
Priority: Trivial
Currently if an an error occurred during a produce request the exeception is
log as info.
INFO [KafkaApi-0] Closing connection due to error during produce request with
correlation id 24 from client id console-producer with ack=0
Topic and partition to exceptions: [test,0] ->
kafka.common.MessageSizeTooLargeException (kafka.server.KafkaApis)
It could be more conveniant to use a WARN level to ease the tracing of this
errors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)