Kafka-backup: Цикл "истекло время ожидания опроса потребителей" (было "kafka-backup может завершиться неудачно из-за медленного ввода-вывода диска")

Созданный на 30 мая 2020  ·  18Комментарии  ·  Источник: itadventurer/kafka-backup

Только что нашел это сегодня в логах. Из-за этого Kafka-backup кажется застрявшим в цикле сброса смещений после перезапуска.

[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)

Это kafka-backup, выполняемый на томе eCryptfs в виртуальной машине Azure.
Ограничение дискового IOPS - 500.
Ограничение пропускной способности составляет 60 МБ / с.
max.poll.interval.ms = 300000
max.poll.records = 500

Не уверен, что делать в этой ситуации ..

question

Все 18 Комментарий

Было 27 ГБ данных. Я вытер его и снова запустил kafka-backup. Давайте посмотрим..

Хм .. на этот раз все было нормально с 84 ГБ данных 🤔
Возможно, проблема была на стороне кластера kafka .. или, может быть, данные в каталоге резервных копий были плохими .. 🤷‍♂️

Это странно: Think: Я полагаю, у вас нет больших сообщений. max.poll.interval.ms установлен на 5 минут, и вы получаете "всего" 500 сообщений в каждом опросе. Я надеюсь, что обработка этих 500 сообщений не займет 5 минут.

Я бы порекомендовал вам следить за своим Kafka Connect, и, возможно, тогда станет очевидно, в чем причина. См. KIP-196 для получения дополнительной информации о мониторинге Kafka Connect. Опять же, когда вам случится найти что-то интересное, не стесняйтесь делиться тем, что вы узнали;)

к сожалению, я уже отбросил старые файлы данных ... так что больше не могу воспроизводить. Я догадываюсь, что было что-то действительно огромное.

Я все равно подумывал добавить jmx_exporter в kafka-backup .. Так что, возможно, сделаю это позже.
UPD: только что нашел файл конфигурации jmx_exporter для kafka-connect: https://github.com/zenreach/docker-kafka-connect/blob/master/jmx_exporter.yaml

Конечно, если вы используете Prometheus для получения показателей JMX, это хорошее начало! Ждем ваших отзывов!

Попробуй это снова в эти выходные. На этой неделе постараюсь добавить экспортер JMX, чтобы увидеть ..
Вставка журнала между попытками здесь на случай, если вы что-нибудь заметите:

[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)

Хм ... Мне не удавалось привести его в рабочее состояние в течение 2 дней .. поэтому я отказался от этого, но забыл отключить скрипт ночного резервного копирования. Этот сценарий останавливает резервное копирование, загружает данные в Azure и снова запускает его. Итак, я обнаружил, что сегодня он снова работает :-D Кажется, моя среда полна магии ..

После обновления я заметил небольшое изменение в поведении! Сейчас есть ООМ :-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 больше не зацикливается ... хотя я постараюсь выделить ему немного больше места в куче, чтобы проверить.

Бревна вокруг:

[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 ГБ недостаточно для успеха ... Не уверен, что смогу выделить больше, хотя на данный момент ..

Ну ... на этот раз без OOM, но все равно не повезло. Похоже, что 5min не хватит kafka-backup, чтобы сбросить смещения для количества наших тем на этой ВМ. Немного статистики:

  • 5 брокеров
  • Тем: 47
  • Всего 285 разделов (обычно 5 на тему)
  • kafka-backup работает на 2x vCPU / 4GB RAM VM
  • локальный диск ограничен 500 IOPS, пропускной способностью 60 МБ / с
  • есть том eCryptfs под target.dir
  • текущая общая групповая задержка для резервной группы потребителей составляет ~ 1700000

dd if = / dev / zero of = testfile bs = 4k count = 1000000
Скопировано 4096000000 байт (4,1 ГБ, 3,8 ГиБ), 164,453 с, 24,9 МБ / с

Согласно grafana (node_exporter -> prometheus) загрузка ЦП во время этого процесса составляет 70-96% (от 100%).

Любая другая статистика / информация, которая может быть полезна?

Думаю у нас может быть где-то утечка памяти или что-то в этом роде :(

Я сейчас в отпуске и постараюсь покопаться в этом в сентябре

Новости с конца октября здесь. Я попробовал сегодня с тем же результатом. Поэтому я полностью стер каталог резервных копий и начал с нуля. Теперь все работает нормально. Пока что ловлю отставание. Я буду обновлять при следующем появлении, если таковые будут.

Прикрепляем график памяти JVM здесь только для справки. Часть слева находится в старом каталоге резервных копий. Часть справа - это начало с нуля. Самая большая область - «G1 Old Gen».
image

Он снова мертв после перезапуска ночного резервного копирования :(
График использования памяти JVM за последние 24 часа:
image

График общего значения лага за последние 24 часа (начат с 76Mil IIRC):
image

Ах, на самом деле перезагрузки не было. Я забыл включить для него таймер systemd. Нашел это в журналах:

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.

Для последующих попыток было выдано обычное сообщение:

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)

На всякий случай попробовать поменять max.poll.interval.ms и / или max.poll.records ? Актуальные значения указаны в первом сообщении этой ветки.

UPD: Как-то сейчас работает. Я остановил его на время, а затем снова начал проверять что-то в контейнере докера. Потом я забыл остановить его, и теперь он работает нормально 🤔

UPD2: Опять не удалось:

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.

Я тоже видел много следующих сообщений (думаю, по одному на каждую тему). Хотя мне кажется вполне законным ..

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: я обнаружил, что у меня offset.flush.timeout.ms установлено по умолчанию (5000), и оно было слишком низким. Таким образом, кажется, что каждая фиксация асинхронных смещений завершалась ошибкой с тайм-аутом. После увеличения до 60000 я больше не вижу сообщений о тайм-ауте. Хотя в целом результат такой же. Рано или поздно это не удалось с OOM.

Это тоже видел в журналах: https://issues.apache.org/jira/browse/KAFKA-7870

Спасибо за ваше исследование!
К сожалению, в настоящее время я не могу самостоятельно поддерживать этот проект. Если вы заинтересованы в моей поддержке, дайте мне знать, например, открыв вопрос.

Была ли эта страница полезной?
0 / 5 - 0 рейтинги