/[Apache-SVN]
ViewVC logotype

Revision 379717


Jump to revision: Previous Next
Author: aco
Date: Wed Feb 22 07:13:27 2006 UTC (18 years, 8 months ago)
Changed paths: 1
Log Message:
Move the shutting down of the reconnectTask outside the reconnectMutex. The shutdown task may block indefinitely, while waiting for some other threads to finish iterating through the task. If the iterating thread needs to obtain the reconnectMutex (i.e. in doConnect), it won't be able to, since the shutdown task is still holding on to the lock causing a deadlock.

Changed paths

Path Details
Directoryincubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/fanout/FanoutTransport.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26