Skip to content

Commit

Permalink
sumarize result - recompute task..
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 29, 2016
1 parent 890a426 commit 735427e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -360,6 +360,7 @@ private void processRequest(ProcessingRequest request, Task workerTask, Operatio

// parentResult is worker-thread-specific result (because of concurrency issues)
// or parentResult as obtained in handle(..) method in single-thread scenario
result.summarize();
parentResult.summarize();

synchronized (coordinatorTask) {
Expand Down

0 comments on commit 735427e

Please sign in to comment.