Still have the problem with Parent Actor's supervisorStratege couldn't 
catch the exception thrown by kid actor when the exception happend after 
long time processing in kid actor.

>From the Log, I can see
[INFO] [05/10/2016 02:03:52.301] [arachne-actor-system-akka.actor.default-
dispatcher-25] 
[akka://arachne-actor-system/user/user-main-actor/userSyncActor/$a/userpersist0/$a]
 
Message [akka.persistence.AtLeastOnceDelivery$Internal$RedeliveryTi
ck$] from Actor[akka://arachne-actor-system/deadLetters] to 
Actor[akka://arachne-actor-system/user/user-main-actor/userSyncActor/$a/userpersist0/$a#-1498951206]was
 
not delivered. [1] dead letters encountered.


Looks like the Parent Actor's SupervisorStratege will not monitor the kid 
actor's exception after certain time. 

How do I  configure to let Parent actor to have longer time for monitoring 
kid actor's exception.?

BTW, is this the siminar issue? https://github.com/akka/akka/issues/16629

Thanks,
Yan



-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to