Thanks Patrik. I am yet to test this. I was suspecting if the entries made 
to journal or snapshot could be encoded with node-specific data. 

On second thought, since persistence also stores journals to other shared 
databases like Cassandra, there is no reason why this should have issues 
with default persistence using LevelDB

Anyway, I will test this and provide the full verification details

Regards
Muthu


On Tuesday, 22 September 2015 13:13:17 UTC+5:30, Patrik Nordwall wrote:
>
>
>
> On Fri, Sep 18, 2015 at 11:59 AM, Muthukumaran Kothandaraman <
> muthu....@gmail.com <javascript:>> wrote:
>
>> Following are the aspects of my usage
>>
>> - Using same app code which uses same akka version and its dependencies 
>> on more than 1 node
>> - All nodes are symmetric and use their individual disks to persist their 
>> own snapshots and journals (default LevelDB persistence is used)
>>
>>
>> Query 
>> - When I add a new node, can I copy journals and snapshots from one of 
>> existing node into the new node and start my app ? 
>> - Would the new app instance in new node be able to recover from the copy 
>> of snapshots / journals copied as above ? There is absolutely no change in 
>> my code / versions of artifacts etc.
>>
>> My current usecase is like this - I get a bunch of snapshot and journal 
>> files from production-environment in context of some reported bugs. So, I 
>> am trying use those in my dev-environment to reproduce or troubleshoot the 
>> issue
>>
>
> That should work. Have you seen anything indicating that it doesn't?
> Regards,
> Patrik
>  
>
>>
>>
>> Regards
>> Muthu
>>
>> -- 
>> >>>>>>>>>> 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+...@googlegroups.com <javascript:>.
>> To post to this group, send email to akka...@googlegroups.com 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
>
> Patrik Nordwall
> Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
> Twitter: @patriknw
>
>

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to