mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@691665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d261ffd9e9
commit
c2fbfa9f2a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue