mirror of https://github.com/apache/activemq.git
further adendum to https://issues.apache.org/activemq/browse/AMQ-1926
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@691692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c2fbfa9f2a
commit
fc97af1456
|
@ -468,7 +468,7 @@ public class AsyncDataManager {
|
|||
throws IOException {
|
||||
accessorPool.disposeDataFileAccessors(dataFile);
|
||||
fileByFileMap.remove(dataFile.getFile());
|
||||
fileMap.remove(dataFile.getFile());
|
||||
fileMap.remove(dataFile.getDataFileId());
|
||||
storeSize.addAndGet(-dataFile.getLength());
|
||||
dataFile.unlink();
|
||||
if (archiveDataLogs) {
|
||||
|
|
Loading…
Reference in New Issue