[GitHub] spark issue #21486: [SPARK-24387][Core] Heartbeat-timeout executor is added ...

2018-06-10 Thread lirui-apache
Github user lirui-apache commented on the issue: https://github.com/apache/spark/pull/21486 cc @vanzin @andrewor14 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail

[GitHub] spark issue #21486: [SPARK-24387][Core] Heartbeat-timeout executor is added ...

2018-06-08 Thread lirui-apache
Github user lirui-apache commented on the issue: https://github.com/apache/spark/pull/21486 Hi guys, any further comments? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands

[GitHub] spark pull request #21486: [SPARK-24387][Core] Heartbeat-timeout executor is...

2018-06-05 Thread lirui-apache
Github user lirui-apache commented on a diff in the pull request: https://github.com/apache/spark/pull/21486#discussion_r193044306 --- Diff: core/src/test/scala/org/apache/spark/HeartbeatReceiverSuite.scala --- @@ -207,6 +210,54 @@ class HeartbeatReceiverSuite assert

[GitHub] spark pull request #21486: [SPARK-24387][Core] Heartbeat-timeout executor is...

2018-06-03 Thread lirui-apache
Github user lirui-apache commented on a diff in the pull request: https://github.com/apache/spark/pull/21486#discussion_r192614888 --- Diff: core/src/main/scala/org/apache/spark/HeartbeatReceiver.scala --- @@ -197,14 +197,14 @@ private[spark] class HeartbeatReceiver(sc

[GitHub] spark pull request #21486: [SPARK-24387][Core] Heartbeat-timeout executor is...

2018-06-03 Thread lirui-apache
Github user lirui-apache commented on a diff in the pull request: https://github.com/apache/spark/pull/21486#discussion_r192614874 --- Diff: core/src/test/scala/org/apache/spark/HeartbeatReceiverSuite.scala --- @@ -207,6 +210,55 @@ class HeartbeatReceiverSuite assert

[GitHub] spark pull request #21486: [SPARK-24387][Core] Heartbeat-timeout executor is...

2018-06-03 Thread lirui-apache
Github user lirui-apache commented on a diff in the pull request: https://github.com/apache/spark/pull/21486#discussion_r192614878 --- Diff: core/src/test/scala/org/apache/spark/HeartbeatReceiverSuite.scala --- @@ -207,6 +210,55 @@ class HeartbeatReceiverSuite assert

[GitHub] spark pull request #21486: [SPARK-24387][Core] Heartbeat-timeout executor is...

2018-06-02 Thread lirui-apache
GitHub user lirui-apache opened a pull request: https://github.com/apache/spark/pull/21486 [SPARK-24387][Core] Heartbeat-timeout executor is added back and used again ## What changes were proposed in this pull request? When an executor's heartbeat is lost, we call