Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

2021-10-29 Thread Clebert Suconic
The critical analyzer is used to protected against dead locks. if you have a box that's not acting as fast for any other reason, I suggest you turn it off. (Use Log instead of HALT on the Critical Analyzer options). On Wed, Oct 27, 2021 at 11:09 AM Eric Kaplan wrote: > > I am seeing this as well

Re: Artemis 2.18.0 is filling all the disc with oldreplica files

2021-10-29 Thread Saulo Carvalho
Thanks for your help Gary. My test was something like this: We have a primary and a replica with Artemis. I started an app producing messages on Artemis. When we got something around 30k messages and without stop producing we killed the replica and the primary started to create oldreplica files u

Re: Artemis 2.18.0 is filling all the disc with oldreplica files

2021-10-29 Thread Gary Tully
if there is some change of behaviour between 17 and 18 then raise an issue. I can only think that maybe compaction is in play on the primary and for some reason not on the replica, but the set of in use journals should be matched. if there was a way to easily reproduce in a test case that wold be a