RE: backup not activated after OOM on primary

2025-01-06 Thread Vilius Šumskas
Thank you! This is exactly what I wanted to know. -- Vilius -Original Message- From: Justin Bertram Sent: Monday, January 6, 2025 9:07 PM To: users@activemq.apache.org Subject: Re: backup not activated after OOM on primary I'm not aware of any broker-specific dangers of a

Re: backup not activated after OOM on primary

2025-01-06 Thread Justin Bertram
gt; -Original Message- > From: Justin Bertram > Sent: Thursday, January 2, 2025 3:42 AM > To: users@activemq.apache.org > Subject: Re: backup not activated after OOM on primary > > The caveat with adding +ExitOnOutOfMemoryError is that the JVM will now > exit when an OO

RE: backup not activated after OOM on primary

2025-01-01 Thread Vilius Šumskas
: Justin Bertram Sent: Thursday, January 2, 2025 3:42 AM To: users@activemq.apache.org Subject: Re: backup not activated after OOM on primary The caveat with adding +ExitOnOutOfMemoryError is that the JVM will now exit when an OOME occurs now rather than simply carrying on. Keep in mind that an OOME

Re: backup not activated after OOM on primary

2025-01-01 Thread Justin Bertram
any caveats adding +ExitOnOutOfMemoryError? Just wondering why > it's not in the default JAVA_ARGS in "artemis.profile". > > -- > Vilius > > -Original Message- > From: Justin Bertram > Sent: Wednesday, January 1, 2025 11:01 PM > To: users@activemq

RE: backup not activated after OOM on primary

2025-01-01 Thread Vilius Šumskas
Re: backup not activated after OOM on primary I think what you're seeing is expected. An OOME usually isn't enough to trigger the broker to fail completely and trigger a failover. As you can see, the broker continued to run after the OOME which means it was still holding the lock on the s

Re: backup not activated after OOM on primary

2025-01-01 Thread Justin Bertram
I think what you're seeing is expected. An OOME usually isn't enough to trigger the broker to fail completely and trigger a failover. As you can see, the broker continued to run after the OOME which means it was still holding the lock on the shared journal (preventing the backup from activating). I