Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.3.2
-
None
-
None
Description
Speculative Execution is a very good tool to avoid straggler tasks, but if we use Speculative Execution with some customized BatchWrite, if there are bugs in user implemented BatchWrite, it will produce wrong results.
So this ticket propose to add a config to add the ability to only enable speculative execution on non-data-writing tasks, which might be more safe.