duanshilong created SPARK-54546:
-----------------------------------
Summary: Use port instead of hostPort
Key: SPARK-54546
URL: https://issues.apache.org/jira/browse/SPARK-54546
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 4.0.0
Reporter: duanshilong
Rename hostPort to host because executorIdToHost stores only the hostname (or
IP), not the host:port combination. This improves code clarity and prevents
potential misuse.
{code:scala}
executorIdToHost(o.executorId) = o.host
{code}
so, when we get host from executorIdToHost, we should us host instead of
hostPort.
{code:scala}
val hostPort = executorIdToHost(executorId)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]