Re: Garbage Collection in LevelDB

2014-10-28 Thread Kevin Burton
It looks like, in our app, that the logs are never removed. It's confusing as I would expect a full gc of the db to expire the log files but it's not happening On Oct 28, 2014 7:37 AM, "khandelwalanuj" wrote: > Hi, > > I am using levelDB with ActiveMQ 5.10. I want to understand when data logs >

Garbage Collection in LevelDB

2014-10-28 Thread khandelwalanuj
Hi, I am using levelDB with ActiveMQ 5.10. I want to understand when data logs are deleted for consumed messages. What I understand: In kahadb: It checks periodically for garbage collection files. In levelDB: It does at the end of compaction and recovery So how does compaction happens in lev

Multiple LevelDB instances

2014-10-28 Thread khandelwalanuj
Hi, I am using ActiveMQ-5.10. I want to use level-DB instead of Kahadb as persistent adapter. Currently I am using multikahadb to store data for different destinations in different directories. I checked and found that there is no support in levelDB to split-up data directories for separate dest

Re: Not abortable slow consumers / stopped processing of messages in a queue

2014-10-28 Thread Marek Dominiak
Hi Tim, Thank you for your input and sharing your experience and knowledge. tbain98 wrote > 1. In my limited experience with slow consumer abort strategies (using > the > SlowConsumerAbortStrategy, not the SlowAckConsumerAbortStrategy), I've > observed that a client will continue processing the