[
https://issues.apache.org/jira/browse/SPARK-36584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
胡振宇 updated SPARK-36584:
------------------------
Description:
When driver broadcast object, it will send the
[SparkListenerBlockUpdated|#L228] event. [ExecutorMonitor#onBlockUpdated|#L380]
receives and handles the event, in this method, it calls
[ensureExecutorIsTracked|#L489] to put driver in `executors` variable, but in
my understanding, `ExecutorMonitor` should only monitor Executor, not Driver.
Moreover, adding a `driver` to the `executors` will affect the calculation of
[ExecutorAllocationManager#removeExecutors|#L552]], and the driver will occupy
the count of `executors`
was:
When driver broadcast object, it will send the
[SparkListenerBlockUpdated|#L228] event.
[ExecutorMonitor#onBlockUpdated|#L380]] receives and handles the event, in this
method, it calls [ensureExecutorIsTracked|#L489] to put driver in `executors`
variable, but in my understanding, `ExecutorMonitor` should only monitor
Executor, not Driver. Moreover, adding a `driver` to the `executors` will
affect the calculation of [ExecutorAllocationManager#removeExecutors|#L552]],
and the driver will occupy the count of `executors`
> ExecutorMonitor#onBlockUpdated will receive event from driver
> -------------------------------------------------------------
>
> Key: SPARK-36584
> URL: https://issues.apache.org/jira/browse/SPARK-36584
> Project: Spark
> Issue Type: Bug
> Components: Spark Core
> Affects Versions: 3.1.2
> Environment: Spark 3.1.2
> Reporter: 胡振宇
> Priority: Major
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> When driver broadcast object, it will send the
> [SparkListenerBlockUpdated|#L228] event.
> [ExecutorMonitor#onBlockUpdated|#L380] receives and handles the event, in
> this method, it calls [ensureExecutorIsTracked|#L489] to put driver in
> `executors` variable, but in my understanding, `ExecutorMonitor` should only
> monitor Executor, not Driver. Moreover, adding a `driver` to the `executors`
> will affect the calculation of
> [ExecutorAllocationManager#removeExecutors|#L552]], and the driver will
> occupy the count of `executors`
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]