Re: Failed to rebalance -- Unexpected error in InitProducerIdResponse

2019-09-03 Thread Dimitry Lvovsky
ere > at > > > that particular time when the error occurred in the App side. > > > > > > Cheers! > > > > > > > > > > > > On Tue, Sep 3, 2019 at 12:38 PM Dimitry Lvovsky > > > wrote: > > > > > > > Hi all, &

Re: Failed to rebalance -- Unexpected error in InitProducerIdResponse

2019-09-03 Thread Jonathan Santilli
> that particular time when the error occurred in the App side. > > > > Cheers! > > > > > > > > On Tue, Sep 3, 2019 at 12:38 PM Dimitry Lvovsky > > wrote: > > > > > Hi all, > > > We have a streaming app running for over a year now without

Re: Failed to rebalance -- Unexpected error in InitProducerIdResponse

2019-09-03 Thread Dimitry Lvovsky
> > Cheers! > > > > On Tue, Sep 3, 2019 at 12:38 PM Dimitry Lvovsky > wrote: > > > Hi all, > > We have a streaming app running for over a year now without much incident > > until recently. Suddenly the process keeps failing after a minute or so > > with

Re: Failed to rebalance -- Unexpected error in InitProducerIdResponse

2019-09-03 Thread Jonathan Santilli
gt; until recently. Suddenly the process keeps failing after a minute or so > with a failed to rebalance exception caused by Unexpected error in > InitProducerIdResponse; The server experienced an unexpected error when > processing the request. Please see stack trace at end of the email

Failed to rebalance -- Unexpected error in InitProducerIdResponse

2019-09-03 Thread Dimitry Lvovsky
Hi all, We have a streaming app running for over a year now without much incident until recently. Suddenly the process keeps failing after a minute or so with a failed to rebalance exception caused by Unexpected error in InitProducerIdResponse; The server experienced an unexpected error when

Re: Failed to rebalance

2019-07-05 Thread Paweł Gontarz
ing two kafka-streams stateful > > > > applications. From the very beginning of the app lifecycle, instances > > > > struggle to reassign correctly partitions between them which > eventually > > > > leads them to > > > > > > > > org.apache

Re: Failed to rebalance

2019-07-04 Thread Chad Preisler
From the very beginning of the app lifecycle, instances > > > struggle to reassign correctly partitions between them which eventually > > > leads them to > > > > > > org.apache.kafka.streams.errors.StreamsException: stream-thread > > > > [pws-budget-streams-client-mapper-StreamThread-13] Failed to > rebala

Re: Failed to rebalance

2019-07-04 Thread Paweł Gontarz
fying the problem, I'm running two kafka-streams stateful > > applications. From the very beginning of the app lifecycle, instances > > struggle to reassign correctly partitions between them which eventually > > leads them to > > > > org.apache.kafka.streams.errors

Re: Failed to rebalance

2019-07-04 Thread Chad Preisler
tions between them which eventually > leads them to > > org.apache.kafka.streams.errors.StreamsException: stream-thread > > [pws-budget-streams-client-mapper-StreamThread-13] Failed to rebalance. > > > Due to > > Caused by: org.apache.kafka.common.errors.TimeoutExcepti

Re: Failed to rebalance

2019-07-04 Thread Paweł Gontarz
ce this morning. > > Specifying the problem, I'm running two kafka-streams stateful > > applications. From the very beginning of the app lifecycle, instances > > struggle to reassign correctly partitions between them which eventually > > leads them to > > > > org.

Re: Failed to rebalance

2019-07-04 Thread Bruno Cadonna
e, instances > struggle to reassign correctly partitions between them which eventually > leads them to > > org.apache.kafka.streams.errors.StreamsException: stream-thread > > [pws-budget-streams-client-mapper-StreamThread-13] Failed to rebalance. > > > Due to > > Caused

Failed to rebalance

2019-07-04 Thread Paweł Gontarz
From the very beginning of the app lifecycle, instances struggle to reassign correctly partitions between them which eventually leads them to org.apache.kafka.streams.errors.StreamsException: stream-thread > [pws-budget-streams-client-mapper-StreamThread-13] Failed to rebalance. Due to C

Re: Kafka Streams Failed to rebalance error

2017-06-09 Thread Matthias J. Sax
der builder = new KStreamBuilder(); >>>>>>>>>> KStream kStream = >>>>>>>>>> builder.stream(appOptions.getInput().getTopic()); >>>>>>>>>> kStream.process(() -> processor

Re: Kafka Streams Failed to rebalance error

2017-06-09 Thread João Peixoto
the instance, > >>> the > >>>>>>> folders > >>>>>>>> under /tmp/kafka-streams// only have a .lock file. > >>>>>>>> > >>>>>>>> This seems to have been bootst

Re: Kafka Streams Failed to rebalance error

2017-06-09 Thread Eno Thereska
;>>>> >>>>>>>> org.apache.kafka.clients.consumer.CommitFailedException: Commit >>>>>> cannot be >>>>>>>> completed since the group has already rebalanced and assigned >>> the >>>>>>>> partitions to another member. This me

Re: Kafka Streams Failed to rebalance error

2017-06-09 Thread João Peixoto
at the poll loop is spending too much time >>> > > message >>> > > > > > processing. You can address this either by increasing the >>> session >>> > > > timeout >>> > > > > > or by reducing the maximum size of batches returned

Re: Kafka Streams Failed to rebalance error

2017-06-08 Thread João Peixoto
it.interval.ms", nonetheless, shouldn't Kafka Streams not >> > worry >> > > > > about >> > > > > > state dirs if there are no state stores? Since it doesn't seem >> to >> > do >> > > so >> > > > > > automatically, ca

Re: Kafka Streams Failed to rebalance error

2017-06-07 Thread João Peixoto
M Matthias J. Sax < > > > matth...@confluent.io > > > > > > > > > > > wrote: > > > > > > > > > > > >> Great! :) > > > > > >> > > > > > >> On 5/16/17 2:31 AM, Sameer Kumar wrote: > > > &

Re: Kafka Streams Failed to rebalance error

2017-06-07 Thread Sachin Mittal
ors > > dont > > > > >> come > > > > >>> now. > > > > >>> > > > > >>> -Sameer. > > > > >>> > > > > >>> On Fri, May 5, 2017 at 7:53 AM, Sameer Kum

Re: Kafka Streams Failed to rebalance error

2017-06-07 Thread João Peixoto
find any errors. Thanks for the help > > > though. > > > >>>> > > > >>>> -Sameer. > > > >>>> > > > >>>> On Fri, May 5, 2017 at 3:37 AM, Matthias J. Sax < > > > matth...@confluent.

Re: Kafka Streams Failed to rebalance error

2017-06-07 Thread Guozhang Wang
th...@confluent.io> > > >>>> wrote: > > >>>> > > >>>>> Did you see Eno's reply? > > >>>>> > > >>>>> Please try out Streams 0.10.2.1 -- this should be fixed there. If > > not,

Re: Kafka Streams Failed to rebalance error

2017-06-07 Thread João Peixoto
> >>>>> -Matthias > >>>>> > >>>>> On 5/3/17 10:49 PM, Sameer Kumar wrote: > >>>>>> My brokers are on version 10.1.0 and my clients are on version > 10.2.0. > >>>>>> Also, do a reply to all, I

Re: Kafka Streams Failed to rebalance error

2017-06-07 Thread Eno Thereska
currently not subscribed to the list. >>>>>> >>>>>> -Sameer. >>>>>> >>>>>> On Wed, May 3, 2017 at 6:34 PM, Sameer Kumar >>>>> wrote: >>>>>> >>>>>>> Hi, >>>

Re: Kafka Streams Failed to rebalance error

2017-06-07 Thread João Peixoto
t;>>> few hours before outputting with failure to rebalance errors. > >>>>> > >>>>> > >>>>> I couldnt understand why this happened but I saw one strange > >>> behaviour... > >>>>>

Re: Kafka Streams Failed to rebalance error

2017-05-16 Thread Matthias J. Sax
> >>>>> at 16:53 on node1, I saw "Failed to lock the state directory" error, >>> this >>>>> might have caused the partitions to relocate and hence the error. >>>>> >>>>> >>>>> >>>>> I am attaching

Re: Kafka Streams Failed to rebalance error

2017-05-16 Thread Sameer Kumar
e strange >> behaviour... >> >> >> >> at 16:53 on node1, I saw "Failed to lock the state directory" error, >> this >> >> might have caused the partitions to relocate and hence the error. >> >> >> >> >> >> >>

Re: Kafka Streams Failed to rebalance error

2017-05-04 Thread Sameer Kumar
attaching detailed logs for both the nodes, please see if you can > >> help. > >> > >> > >> > >> Some of the logs for quick reference are these. > >> > >> > >> > >> 2017-05-03 16:53:53 ERROR Kafka10Base:44 - Exception c

Re: Kafka Streams Failed to rebalance error

2017-05-04 Thread Matthias J. Sax
ese. >> >> >> >> 2017-05-03 16:53:53 ERROR Kafka10Base:44 - Exception caught in thread >> StreamThread-2 >> >> org.apache.kafka.streams.errors.StreamsException: stream-thread >> [StreamThread-2] Failed to rebalance >> >>

Re: Kafka Streams Failed to rebalance error

2017-05-03 Thread Sameer Kumar
> StreamThread-2 > > org.apache.kafka.streams.errors.StreamsException: stream-thread > [StreamThread-2] Failed to rebalance > > at org.apache.kafka.streams.proce > ssor.internals.StreamThread.runLoop(StreamThread.java:612) > >

Re: Kafka Streams Failed to rebalance error

2017-05-03 Thread Eno Thereska
> org.apache.kafka.streams.errors.StreamsException: stream-thread > [StreamThread-2] Failed to rebalance > > at > org.apache.kafka.streams.processor.internals.StreamThread.runLoop(StreamThread.java:612) > >