Terracotta-OSS / terracotta-platform

http://terracotta.org
Apache License 2.0
32 stars 48 forks source link

Several lock fixes or simplifications #1036

Closed mathieucarbou closed 3 years ago

mathieucarbou commented 3 years ago

@GaryWKeim found another deadlock caused by an exclusive lock placed in SingleThreadedNomadServer (since this class was initially created) while a concurrent call to diagnostic port is happening.

So I did a review of the other synchronized and lock usages in DC to fix / simplify them.