Opened 4 years ago

Closed 4 years ago

#1226 closed defect (fixed)

More thread deadlocks

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v4.26
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

I got another thread deadlock similar to #1203. It is still in the Reggie.reloadConfig() method when trying to call Registry.registerEventHander(). Since the configuration has been reloaded I think it should be safe to move the registration outside of the synchronized part of the code.

Change History (1)

comment:1 by Nicklas Nordborg, 4 years ago

Resolution: fixed
Status: newclosed

In 5847:

Fixes #1226: More thread deadlocks

I hope this can fix the deadlock.

Note: See TracTickets for help on using tickets.