Change8
Error2 reports

Fix IllegalStateException

in ELK Stack

Solution

The IllegalStateException in these tests often arises from concurrent modifications to cluster metadata during serialization/deserialization. Correct the issue by ensuring proper synchronization and immutability when accessing or modifying cluster metadata, especially `PersistentTasksCustomMetadata` or similar structures. Consider using thread-safe data structures or explicit locking mechanisms to prevent concurrent access and modification.

Timeline

First reported:Jan 16, 2026
Last reported:Jan 16, 2026

Need More Help?

View the full changelog and migration guides for ELK Stack

View ELK Stack Changelog