Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In one ExecutionJobVertex, when a configurable percentage of executions has been finished, the speculative execution thread begin really work.

Long Running Time

All In speculative execution thread all executions' interval between the current time and it first create/deploying time before it failover in one ExecutionJobVertex are calculated. when the running time of a execution is greater than a configurable multiple of the median of the running time of other finished executions, this execution is defined as long tail execution.

Slow Processing Throughput

todo..

The primary characteristic of long tail tasks is that their processing throughput are much slower than the expected or than other normal tasks.

todo..

Scheduling of Speculative Executions

...