[ 
https://issues.apache.org/jira/browse/SPARK-14779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-14779:
------------------------------
    Assignee: Bryan Cutler

> Incorrect log message in Worker while handling KillExecutor message
> -------------------------------------------------------------------
>
>                 Key: SPARK-14779
>                 URL: https://issues.apache.org/jira/browse/SPARK-14779
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Bryan Cutler
>            Assignee: Bryan Cutler
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> In o.a.s.deploy.worker.Worker.scala, when receiving a {{KillExecutor}} 
> message, if this comes from an invalid Master then a working will be logged 
> as ".. attempting to launch executor.."
> {noformat}
> logWarning("Invalid Master (" + masterUrl + ") attempted to launch executor " 
> + execId)
> {noformat}
> This looks to be mistakenly pasted, so should be changed from {{launch}} to 
> {{kill}} as it could be confusing if ending up in a log



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to