GitHub user nongli opened a pull request:
https://github.com/apache/spark/pull/10365
[SPARK-12411] [CORE] Decrease executor heartbeat timeout to match heartbeat
interval
Previously, the rpc timeout was the default network timeout, which is the
same value
the driver uses to determine dead executors. This means if there is a
network issue,
the executor is determined dead after one heartbeat attempt. There is a
separate config
for the heartbeat interval which is a better value to use for the heartbeat
RPC. With
this change, the executor will make multiple heartbeat attempts even with
RPC issues.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nongli/spark spark-12411
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10365.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10365
----
commit c89948134cceeb7a0ec9e91f7653ca3723c49c02
Author: Nong Li <[email protected]>
Date: 2015-12-17T21:45:29Z
[SPARK-12411] [CORE] Decrease executor heartbeat timeout to match heartbeat
interval.
Previously, the rpc timeout was the default network timeout, which is the
same value
the driver uses to determine dead executors. This means if there is a
network issue,
the executor is determined dead after one heartbeat attempt. There is a
separate config
for the heartbeat interval which is a better value to use for the heartbeat
RPC. With
this change, the executor will make multiple heartbeat attempts even with
RPC issues.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]