-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR8
-
None
https://github.com/wildfly/wildfly-core/blob/master/network/src/main/java/org/jboss/as/network/ManagedServerSocketBinding.java#L86
https://github.com/wildfly/wildfly-core/blob/master/protocol/src/main/java/org/jboss/as/protocol/GeneralTimeoutHandler.java#L47
Volatile fields are not synchronized on update.
I think AtomicLong could be used instead of volatile long or update should be synchronized.
- is cloned by
-
WFCORE-2112 Non atomic update of volatile fields in ManagedServerSocketBinding and GeneralTimeoutHandler
- Resolved
- is incorporated by
-
JBEAP-7572 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha17
- Closed