Kafka-backup: Schleife "Verbraucherabfrage-Zeitüberschreitung ist abgelaufen" (war "kafka-backup kann aufgrund langsamer Festplatten-IO fehlschlagen")

Erstellt am 30. Mai 2020  ·  18Kommentare  ·  Quelle: itadventurer/kafka-backup

Habe das erst heute in den Logs gefunden. Kafka-Backup scheint aus diesem Grund in der Offset-Reset-Schleife nach dem Neustart festzustecken.

[2020-05-30 08:48:37,022] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Member connector-consumer-chrono_prod-backup-sink-0-4bcd6afc-19a0-4458-b708-ded84fc567a3 sending LeaveGroup request to coordinator kafka1.node:9093 (id: 2147483646 rack: null) due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:916)

Dies ist eine Kafka-Sicherung, die über ein eCryptfs-Volume in einer Azure-VM ausgeführt wird.
Das Festplatten-IOPS-Limit beträgt 500.
Die Bandbreitenbeschränkung beträgt 60 MB/s.
max.poll.interval.ms = 300000
max.poll.records = 500

Ich weiß nicht, was in dieser Situation zu tun ist..

question

Alle 18 Kommentare

Es gab 27 GB Daten. Ich habe es gelöscht und kafka-backup wieder gestartet. Mal sehen..

Hmm .. dieses Mal wurde es mit 84 GB Daten gut wiederhergestellt 🤔
Vielleicht lag das Problem auf der Seite des Kafka-Clusters.. oder die Daten im Backup-Verzeichnis waren nicht gut.. 🤷‍♂️

Das ist seltsam :denken: Ich nehme an, Sie haben keine großen Nachrichten. max.poll.interval.ms ist auf 5 Minuten eingestellt und Sie ziehen "nur" 500 Nachrichten in jeder Umfrage. Ich hoffe, es dauert keine 5 Minuten, um diese 500 Nachrichten zu verarbeiten.

Ich würde Ihnen empfehlen, Ihren Kafka Connect zu überwachen und vielleicht wird dann der Grund offensichtlich. Weitere Informationen zur Überwachung von Kafka Connect finden Sie unter KIP-196 . Auch hier, wenn Sie etwas Interessantes finden, können Sie das Gelernte gerne teilen ;)

leider habe ich schon alte datendateien gelöscht.. kann also nicht mehr reproduzieren. Ich kann mir vorstellen, dass da etwas wirklich Großes war.

Ich habe sowieso überlegt, jmx_exporter zu kafka-backup hinzuzufügen. Vielleicht werde ich dies später tun.
UPD: gerade jmx_exporter Konfigurationsdatei für kafka-connect gefunden: https://github.com/zenreach/docker-kafka-connect/blob/master/jmx_exporter.yaml

Sicher, wenn Sie Prometheus verwenden, um die JMX-Metriken zu erfassen, ist das ein guter Anfang! Ich freue mich auf ihre Rückmeldung!

Schlagen Sie dieses Wochenende wieder darauf ein. Werde diese Woche versuchen, den JMX-Exporter hinzuzufügen, um zu sehen..
Fügen Sie das Protokoll zwischen den Wiederholungen hier ein, nur für den Fall, dass Sie etwas entdecken können:

[2020-06-29 01:36:56,987] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Member connector-consumer-chrono_prod-backup-sink-0-748d4f15-fd57-428e-b484-0811ef229365 sending LeaveGroup request to coordinator kafka1.tld:9093 (id: 2147483646 rack: null) due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:916)
[2020-06-29 01:37:00,667] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:00,687] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:18,863] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:23,585] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:25,459] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:25,477] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:25,494] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:27,648] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:37:31,145] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:38:03,491] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:38:03,534] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:38:23,796] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:38:27,991] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:38:28,041] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:38:28,078] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:38:29,105] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:39:01,036] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:39:01,055] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:39:01,378] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:39:09,275] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:40:16,432] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:40:16,459] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:40:22,547] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:40:23,148] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:40:35,367] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:40:35,472] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:41:22,334] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:41:48,239] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:41:48,518] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:41:51,040] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:41:57,747] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:42:49,979] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:42:50,088] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:42:51,768] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:42:51,826] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:42:57,597] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:42:57,611] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:44:00,507] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:44:03,706] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:44:05,424] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:44:09,328] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:44:09,528] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:44:09,538] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1025401 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,539] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 14119134 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,539] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 88437 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,540] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 39324 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,540] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 8009301 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,550] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5633 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,558] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5603001 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,558] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1026860 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,559] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3060 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,560] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1503445 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,561] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2391486 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 74148 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 968141 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 24570756 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 79451 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2659431 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 38143 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 12565213 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5073917 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1028379 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 8010769 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 4581 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5604528 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2294 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2397046 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 4062811 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1739 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 24586342 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2660816 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 38981 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1795 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5072428 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 379533 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 12920614 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 8006356 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1166670 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1023832 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 80188 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 835947 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3453 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3544639 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 80927 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2656541 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2401829 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2426512 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 561031 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 836658 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1983 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 4061329 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1500304 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,569] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 70208 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 571588 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1739 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3986 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 24590542 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1168116 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 13163913 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 8007772 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5070672 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1025245 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1657 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 834999 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2236 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3560076 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 38412 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3335 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 4059967 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2432353 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2045 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2392159 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2427899 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 561277 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1501903 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 94263 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1747 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 4426 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 80089 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 24591460 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2657954 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 379131 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 6562 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1891 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1031285 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,570] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1163712 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,571] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 12706361 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,571] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 834194 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,571] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5279 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,571] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2169 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3570745 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2429353 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2022 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 12864864 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 83752 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 569473 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 4058434 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1497591 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2430913 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1787 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,588] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2429283 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 561436 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3740 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5069308 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 88156 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 962485 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1607 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 379175 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1165261 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 12950341 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1029786 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3599 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 88813 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2432410 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 833258 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2232 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,589] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1981 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3497383 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2427724 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 13378285 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2882 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 561637 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 571383 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 4056884 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 82188 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1930 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1498976 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2398597 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2430801 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 963654 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3839 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 88196 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5067822 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3969 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5606096 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,590] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1029764 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,591] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 378655 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 8012085 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1028328 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 13067312 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2426446 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2172 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 561956 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 569947 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 12354 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 24618589 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 965103 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,618] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 2662416 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 88275 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 378952 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1026665 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 41405 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1838 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1162254 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 6861 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5607411 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 12898945 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 1961 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3526877 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 568446 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 5608961 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 966521 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 3696 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,619] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Seeking to offset 88344 for partition [...] (org.apache.kafka.clients.consumer.KafkaConsumer:1564)
[2020-06-29 01:44:09,620] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:650)
[2020-06-29 01:44:09,620] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Lost previously assigned partitions [...] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:305)
[2020-06-29 01:44:11,567] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:533)
[2020-06-29 01:44:11,568] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Group coordinator kafka1.tld:9093 (id: 2147483646 rack: null) is unavailable or invalid, will attempt rediscovery (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:808)
[2020-06-29 01:44:12,311] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Discovered group coordinator kafka1.tld:9093 (id: 2147483646 rack: null) (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:756)
[2020-06-29 01:44:12,321] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:533)
[2020-06-29 01:44:12,371] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] (Re-)joining group (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:533)
[2020-06-29 01:44:12,381] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Finished assignment for group at generation 388: {connector-consumer-chrono_prod-backup-sink-0-97c88902-e9e1-4fad-8eac-d0668db2b3fa=org.apache.kafka.clients.consumer.ConsumerPartitionAssignor$Assignment@343967a3} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:585)
[2020-06-29 01:44:12,410] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Successfully joined group with generation 388 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:484)
[2020-06-29 01:44:12,412] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Adding newly assigned partitions: [...] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:267)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1025400, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=101}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=14119134, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=119}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=86}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=39324, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=84}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=110}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=34}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5633, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=200}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1026860, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=117}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3060, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=179}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=93}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1503445, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=107}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=177}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,464] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2391486, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=128}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=74148, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=136}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=97}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=38143, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=105}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=12565213, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=120}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5073917, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=101}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1028379, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=106}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=43}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=4581, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=140}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=85}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2294, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=91}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=227}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2397046, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=133}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1739, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=94}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=98}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=38981, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=77}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5072428, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=115}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=379533, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=99}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=12920614, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=111}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=116}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1023831, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=99}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=80188, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=141}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=91}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3453, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=127}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3544639, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=169}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2401829, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=208}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=70208, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=178}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1500304, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=113}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=571588, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=107}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,465] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1739, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=86}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=140}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=123}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=13163913, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=106}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5070672, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=121}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=108}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=91}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1025245, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=124}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3560076, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=134}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,466] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=38412, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=105}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,485] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3335, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=178}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,485] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2432353, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=122}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,486] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2392159, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=168}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=94263, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=172}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1501902, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=113}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1747, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=3}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=379131, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=85}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=6562, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=202}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1891, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=97}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1031285, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=111}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=126}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=79, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=85}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=834194, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=91}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5279, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=135}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2169, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=181}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=12864864, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=120}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=83752, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=119}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=129}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1787, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=100}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=561436, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=85}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=104}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5069307, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=96}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=88155, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=17}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=3}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1607, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=95}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=379175, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,495] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=57, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=93}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,505] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1029786, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=108}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,505] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=119}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,505] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3599, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=112}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,505] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=32}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,505] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=833258, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=100}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,505] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2232, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=170}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,514] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=13378285, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=111}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,514] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2882, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=123}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,514] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=561637, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=101}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,514] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=82188, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=102}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,514] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1930, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=93}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,514] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2398597, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=177}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=102}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=88196, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=18}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=4}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5067822, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=120}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5606095, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=99}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3969, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=181}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1029764, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=124}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=67, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=100}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=41}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=378655, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=93}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=8012085, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=99}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1028328, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=116}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=561956, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=94}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=185}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,515] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=102}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,554] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=24618589, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=177}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,554] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=8}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,554] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2662416, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=111}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,554] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=88275, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=14}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,554] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=378952, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=94}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1026664, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=119}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=41405, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=98}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1838, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=90}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=72, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5607411, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=110}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=6861, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=171}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=38}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=133}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=96}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5608960, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=111}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=4}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=88344, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=18}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=88437, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=14}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=8009301, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=111}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5603000, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=86}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=4}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,555] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=968140, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=109}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,574] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=24570756, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=124}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,574] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=79451, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=116}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,574] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2659431, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=93}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,574] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=8010768, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=104}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,574] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=5604528, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=99}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,574] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=4062811, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=99}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,574] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=102}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,575] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=7}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,575] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=24586342, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=176}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,575] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=128}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,575] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2660816, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=113}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,575] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1795, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=80}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,575] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=8006355, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=101}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1166670, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=110}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=3}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=108}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=63, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=91}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=835947, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=85}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=80927, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=111}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2656541, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=102}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=114}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,594] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2426512, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=107}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=561031, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=102}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=836657, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1983, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=135}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=4061327, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=110}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3986, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=51}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=24590542, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=197}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1168116, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=100}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=8007771, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=110}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=1}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=128}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,595] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1657, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=97}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=834999, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=92}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2236, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=141}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=114}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=4059965, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=107}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=218}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2045, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=199}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2427899, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=96}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=561277, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,604] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=4426, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=36}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=80089, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=108}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=24591460, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=122}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2657954, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=104}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1163712, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=115}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=12706361, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=113}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=84}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=104}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3570745, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=210}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,605] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2429352, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=117}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,653] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2022, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=140}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=569473, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=114}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=110}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=4058434, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=114}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1497591, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=104}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2430913, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=104}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2429282, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=115}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=138}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,654] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3740, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=32}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,655] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=114}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,655] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=962485, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=116}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,693] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1165261, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=108}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=12950341, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=118}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=88813, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=200}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2432410, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=105}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1981, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=92}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=98}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3497383, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=180}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2427724, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=121}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=571383, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=115}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=4056884, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=116}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=191}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1498976, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=105}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=123}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2430800, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=114}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,694] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=217}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=963654, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=115}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3839, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=51}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=123}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=13067312, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=114}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2426445, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=96}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=100}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=2172, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=98}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=92}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=569947, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=123}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=12354, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka5.tld:9093 (id: 5 rack: null), epoch=109}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=14, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=123}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=7}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=965103, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=110}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=190}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=180}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1162253, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=118}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=12898945, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=107}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=1961, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=104}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=103}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3526877, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka4.tld:9093 (id: 4 rack: null), epoch=130}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=91}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=568446, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka3.tld:9093 (id: 3 rack: null), epoch=123}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka2.tld:9093 (id: 2 rack: null), epoch=178}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,723] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=966521, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=109}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,724] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=115}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,724] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=3696, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=54}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:12,724] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Setting offset for partition [...] to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=kafka1.tld:9093 (id: 1 rack: null), epoch=138}} (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:762)
[2020-06-29 01:44:59,842] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:00,053] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:00,068] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:01,349] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:01,853] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:03,624] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:47,287] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:47,367] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:47,469] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:45:48,239] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:46:32,634] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:46:35,083] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:46:38,594] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:46:40,409] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:46:40,422] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:47:22,884] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:47:22,898] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:47:31,525] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:47:32,863] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:47:32,875] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:09,235] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:09,648] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:17,840] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:18,250] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:20,804] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:20,852] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:55,400] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:48:56,444] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:49:08,613] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:49:08,627] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:49:11,629] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:49:11,642] INFO Resetting offset for [...] based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:104)
[2020-06-29 01:49:12,448] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Member connector-consumer-chrono_prod-backup-sink-0-97c88902-e9e1-4fad-8eac-d0668db2b3fa sending LeaveGroup request to coordinator kafka1.tld:9093 (id: 2147483646 rack: null) due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:916)

Hmm ... Ich war 2 Tage lang nicht in der Lage, es in den Arbeitszustand zu bringen ... also habe ich dies aufgegeben, aber vergessen, das nächtliche Backup-Skript zu deaktivieren. Dieses Skript stoppt die Sicherung, lädt Daten in Azure hoch und startet sie erneut. Also habe ich gerade festgestellt, dass es heute wieder funktioniert :-D Meine Umgebung scheint voller Magie zu sein..

Nach dem Upgrade habe ich eine kleine Änderung im Verhalten bemerkt! Es gibt jetzt OOM :-D

[2020-07-03 07:32:34,475] ERROR WorkerSinkTask{id=chrono_prod-backup-sink-0} Task threw an uncaught and unrecoverable exception (org.apache.kafka.connect.runtime.WorkerTask:179)
java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects

Kafka-Backup macht keine Schleife mehr.

Protokolliert herum:

[2020-07-03 07:30:51,668] INFO Resetting offset for [...]-2 based upon existing consumer group offsets or, if there are none, the consumer's 'auto.offset.reset' value. (de.azapps.kafkabackup.sink.BackupSinkTask:165)
[2020-07-03 07:31:57,430] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Member connector-consumer-chrono_prod-backup-sink-0-947fad4b-41dc-43a3-8e01-319c54a713b6 sending LeaveGroup request to coordinator kafka1.tld:9093 (id: 2147483646 rack: null) due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:916)
[2020-07-03 07:32:34,475] ERROR WorkerSinkTask{id=chrono_prod-backup-sink-0} Task threw an uncaught and unrecoverable exception (org.apache.kafka.connect.runtime.WorkerTask:179)
java.lang.OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects
[2020-07-03 07:32:34,483] ERROR WorkerSinkTask{id=chrono_prod-backup-sink-0} Task is being killed and will not recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask:180)
[2020-07-03 07:32:34,484] INFO Stopped BackupSinkTask (de.azapps.kafkabackup.sink.BackupSinkTask:208)
[2020-07-03 07:32:34,488] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Lost previously assigned partitions [...] (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator:305)

JFYI, 2,5 Gb reichen nicht für den Erfolg ... Ich bin mir jedoch nicht sicher, ob ich im Moment mehr zuweisen kann.

Nun, diesmal kein OOM, aber immer noch kein Glück. Es scheint, dass 5 Minuten für kafka-backup nicht ausreichen, um Offsets für unsere Themenmenge auf dieser VM zurückzusetzen. Ein paar Statistiken:

  • 5 Makler
  • 47 Themen
  • 285 Partitionen insgesamt (normalerweise 5 pro Thema)
  • kafka-backup läuft auf 2x vCPU/4Gb RAM VM
  • lokale Festplatte ist auf 500 IOPS, 60 MB/s Bandbreite begrenzt
  • es gibt ein eCryptfs-Volumen unter target.dir
  • Die aktuelle Gesamtgruppenverzögerung für die Backup-Verbrauchergruppe beträgt ~1700000

dd if=/dev/zero of=testfile bs=4k count=1000000
4096000000 Byte (4,1 GB, 3,8 GiB) kopiert, 164,453 s, 24,9 MB/s

Die CPU-Auslastung beträgt dabei laut grafana 70-96% (von 100%) (node_exporter -> prometheus).

Irgendwelche anderen Statistiken/Infos, die hilfreich sein könnten?

Ich denke, wir haben vielleicht irgendwo ein Speicherleck oder ähnliches :(

Ich bin gerade im Urlaub und werde versuchen im September reinzuschnuppern

Neuigkeiten von Ende Oktober hier. Ich habe es heute ausprobiert mit dem gleichen Ergebnis. Also habe ich das Backup-Verzeichnis komplett gelöscht und von vorne angefangen. Jetzt läuft es prima. Fange die Verzögerung bisher ein. Ich werde beim nächsten Vorkommen aktualisieren, falls vorhanden.

Anhängen des JVM-Speicherdiagramms hier nur als Referenz. Der linke Teil befindet sich im alten Backup-Verzeichnis. Der rechte Teil ist ein Neuanfang. Größter Bereich ist 'G1 Old Gen'.
image

Nach dem nächtlichen Backup-Neustart ist es wieder tot :(
JVM-Speichernutzungsdiagramm für die letzten 24 Stunden:
image

Gesamtverzögerungswert-Diagramm für die letzten 24 Stunden (es wurde bei 76Mil IIRC gestartet):
image

Ah, es gab eigentlich keinen Neustart. Ich habe vergessen, den Systemd-Timer dafür zu aktivieren. In Protokollen gefunden:

Oct 29 16:24:45 backupmgrp1 docker/kafka-backup-chrono_prod[73214]: org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.

Für nachfolgende Versuche wurde die übliche Meldung ausgegeben:

Oct 29 16:29:45 backupmgrp1 docker/kafka-backup-chrono_prod[73214]: [2020-10-29 16:29:45,277] INFO [Consumer clientId=connector-consumer-chrono_prod-backup-sink-0, groupId=connect-chrono_prod-backup-sink] Member connector-consumer-chrono_prod-backup-sink-0-fb2da75a-02c1-4fd2-8344-042f4b4952b2 sending LeaveGroup request to coordinator kafka1:9093 (id: 2147483646 rack: null) due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:916)

Sollte ich nur für den Fall versuchen, max.poll.interval.ms und/oder max.poll.records zu ändern? Die tatsächlichen Werte stehen im ersten Post dieses Threads.

UPD: Irgendwie funktioniert es jetzt. Ich habe es eine Weile angehalten und dann wieder angefangen, etwas im Docker-Container zu überprüfen. Dann habe ich vergessen ihn zu stoppen und jetzt läuft er einwandfrei 🤔

UPD2: Es ist wieder fehlgeschlagen:

Oct 30 06:09:41 backupmgrp1 docker/kafka-backup-chrono_prod[84626]: org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.

Ich habe auch viele folgende Nachrichten gesehen (ich schätze eine pro Thema). Sieht für mich aber echt aus..

Oct 30 06:09:42 backupmgrp1 docker/kafka-backup-chrono_prod[84626]: [2020-10-30 06:09:42,774] WARN WorkerSinkTask{id=chrono_prod-backup-sink-0} Ignoring invalid task provided offset xxxxx.yyyyy_paymenthistory-4/OffsetAndMetadata{offset=1396948, leaderEpoch=null, metadata=''} -- partition not assigned, assignment=[] (org.apache.kafka.connect.runtime.WorkerSinkTask:421)

UPD2: Ich habe festgestellt, dass offset.flush.timeout.ms auf den Standardwert (5000) gesetzt ist und dieser zu niedrig war. Es scheint also, dass jedes asynchrone Offset-Commit mit Timeout fehlgeschlagen ist. Nach der Erhöhung auf 60000 sehe ich keine Timeout-Meldungen mehr. Obwohl das Gesamtergebnis das gleiche ist. Mit OOM ist es jetzt früher oder später fehlgeschlagen.

Habe dies auch in Protokollen gesehen: https://issues.apache.org/jira/browse/KAFKA-7870

Vielen Dank für Ihre Recherche!
Leider bin ich derzeit nicht in der Lage dieses Projekt alleine zu pflegen. Wenn Sie Interesse haben, mich zu unterstützen, teilen Sie mir dies bitte mit, indem Sie beispielsweise ein Thema eröffnen.

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen

Verwandte Themen

ipochi picture ipochi  ·  3Kommentare

jay7x picture jay7x  ·  15Kommentare

jay7x picture jay7x  ·  16Kommentare

itadventurer picture itadventurer  ·  5Kommentare

akamensky picture akamensky  ·  13Kommentare