[ https://issues.apache.org/jira/browse/ACCUMULO-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser reopened ACCUMULO-2814:
----------------------------------
Got a little farther:
{noformat}
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.208 sec <<< FAILURE!
- in org.apache.accumulo.tserver.log.LocalWALRecoveryTest
testRecoverLocalWriteAheadLogs(org.apache.accumulo.tserver.log.LocalWALRecoveryTest) Time
elapsed: 1.138 sec <<< ERROR!
java.lang.ArrayIndexOutOfBoundsException: 99
at org.apache.accumulo.tserver.logger.LogFileKey.readFields(LogFileKey.java:44)
at org.apache.accumulo.tserver.log.LocalWALRecoveryTest.testRecoverLocalWriteAheadLogs(LocalWALRecoveryTest.java:100)
{noformat}
> LocalWALRecoveryTest.testRecoverLocalWriteAheadLogs:73 Wrong number of WAL files recovered.
expected:<1> but was:<0>
> --------------------------------------------------------------------------------------------------------------------
>
> Key: ACCUMULO-2814
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2814
> Project: Accumulo
> Issue Type: Sub-task
> Components: test
> Environment: Git SHA1: c57bc8d5d509e368bc0d4a4b8e2f80503efade26
> Reporter: Josh Elser
> Assignee: Mike Drob
> Priority: Minor
> Fix For: 1.6.1, 1.7.0
>
>
> Noticed this one twice. Don't have logging output yet due to ACCUMULO-2813.
> {noformat}
> testRecoverLocalWriteAheadLogs(org.apache.accumulo.tserver.log.LocalWALRecoveryTest)
Time elapsed: 0.725 sec <<< FAILURE!
> java.lang.AssertionError: Wrong number of WAL files recovered. expected:<1> but
was:<0>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.apache.accumulo.tserver.log.LocalWALRecoveryTest.testRecoverLocalWriteAheadLogs(LocalWALRecoveryTest.java:73)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|