-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
38.0.0.Final, 38.0.1.Final, 39.0.0.Beta1
-
None
-
---
-
---
The resume() method in UndertowEventHandlerAdapterService is missing the synchronized keyword, creating a race condition with concurrent deployment events.
If a deployment event (e.g., onDeploymentStart or onDeploymentStop) occurs concurrently with server resume, the unsynchronized iteration can throw ConcurrentModificationException.
Nevertheless this is quite an uncommon scenario.
The solution is to get rid of synchronization and replace by concurrent collection.
- is incorporated by
-
WFLY-21244 mod_cluster uses deprecated org.jboss.as.server.suspend.ServerActivity
-
- Coding In Progress
-