Open
Description
Elasticsearch Version
9.1
Installed Plugins
No response
Java Version
bundled
OS Version
Problem Description
This error occurs:
java.util.ConcurrentModificationException
at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1096)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1050)
at [email protected]/org.elasticsearch.action.admin.cluster.stats.VersionStats.of(VersionStats.java:53)
at [email protected]/org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.lambda$newResponseAsync$0(TransportClusterStatsAction.java:209)
at [email protected]/org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:105)
at [email protected]/org.elasticsearch.action.support.SubscribableListener$SuccessResult.complete(SubscribableListener.java:401)
at [email protected]/org.elasticsearch.action.support.SubscribableListener.tryComplete(SubscribableListener.java:321)
at [email protected]/org.elasticsearch.action.support.SubscribableListener.addListener(SubscribableListener.java:217)
at [email protected]/org.elasticsearch.action.support.SubscribableListener.addListener(SubscribableListener.java:175)
at [email protected]/org.elasticsearch.action.support.SubscribableListener.lambda$andThenApply$2(SubscribableListener.java:535)
at [email protected]/org.elasticsearch.action.ActionListener.run(ActionListener.java:465)
at [email protected]/org.elasticsearch.action.support.SubscribableListener.newForked(SubscribableListener.java:133)
at [email protected]/org.elasticsearch.action.support.SubscribableListener.andThenApply(SubscribableListener.java:535)
at [email protected]/org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.newResponseAsync(TransportClusterStatsAction.java:186)
at [email protected]/org.elasticsearch.action.admin.cluster.stats.TransportClusterStatsAction.newResponseAsync(TransportClusterStatsAction.java:82)
at [email protected]/org.elasticsearch.action.support.nodes.TransportNodesAction$1.lambda$onCompletion$4(TransportNodesAction.java:167)
at [email protected]/org.elasticsearch.action.support.nodes.TransportNodesAction.lambda$doExecute$0(TransportNodesAction.java:179)
at [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:261)
at [email protected]/org.elasticsearch.action.support.ThreadedActionListener$1.doRun(ThreadedActionListener.java:40)
at [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:1044)
at [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:27)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1095)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:619)
at java.base/java.lang.Thread.run(Thread.java:1447)
Steps to Reproduce
unclear
Logs (if relevant)
No response