aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2016-05-11 13:36:58 -0700
committerShixiong Zhu <shixiong@databricks.com>2016-05-11 13:36:58 -0700
commit40a949aae9c3040019a52482d091912a85b0f4d4 (patch)
tree78c59d6b281b0dfc2f1bbc3f60ecf179680493c9 /python
parent7ecd496884f6f126ab186b9ceaa861a571d6155c (diff)
downloadspark-40a949aae9c3040019a52482d091912a85b0f4d4.tar.gz
spark-40a949aae9c3040019a52482d091912a85b0f4d4.tar.bz2
spark-40a949aae9c3040019a52482d091912a85b0f4d4.zip
[SPARK-15262] Synchronize block manager / scheduler executor state
## What changes were proposed in this pull request? If an executor is still alive even after the scheduler has removed its metadata, we may receive a heartbeat from that executor and tell its block manager to reregister itself. If that happens, the block manager master will know about the executor, but the scheduler will not. That is a dangerous situation, because when the executor does get disconnected later, the scheduler will not ask the block manager to also remove metadata for that executor. Later, when we try to clean up an RDD or a broadcast variable, we may try to send a message to that executor, triggering an exception. ## How was this patch tested? Jenkins. Author: Andrew Or <andrew@databricks.com> Closes #13055 from andrewor14/block-manager-remove.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions