-
Bug
-
Resolution: Done
-
Major
-
10.1.1.Final
-
None
-
DataGrid Sprint #39
The Server class keeps the protocol servers in a LinkedHashMap and updates the map from multiple threads, started with parallelStream(). Because LinkedHashMap is not synchronized, a server's entry may overwrite another server's entry, and the stop method won't stop the overwritten server.