mirror of https://github.com/tikv/client-java.git
fix oom cause missing data bug (#163)
Signed-off-by: marsishandsome <marsishandsome@gmail.com>
This commit is contained in:
parent
19787278c1
commit
8d6d663df8
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue