Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
Description
Accumulators.localAccums is cleared at the beginning of a task, and not at the end.
This means that any locally accumulated values hang around until another task is run on that thread.
If for some reason, the thread dies, said values hang around indefinitely.
This is really only a big issue with very large accumulators.