[ 
https://issues.apache.org/jira/browse/GEODE-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232674#comment-15232674
 ] 

Bruce Schuchardt commented on GEODE-961:
----------------------------------------

Here is a portion of the log showing client1 (vm_2) performing its putAll 
operation.  For a partial putAll the logs should have an info-level entry 
showing the problem but it does not show up here:

{noformat}
*** putAll starts
[vm_2][info 2016/04/02 22:02:01.680 PDT <RMI TCP 
Connection(34)-10.118.33.94> tid=0xa0e] Received method: 
com.gemstone.gemfire.internal.cache.PutAllCSDUnitTest$135.run with 0 args on 
object: "testPartialKeyInPRSingleHop_client1 add listener and putAll"

[vm_1][info 2016/04/02 22:02:02.648 PDT <RMI TCP 
Connection(37)-10.118.33.94> tid=0x1587] Received method: 
com.gemstone.gemfire.internal.cache.PutAllCSDUnitTest$200.run with 0 args on 
object: com.gemstone.gemfire.internal.cache.PutAllCSDUnitTest$200@2528f757

[vm_1][info 2016/04/02 22:02:02.649 PDT <RMI TCP 
Connection(37)-10.118.33.94> tid=0x1587] GemFireCache[id = 1417659416; 
isClosing = true; isShutDownAll = false; created = Sat Apr 02 22:02:01 PDT 
2016; server = false; copyOnRead = false; lockLease = 120; lockTimeout = 60]: 
Now closing.

[vm_1][info 2016/04/02 22:02:02.654 PDT <RMI TCP 
Connection(37)-10.118.33.94> tid=0x1587] Cache server on port 53,158 is 
shutting down.

[vm_3][info 2016/04/02 22:02:02.658 PDT <Cache Client Updater Thread  on 
cc4-rh6(20230)<ec><v293>:1026 port 53158> tid=0xaf1] Redundant 
subscription endpoint cc4-rh6.gemstone.com:53158 crashed. Scheduling recovery.

[vm_3][info 2016/04/02 22:02:02.658 PDT <Cache Client Updater Thread  on 
cc4-rh6(20230)<ec><v293>:1026 port 53158> tid=0xaf1] Cache 
client updater for Queue on endpoint cc4-rh6.gemstone.com:53158 exiting. 
Scheduling recovery.
*** scheduling recovery of subscription endpoint, though no interest has been 
registered
[vm_2][info 2016/04/02 22:02:02.659 PDT <Cache Client Updater Thread  on 
cc4-rh6(20230)<ec><v293>:1026 port 53158> tid=0xc67] Redundant 
subscription endpoint cc4-rh6.gemstone.com:53158 crashed. Scheduling recovery.

[vm_2][info 2016/04/02 22:02:02.660 PDT <Cache Client Updater Thread  on 
cc4-rh6(20230)<ec><v293>:1026 port 53158> tid=0xc67] Cache 
client updater for Queue on endpoint cc4-rh6.gemstone.com:53158 exiting. 
Scheduling recovery.

[vm_1][info 2016/04/02 22:02:02.660 PDT <Queue Removal Thread> 
tid=0x157c] The QueueRemovalThread is done.

[vm_1][info 2016/04/02 22:02:02.716 PDT <RMI TCP 
Connection(37)-10.118.33.94> tid=0x1587] Created oplog#1 krf for disk store 
ds1.

[vm_1][info 2016/04/02 22:02:02.727 PDT <RMI TCP 
Connection(37)-10.118.33.94> tid=0x1587] Got result: null
[vm_1] from com.gemstone.gemfire.internal.cache.PutAllCSDUnitTest$200.run with 
0 args on object: 
com.gemstone.gemfire.internal.cache.PutAllCSDUnitTest$200@2528f757 (took 78 ms)
*** putAll is finished.  There is no logging of a partial result.  A 
ServerOperationException must have been thrown though.
{noformat}

> CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop
> ---------------------------------------------------------
>
>                 Key: GEODE-961
>                 URL: https://issues.apache.org/jira/browse/GEODE-961
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Hitesh Khamesra
>              Labels: ci
>             Fix For: 1.0.0-incubating.M2
>
>
> junit.framework.AssertionFailedError: expected:<150> but was:<160>
>       at junit.framework.Assert.fail(Assert.java:57)
>       at junit.framework.Assert.failNotEquals(Assert.java:329)
>       at junit.framework.Assert.assertEquals(Assert.java:78)
>       at junit.framework.Assert.assertEquals(Assert.java:234)
>       at junit.framework.Assert.assertEquals(Assert.java:241)
>       at junit.framework.TestCase.assertEquals(TestCase.java:409)
>       at 
> com.gemstone.gemfire.internal.cache.PutAllCSDUnitTest.testPartialKeyInPRSingleHop(PutAllCSDUnitTest.java:2425)
>       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 junit.framework.TestCase.runTest(TestCase.java:176)
>       at junit.framework.TestCase.runBare(TestCase.java:141)
>       at junit.framework.TestResult$1.protect(TestResult.java:122)
>       at junit.framework.TestResult.runProtected(TestResult.java:142)
>       at junit.framework.TestResult.run(TestResult.java:125)
>       at junit.framework.TestCase.run(TestCase.java:129)
>       at junit.framework.TestSuite.runTest(TestSuite.java:252)
>       at junit.framework.TestSuite.run(TestSuite.java:247)
>       at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>       at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>       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:64)
>       at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>       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:106)
>       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)



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

Reply via email to