You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/07/25 11:12:04 UTC

[jira] [Updated] (KAFKA-5305) Missing logging information in ReplicaFetcher

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

Ismael Juma updated KAFKA-5305:
-------------------------------
    Fix Version/s:     (was: 1.0.0)

> Missing logging information in ReplicaFetcher
> ---------------------------------------------
>
>                 Key: KAFKA-5305
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5305
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.10.1.1
>            Reporter: Andrey
>            Assignee: Ismael Juma
>             Fix For: 0.11.0.0
>
>
> Currently we see a lot of messages like this:
> {code}[2017-05-22 12:13:18,707] WARN [ReplicaFetcherThread-0-1], Error in fetch kafka.server.ReplicaFetcherThread$FetchRequest@300065c5 (kafka.server.ReplicaFetcherThread)
> java.net.SocketTimeoutException: Failed to connect within 30000 ms
> 	at kafka.server.ReplicaFetcherThread.sendRequest(ReplicaFetcherThread.scala:249)
> 	at kafka.server.ReplicaFetcherThread.fetch(ReplicaFetcherThread.scala:238)
> 	at kafka.server.ReplicaFetcherThread.fetch(ReplicaFetcherThread.scala:42)
> 	at kafka.server.AbstractFetcherThread.processFetchRequest(AbstractFetcherThread.scala:118)
> 	at kafka.server.AbstractFetcherThread.doWork(AbstractFetcherThread.scala:103)
> 	at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:63)
> {code}
> However it's not clear what host is not available. 
> Expected:
> * Failed to connect within 30000 ms to host:port
> Note:
> * KAFKA-5303 might help with details



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)