You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Liquan Pei (JIRA)" <ji...@apache.org> on 2016/04/29 23:01:13 UTC

[jira] [Closed] (KAFKA-3611) Remove WARNs when using reflections

     [ https://issues.apache.org/jira/browse/KAFKA-3611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liquan Pei closed KAFKA-3611.
-----------------------------

> Remove WARNs when using reflections 
> ------------------------------------
>
>                 Key: KAFKA-3611
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3611
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>    Affects Versions: 0.10.0.0
>            Reporter: Liquan Pei
>            Assignee: Liquan Pei
>             Fix For: 0.10.1.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When using reflections, there are logs with WARN level are created when some URL types are not recognized by Vfs.  Removing these WARN logs will improve use experiences. 
> Also, the way we create CLASSPATH in kafka-run-class.sh will cause reflections to search for the directory running the script and will cause some classes in test packages to be included in the list of subclass of the Connector class. However, as the test jars may not be available, WARN level logs will also be generated in this case. 



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