mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
[232004] [dstore][multithread] some miner finish() is not terminated sometimes
This commit is contained in:
parent
18e39b2329
commit
74c5993c32
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
* Noriaki Takatsu (IBM) [229146] [multithread] changes to stop Miner threads when clients disconnect
|
||||
* David McKnight (IBM) - [226561] [apidoc] Add API markup to RSE Javadocs where extend / implement is allowed
|
||||
* Martin Oberhuber (Wind River) - [199854][api] Improve error reporting for archive handlers
|
||||
* David McKnight (IBM) - [232004] [dstore][multithread] some miner finish() is not terminated sometimes
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.dstore.core.miners;
|
||||
|
@ -223,7 +224,6 @@ implements ISchemaExtender
|
|||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
waitForInput();
|
||||
}
|
||||
|
||||
public final void requestCommand(DataElement command)
|
||||
|
|
Loading…
Add table
Reference in a new issue