spark-instrumented-optimizer/core/src
Marcelo Vanzin a3e013391e [SPARK-28455][CORE] Avoid overflow when calculating executor timeout time
This would cause the timeout time to be negative, so executors would be
timed out immediately (instead of never).

I also tweaked a couple of log messages that could get pretty long when
lots of executors were active.

Added unit test (which failed without the fix).

Closes #25208 from vanzin/SPARK-28455.

Authored-by: Marcelo Vanzin <vanzin@cloudera.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
2019-07-22 14:31:58 -07:00
..
main [SPARK-28455][CORE] Avoid overflow when calculating executor timeout time 2019-07-22 14:31:58 -07:00
test [SPARK-28455][CORE] Avoid overflow when calculating executor timeout time 2019-07-22 14:31:58 -07:00