Skip to content
Snippets Groups Projects
Commit 7098a996 authored by Andrea Burattin's avatar Andrea Burattin
Browse files

Sleep sleep

parent b928431e
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@ public abstract class StreamMiningAlgorithm<T extends Response> extends RichFlat
long value = 1;
if (processedEvents != null && processedEvents.value() != null) {
value = processedEvents.value() + 1;
}
processedEvents.update(value);
}
} catch (IOException e) {
// this exception would mean that there are serialization issues
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment