RE: [EXTERNAL]:Re: Cross data center HA cluster

2022-06-01 Thread Steigerwald, Aaron
latency which typically isn't what is found between data centers. to my initial scenario: >> Is anyone aware of a production deployment of an Artemis "cross data center" >> HA cluster? For example, a cluster spread across 3 data centers. Each data >> center contains

Re: Cross data center HA cluster

2022-05-26 Thread Iliya Grushevskiy
ters >>>>>> I think this was caused by two factors: duplicate id cache is >>>> consistent >>>>>> only in HA pair and message redistribution was on. >>>>>> Switching off redistribution (or as an option increasing delay) should >>>>>> fi

Re: Cross data center HA cluster

2022-05-26 Thread Justin Bertram
/activemq-artemis/pull/4066 > >>>> > >>>> Regards > >>>> Iliya Grushevskiy > >>>> > >>>> > >>>>> 26 мая 2022 г., в 07:46, Justin Bertram > >>>> написал(а): > >>>>> > &g

Re: Cross data center HA cluster

2022-05-26 Thread Илья Грушевский
;>> >>>>> I'm not aware of such a production deployment and I would be surprised >> if >>>>> there was one given that clustering was designed for local area >> networks >>>>> with low latency which typically isn't what is found between d

Re: Cross data center HA cluster

2022-05-26 Thread Justin Bertram
a production deployment and I would be surprised > if > >>> there was one given that clustering was designed for local area > networks > >>> with low latency which typically isn't what is found between data > >> centers. > >>> > >>> I recommen

Re: Cross data center HA cluster

2022-05-26 Thread Илья Грушевский
>>> with low latency which typically isn't what is found between data >> centers. >>> >>> I recommend you pursue your mirroring approach as that is what mirroring >>> was designed for (i.e. cross data-center disaster-recovery use-cases). >>> >

Re: Cross data center HA cluster

2022-05-26 Thread Justin Bertram
enters. > > > > I recommend you pursue your mirroring approach as that is what mirroring > > was designed for (i.e. cross data-center disaster-recovery use-cases). > > > > > > Justin > > > > On Wed, May 25, 2022 at 10:36 PM Steigerwald, Aaron > &

Re: [EXTERNAL]:Re: Cross data center HA cluster

2022-05-26 Thread Iliya Grushevskiy
es place between the > master/slave pairs on a LAN. > > Thank again, > > Aaron Steigerwald > > -Original Message- > From: Iliya Grushevskiy > Sent: Thursday, May 26, 2022 4:10 AM > To: users@activemq.apache.org > Subject: [EXTERNAL]:Re: Cross data center

Re: [EXTERNAL]:Re: Cross data center HA cluster

2022-05-26 Thread Илья Грушевский
rom: Iliya Grushevskiy > Sent: Thursday, May 26, 2022 4:10 AM > To: users@activemq.apache.org > Subject: [EXTERNAL]:Re: Cross data center HA cluster > > [CAUTION: This email originated from outside of the organization. Do not > click links or open attachments unless you recognize the sender

RE: [EXTERNAL]:Re: Cross data center HA cluster

2022-05-26 Thread Steigerwald, Aaron
10 AM To: users@activemq.apache.org Subject: [EXTERNAL]:Re: Cross data center HA cluster [CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.] Hi

Re: Cross data center HA cluster

2022-05-26 Thread Iliya Grushevskiy
r (i.e. cross data-center disaster-recovery use-cases). > > > Justin > > On Wed, May 25, 2022 at 10:36 PM Steigerwald, Aaron > wrote: > >> Hello, >> >> Is anyone aware of a production deployment of an Artemis "cross data >> center" HA cluster? F

Re: Cross data center HA cluster

2022-05-25 Thread Justin Bertram
mirroring was designed for (i.e. cross data-center disaster-recovery use-cases). Justin On Wed, May 25, 2022 at 10:36 PM Steigerwald, Aaron wrote: > Hello, > > Is anyone aware of a production deployment of an Artemis "cross data > center" HA cluster? For example, a clus

Cross data center HA cluster

2022-05-25 Thread Steigerwald, Aaron
Hello, Is anyone aware of a production deployment of an Artemis "cross data center" HA cluster? For example, a cluster spread across 3 data centers. Each data center contains a master/slave pair. I would like to know what kind of issues anyone has overcome with such a config