You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Justinwins (Jira)" <ji...@apache.org> on 2022/07/01 09:27:00 UTC

[jira] [Commented] (KAFKA-14037) Stopping mm2 meets ExecutionException for MirrorCheckpointTask

    [ https://issues.apache.org/jira/browse/KAFKA-14037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561386#comment-17561386 ] 

Justinwins commented on KAFKA-14037:
------------------------------------

This may happen as a result of ungraceful shutdown of mm2, or  to be specific , the checkpointask

> Stopping mm2 meets ExecutionException for MirrorCheckpointTask
> --------------------------------------------------------------
>
>                 Key: KAFKA-14037
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14037
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>            Reporter: Justinwins
>            Priority: Minor
>
> ```
>  [2022-07-01 15:31:56.939] [ERROR] [Scheduler for MirrorCheckpointTask-refreshing idle consumers group offsets at target cluster] [o.apache.kafka.connect.mirror.MirrorCheckpointTask] >>> [ExecutionException] msg=Error querying for consumer group PRODUCTION_test_consumer_group_5 on cluster test_cluster.
> java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: The AdminClient thread is not accepting new calls.
>     at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
>     at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
>     at org.apache.kafka.common.internals.KafkaFutureImpl.get(KafkaFutureImpl.java:165)
>     at org.apache.kafka.connect.mirror.MirrorCheckpointTask.refreshIdleConsumerGroupOffset(MirrorCheckpointTask.java:262)
>     at org.apache.kafka.connect.mirror.Scheduler.run(Scheduler.java:93)
>     at org.apache.kafka.connect.mirror.Scheduler.executeThread(Scheduler.java:112)
>     at org.apache.kafka.connect.mirror.Scheduler.lambda$scheduleRepeating$0(Scheduler.java:50)
>     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>     at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
>     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
>     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>     at java.lang.Thread.run(Thread.java:748)
> Caused by: org.apache.kafka.common.errors.TimeoutException: The AdminClient thread is not accepting new calls.
>  
> ```
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)