* Recovers records.
*/
private void resetRunning() {
RequestContext context = RequestContext.extract(null);
try {
HjResetRunningRequest recover = new HjResetRunningRequest(context);
recover.execute();
if (taskQueue!=null) {
taskQueue.notifyChange();
}
} catch (SQLException ex) {
LOGGER.log(Level.SEVERE, "[SYNCHRONIZER] Error recovering from the previous failout", ex);