You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/04/21 01:25:25 UTC

[jira] [Assigned] (SPARK-14779) Incorrect log message in Worker while handling KillExecutor message

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

Apache Spark reassigned SPARK-14779:
------------------------------------

    Assignee: Apache Spark

> 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: Apache Spark
>            Priority: Trivial
>
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org