Re: Kahadb log files increase until reaches its limit

2022-10-11 Thread Mark Johnson
Hi Rafael, Our testing has shown that multi does use more resources for the same throughput; more cpu, ram and storage, but not significantly more unless you are already at the limit. We have configured one-kaha-per-queue so it does improve the storage reclaim when for whatever reason the reclaim

Re: Kahadb log files increase until reaches its limit

2022-10-05 Thread Rafael Pimenta
After a while of using the ActiveMQ with mKahadb it crashes with the following errors: 2022-10-05 14:14:06,735 | WARN | Error subscribing to /DvxSrv/12/Mine/Sampling | org.apache.activemq.transport.mqtt.strategy.AbstractMQTTSubscriptionStrategy | ActiveMQ Transport: tcp:///10.26.163.157:40380@188

Re: Kahadb log files increase until reaches its limit

2022-10-05 Thread Rafael Pimenta
As suggested by Mark Johnson I'm evaluating a multi-kahadb setup: But, after that, I'm facing the following warning: 2022-10-04 18:05:23,555 | WAR

RE: Kahadb log files increase until reaches its limit

2022-10-03 Thread Mark Johnson
Hi Rafael, Building on the reply from Marco, we have experienced the same issue with queues and are evaluating a multi kahadb set up of a kahadb per queue. Obviously this does increase the total number of files but so far we have not seen any significant increase in total storage compared to a sin

Re: Kahadb log files increase until reaches its limit

2022-10-03 Thread Rafael Pimenta
Hello Marco, First of All, Thanks for your reply and detailed explanation. To avoid increasing the KahaDB with DLQ queues, we disable the DLQ, so expired messages will be discarded automatically: Because of that configuration, I assume that the problems fall on durable topics. As we know th

Re: Kahadb log files increase until reaches its limit

2022-10-02 Thread Marco Bettiol
Hi Rafael, I’m just an ActiveMQ classic user. I will report the behavior of ActiveMQ I experienced. As far as I know the ActiveMQ classic journal is composed of append only files. Each file should be by default 32MB in size (this can be changed, I think is controlled by journalLogFileSize) A jour

RE: Kahadb log files.

2018-01-10 Thread shoaibraza134
I would add that if you have a maintenance window available - a v. low traffic time of day or week - where there are typically no persisted messages, it is going to be least disruptive to use that time window to perform an upgrade. Copying across the store might not be necessary, in which case you

Re: KahaDB log files not getting cleaned up -- Why?

2013-12-13 Thread Timothy Bish
On 12/13/2013 01:02 PM, Andy Boothe [WCG] wrote: Timothy, Thank you for the quick response! I had read that, but didn't see anything useful in it. Having re-read it, I realize that my DLQs (which contain 100k messages) were a likely suspect in keeping the log files "live." I cleared the DLQs, a

Re: KahaDB log files not getting cleaned up -- Why?

2013-12-13 Thread Andy Boothe [WCG]
Timothy, Thank you for the quick response! I had read that, but didn't see anything useful in it. Having re-read it, I realize that my DLQs (which contain 100k messages) were a likely suspect in keeping the log files "live." I cleared the DLQs, and ActiveMQ diligently deleted most of the log file

Re: KahaDB log files not getting cleaned up -- Why?

2013-12-13 Thread Timothy Bish
On 12/13/2013 11:27 AM, Andy Boothe [WCG] wrote: Hello, I have an ActiveMQ instance that has been running nicely for a couple of months, but doesn't seem to clean up its KahaDB logs like I expect it to. (More specifically, I expect to have like 1 log file, but in reality I have ~1500 log file

RE: Kahadb log files.

2013-02-15 Thread shaun.t.erickson
, February 15, 2013 2:04 PM > To: users@activemq.apache.org > Subject: RE: Kahadb log files. > > Shaun, > > We are having similar issues. Did you ultimately delete the old log files? > Or were you able to somehow close the loop on the old transactions. > > After running f

RE: Kahadb log files.

2013-02-15 Thread javatestcase
Shaun, We are having similar issues. Did you ultimately delete the old log files? Or were you able to somehow close the loop on the old transactions. After running for 3 months, we have 3 old logs that won't die on one of our servers Thanks Bill -- View this message in context: http:/

RE: Kahadb log files.

2012-06-12 Thread shaun.t.erickson
Forgive me, but having read this, I'll certainly turn on the trace logging and investigate, but this document doesn't really say anything about what to actually DO about them, once you've figured out why they are still around. Is there more I should be reading? -ste -Original Message-

RE: Kahadb log files.

2012-06-12 Thread shaun.t.erickson
Thanks, Gary. I'll do that. -Original Message- From: Gary Tully [mailto:gary.tu...@gmail.com] have a read of: http://activemq.apache.org/why-do-kahadb-log-files-remain-after-cleanup.html and try out the trace level logging On 12 June 2012 16:16, wrote: > We have many files like this, u

Re: Kahadb log files.

2012-06-12 Thread Gary Tully
have a read of: http://activemq.apache.org/why-do-kahadb-log-files-remain-after-cleanup.html and try out the trace level logging On 12 June 2012 16:16, wrote: > We have many files like this, under the kahadb directory: > > -rw-r--r-- 1 activemq activemq 33560615 Jun  5 19:03 db-545.log > > My co