Hi Guys,

I am using Akka Persistence in a business process where n number of 
entities are processing and each one in a different state at any moment, if 
system crashed then i am recovering using persistence. But sometimes i 
while restarting i am getting UNABLE TO ACQUIRE LOCK ON LEVELDB, to resolve 
it i have delete Journal folder then only it works. How to resolve it, is 
there any way to get out of it.

Here are the versions i am using

<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.11</artifactId>
<version>2.4.1</version>
</dependency>

 <dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence-experimental_2.11</artifactId>
<version>2.3.14</version>
</dependency>

Please let me know, is it fixed in later build of Akka and is Persistence 
is Production ready or not.

-- 
>>>>>>>>>>      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