Opened 5 years ago
Closed 5 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.
Note:
See TracTickets
for help on using tickets.
In 5847: