You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2017/05/22 15:11:04 UTC

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

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

Rajini Sivaram resolved KAFKA-5305.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.1.0
                   0.11.0.0

Issue resolved by pull request 3115
[https://github.com/apache/kafka/pull/3115]

> 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, 0.11.1.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.3.15#6346)