[jira] [Updated] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-24 Thread Ismael Juma (JIRA)
gt; > We recently discovered an issue in Kafka 0.9.0.1 (), where > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message. As the same logic exists also in Kafka 0.10.0.0 and 0.10.0.1, they > may have the similar issue. > Here are system logs related to

[jira] [Updated] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-24 Thread Ismael Juma (JIRA)
) Issue resolved by pull request 2127 [https://github.com/apache/kafka/pull/2127] > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > >

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-24 Thread ASF GitHub Bot (JIRA)
uest at: https://github.com/apache/kafka/pull/2127 > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > > Key: KAFKA-4384 >

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-23 Thread Ismael Juma (JIRA)
lose. > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > > Key: KAFKA-4384 > URL: https://issues.apache.org/jira/browse/KAFKA-4384 >

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-23 Thread Guozhang Wang (JIRA)
d be in 0.10.1.1? > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > > Key: KAFKA-4384 > URL: https://issues.apache.org/

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-11 Thread Jun He (JIRA)
pull/2127). Thanks. > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > > Key: KAFKA-4384 > URL: https://issues.apache

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-11 Thread ASF GitHub Bot (JIRA)
uest: https://github.com/apache/kafka/pull/2127 KAFKA-4384: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message @becketqin Here is the patch for KAFKA-4384 (ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted mes

Re: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-10 Thread Becket Qin
gt; > the ReplicaFetcherThread class, to reset the fetching offset to the log > > end > > > offset of the leader and then retry. So I do not know why you observed > > that > > > the thread actually stopped because of this issue. Could you check the > > > source code as wel

Re: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-10 Thread Guozhang Wang
erThread class, to reset the fetching offset to the log > end > > offset of the leader and then retry. So I do not know why you observed > that > > the thread actually stopped because of this issue. Could you check the > > source code as well as stack trace to see why th

Re: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-10 Thread Jun Rao
un On Wed, Nov 2, 2016 at 1:38 AM, Jun H. wrote: > Hi all, > > We recently discovered an issue in Kafka 0.9.0.1 (), where > ReplicaFetcherThread stopped after ReplicaFetcherThread received a > corrupted message. As the same logic exists also in Kafka 0.10.0.0 and > 0.10.0.1, the

Re: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-10 Thread Becket Qin
H. wrote: > > > Hi all, > > > > We recently discovered an issue in Kafka 0.9.0.1 (), where > > ReplicaFetcherThread stopped after ReplicaFetcherThread received a > > corrupted message. As the same logic exists also in Kafka 0.10.0.0 and > > 0.10.0.1, they may have the s

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-10 Thread Jiangjie Qin (JIRA)
We recently discovered an issue in Kafka 0.9.0.1 (), where > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message. As the same logic exists also in Kafka 0.10.0.0 and 0.10.0.1, they > may have the similar issue. > Here are system logs related to this issu

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-09 Thread Jun He (JIRA)
g an unit test, please let me know if there is anything else I should do. Thanks. > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > >

[jira] [Issue Comment Deleted] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-09 Thread Jun He (JIRA)
received a corrupted message) ) > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > > Key: KAFKA-4384 > URL: https://issu

[jira] [Updated] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-09 Thread Jun He (JIRA)
: Open) Patch for KAFKA-4384 (ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message) > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > m

[jira] [Updated] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-09 Thread Jun He (JIRA)
received a corrupted message) > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > > Key: KAFKA-4384 > URL: https://issu

Re: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-09 Thread Guozhang Wang
urce code as well as stack trace to see why this happens? Guozhang On Wed, Nov 2, 2016 at 4:38 AM, Jun H. wrote: > Hi all, > > We recently discovered an issue in Kafka 0.9.0.1 (), where > ReplicaFetcherThread stopped after ReplicaFetcherThread received a > corrupted message. As

[jira] [Updated] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-07 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma updated KAFKA-4384: --- Fix Version/s: 0.10.1.1 > ReplicaFetcherThread stopped after ReplicaFetcherThread receive

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-07 Thread Jun He (JIRA)
will provide the patch soon. > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > > Key: KAFKA-4384 > URL: https://issues.

[jira] [Commented] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-06 Thread Jiangjie Qin (JIRA)
Yes, this looks a bug and the fix plan sounds good to me. Would you provide a patch? > ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted > message > > >

[jira] [Created] (KAFKA-4384) ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-05 Thread Jun He (JIRA)
Jun He created KAFKA-4384: - Summary: ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message Key: KAFKA-4384 URL: https://issues.apache.org/jira/browse/KAFKA-4384 Project: Kafka

ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message

2016-11-04 Thread Jun H.
Hi all, We recently discovered an issue in Kafka 0.9.0.1 (), where ReplicaFetcherThread stopped after ReplicaFetcherThread received a corrupted message. As the same logic exists also in Kafka 0.10.0.0 and 0.10.0.1, they may have the similar issue. Here are system logs related to this issue