After update to Camunda 8.8 incidents doesnt export in Operate. In orchestration cluster logs i see this error:
[2025-10-25 12:16:03.833] [exporter-camundaexporter-p1-tasks-0] WARN
io.camunda.zeebe.broker.exporter.camundaexporter - Error occurred while performing a background task Incident update task; error message Failed to fetch incidents associated with post-export updates; it's possible they are simply not visible yet. Missing incident IDs: [[2251799814194183, 2251799814191647, 2251799815222703, 2251799815222360, 2251799815081558, 2251799815221197, 2251799814194908, 2251799816117502, 2251799815081464, 2251799815220986]]; operation will be retried
java.util.concurrent.CompletionException: io.camunda.zeebe.exporter.api.ExporterException: Failed to fetch incidents associated with post-export updates; it's possible they are simply not visible yet. Missing incident IDs: [[2251799814194183, 2251799814191647, 2251799815222703, 2251799815222360, 2251799815081558, 2251799815221197, 2251799814194908, 2251799816117502, 2251799815081464, 2251799815220986]]
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.thenApplyAsync(Unknown Source)
at java.base/java.util.concurrent.CompletableFuture.thenApplyAsync(Unknown Source)
at io.camunda.exporter.tasks.ReschedulingTask.run(ReschedulingTask.java:64)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: io.camunda.zeebe.exporter.api.ExporterException: Failed to fetch incidents associated with post-export updates; it's possible they are simply not visible yet. Missing incident IDs: [[2251799814194183, 2251799814191647, 2251799815222703, 2251799815222360, 2251799815081558, 2251799815221197, 2251799814194908, 2251799816117502, 2251799815081464, 2251799815220986]]
at io.camunda.exporter.tasks.incident.IncidentUpdateTask.getPendingIncidentsBatch(IncidentUpdateTask.java:642)
at io.camunda.exporter.tasks.incident.IncidentUpdateTask.processNextBatch(IncidentUpdateTask.java:134)
at io.camunda.exporter.tasks.incident.IncidentUpdateTask.execute(IncidentUpdateTask.java:93)
at io.camunda.exporter.tasks.ReschedulingTask.run(ReschedulingTask.java:53)