Re: [akka-user] Unable to acquire lock on levelDB when persistence is deployed in a akka cluster

2014-05-16 Thread Martin Krasser
On 16.05.14 09:04, Raymond Tay wrote: Hi Martin, Thank you for the guide. Am testing it out with the HBase plugin you wrote this was written by Konrad. as well as the shared levelDB journaling plugin. Have fun! Will post updates soon. On Friday, May 16, 2014 2:53:45 PM UTC+8, Martin

Re: [akka-user] Unable to acquire lock on levelDB when persistence is deployed in a akka cluster

2014-05-16 Thread Raymond Tay
Hi Martin, Thank you for the guide. Am testing it out with the HBase plugin you wrote as well as the shared levelDB journaling plugin. Will post updates soon. On Friday, May 16, 2014 2:53:45 PM UTC+8, Martin Krasser wrote: > > Hi Raymond, > > seems that two processes/JVMs access the same journ

Re: [akka-user] Unable to acquire lock on levelDB when persistence is deployed in a akka cluster

2014-05-15 Thread Martin Krasser
Hi Raymond, seems that two processes/JVMs access the same journal files on disk, which is not allowed. Either use one of the distributed journals (see Akka community projects) or use a shared LevelDB journal fo

[akka-user] Unable to acquire lock on levelDB when persistence is deployed in a akka cluster

2014-05-15 Thread Raymond Tay
Hi akka devs, I have a scenario where a `akka-cluster-2.3.2` is running `akka-persistence-2.3.2` and 2 nodes participate. Next, we create two _distinct_ sets of (processor, view, actor, channel) to represent two domain objects in our application. Next, we have the two data sets write stuff to