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

[jira] [Commented] (KAFKA-10172) [Kafka connect] connectors, tasks metrics doubled

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

Viktor Utkin commented on KAFKA-10172:
--------------------------------------

Sure, sorry for delay, please give me some time to collect logs and attach them ASAP.

> [Kafka connect] connectors, tasks metrics doubled
> -------------------------------------------------
>
>                 Key: KAFKA-10172
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10172
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 2.3.1
>            Reporter: Viktor Utkin
>            Priority: Critical
>         Attachments: image-2020-06-16-12-42-47-753.png
>
>
> After re-balance of connect cluster (4 nodes in total) we noticed that metrics
>  * kafka_connect_connect_worker_metrics_task_count
>  * kafka_connect_connect_worker_metrics_connector_count
> are doubled (2x,3x,4x,etc.), so connect show wrong values.
>  
> !image-2020-06-16-12-42-47-753.png|width=481,height=240!
>  
> But when we request number of connector via RESP API it shows only 36:
> {code:java}
> › curl -s 127.0.0.1:8083/connectors | jq '.[]' | sort | wc -l
> 36{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)