[ 
https://issues.apache.org/jira/browse/SPARK-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14103148#comment-14103148
 ] 

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

Created a Pull Request https://github.com/apache/spark/pull/2048

> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to