Re: log.cleaner.io.max.bytes.per.second

2022-12-28 Thread Nicolas Carlot
IO speed -> check -> throttle (sleep > to reach desired rate) -> run 300ms with full speed -> done > > So, when printing the log, you will see the rate is higher than you > expected. > At least I ran in kafka v3.3.1 and it works well. > > Thank you. > Luke > &g

log.cleaner.io.max.bytes.per.second

2022-12-22 Thread Nicolas Carlot
r/fr?xtatc=INT-149> *Nicolas Carlot* *Lead dev*Direction des Systèmes d'Information 3 boulevard Romain Rolland 75014 Paris [image: img] <https://mailsign.chronopost.fr/linkc/K0ppSHlnPT0-L3A4PQ> [image: img] <https://mailsign.chronopost.fr/linkc/K0ppSHlnPT0-L1pzPQ> [image: img]

Re: Topic without Leader / ISR

2022-05-10 Thread Nicolas Carlot
"client" side. > I think the broker side log will have more info. > Also, which Kafka version are you using? > > Thank you. > Luke > > On Tue, May 10, 2022 at 8:17 PM Nicolas Carlot > wrote: > > > Not a single line regarding this topic, but at creatio

Re: Topic without Leader / ISR

2022-05-10 Thread Nicolas Carlot
), 9 -> ArrayBuffer(3, 2, 1)) (kafka.zk.AdminZkClient) Le mar. 10 mai 2022 à 05:15, Luke Chen a écrit : > Hi Nicolas, > > Could you check the logs in broker side? > There must be some errors while electing leaders or something. > > Thank you. > Luke > > On Mon, May

Topic without Leader / ISR

2022-05-09 Thread Nicolas Carlot
happening ? -- [image: img] <https://www.chronopost.fr/fr?xtatc=INT-149> *Nicolas Carlot* *Lead dev*Direction des Systèmes d'Information 3 boulevard Romain Rolland 75014 Paris [image: img] <https://mailsign.chronopost.fr/linkc/K0ppSHlnPT0-L3A4PQ> [image: img] <https://ma

ReplicaManager OutOfOrderSequenceException

2022-02-01 Thread Nicolas Carlot
pening, and why it's only for this perculiar topic ? -- [image: img] <https://www.chronopost.fr/fr?xtatc=INT-149> *Nicolas Carlot* *Lead dev*Direction des Systèmes d'Information 3 boulevard Romain Rolland 75014 Paris [image: img] <https://mailsign.chronopost.fr/linkc/K0ppS

Re: Upgrade from 2.0 to 2.8.1 failed

2022-01-25 Thread Nicolas Carlot
ays > restore the state if all does not go well. > > This could be due to Zookeeper version incompatibility or bad state of data > in Zookeeper before the upgrade. > > Israel Ekpo > Lead Instructor, IzzyAcademy.com > https://www.youtube.com/c/izzyacademy > https://izzyacademy

Re: Upgrade from 2.0 to 2.8.1 failed

2022-01-25 Thread Nicolas Carlot
kafka log or server.log ? > ____ > From: Nicolas Carlot > Sent: Tuesday, January 25, 2022 6:20 AM > To: users@kafka.apache.org > Subject: Upgrade from 2.0 to 2.8.1 failed > > [External] > > > Hello everyone, > > I just had a major fa

Upgrade from 2.0 to 2.8.1 failed

2022-01-25 Thread Nicolas Carlot
er: 3 Replicas: 2,3,1 Isr: 3 Topic: PARCEL360.LT Partition: 8Leader: 3 Replicas: 3,1,2 Isr: 3 Topic: PARCEL360.LT Partition: 9Leader: 3 Replicas: 1,2,3 Isr: 3 Any idea what's happening here ? -- <https://www.chronopost.fr/fr?xtatc=INT-149>

Re: Send several Serialized Java objects under one Kafka Topic

2021-01-31 Thread Nicolas Carlot
gt; > Can you share your feedback, please? > > Also is there some better way to implement this? Like for example > using Streaming API? > > > BR, > Peter > -- *Nicolas Carlot* | | nicolas.car...@chronopost.fr [image: Logo Chronopost] | chronopost.fr <http://www.chr

Kafka/Zookeeper when nodes become unreachable

2020-12-03 Thread Nicolas Carlot
resulting in 1 to 3 of the ZK nodes to be used. Now, I have a ZK node that loses connection with the ZK ensemble, but is still alive. If some brokers were using that node, they also end up being isolated from the other brokers ? -- *Nicolas Carlot* Lead dev | | nicolas.car...@chronopost.f

Re: Kafka Streams RocksDB high CPU usage

2020-10-28 Thread Nicolas Carlot
. Commit interval is 1 second and > we have caching enabled and the max cache size is 512MB. We have 5 > instances (6 CPU, 30 GB RAM). > > Thank you! > > > -- *Nicolas Carlot* Lead dev | | nicolas.car...@chronopost.fr *Veuillez noter qu'à partir du 20 mai, le siège

Re: Kafka Streams Key-value store question

2020-08-20 Thread Nicolas Carlot
m the input topic). > > > > > > > > Thanks > > > > > > > > *Pirow Engelbrecht* > > System Engineer > > > > *E.* pirow.engelbre...@etion.co.za > > *T.* +27 12 678 9740 (ext. 9879) > > *M.* +27 63 148 3376 > > > > 76 R

Cached zkVersion [237] not equal to that in zookeeper, skip updating ISR

2020-07-31 Thread Nicolas Carlot
57] INFO Notification: 1 (message format version), 3 (n.leader), 0x820e000c (n.zxid), 0x2 (n.round), LOOKING (n.state), 1 (n.sid), 0x820e (n.peerEpoch) LEADING (my state) (org.apache.zookeeper.server.quorum.Fast LeaderElection) -- *Nicolas Carlot* Lead dev | | nicolas.car...@chronopost.fr *Ve

Re: records with key as string and value as java ArrayList in topic

2020-05-07 Thread Nicolas Carlot
d value as > java's ArrayList in the kafka topic. Kafka has by default provided a > StringSerializer and StringDeserializer, however for java ArrayList, how > can get serializer. Do I need to write my own? Can someone share if someone > already has written one? > -- *Nic

Re: Kafka: Messages disappearing from topics, largestTime=0

2020-05-05 Thread Nicolas Carlot
tamp > >> > > > > > mismatch error that didn't lose messages immediately after the > >> > > > > deployment. > >> > > > > > After the deployment being done and after the cluster being > >> already > >> > > > > running > >> > > > > > both changed to permission denied and* all the messages insid

Re: Kstreams Database

2020-04-29 Thread Nicolas Carlot
ot using kafka connect due to restrictions from database team. > > Is there any other good approach to develop in kstreams. Utilize JDBC or > something else with kstreams? > > Thanks, > Asmath > -- *Nicolas Carlot* Lead dev | | nicolas.car...@chronopost.fr *Veuillez noter q

Re: Kafka: Messages disappearing from topics, largestTime=0

2020-04-29 Thread Nicolas Carlot
he > > ones that are properly deleted have a valid timestamp in there. From what > > we read from documentation and code it looks like the largestTime is used > > to calculate if a given segment reached the time breach or not. > > > > Since we can observe this in multiple

Re: Kafka: Messages disappearing from topics, largestTime=0

2020-04-29 Thread Nicolas Carlot
> > Since we can observe this in multiple versions of Kafka, we think this > might be related to anything external to Kafka. E.g Zookeeper. > > Does anyone have any ideas of why this could be happening? > For the record, we are using Zookeeper 3.6.0. > -- *Nicolas Carlot* Le

Re: Getting Classpath is empty. Please build the project first e.g. by running 'gradlew jarAll' all the time

2020-04-17 Thread Nicolas Carlot
resolve. > > Thanks and regards, > Naveen > > On Fri, Apr 17, 2020 at 5:32 PM Nicolas Carlot < > nicolas.car...@chronopost.fr> > wrote: > > > Logs say to build it. > > Have you done that ? > > > > ./gradlew jarAll > > > > Le ven.

Re: Getting Classpath is empty. Please build the project first e.g. by running 'gradlew jarAll' all the time

2020-04-17 Thread Nicolas Carlot
Please build the project first e.g. by running 'gradlew > jarAll' > > Could you please help me to resolve this issue and run Kafka server on > windows? > > This will be great help:) > > Thanks and regards, > Naveen > -- *Nicolas Carlot* Lead dev | | nico

Re: Statestore restoration - Error while range compacting during restoring

2020-04-16 Thread Nicolas Carlot
I've opened a Jira issue on the subject https://issues.apache.org/jira/browse/KAFKA-9880 Le jeu. 16 avr. 2020 à 13:14, Bruno Cadonna a écrit : > Hi Nicolas, > > Yeah, I meant "doesn't". Sorry for that! > > Best, > Bruno > > On Thu, Apr 16, 2020 at

Re: Statestore restoration - Error while range compacting during restoring

2020-04-16 Thread Nicolas Carlot
ould you be interested in contributing? > > If you cannot assign the ticket to yourself, ask to be added to the list of > contributors on the dev mailing list. > > Best, > Bruno > > On Thu, Apr 16, 2020 at 11:06 AM Nicolas Carlot < > nicolas.car...@chronopost.fr> wrote

Re: Statestore restoration - Error while range compacting during restoring

2020-04-16 Thread Nicolas Carlot
# Bump # So is this a bug ? Should I file a ticket ? Any idea ? I don't like the idea of having to patch Kafka libraries... Le mer. 1 avr. 2020 à 16:33, Nicolas Carlot a écrit : > Added some nasty code in kafka 2.4.1. Seems to work fine for now... From > my understanding, the compact

Re: Reg: Dual Kafka Clients - Issues with jar version conflicts

2020-04-16 Thread Nicolas Carlot
ka.common.record.Record.recordSize([B[B)I > > > Thanks and regards, > Gowtham S, MCA > > > > On Wed, 15 Apr 2020 at 19:32, Nicolas Carlot > wrote: > >> What do you mean by communication between Kafka Clients ? >> A Client is either a producer or a consumer, th

Re: Reg: Dual Kafka Clients - Issues with jar version conflicts

2020-04-15 Thread Nicolas Carlot
it > necessary to move the topics to a single Kafka? > If necessary to upgrade the clients, suggest the best practices for the > same. > > > With regards, > Gowtham S, MCA > -- *Nicolas Carlot* Lead dev | | nicolas.car...@chronopost.fr *Veuillez noter qu'à p

Re: Process offsets from particular point

2020-04-14 Thread Nicolas Carlot
mmed, < > mdkhajaasm...@gmail.com> > >> wrote: > >> > >> Hi, > >> > >> We have lost some data while processing and would like to reprocess it. > >> May I know the procedure to do it . I have offsets numbers that I need > to > &g

Re: How to set custom properties and message expiration for Kafka topic message.

2020-04-10 Thread Nicolas Carlot
roperties while sending > messages to consumer and consumer can read the same. I am looking for > similar functionality in Kafka. > > Thanks and regards, > Naveen > > On Fri, Apr 10, 2020, 7:22 PM Nicolas Carlot > > wrote: > > > Hello, > > > > Messa

Re: How to set custom properties and message expiration for Kafka topic message.

2020-04-10 Thread Nicolas Carlot
essage > > expiration while sending message to Kafka topic and how to read customer > > properties in consumer end? > > > > Thanks and regards, > > Naveen > > > -- *Nicolas Carlot* Lead dev | | nicolas.car...@chronopost.fr *Veuillez noter qu'à par

Re: Statestore restoration - Error while range compacting during restoring

2020-04-01 Thread Nicolas Carlot
Added some nasty code in kafka 2.4.1. Seems to work fine for now... From my understanding, the compaction process when restoring a store is only done to speed up things. So I guess this kind of "hack" isn't such a big deal ? [image: image.png] Le mer. 1 avr. 2020 à 10:44, Nicolas

Re: Statestore restoration - Error while range compacting during restoring

2020-04-01 Thread Nicolas Carlot
Here is the full configuration of Rocks. [image: image.png] Le mer. 1 avr. 2020 à 10:41, Nicolas Carlot a écrit : > It's not that I cannot turn on compaction. > Compaction works fine. > The issue is with the restoration process of the state store, which tries > to compact the

Re: Statestore restoration - Error while range compacting during restoring

2020-04-01 Thread Nicolas Carlot
using FIFO compaction. Le mer. 1 avr. 2020 à 10:26, Nicolas Carlot a écrit : > My current workaround is to completely delete the state store and rebuild > it from scratch. > > Le mar. 31 mars 2020 à 21:39, Boyang Chen a > écrit : > >> Thanks Nicolas for the report, so ar

Re: Statestore restoration - Error while range compacting during restoring

2020-04-01 Thread Nicolas Carlot
> > On Tue, Mar 31, 2020 at 9:54 AM Nicolas Carlot < > nicolas.car...@chronopost.fr> > wrote: > > > After some more testing and debugging, it seems that it is caused by the > > compaction option I've configured for RocksDB. When removed ever

Re: Statestore restoration - Error while range compacting during restoring

2020-03-31 Thread Nicolas Carlot
xSize); fifoOptions.setAllowCompaction(true); options.setCompactionOptionsFIFO(fifoOptions); options.setCompactionStyle(CompactionStyle.FIFO); Le mar. 31 mars 2020 à 16:27, Nicolas Carlot a écrit : > Hello everyone, > > I'm currently facing an issue with RocksDb internal compaction process,

Statestore restoration - Error while range compacting during restoring

2020-03-31 Thread Nicolas Carlot
Hello everyone, I'm currently facing an issue with RocksDb internal compaction process, which occurs when the local state store of several of my KafkaStream applications are being restored. This is sadly a huge concern as it completely discard resiliency over node failure as those often lead to a