te causing all
> subsequent commits to be ignored (see logs above). Relevant code snippets
> are:
>
> private void doCommit(Map offsets,
> boolean closing, final int seqno) {
>log.info("{} Committing offsets", this);
>if (closing)
all subsequent
commits to be ignored (see logs above). Relevant code snippets are:
private void doCommit(Map offsets,
boolean closing, final int seqno) {
log.info("{} Committing offsets", this);
if (closing) {
doCommitSync(offsets, seqno);
} else {
_hadoop_tables_172.20.6.248-1486730164723-67176e62],
> Error while committing offsets.
> java.io.EOFException: Received -1 when reading from channel, socket has
> likely been closed.
> at kafka.utils.Utils$.read(Utils.scala:381)
> at kafka.network.BoundedByteBufferRe
tions that I need to take care to fix this.
ERROR kafka.consumer.ZookeeperConsumerConnector:
[zohocrm_172_20_2_23_hadoop_tables_172.20.6.248-1486730164723-67176e62],
Error while committing offsets.
java.io.EOFException: Received -1 when reading from channel, socket has
likely been closed.
; fix this issue
>>
>> 2017-01-20 17:22:21 INFO WorkerSinkTask : 187 -
>> WorkerSinkTask{id=jdbc-sink-connector-0} Committing offsets
>> 2017-01-20 17:22:21 DEBUG KafkaConsumer : 1023 - Committing offsets:
>> {monitorAlert-2=OffsetAndMetadata{offset=12832, metadata='
periodically throwing an error when saving offsets and then
> going into group rebalance state. Please let me know what can be done to
> fix this issue
>
> 2017-01-20 17:22:21 INFO WorkerSinkTask : 187 -
> WorkerSinkTask{id=jdbc-sink-connector-0} Committing offsets
> 2017-01-2
-
WorkerSinkTask{id=jdbc-sink-connector-0} Committing offsets
2017-01-20 17:22:21 DEBUG KafkaConsumer : 1023 - Committing offsets:
{monitorAlert-2=OffsetAndMetadata{offset=12832, metadata=''},
monitorAlert-0=OffsetAndMetadata{offset=12755, metadata=''},
monitorAlert-1=OffsetAndMetadata{of
On Tue, Jul 12, 2016 at 10:35 AM, Paramesh Nc
wrote:
> Hi ,
>
> I am getting the below error messages when consuming the records from the
> kafka topic .
>
> o.a.k.c.c.internals.ConsumerCoordinator : Error ILLEGAL_GENERATION
> occurred while committing offsets for group test
Hi ,
I am getting the below error messages when consuming the records from the
kafka topic .
o.a.k.c.c.internals.ConsumerCoordinator : Error ILLEGAL_GENERATION
occurred while committing offsets for group test-group.
2016-07-11 22:56:50.314 ERROR 8699 --- [ Thread
Hi
Was wondering what could be the causes of what appears to be an intermittent
deadlock when calling Consumer.commitOffsets(..)
Below are the few relevant thread dump segments:
"StandardProcessScheduler Thread-7" Id=115 BLOCKED on java.lang.Object@2baae51
at
kafka.consumer.ZookeeperCo
Yep, that was it ...
Everything works now. And the only thing that didn't, earlier, was my head.
Thanks all!
-Joris.
-Original Message-
From: noah [mailto:iamn...@gmail.com]
Sent: 22 September 2015 12:17
To: users@kafka.apache.org
Subject: Re: committing offsets
If you are usin
gt; -Original Message-
> From: tao xiao [mailto:xiaotao...@gmail.com]
> Sent: 22 September 2015 10:51
> To: users@kafka.apache.org
> Subject: Re: committing offsets
>
> 0.8.2.1 already supports Kafka offset storage. You can set
> offsets.storage=kafka in consumer propert
'java -jar ...' with no
logging config).
-J
-Original Message-
From: tao xiao [mailto:xiaotao...@gmail.com]
Sent: 22 September 2015 10:51
To: users@kafka.apache.org
Subject: Re: committing offsets
0.8.2.1 already supports Kafka offset storage. You can set
offsets.storage=kafka in
/kafka/consumer/ZookeeperConsumerConnector.scala#L308
On Tue, 22 Sep 2015 at 17:44 Joris Peeters
wrote:
> I'm trying to set up a kafka consumer (in Java) that uses the new approach
> of committing offsets (i.e. in the __consumer_offsets topic etc, rather
> than through zookeeper).
&g
I'm trying to set up a kafka consumer (in Java) that uses the new approach of
committing offsets (i.e. in the __consumer_offsets topic etc, rather than
through zookeeper).
Am I correct in believing that the current version (we're using kafka 8.2.1)
does not expose this through the
15 matches
Mail list logo