Barry Oglesby created GEODE-1388:
------------------------------------

             Summary: CI Failure: 
LuceneIndexRecoveryHAIntegrationTest.recoverPersistentIndex
                 Key: GEODE-1388
                 URL: https://issues.apache.org/jira/browse/GEODE-1388
             Project: Geode
          Issue Type: Bug
          Components: lucene
            Reporter: Barry Oglesby


Geode_develop_IntegrationTests
Private Build #2701 (May 10, 2016 11:09:00 AM)
Revision: f93c87f13b4bf1bda67d994587d1299163694772

Error Message
{noformat}
com.jayway.awaitility.core.ConditionTimeoutException: Condition defined as a 
lambda expression in 
com.gemstone.gemfire.cache.lucene.internal.LuceneIndexRecoveryHAIntegrationTest 
that uses com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue expected:<0> 
but was:<2> within 1000 milliseconds.
{noformat}
Stacktrace
{noformat}
com.jayway.awaitility.core.ConditionTimeoutException: Condition defined as a 
lambda expression in 
com.gemstone.gemfire.cache.lucene.internal.LuceneIndexRecoveryHAIntegrationTest 
that uses com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue expected:<0> 
but was:<2> within 1000 milliseconds.
        at 
com.jayway.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:122)
        at 
com.jayway.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
        at 
com.jayway.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
        at 
com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:764)
        at 
com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:603)
        at 
com.gemstone.gemfire.cache.lucene.internal.LuceneIndexRecoveryHAIntegrationTest.waitUntilQueueEmpty(LuceneIndexRecoveryHAIntegrationTest.java:209)
        at 
com.gemstone.gemfire.cache.lucene.internal.LuceneIndexRecoveryHAIntegrationTest.recoverPersistentIndex(LuceneIndexRecoveryHAIntegrationTest.java:142)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
        at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
        at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
        at 
org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
        at 
org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
        at 
org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
        at 
org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
        at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
        at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
        at 
org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
        at 
org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
        at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
        at 
org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
        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}


it reoccurred in:

Geode_develop_IntegrationTests
Private Build #2704 (May 10, 2016 5:09:00 PM)
Revision: 036c931705fab5122a81a446d67e4ab5bc6620b7



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

Reply via email to