Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
2.4.0, 2.3.1
-
None
-
None
Description
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.
But when we request number of connector via RESP API it shows only 36:
› curl -s 127.0.0.1:8083/connectors | jq '.[]' | sort | wc -l
36
Attachments
Attachments
Issue Links
- duplicates
-
KAFKA-9841 Connector and Task duplicated when a worker join with old generation assignment
- Resolved