spark git commit: [SPARK-5529] [CORE] Add expireDeadHosts in HeartbeatReceiver

2015-04-30 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 3bce87ebd - ec196ab1c [SPARK-5529] [CORE] Add expireDeadHosts in HeartbeatReceiver If a blockManager has not send heartBeat more than 120s, BlockManagerMasterActor will remove it. But coarseGrainedSchedulerBackend can only remove

spark git commit: [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiver

2015-02-26 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master fbc469473 - 18f209843 [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiver If a blockManager has not send heartBeat more than 120s, BlockManagerMasterActor will remove it. But coarseGrainedSchedulerBackend can only remove executor