You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2014/08/17 02:04:18 UTC

[jira] [Updated] (SPARK-2312) Spark Actors do not handle unknown messages in their receive methods

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

Josh Rosen updated SPARK-2312:
------------------------------

    Labels: starter  (was: )

> Spark Actors do not handle unknown messages in their receive methods
> --------------------------------------------------------------------
>
>                 Key: SPARK-2312
>                 URL: https://issues.apache.org/jira/browse/SPARK-2312
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Kam Kasravi
>            Priority: Minor
>              Labels: starter
>             Fix For: 1.1.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Per akka documentation - an actor should provide a pattern match for all messages including _ otherwise akka.actor.UnhandledMessage will be propagated. 
> Noted actors:
> MapOutputTrackerMasterActor, ClientActor, Master, Worker...
> Should minimally do a 
> logWarning(s"Received unexpected actor system event: $_") so message info is logged in correct actor.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org