mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-27 02:45:32 +02:00
[439545][dstore] potential deadlock on senders during shutdown
This commit is contained in:
parent
563d58c355
commit
c2d036c864
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue