Hello,

I am trying out the new persistence module in 2.3-M2 and it works like a 
charm except for about every recovered message I am getting this in the log:

LocalActorRefProvider(akka://evsourd) - resolve of path sequence 
[/user/top#-228886491] failed

My understanding is that the recovery starts whenever an actor with the 
same path as the one logged in the journal is created (my system is 
strictly local). So I created this simple system for testing - one top 
actor named "top" and four workers, named "worker1", "worker2" etc. as 
top's children. The workers are processors, the top is not.  The workers 
receive persistent messages from the top. My understanding is that 
228886491 (the part that follows actor path) is its incarnation id. So why 
does the recovery look for the previous incarnation id? and if it does - 
how does it eventually correctly find workers? A bit confused, please help

Thanks
Vadim 

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to