Yingyi Bu created ASTERIXDB-1557:
------------------------------------
Summary: "Closing unopened file" during instance shutdown
Key: ASTERIXDB-1557
URL: https://issues.apache.org/jira/browse/ASTERIXDB-1557
Project: Apache AsterixDB
Issue Type: Bug
Components: Storage
Reporter: Yingyi Bu
Assignee: Michael Blow
The following exception show up from time to time at the end of runtime tests.
{noformat}
SEVERE: Stopping component
instanceorg.apache.asterix.transaction.management.service.logging.LogManager
dump state false dump path null
Jul 29, 2016 8:54:18 PM
org.apache.hyracks.api.lifecycle.LifeCycleComponentManager stopAll
SEVERE: Stopping component
instanceorg.apache.hyracks.storage.common.buffercache.BufferCache dump state
false dump path null
org.apache.hyracks.api.exceptions.HyracksDataException: Closing unopened file
at
org.apache.hyracks.storage.common.buffercache.BufferCache.closeFile(BufferCache.java:971)
at
org.apache.hyracks.storage.am.bloomfilter.impls.BloomFilter.deactivate(BloomFilter.java:183)
at
org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndexDiskComponent.destroy(LSMInvertedIndexDiskComponent.java:49)
at
org.apache.hyracks.storage.am.lsm.common.impls.LSMHarness.exitComponents(LSMHarness.java:341)
at
org.apache.hyracks.storage.am.lsm.common.impls.LSMHarness.merge(LSMHarness.java:489)
at
org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndexAccessor.merge(LSMInvertedIndexAccessor.java:121)
at
org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndexMergeOperation.call(LSMInvertedIndexMergeOperation.java:84)
at
org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndexMergeOperation.call(LSMInvertedIndexMergeOperation.java:37)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)