Re: Shared File System Master Slave

2018-04-09 Thread Tim Bain
Yes, that information is applicable and gives a good overview of the internals of KahaDB. Tim On Mon, Apr 9, 2018, 1:29 AM norinos wrote: > I found the following site. Is this helpful for me? > >

Re: Shared File System Master Slave

2018-04-09 Thread norinos
Hi Tim ! thanks a lot. > The documentation you linked to is for the AMQ message store, not the > KahaDB message store. So if you're using KahaDB as you say, then the page > you linked to is irrelevant. I finally understood that AMQ and KahaDB are different. > KahaDB behaves as I described.

Re: Shared File System Master Slave

2018-04-08 Thread Tim Bain
The documentation you linked to is for the AMQ message store, not the KahaDB message store. So if you're using KahaDB as you say, then the page you linked to is irrelevant. KahaDB behaves as I described. You only risk losing messages that have not yet been accepted (i.e. you don't risk losing

Re: Shared File System Master Slave

2018-04-08 Thread norinos
As you say, I'm using KahaDB. > You asked whether subscriptions would be on the new master, and the answer > depends on whether the subscription was durable. If it was a durable > subscription, the subscription information is persisted and the > subscription will be in the same state on the

Re: Shared File System Master Slave

2018-04-06 Thread Tim Bain
The AMQ store is not widely used these days. You'll probably be using the KahaDB store: activemq.apache.org/kahadb.html As you said, if there is any content that has not been flushed to disk, it will be lost when the master goes down. However, unless you've manually set enableJournalDiskSyncs to

Re: Shared File System Master/Slave with DRBD

2014-05-01 Thread Mark Anderson
Greg, Thanks for the reply. I just wanted to confirm a couple of things. 1) The NFS requirement is so that DRBD can be used in Primary/Primary mode as the file system needs to be writeable from both nodes? 2) With NFS I would also need to use Pacemaker to make the NFS server HA? 3) Is the NFS

Re: SHARED FILE SYSTEM MASTER/SLAVE (newb)

2013-01-08 Thread Johan Edstrom
The slave is a standby that will once it can lock the journal reverse the roles, so the downed node once it is up will start looking for the lock. On Jan 8, 2013, at 9:38 AM, pico denis.pique...@londonlife.com wrote: configured 2 brokers using the shared file syntax However, the slave

Re: Shared File System Master Slave Tips?

2007-05-31 Thread Mario Siegenthaler
We've tried it on NFS on linux and it didn't work (some locking issue with java and nfs). However it worked with windows shares, but we're not using it because we run linux boxes. Mario On 5/31/07, Michael Slattery [EMAIL PROTECTED] wrote: Hello List! I'm interested in putting together the

Re: Shared File System Master Slave with OCFS

2007-05-21 Thread James Strachan
On 5/19/07, Christopher G. Stach II [EMAIL PROTECTED] wrote: James Strachan wrote: Thanks for the heads up! :) I guess we could make the locking strategy pluggable we could have some implementation call the fcntl locking. e.g. maybe using Jtux http://www.basepath.com/aup/jtux/ Even

Re: Shared File System Master Slave with OCFS

2007-05-19 Thread Christopher G. Stach II
James Strachan wrote: Thanks for the heads up! :) I guess we could make the locking strategy pluggable we could have some implementation call the fcntl locking. e.g. maybe using Jtux http://www.basepath.com/aup/jtux/ Even though one could achieve this, I don't know what the benefit

Re: Shared File System Master Slave with OCFS

2007-05-19 Thread Christopher G. Stach II
Christopher G. Stach II wrote: James Strachan wrote: Thanks for the heads up! :) I guess we could make the locking strategy pluggable we could have some implementation call the fcntl locking. e.g. maybe using Jtux http://www.basepath.com/aup/jtux/ Even though one could achieve this, I

Re: Shared File System Master Slave with OCFS

2007-05-18 Thread James Strachan
On 5/18/07, James Strachan [EMAIL PROTECTED] wrote: On 5/17/07, felipera [EMAIL PROTECTED] wrote: Hi everyone, I am trying to setup two MQ Servers (4.1.1), sharing the same data directory (I tried Derby and Kaha), on top of OCFS, but the locking doesn't seem to be working. It works fine

Re: Shared File System Master Slave with OCFS

2007-05-18 Thread James Strachan
On 5/17/07, felipera [EMAIL PROTECTED] wrote: Hi everyone, I am trying to setup two MQ Servers (4.1.1), sharing the same data directory (I tried Derby and Kaha), on top of OCFS, but the locking doesn't seem to be working. It works fine when both MQs are running on the same server (still using

Re: Shared File System Master Slave with OCFS

2007-05-18 Thread Christopher G. Stach II
James Strachan wrote: On 5/18/07, James Strachan [EMAIL PROTECTED] wrote: On 5/17/07, felipera [EMAIL PROTECTED] wrote: Hi everyone, I am trying to setup two MQ Servers (4.1.1), sharing the same data directory (I tried Derby and Kaha), on top of OCFS, but the locking doesn't seem to be

Re: Shared File System Master Slave with OCFS

2007-05-18 Thread James Strachan
On 5/18/07, Christopher G. Stach II [EMAIL PROTECTED] wrote: James Strachan wrote: On 5/18/07, James Strachan [EMAIL PROTECTED] wrote: On 5/17/07, felipera [EMAIL PROTECTED] wrote: Hi everyone, I am trying to setup two MQ Servers (4.1.1), sharing the same data directory (I tried Derby

Re: Re: Shared File System Master Slave with Windows

2007-04-10 Thread Dingwen Yuan
File System Master Slave with Windows On 4/3/07, pdvyuan [EMAIL PROTECTED] wrote: Hi all, Can I use a shared windows file system to achieve Shared File System Master Slave? I have made some tests, but occasionally some error would occur. I made the test under 2 instances of activemq-4.2