You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/06 14:43:20 UTC

[jira] [Commented] (KAFKA-3792) Fix log spam in clients when topic doesn't exist

    [ https://issues.apache.org/jira/browse/KAFKA-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15316575#comment-15316575 ] 

ASF GitHub Bot commented on KAFKA-3792:
---------------------------------------

GitHub user rajinisivaram opened a pull request:

    https://github.com/apache/kafka/pull/1473

    KAFKA-3792: Fix log spam in clients for unknown topics

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajinisivaram/kafka KAFKA-3792

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1473.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1473
    
----
commit f3d0f7cdd946ba35486d4a741d31045ca88e5f87
Author: rsivaram <rs...@uk.ibm.com>
Date:   2015-12-09T00:16:18Z

    KAFKA-2948: Remove unused topics from producer metadata set

commit 50fb852dbeec50c99505fb982773a3d616740d09
Author: Rajini Sivaram <ra...@googlemail.com>
Date:   2016-06-06T14:13:15Z

    KAFKA-3792: Remove repetitive warnings for unknown topics

----


> Fix log spam in clients when topic doesn't exist
> ------------------------------------------------
>
>                 Key: KAFKA-3792
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3792
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 0.10.0.0
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>
> Kafka producer logs an error message for every retry of metadata when an app attempts to publish to a topic that doesn't exist. Kafka consumer manual assign logs error messages forever if topic doesn't exist.
> See discussion in the PR for KAFKA-2948 (https://github.com/apache/kafka/pull/645) for details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)