You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2011/08/24 03:09:29 UTC

[jira] [Commented] (KAFKA-120) Code clean up in FetcherRunnable and ZookeeperConsumerConnector

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

Neha Narkhede commented on KAFKA-120:
-------------------------------------

There is a problem with using the logger.warn(Throwable) API. It won't log the entire stack trace of the error. You will need to use the logger.warn("custom message", Throwable) API to be able to log the entire stack trace

> Code clean up in FetcherRunnable and ZookeeperConsumerConnector
> ---------------------------------------------------------------
>
>                 Key: KAFKA-120
>                 URL: https://issues.apache.org/jira/browse/KAFKA-120
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 0.7
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>             Fix For: 0.7
>
>         Attachments: kafka-120.patch
>
>
> Add more logging info and remove unused code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira