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 2014/10/31 00:22:34 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14191020#comment-14191020 ] 

Apache Spark commented on SPARK-2312:
-------------------------------------

User 'davies' has created a pull request for this issue:
https://github.com/apache/spark/pull/3027

> 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
>            Assignee: Isaias Barroso
>            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.3.4#6332)

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