git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@691665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2008-09-03 16:28:47 +00:00
parent d261ffd9e9
commit c2fbfa9f2a
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ public class AsyncDataManager {
throws IOException {
accessorPool.disposeDataFileAccessors(dataFile);
fileByFileMap.remove(dataFile.getFile());
fileMap.remove(dataFile.getFile());
storeSize.addAndGet(-dataFile.getLength());
dataFile.unlink();
if (archiveDataLogs) {