1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[228156] [dstore] DataElementRemover thread doesn't terminate after a client disconnects the server

This commit is contained in:
David McKnight 2008-04-22 11:47:40 +00:00
parent e8ea74bdf4
commit a27a921331

View file

@ -21,6 +21,7 @@
* David McKnight (IBM) [224906] [dstore] changes for getting properties and doing exit due to single-process capability
* David McKnight (IBM) - [225507][api][breaking] RSE dstore API leaks non-API types
* David McKnight (IBM) - [227881] [dstore][threaded] There is no chance to set client object for getUserPreferencesDirectory()
* Norikai Takatsu (IBM) - [228156] [dstore] DataElementRemover thread doesn't terminate after a client disconnects the server
*******************************************************************************/
package org.eclipse.dstore.core.model;
@ -4081,6 +4082,7 @@ public final class DataStore
//if (isVirtual())
// flush();
_deRemover.finish();
if (_tracingOn)
{