[
https://issues.apache.org/jira/browse/KAFKA-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174617#comment-16174617
]
ASF GitHub Bot commented on KAFKA-5867:
---------------------------------------
GitHub user kkonstantine opened a pull request:
https://github.com/apache/kafka/pull/3932
KAFKA-5867: Log Kafka Connect worker info during startup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkonstantine/kafka
KAFKA-5867-Kafka-Connect-applications-should-log-info-message-when-starting-up
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3932.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 #3932
----
commit 793d5820785f4c0d92e5b6e31b8b196d46abfdd8
Author: Konstantine Karantasis <[email protected]>
Date: 2017-09-21T11:37:15Z
KAFKA-5867: Log Kafka Connect worker info during startup
----
> Kafka Connect applications should log info message when starting up
> -------------------------------------------------------------------
>
> Key: KAFKA-5867
> URL: https://issues.apache.org/jira/browse/KAFKA-5867
> Project: Kafka
> Issue Type: Bug
> Components: KafkaConnect
> Affects Versions: 0.11.0.0
> Reporter: Randall Hauch
> Assignee: Konstantine Karantasis
>
> When Kafka Connect's distributed mode and standalone mode applications are
> started, the applications begin processing the plugin path before logging any
> messages. The plugin path processing can take tens of seconds (or longer),
> and it'd be very useful to have a log message that (a) captures the start
> time of the application, and (b) states that the plugin path is to be scanned
> and this may take some time.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)