You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Lionel Cons (JIRA)" <ji...@apache.org> on 2013/10/16 08:09:42 UTC

[jira] [Created] (AMQ-4810) LevelDB store does not seem to garbage collect its files

Lionel Cons created AMQ-4810:
--------------------------------

             Summary: LevelDB store does not seem to garbage collect its files
                 Key: AMQ-4810
                 URL: https://issues.apache.org/jira/browse/AMQ-4810
             Project: ActiveMQ
          Issue Type: Bug
         Environment: activemq-5.9-20131011.032953-115
            Reporter: Lionel Cons


Trying the LevelDB store on a recent ActiveMQ 5.9 snapshot, it seems that the broker does not remove useless files.

I currently have a broker with no messages at all (all queues are empty and the TotalMessageCount is at 0) but plenty of LevelDB files:

# du -ks leveldb
1388380	leveldb
# find leveldb -type f | wc -l
2419

Maybe this is related to https://issues.apache.org/jira/browse/APLO-245?



--
This message was sent by Atlassian JIRA
(v6.1#6144)