I found the localhost directory's size is about 20GB >du -sh * 4.0K activemq-DC-TEST-1.pid 1.0M activemq.log 0 audit.log 89M kahadb 20G localhost
why the disk space is not freed by activemq? On Fri, Mar 28, 2014 at 5:41 PM, Li Li <fancye...@gmail.com> wrote: > I found this log: > 2014-03-28 17:37:38,918 | INFO | > Usage(default:temp:queue://TEST1:temp) percentUsage=99%, > usage=21500083502, limit=21474836480, > percentUsageMinDelta=1%;Parent:Usage(default:temp) percentUsage=100%, > usage=21500083502, limit=21474836480, percentUsageMinDelta=1%: Temp > Store is Full (99% of 21474836480). Stopping producer > (ID:linux85-58756-1395740018304-0:9:1:1) to prevent flooding > queue://TEST1. See > http://activemq.apache.org/producer-flow-control.html for more info > (blocking for: 5589s) | org.apache.activemq.broker.region.Queue | > ActiveMQ Transport: tcp:///172.19.34.85:49279@61616 > > I have sent many NON_PERSISTENT message and don't receive, then the > temp storage space is used up. Then I received all the messages. but > the disk is not freed. I still can't send message > I checked with hawtio that all the queues are empty > what's wrong with it?