You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Isaias Barroso (JIRA)" <ji...@apache.org> on 2014/08/19 03:56:18 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=14101703#comment-14101703 ] 

Isaias Barroso commented on SPARK-2312:
---------------------------------------

Hi Kam,

I can fix that issue.


> 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