Hi Team
We could see the below error in one of zeebe logs where as this issue does not appear in other pods of zeebe.
Logs:
2024-05-13 03:34:46.807 [Broker-0] [zb-fs-workers-0] [Exporter-2] WARN
io.camunda.zeebe.broker.exporter.elasticsearch - Error on exporting record with key 4503599630758792
io.camunda.zeebe.exporter.ElasticsearchExporterException: Failed to put component template
at io.camunda.zeebe.exporter.ElasticsearchClient.putComponentTemplate(ElasticsearchClient.java:206) ~[zeebe-elasticsearch-exporter-8.3.0.jar:8.3.0]
at io.camunda.zeebe.exporter.ElasticsearchClient.putComponentTemplate(ElasticsearchClient.java:149) ~[zeebe-elasticsearch-exporter-8.3.0.jar:8.3.0]
Caused by: java.net.ConnectException: Connection refused
Other issue we have seen is the below error:
2024-05-13 07:57:05.156 [Broker-0] [zb-actors-1] [InterPartitionCommandReceiverActor-1] WARN
io.camunda.zeebe.broker.transport - Failed to write command MESSAGE_SUBSCRIPTION DELETE from 0 to logstream (error = FULL)
Also this issue is happening in load testing.
Looking for your views for the same.
Thanks