secor icon indicating copy to clipboard operation
secor copied to clipboard

Duplicate message when partition revoking or rebalancing

Open doubleverify-measurement opened this issue 2 years ago • 1 comments

Hi, We see a lot of duplicates message exactly when Re-balancing occurs.

  • When rebalancing partitions are revoked and redistributed
  • Trim files occurring
  • Duplicate message at this moment

do you've any idea how to troubleshoot this behavior ? it seems that instead of trimming files it make more files

We use

  • confluent last version
  • Secor deployed on kubernetes
  • Run on Google cloud write files on GCS bucket

Partition Revoking events Screen Shot 2022-08-15 at 13 12 41

Trimming file events Screen Shot 2022-08-15 at 13 14 03

Number of files uploaded watch out the picks on exact time trim files occurs Screen Shot 2022-08-15 at 13 15 07

Thanks for your help

Are you using transactions in Kafka? if not consumer will be replaying messages.

ambud avatar Oct 18 '22 17:10 ambud