Seeing errors in kafka-exporter #4562
Unanswered
saloni-2404
asked this question in
Q&A
Replies: 2 comments 9 replies
-
kafka-2-logs.txt |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm afraid I do not know anything more than the error suggests. This IIRC sometimes happens for example during rolling updates etc. As for the operator log, it says what it says:
JMX is not supported on Zookeeper. But I do not think this is in anyway related. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Jakub,
Observed that one of the kafka and zookeeper pods got restarted, following which the kafka-exporter logs showed errors such as:
time="2021-03-11T06:39:08Z" level=error msg="Cannot get offset of group ultra-annotations-consumer-group: kafka: broker not connected" source="kafka_exporter.go:384"
time="2021-03-11T08:47:28Z" level=error msg="Cannot get consumer group: kafka: broker not connected" source="kafka_exporter.go:361"
time="2021-03-11T11:26:28Z" level=error msg="Cannot get offset of group ultra-annotations-consumer-group: kafka: broker not connected" source="kafka_exporter.go:384"
time="2021-03-11T11:26:28Z" level=error msg="Cannot get offset of group ultra-annotations-consumer-group: kafka: broker not connected" source="kafka_exporter.go:384"
time="2021-03-11T17:48:58Z" level=error msg="Cannot get describe groups: kafka: broker not connected" source="kafka_exporter.go:373"
time="2021-03-11T17:48:58Z" level=error msg="Cannot get describe groups: kafka: broker not connected" source="kafka_exporter.go:373"
time="2021-03-11T17:49:58Z" level=error msg="Cannot get offset of group ultra-annotations-consumer-group: kafka: broker not connected" source="kafka_exporter.go:384"
time="2021-03-11T18:09:58Z" level=error msg="Cannot get describe groups: kafka: broker not connected" source="kafka_exporter.go:373"
Attaching more logs.
Operator pod kept showing these logs repeatedly:
2021-03-11 18:24:00 WARN AbstractOperator:106 - Kafka resource kafka-cluster in namespace sedstarhseblocverify-gr-ultra: Contains object at path spec.zookeeper with an unknown property: jmxOptions
2021-03-11 18:24:00 INFO AbstractOperator:122 - Reconciliation #57326(timer) Kafka(sedstarhseblocverify-gr-ultra/kafka-cluster): Kafka kafka-cluster should be created or updated
2021-03-11T18:24:00.926+0000: 6856562.985: [GC (Allocation Failure) [PSYoungGen: 22188K->416K(21504K)] 814393K->792869K(828416K), 0.0186608 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]
2021-03-11T18:24:02.123+0000: 6856564.182: [GC (Allocation Failure) [PSYoungGen: 21408K->688K(21504K)] 813861K->793472K(828416K), 0.0126113 secs] [Times: user=0.03 sys=0.01, real=0.01 secs]
2021-03-11 18:24:02 INFO AbstractOperator:262 - Reconciliation #57326(timer) Kafka(sedstarhseblocverify-gr-ultra/kafka-cluster): reconciled
2021-03-11 18:26:00 INFO ClusterOperator:125 - Triggering periodic reconciliation for namespace sedstarhseblocverify-gr-ultra...
Beta Was this translation helpful? Give feedback.
All reactions