fix oom cause missing data bug (#163)

Signed-off-by: marsishandsome <marsishandsome@gmail.com>
This commit is contained in:
Liangliang Gu 2021-04-12 10:28:20 +08:00 committed by GitHub
parent 19787278c1
commit 8d6d663df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ public abstract class DAGIterator<T>
+ " tasks not executed due to",
e);
// Rethrow to upper levels
eof = true;
throw new RegionTaskException("Handle region task failed:", e);
}
}