You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Chris Egerton (Jira)" <ji...@apache.org> on 2021/06/30 15:21:00 UTC

[jira] [Created] (KAFKA-13017) Excessive logging on sink task deserialization errors

Chris Egerton created KAFKA-13017:
-------------------------------------

             Summary: Excessive logging on sink task deserialization errors
                 Key: KAFKA-13017
                 URL: https://issues.apache.org/jira/browse/KAFKA-13017
             Project: Kafka
          Issue Type: Bug
          Components: KafkaConnect
    Affects Versions: 2.8.0, 2.7.0, 3.0.0
            Reporter: Chris Egerton
            Assignee: Chris Egerton


Even with {{errors.log.enable}} set to {{false}}, deserialization failures are still logged at {{ERROR}} level by the {{org.apache.kafka.connect.runtime.WorkerSinkTask}} namespace. This becomes problematic in pipelines with {{errors.tolerance}} set to {{all}}, and can generate excessive logging of stack traces when deserialization errors are encountered for most if not all of the records being consumed by a sink task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)