1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 10:55:33 +02:00

[439545][dstore] potential deadlock on senders during shutdown

This commit is contained in:
Dave McKnight 2014-07-14 12:40:24 -04:00
parent 563d58c355
commit c2d036c864
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
* David McKnight (IBM) - [378136] [dstore] miner.finish is stuck
* David McKnight (IBM) - [388472] [dstore] need alternative option for getting at server hostname
* David McKnight (IBM) - [390681] [dstore] need to merge differences between HEAD stream and 3.2 in ConnectionEstablisher.finished()
* David McKnight (IBM) [439545][dstore] potential deadlock on senders during shutdown
* David McKnight (IBM) [439545][dstore] potential deadlock on senders during shutdown
*******************************************************************************/
package org.eclipse.dstore.core.server;

View file

@ -18,7 +18,7 @@
* David McKnight (IBM) - [358301] [DSTORE] Hang during debug source look up
* David McKnight (IBM) [388873][dstore] ServerUpdateHandler _senders list should be synchronized
* David McKnight (IBM) [404082][dstore] race condition on finish, removing senders
* David McKnight (IBM) [439545][dstore] potential deadlock on senders during shutdown
* David McKnight (IBM) [439545][dstore] potential deadlock on senders during shutdown
*******************************************************************************/
package org.eclipse.dstore.internal.core.server;