
|
If you were logged in you would be able to see more operations.
|
|
The FederatedServiceManager class currently uses a static map to store FederatedService instances. As this is mutable state shared for all accesses, it needs to be thread safe, but it's not.
|
|
Fixed in revision 11415, use ConcurrentHashMap
|
|