Thanks Tal, Do you about " UNABLE TO ACQUIRE LOCK ON LEVELDB" this problem why it may come.We have only one JVM and One Actor system with different persistence Actors having their own unique persistence id.
On Tuesday, June 28, 2016 at 4:03:43 PM UTC+5:30, Tal Pressman wrote: > > Hi, > > As far as I know, the LevelDB plugin is not intended for production, but > only for development. For a reliable solution you should use a different > backend (Cassandra, for example). > > Tal > > > On Tuesday, June 28, 2016 at 1:08:24 PM UTC+3, Vishal Singh wrote: >> >> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
