You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Young-Seok Kim (JIRA)" <ji...@apache.org> on 2016/05/12 02:58:13 UTC

[jira] [Created] (ASTERIXDB-1434) RecoveryIT test failure with HyracksDataException: Unequal number of valid BTree and bloom filter files found.

Young-Seok Kim created ASTERIXDB-1434:
-----------------------------------------

             Summary: RecoveryIT test failure with HyracksDataException: Unequal number of valid BTree and bloom filter files found.
                 Key: ASTERIXDB-1434
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1434
             Project: Apache AsterixDB
          Issue Type: Bug
            Reporter: Young-Seok Kim
            Assignee: Young-Seok Kim


"recover_after_abort/primary_plus_multiple_secondary_indices" test case from RecoveryIT test start showing failure after removing Bloom filter from a secondary LSMBTree index.

- Jenkins build log is shown here:
https://asterix-jenkins.ics.uci.edu/job/asterix-integration-tests/169/
 
- Exception callstack is shown below:
org.apache.hyracks.api.exceptions.HyracksDataException: Unequal number of valid BTree and bloom filter files found. Aborting cleanup.
	at org.apache.hyracks.storage.am.lsm.btree.impls.LSMBTreeFileManager.cleanupAndGetValidFiles(LSMBTreeFileManager.java:107)
	at org.apache.hyracks.storage.am.lsm.btree.impls.LSMBTree.activate(LSMBTree.java:180)
	at org.apache.asterix.common.context.DatasetLifecycleManager.open(DatasetLifecycleManager.java:213)
	at org.apache.asterix.transaction.management.service.recovery.RecoveryManager.startRecoveryRedoPhase(RecoveryManager.java:377)
	at org.apache.asterix.transaction.management.service.recovery.RecoveryManager.replayPartitionsLogs(RecoveryManager.java:203)
	at org.apache.asterix.transaction.management.service.recovery.RecoveryManager.startRecovery(RecoveryManager.java:195)
	at org.apache.asterix.hyracks.bootstrap.NCApplicationEntryPoint.start(NCApplicationEntryPoint.java:142)
	at org.apache.hyracks.control.nc.NodeControllerService.startApplication(NodeControllerService.java:326)
	at org.apache.hyracks.control.nc.NodeControllerService.start(NodeControllerService.java:259)
	at org.apache.hyracks.control.nc.NCDriver.main(NCDriver.java:48)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)