Return-Path: X-Original-To: apmail-geode-issues-archive@minotaur.apache.org Delivered-To: apmail-geode-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DB8C19ECE for ; Wed, 27 Apr 2016 21:17:31 +0000 (UTC) Received: (qmail 64682 invoked by uid 500); 27 Apr 2016 21:17:31 -0000 Delivered-To: apmail-geode-issues-archive@geode.apache.org Received: (qmail 64649 invoked by uid 500); 27 Apr 2016 21:17:31 -0000 Mailing-List: contact issues-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list issues@geode.incubator.apache.org Received: (qmail 64635 invoked by uid 99); 27 Apr 2016 21:17:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 21:17:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8CCF11A01D7 for ; Wed, 27 Apr 2016 21:17:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.971 X-Spam-Level: X-Spam-Status: No, score=-2.971 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Pfv63J5u_ZNe for ; Wed, 27 Apr 2016 21:17:17 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id C570B5F299 for ; Wed, 27 Apr 2016 21:17:14 +0000 (UTC) Received: (qmail 62572 invoked by uid 99); 27 Apr 2016 21:17:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 21:17:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2BB8F2C1F69 for ; Wed, 27 Apr 2016 21:17:13 +0000 (UTC) Date: Wed, 27 Apr 2016 21:17:13 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-1311) CI failure: LocatorDUnitTest.testMultipleLocatorsRestartingAtSameTime MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260963#comment-15260963 ] ASF subversion and git services commented on GEODE-1311: -------------------------------------------------------- Commit 32c9df6c27fef5a0056e39c666af836a7c750361 in incubator-geode's branch refs/heads/feature/GEODE-17-2 from [~hitesh.khamesra] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=32c9df6 ] GEODE-1311 Now in test every VM waits locator to become coordinator. > CI failure: LocatorDUnitTest.testMultipleLocatorsRestartingAtSameTime > --------------------------------------------------------------------- > > Key: GEODE-1311 > URL: https://issues.apache.org/jira/browse/GEODE-1311 > Project: Geode > Issue Type: Bug > Components: membership > Reporter: Eric Shu > Assignee: Hitesh Khamesra > > {noformat} > Error Message > junit.framework.AssertionFailedError: expected:<31> but was:<44> > Stacktrace > junit.framework.AssertionFailedError: expected:<31> but was:<44> > 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.distributed.LocatorDUnitTest.testMultipleLocatorsRestartingAtSameTime(LocatorDUnitTest.java:1550) > 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) > Standard Output > Previously run tests: [SystemAdminDUnitTest, LocatorDUnitTest] > [vm_0][info 2016/04/24 12:34:52.734 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) > [vm_0][info 2016/04/24 12:34:52.734 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms) > [vm_1][info 2016/04/24 12:34:52.736 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) > [vm_1][info 2016/04/24 12:34:52.736 PDT tid=0x12] Got result: null > [vm_1] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms) > [vm_2][info 2016/04/24 12:34:52.737 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) > [vm_2][info 2016/04/24 12:34:52.738 PDT tid=0x12] Got result: null > [vm_2] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms) > [vm_3][info 2016/04/24 12:34:52.739 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) > [vm_3][info 2016/04/24 12:34:52.740 PDT tid=0x12] Got result: null > [vm_3] from com.gemstone.gemfire.test.dunit.NamedRunnable.run with 0 args on object: runnable(setupVM) (took 0 ms) > [setup] START TEST LocatorDUnitTest.testMultipleLocators > [vm_0][info 2016/04/24 12:34:52.745 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" > [vm_0][info 2016/04/24 12:34:52.747 PDT tid=0x12] Removing shunned member > [vm_0][info 2016/04/24 12:34:52.748 PDT tid=0x12] Removing shunned member > [vm_0][info 2016/04/24 12:34:52.748 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 3 ms) > [vm_1][info 2016/04/24 12:34:52.750 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" > [vm_1][info 2016/04/24 12:34:52.753 PDT tid=0x12] Removing shunned member > [vm_1][info 2016/04/24 12:34:52.753 PDT tid=0x12] Removing shunned member > [vm_1][info 2016/04/24 12:34:52.754 PDT tid=0x12] Got result: null > [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 2 ms) > [vm_2][info 2016/04/24 12:34:52.756 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" > [vm_2][info 2016/04/24 12:34:52.759 PDT tid=0x12] Removing shunned member > [vm_2][info 2016/04/24 12:34:52.759 PDT tid=0x12] Removing shunned member > [vm_2][info 2016/04/24 12:34:52.759 PDT tid=0x12] Got result: null > [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 2 ms) > [vm_3][info 2016/04/24 12:34:52.762 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" > [vm_3][info 2016/04/24 12:34:52.764 PDT tid=0x12] Removing shunned member > [vm_3][info 2016/04/24 12:34:52.765 PDT tid=0x12] Removing shunned member > [vm_3][info 2016/04/24 12:34:52.765 PDT tid=0x12] Got result: null > [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$2.run with 0 args on object: "IgnoredException addIgnoredException" (took 2 ms) > [vm_0][info 2016/04/24 12:34:52.769 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/32342025.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/32342025@49aec2c4 > [vm_0][info 2016/04/24 12:34:52.769 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/32342025.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/32342025@49aec2c4 (took 0 ms) > [vm_1][info 2016/04/24 12:34:52.771 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/480785435.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/480785435@653d70f9 > [vm_1][info 2016/04/24 12:34:52.771 PDT tid=0x12] Got result: null > [vm_1] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/480785435.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/480785435@653d70f9 (took 0 ms) > [vm_2][info 2016/04/24 12:34:52.773 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/2127706623.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/2127706623@14cd26d3 > [vm_2][info 2016/04/24 12:34:52.774 PDT tid=0x12] Got result: null > [vm_2] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/2127706623.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/2127706623@14cd26d3 (took 0 ms) > [vm_3][info 2016/04/24 12:34:52.776 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/1593309341.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/1593309341@6b24242 > [vm_3][info 2016/04/24 12:34:52.776 PDT tid=0x12] Got result: null > [vm_3] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/1593309341.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$6/1593309341@6b24242 (took 0 ms) > [vm_0][info 2016/04/24 12:34:52.816 PDT tid=0x12] Received method: com.gemstone.gemfire.distributed.LocatorDUnitTest$32.run with 0 args on object: "Start locator on 20390" > [vm_0][info 2016/04/24 12:34:53.015 PDT tid=0x12] > [vm_0]--------------------------------------------------------------------------- > [vm_0] > [vm_0] Licensed to the Apache Software Foundation (ASF) under one or more > [vm_0] contributor license agreements. See the NOTICE file distributed with this > [vm_0] work for additional information regarding copyright ownership. > [vm_0] > [vm_0] The ASF licenses this file to You under the Apache License, Version 2.0 > [vm_0] (the "License"); you may not use this file except in compliance with the > [vm_0] License. You may obtain a copy of the License at > [vm_0] > [vm_0] http://www.apache.org/licenses/LICENSE-2.0 > [vm_0] > [vm_0] Unless required by applicable law or agreed to in writing, software > [vm_0] distributed under the License is distributed on an "AS IS" BASIS, WITHOUT > [vm_0] WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the > [vm_0] License for the specific language governing permissions and limitations > [vm_0] under the License. > [vm_0] > [vm_0]--------------------------------------------------------------------------- > [vm_0]Java version: 1.0.0-incubating.M3-SNAPSHOT build 042416 2016-04-24 11:10:23 -0700 javac 1.8.0_66 > [vm_0]Native version: native code unavailable > [vm_0]Source revision: 3c5a2e85a0c23b3733c1721ee0ea7286a7b4fd3f > [vm_0]Source repository: develop > [vm_0]Running on: /10.118.33.93, 4 cpu(s), amd64 Linux 2.6.32-122.el6.x86_64 > [vm_0]Process ID: 7712 > [vm_0]User: build > [vm_0]Current dir: /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0 > [vm_0]Home dir: /home/build > [vm_0]Command Line Parameters: > [vm_0] -Dgemfire.DUnitLauncher.RMI_PORT=24510 > [vm_0] -Dgemfire.DUnitLauncher.VM_NUM=0 > [vm_0] -DWORKSPACE_DIR=/cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/. > [vm_0] -DlogLevel=info > [vm_0] -Djava.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib > [vm_0] -Xrunjdwp:transport=dt_socket,server=y,suspend=n > [vm_0] -XX:+HeapDumpOnOutOfMemoryError > [vm_0] -Xmx512m > [vm_0] -Dgemfire.DEFAULT_MAX_OPLOG_SIZE=10 > [vm_0] -Dgemfire.disallowMcastDefaults=true > [vm_0] -ea > [vm_0] -XX:+PrintGC > [vm_0] -XX:+PrintGCDetails > [vm_0] -XX:+PrintGCTimeStamps > [vm_0] -DdummyArg=true > [vm_0]Class Path: > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/classes/test > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/resources/test > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/classes/main > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/resources/main > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/generated-resources/main > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.github.stephenc.findbugs/findbugs-annotations/1.3.9-1/a6b11447635d80757d64b355bed3c00786d86801/findbugs-annotations-1.3.9-1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jgroups/jgroups/3.6.8.Final/9cc380b3a82a786addd06dc04d1470d1c44a51cb/jgroups-3.6.8.Final.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/antlr/antlr/2.7.7/83cd2cd674a217ade95a4bb83a8a14f351f48bd0/antlr-2.7.7.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.2.0/3a63aacffcc0f91f0920ddfa33a3833018c21f72/jackson-databind-2.2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-io/commons-io/2.3/cd8d6ffc833cc63c30d712a180f4663d8f55799b/commons-io-2.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-lang/commons-lang/2.5/b0236b252e86419eef20c31a44579d2aee2f0a69/commons-lang-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-modeler/commons-modeler/2.0/177f22811ed71980e5cda66de05bd070e4da3ee3/commons-modeler-2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/io.netty/netty-all/4.0.4.Final/925914146e37041255ea18ae2d5982f9589c784d/netty-all-4.0.4.Final.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.0.2/20876232e2cd12563507e4c9e85bd7948bc0656f/fastutil-7.0.2.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.mail/javax.mail-api/1.4.5/42af3cb44d5ec658adc8a4c7354ac0d19547c4ca/javax.mail-api-1.4.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.resource/javax.resource-api/1.7/ae40e0864eb1e92c48bf82a2a3399cbbf523fb79/javax.resource-api-1.7.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j/3.0.1/991089e21fce990b84d9e06e9ed9cc00d518ae56/mx4j-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j-remote/3.0.1/f491951e754c24e7487efdd9f36d0677bfeb4184/mx4j-remote-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j-tools/3.0.1/df853af9fe34d4eb6f849a1b5936fddfcbe67751/mx4j-tools-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.0.0/9b3a11c613ec3fd3440af4103b12c3de82d38b6e/jna-4.0.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.google.guava/guava/15.0/ed727a8d9f247e2050281cb083f1c77b09dcb5cd/guava-15.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.5/e7fd981408caba8a0c0fb276413562468d260160/log4j-api-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.5/7ed845de1dfe070d43511fab321784e6c4118398/log4j-core-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-webapp/9.3.6.v20151106/9cf00a3b7b2c1b6e024bb687e3719e1b0ff9e899/jetty-webapp-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework.shell/spring-shell/1.1.0.RELEASE/32fcf5aacf7bd5d997dbf2f8f95ed9369d81d9c0/spring-shell-1.1.0.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.xerial.snappy/snappy-java/1.1.1.6/e3f12835a135c0d253bee4dbbe74d37ce35d7269/snappy-java-1.1.1.6.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-common/build/libs/geode-common-1.0.0-incubating.M3-SNAPSHOT.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-joptsimple/build/libs/geode-joptsimple-1.0.0-incubating.M3-SNAPSHOT.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-json/build/libs/geode-json-1.0.0-incubating.M3-SNAPSHOT.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.8/81da0c3980e30744184bec4706cf6f4508d3d7ea/jansi-1.8.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-slf4j-impl/2.5/d1e34a4525e08873703fdaad6c6284f944f8ca8f/log4j-slf4j-impl-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-jcl/2.5/4d14933326d067ac1f16790325ac2eb997003bd2/log4j-jcl-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-jul/2.5/2c679bb8b6ec7e204615045c9943e6b4dbfd45ab/log4j-jul-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.github.stefanbirkner/system-rules/1.15.0/355adc877e54a2eb6b42a3d2801cdf8329f215d8/system-rules-1.15.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.google.code.tempus-fugit/tempus-fugit/1.1/4f47af53091985a3e3581af60e432a556a69e2cd/tempus-fugit-1.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.jayway.awaitility/awaitility/1.7.0/e4fa7955cab67d880e4868a0795cce3498ea7bf2/awaitility-1.7.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/edu.umd.cs.mtc/multithreadedtc/1.01/43fbc1110d7e43cf79e415ef32036975ad85944c/multithreadedtc-1.01.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/eu.codearte.catch-exception/catch-exception/1.4.4/c54da7072e0ccaf1fb92118e5e6e24335039006e/catch-exception-1.4.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/eu.codearte.catch-exception/catch-throwable/1.4.4/e152e6679c9e57934cbf4126214e324c55603f82/catch-throwable-1.4.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.assertj/assertj-core/3.2.0/eded8ad93bf57af8eff233c1751550bd40349ebb/assertj-core-3.2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.mockito/mockito-core/1.10.19/e8546f5bef4e061d8dd73895b4e8f40e3fe6effe/mockito-core-1.10.19.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.hamcrest/hamcrest-all/1.3/63a21ebc981131004ad02e0434e799fd7f3a8d5a/hamcrest-all-1.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock-junit4/2.8.1/f32f596560c90e68aa2ef6d3fae8022475dbb9d0/jmock-junit4-2.8.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock-legacy/2.8.1/ec286ef0c3f662a2260a864c89ebfbb5da3bd4de/jmock-legacy-2.8.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/pl.pragmatists/JUnitParams/1.0.4/e311bbf8fe3f0d837d6d38fbd0a3cf00dc909704/JUnitParams-1.0.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-junit/build/libs/geode-junit-1.0.0-incubating.M3-SNAPSHOT.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.bcel/bcel/5.2/96b2cefeb067c08c31225d48e2a689f814baae25/bcel-5.2.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/net.spy/spymemcached/2.9.0/5af20b7abf49d0b49b7eaf92baa036620f3e4591/spymemcached-2.9.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/redis.clients/jedis/2.7.2/f2f47f1025ea5090263820e8598e56eb47f5c88a/jedis-2.7.2.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.powermock/powermock-core/1.6.4/85fb32e9ccba748d569fc36aef92e0b9e7f40b87/powermock-core-1.6.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.powermock/powermock-module-junit4/1.6.4/8692eb1d9bb8eb1310ffe8a20c2da7ee6d1b5994/powermock-module-junit4-1.6.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.powermock/powermock-api-mockito/1.6.4/fe12509b7e9e49d25131f4155145748a31e42e40/powermock-api-mockito-1.6.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/cglib/cglib/3.1/1f1cb6c7a7479e0c7fd7987109e503914bebe84a/cglib-3.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.ow2.asm/asm/5.0.3/dcc2193db20e19e1feca8b1240dbbc4e190824fa/asm-5.0.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.derby/derby/10.2.2.0/f787c9b484cd7526f866c21d8925c4dace467f8a/derby-10.2.2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-auth/2.4.1/96af98a34a335c5a8f2c9e40c6df57308060b1b1/hadoop-auth-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-collections/commons-collections/3.2.2/8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5/commons-collections-3.2.2.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-configuration/commons-configuration/1.6/32cadde23955d7681b0d94a2715846d20b425235/commons-configuration-1.6.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.2.0/3539928f64ce8c37340a012e974990ba1478109a/jackson-annotations-2.2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.2.0/45b1e51668ad002d47a0e88dfab6a0b4416246eb/jackson-core-2.2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.activation/activation/1.1/e6cb541461c2834bdea3eb920f1884d1eb508b50/activation-1.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.transaction/javax.transaction-api/1.2/d81aff979d603edd90dcd8db2abc1f4ce6479e3e/javax.transaction-api-1.2.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-xml/9.3.6.v20151106/b22e22977ea6c08751f8c945bb0785c35f9db28a/jetty-xml-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-servlet/9.3.6.v20151106/62c03d6c7203735d4e28e4e78e22df38152f01ef/jetty-servlet-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/jline/jline/2.12/ce9062c6a125e0f9ad766032573c041ae8ecc986/jline-2.12.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-core/4.2.4.RELEASE/160ccd89230753d4f49477a967f5876b034d9745/spring-core-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.12/8e20852d05222dc286bf1c71d78d0531e177c317/slf4j-api-1.7.12.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-logging/commons-logging/1.2/4bfc12adfe4842bf07b657f0369c4cb522955686/commons-logging-1.2.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.hamcrest/hamcrest-library/1.3/4785a3c21320980282f9f33d0d1264a69040538f/hamcrest-library-1.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/cglib/cglib-nodep/3.1/aa83efbd1aedc4f26bdf00e7ea78191483f2c9b3/cglib-nodep-3.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.objenesis/objenesis/2.1/87c0ea803b69252868d09308b4618f766f135a96/objenesis-2.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock/2.8.1/aba0ed5962f5238421a2fee706d98133714590d0/jmock-2.8.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/jakarta-regexp/jakarta-regexp/1.4/ea514a179ac1dd7e81c7e6594468b9b9910d298/jakarta-regexp-1.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.commons/commons-pool2/2.3/62a559a025fd890c30364296ece14643ba9c8c5b/commons-pool2-2.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.powermock/powermock-reflect/1.6.4/5532f4e7c42db4bca4778bc9f1afcd4b0ee0b893/powermock-reflect-1.6.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.javassist/javassist/3.20.0-GA/a9cbcdfb7e9f86fbc74d3afae65f2248bfbf82a0/javassist-3.20.0-GA.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.powermock/powermock-module-junit4-common/1.6.4/b0b578da443794ceb8224bd5f5f852aaf40f1b81/powermock-module-junit4-common-1.6.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.powermock/powermock-api-support/1.6.4/314daafb761541293595630e10a3699ebc07881d/powermock-api-support-1.6.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/log4j/log4j/1.2.17/5af35056b4d257e4b64b9e8069c0746e8b08629f/log4j-1.2.17.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.slf4j/slf4j-log4j12/1.7.5/6edffc576ce104ec769d954618764f39f0f0f10d/slf4j-log4j12-1.7.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.2.5/666e26e76f2e87d84e4f16acb546481ae1b8e9a6/httpclient-4.2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-digester/commons-digester/1.8/dc6a73fdbd1fa3f0944e8497c6c872fa21dca37e/commons-digester-1.8.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-beanutils/commons-beanutils-core/1.8.0/175dc721f87e4bc5cc0573f990e28c3cf9117508/commons-beanutils-core-1.8.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-util/9.3.6.v20151106/8721c8e670c11ea19005c567733453956b6243fc/jetty-util-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-security/9.3.6.v20151106/e44ffc80834a7f78a5b0ed15c54b875956772242/jetty-security-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jmock/jmock-testjar/2.8.1/f70febf8ef161533adb2ef4cca0adbd3cc56f125/jmock-testjar-2.8.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.beanshell/bsh/1.3.0/1fed35193d56470f46c0fb33917e3e82c0c42358/bsh-1.3.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.2.4/3b7f38df6de5dd8b500e602ae8c2dd5ee446f883/httpcore-4.2.4.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-beanutils/commons-beanutils/1.7.0/5675fd96b29656504b86029551973d60fb41339b/commons-beanutils-1.7.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/9.3.6.v20151106/d9c43a1b20ede7e3c456237d71b4cce1dff5457a/jetty-server-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.servlet/javax.servlet-api/3.1.0/3cd63d075497751784b2fa84be59432f4905bf7c/javax.servlet-api-3.1.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-http/9.3.6.v20151106/c2bba60bc1f9fe5779ac20ab30232bf9a89d3e52/jetty-http-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-io/9.3.6.v20151106/9e59bde867e55d8c93cdd682d12317733ef5339/jetty-io-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-codec/commons-codec/1.6/b7f0fc8f61ecadeb3695f0b9464755eee44374d4/commons-codec-1.6.jar > [vm_0] /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/lib/tools.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-common/2.4.1/5e9d624fb9eeab4b1a940f5e9b1c9ff644ec1d65/hadoop-common-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-annotations/2.4.1/80434aa40184be711d1c41568852fee625925ab0/hadoop-annotations-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-hdfs/2.4.1/e1a4a1d3554a1779cf69332f7aa04963237d74fb/hadoop-hdfs-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-mapreduce-client-core/2.4.1/4b563f928dc108bfc9974e2c643e275bbb407625/hadoop-mapreduce-client-core-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hbase/hbase/0.94.27/d0e1f44e59e9d64f31b40621ae7bd53a6d0a13b1/hbase-0.94.27.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.1/f7be08ec23c21485b9b5a1cf1654c2ec8c58168d/jsr305-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-webmvc/4.2.4.RELEASE/cf4317be9c83b4c1c65ce2d3bb96673ac546030a/spring-webmvc-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-beans/4.2.4.RELEASE/dc8e0874b53435f3e277d9da5aebd8b93cc7cf64/spring-beans-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-context/4.2.4.RELEASE/23cd0109e4eafc5629547e3680b0c4031e82efdd/spring-context-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-expression/4.2.4.RELEASE/15b6f6d61bc68fe2cc6cbd63e2329601afb8b39/spring-expression-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-web/4.2.4.RELEASE/d4bcc6f4d8b64d7af9b67bc17f0d5106dce97926/spring-web-4.2.4.RELEASE.jar > [vm_0]Library Path: > [vm_0] /usr/java/packages/lib/amd64 > [vm_0] /usr/lib64 > [vm_0] /lib64 > [vm_0] /lib > [vm_0] /usr/lib > [vm_0]System Properties: > [vm_0] Locator.forceLocatorDMType = true > [vm_0] WORKSPACE_DIR = /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/. > [vm_0] awt.toolkit = sun.awt.X11.XToolkit > [vm_0] dummyArg = true > [vm_0] file.encoding = ANSI_X3.4-1968 > [vm_0] file.encoding.pkg = sun.io > [vm_0] file.separator = / > [vm_0] gemfire.DEFAULT_MAX_OPLOG_SIZE = 10 > [vm_0] gemfire.DUnitLauncher.LAUNCHED = true > [vm_0] gemfire.DUnitLauncher.RMI_PORT = 24510 > [vm_0] gemfire.DUnitLauncher.VM_NUM = 0 > [vm_0] gemfire.disallowMcastDefaults = true > [vm_0] gemfire.free-off-heap-memory = true > [vm_0] hoplog.ALLOW_LOCAL_HDFS = true > [vm_0] java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment > [vm_0] java.awt.printerjob = sun.print.PSPrinterJob > [vm_0] java.class.version = 52.0 > [vm_0] java.endorsed.dirs = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/endorsed > [vm_0] java.ext.dirs = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/ext:/usr/java/packages/lib/ext > [vm_0] java.home = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre > [vm_0] java.io.tmpdir = /tmp > [vm_0] java.runtime.name = Java(TM) SE Runtime Environment > [vm_0] java.runtime.version = 1.8.0_66-b17 > [vm_0] java.specification.name = Java Platform API Specification > [vm_0] java.specification.vendor = Oracle Corporation > [vm_0] java.specification.version = 1.8 > [vm_0] java.vendor = Oracle Corporation > [vm_0] java.vendor.url = http://java.oracle.com/ > [vm_0] java.vendor.url.bug = http://bugreport.sun.com/bugreport/ > [vm_0] java.version = 1.8.0_66 > [vm_0] java.vm.info = mixed mode > [vm_0] java.vm.name = Java HotSpot(TM) 64-Bit Server VM > [vm_0] java.vm.specification.name = Java Virtual Machine Specification > [vm_0] java.vm.specification.vendor = Oracle Corporation > [vm_0] java.vm.specification.version = 1.8 > [vm_0] java.vm.vendor = Oracle Corporation > [vm_0] java.vm.version = 25.66-b17 > [vm_0] line.separator = > [vm_0] logLevel = info > [vm_0] os.version = 2.6.32-122.el6.x86_64 > [vm_0] path.separator = : > [vm_0] sun.arch.data.model = 64 > [vm_0] sun.boot.class.path = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/resources.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/rt.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/sunrsasign.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jsse.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jce.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/charsets.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jfr.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/classes > [vm_0] sun.boot.library.path = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/amd64 > [vm_0] sun.cpu.endian = little > [vm_0] sun.cpu.isalist = > [vm_0] sun.io.unicode.encoding = UnicodeLittle > [vm_0] sun.java.command = com.gemstone.gemfire.test.dunit.standalone.ChildVM > [vm_0] sun.java.launcher = SUN_STANDARD > [vm_0] sun.jnu.encoding = ANSI_X3.4-1968 > [vm_0] sun.management.compiler = HotSpot 64-Bit Tiered Compilers > [vm_0] sun.nio.ch.bugLevel = > [vm_0] sun.os.patch.level = unknown > [vm_0] user.country = US > [vm_0] user.language = en > [vm_0] user.timezone = America/Los_Angeles > [vm_0]Log4J 2 Configuration: > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/resources/main/log4j2.xml > [vm_0]--------------------------------------------------------------------------- > [vm_0]8.671: [GC (Metadata GC Threshold) [PSYoungGen: 41307K->3481K(113152K)] 47143K->9324K(371200K), 0.0061625 secs] [Times: user=0.00 sys=0.00, real=0.01 secs] > [vm_0]8.678: [Full GC (Metadata GC Threshold) [PSYoungGen: 3481K->0K(113152K)] [ParOldGen: 5843K->6953K(104448K)] 9324K->6953K(217600K), [Metaspace: 20854K->20854K(1069056K)], 0.0223620 secs] [Times: user=0.05 sys=0.00, real=0.02 secs] > [vm_0][info 2016/04/24 12:34:53.395 PDT tid=0x12] Starting peer location for Distribution Locator on cc3-rh6.gemstone.com[20390] > [vm_0][info 2016/04/24 12:34:53.406 PDT tid=0x12] Starting Distribution Locator on cc3-rh6.gemstone.com[20390] > [vm_0][info 2016/04/24 12:34:53.407 PDT tid=0x12] GemFire peer location service starting. Other locators: cc3-rh6.gemstone.com[20390],cc3-rh6.gemstone.com[24359] Locators preferred as coordinators: false Network partition detection enabled: false View persistence file: locator20390view.dat > [vm_0][info 2016/04/24 12:34:53.407 PDT tid=0x12] Peer locator attempting to recover from cc3-rh6.gemstone.com/10.118.33.93:20390 > [vm_0][info 2016/04/24 12:34:53.410 PDT tid=0x12] Peer locator was unable to recover state from this locator > [vm_0][info 2016/04/24 12:34:53.410 PDT tid=0x12] Peer locator attempting to recover from cc3-rh6.gemstone.com/10.118.33.93:24359 > [vm_0][info 2016/04/24 12:34:53.410 PDT tid=0x12] Peer locator was unable to recover state from this locator > [vm_0][info 2016/04/24 12:34:53.411 PDT tid=0x12] Locator was created at Sun Apr 24 12:34:53 PDT 2016 > [vm_0][info 2016/04/24 12:34:53.411 PDT tid=0x12] Listening on port 20390 bound on address 0.0.0.0/0.0.0.0 > [vm_0][info 2016/04/24 12:34:53.412 PDT tid=0x12] Starting distributed system > [vm_0][info 2016/04/24 12:34:53.415 PDT tid=0x12] Startup Configuration: > [vm_0] ### GemFire Properties defined with api ### > [vm_0]cache-xml-file= > [vm_0]enable-cluster-configuration=false > [vm_0]locators=cc3-rh6.gemstone.com[20390],cc3-rh6.gemstone.com[24359] > [vm_0]mcast-port=0 > [vm_0]### GemFire Properties using default values ### > [vm_0]ack-severe-alert-threshold=0 > [vm_0]ack-wait-threshold=15 > [vm_0]archive-disk-space-limit=0 > [vm_0]archive-file-size-limit=0 > [vm_0]async-distribution-timeout=0 > [vm_0]async-max-queue-size=8 > [vm_0]async-queue-timeout=60000 > [vm_0]bind-address= > [vm_0]cluster-configuration-dir=/cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0 > [vm_0]cluster-ssl-ciphers=any > [vm_0]cluster-ssl-enabled=false > [vm_0]cluster-ssl-keystore= > [vm_0]cluster-ssl-keystore-password= > [vm_0]cluster-ssl-keystore-type= > [vm_0]cluster-ssl-protocols=any > [vm_0]cluster-ssl-require-authentication=true > [vm_0]cluster-ssl-truststore= > [vm_0]cluster-ssl-truststore-password= > [vm_0]conflate-events=server > [vm_0]conserve-sockets=true > [vm_0]delta-propagation=true > [vm_0]deploy-working-dir=. > [vm_0]disable-auto-reconnect=false > [vm_0]disable-tcp=false > [vm_0]distributed-system-id=-1 > [vm_0]distributed-transactions=false > [vm_0]durable-client-id= > [vm_0]durable-client-timeout=300 > [vm_0]enable-network-partition-detection=false > [vm_0]enable-time-statistics=false > [vm_0]enforce-unique-host=false > [vm_0]gateway-ssl-ciphers=any > [vm_0]gateway-ssl-enabled=false > [vm_0]gateway-ssl-keystore= > [vm_0]gateway-ssl-keystore-password= > [vm_0]gateway-ssl-keystore-type= > [vm_0]gateway-ssl-protocols=any > [vm_0]gateway-ssl-require-authentication=true > [vm_0]gateway-ssl-truststore= > [vm_0]gateway-ssl-truststore-password= > [vm_0]groups= > [vm_0]http-service-bind-address= > [vm_0]http-service-port=7070 > [vm_0]http-service-ssl-ciphers=any > [vm_0]http-service-ssl-enabled=false > [vm_0]http-service-ssl-keystore= > [vm_0]http-service-ssl-keystore-password= > [vm_0]http-service-ssl-keystore-type= > [vm_0]http-service-ssl-protocols=any > [vm_0]http-service-ssl-require-authentication=false > [vm_0]http-service-ssl-truststore= > [vm_0]http-service-ssl-truststore-password= > [vm_0]jmx-manager=true > [vm_0]jmx-manager-access-file= > [vm_0]jmx-manager-bind-address= > [vm_0]jmx-manager-hostname-for-clients= > [vm_0]jmx-manager-http-port=7070 > [vm_0]jmx-manager-password-file= > [vm_0]jmx-manager-port=1099 > [vm_0]jmx-manager-ssl=false > [vm_0]jmx-manager-ssl-ciphers=any > [vm_0]jmx-manager-ssl-enabled=false > [vm_0]jmx-manager-ssl-keystore= > [vm_0]jmx-manager-ssl-keystore-password= > [vm_0]jmx-manager-ssl-keystore-type= > [vm_0]jmx-manager-ssl-protocols=any > [vm_0]jmx-manager-ssl-require-authentication=true > [vm_0]jmx-manager-ssl-truststore= > [vm_0]jmx-manager-ssl-truststore-password= > [vm_0]jmx-manager-start=false > [vm_0]jmx-manager-update-rate=2000 > [vm_0]load-cluster-configuration-from-dir=false > [vm_0]locator-wait-time=0 > [vm_0]lock-memory=false > [vm_0]log-disk-space-limit=0 > [vm_0]log-file= > [vm_0]log-file-size-limit=0 > [vm_0]log-level=config > [vm_0]max-num-reconnect-tries=3 > [vm_0]max-wait-time-reconnect=60000 > [vm_0]mcast-address=239.192.81.1 > [vm_0]mcast-flow-control=1048576, 0.25, 5000 > [vm_0]mcast-recv-buffer-size=1048576 > [vm_0]mcast-send-buffer-size=65535 > [vm_0]mcast-ttl=32 > [vm_0]member-timeout=5000 > [vm_0]membership-port-range=1024-65535 > [vm_0]memcached-bind-address= > [vm_0]memcached-port=0 > [vm_0]memcached-protocol=ASCII > [vm_0]name= > [vm_0]off-heap-memory-size= > [vm_0]redis-bind-address= > [vm_0]redis-password= > [vm_0]redis-port=0 > [vm_0]redundancy-zone= > [vm_0]remote-locators= > [vm_0]remove-unresponsive-client=false > [vm_0]roles= > [vm_0]security-client-accessor= > [vm_0]security-client-accessor-pp= > [vm_0]security-client-auth-init= > [vm_0]security-client-authenticator= > [vm_0]security-client-dhalgo= > [vm_0]security-log-file= > [vm_0]security-log-level=config > [vm_0]security-peer-auth-init= > [vm_0]security-peer-authenticator= > [vm_0]security-peer-verifymember-timeout=1000 > [vm_0]server-bind-address= > [vm_0]server-ssl-ciphers=any > [vm_0]server-ssl-enabled=false > [vm_0]server-ssl-keystore= > [vm_0]server-ssl-keystore-password= > [vm_0]server-ssl-keystore-type= > [vm_0]server-ssl-protocols=any > [vm_0]server-ssl-require-authentication=true > [vm_0]server-ssl-truststore= > [vm_0]server-ssl-truststore-password= > [vm_0]socket-buffer-size=32768 > [vm_0]socket-lease-time=60000 > [vm_0]ssl-ciphers=any > [vm_0]ssl-enabled=false > [vm_0]ssl-protocols=any > [vm_0]ssl-require-authentication=true > [vm_0]start-dev-rest-api=false > [vm_0]start-locator= > [vm_0]statistic-archive-file= > [vm_0]statistic-sample-rate=1000 > [vm_0]statistic-sampling-enabled=true > [vm_0]tcp-port=0 > [vm_0]udp-fragment-size=60000 > [vm_0]udp-recv-buffer-size=1048576 > [vm_0]udp-send-buffer-size=65535 > [vm_0]use-cluster-configuration=true > [vm_0]user-command-packages= > [vm_0][info 2016/04/24 12:34:53.463 PDT tid=0x12] > [vm_0]--------------------------------------------------------------------------- > [vm_0] > [vm_0] Licensed to the Apache Software Foundation (ASF) under one or more > [vm_0] contributor license agreements. See the NOTICE file distributed with this > [vm_0] work for additional information regarding copyright ownership. > [vm_0] > [vm_0] The ASF licenses this file to You under the Apache License, Version 2.0 > [vm_0] (the "License"); you may not use this file except in compliance with the > [vm_0] License. You may obtain a copy of the License at > [vm_0] > [vm_0] http://www.apache.org/licenses/LICENSE-2.0 > [vm_0] > [vm_0] Unless required by applicable law or agreed to in writing, software > [vm_0] distributed under the License is distributed on an "AS IS" BASIS, WITHOUT > [vm_0] WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the > [vm_0] License for the specific language governing permissions and limitations > [vm_0] under the License. > [vm_0] > [vm_0]--------------------------------------------------------------------------- > [vm_0]Java version: 1.0.0-incubating.M3-SNAPSHOT build 042416 2016-04-24 11:10:23 -0700 javac 1.8.0_66 > [vm_0]Native version: native code unavailable > [vm_0]Source revision: 3c5a2e85a0c23b3733c1721ee0ea7286a7b4fd3f > [vm_0]Source repository: develop > [vm_0]Running on: cc3-rh6.gemstone.com/10.118.33.93, 4 cpu(s), amd64 Linux 2.6.32-122.el6.x86_64 > [vm_0]Process ID: 7712 > [vm_0]User: build > [vm_0]Current dir: /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0 > [vm_0]Home dir: /home/build > [vm_0]Command Line Parameters: > [vm_0] -Dgemfire.DUnitLauncher.RMI_PORT=24510 > [vm_0] -Dgemfire.DUnitLauncher.VM_NUM=0 > [vm_0] -DWORKSPACE_DIR=/cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/. > [vm_0] -DlogLevel=info > [vm_0] -Djava.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib > [vm_0] -Xrunjdwp:transport=dt_socket,server=y,suspend=n > [vm_0] -XX:+HeapDumpOnOutOfMemoryError > [vm_0] -Xmx512m > [vm_0] -Dgemfire.DEFAULT_MAX_OPLOG_SIZE=10 > [vm_0] -Dgemfire.disallowMcastDefaults=true > [vm_0] -ea > [vm_0] -XX:+PrintGC > [vm_0] -XX:+PrintGCDetails > [vm_0] -XX:+PrintGCTimeStamps > [vm_0] -DdummyArg=true > [vm_0]Class Path: > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/classes/test > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/resources/test > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/classes/main > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/resources/main > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/generated-resources/main > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.github.stephenc.findbugs/findbugs-annotations/1.3.9-1/a6b11447635d80757d64b355bed3c00786d86801/findbugs-annotations-1.3.9-1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.jgroups/jgroups/3.6.8.Final/9cc380b3a82a786addd06dc04d1470d1c44a51cb/jgroups-3.6.8.Final.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/antlr/antlr/2.7.7/83cd2cd674a217ade95a4bb83a8a14f351f48bd0/antlr-2.7.7.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.2.0/3a63aacffcc0f91f0920ddfa33a3833018c21f72/jackson-databind-2.2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-io/commons-io/2.3/cd8d6ffc833cc63c30d712a180f4663d8f55799b/commons-io-2.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-lang/commons-lang/2.5/b0236b252e86419eef20c31a44579d2aee2f0a69/commons-lang-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-modeler/commons-modeler/2.0/177f22811ed71980e5cda66de05bd070e4da3ee3/commons-modeler-2.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/io.netty/netty-all/4.0.4.Final/925914146e37041255ea18ae2d5982f9589c784d/netty-all-4.0.4.Final.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/it.unimi.dsi/fastutil/7.0.2/20876232e2cd12563507e4c9e85bd7948bc0656f/fastutil-7.0.2.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.mail/javax.mail-api/1.4.5/42af3cb44d5ec658adc8a4c7354ac0d19547c4ca/javax.mail-api-1.4.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/javax.resource/javax.resource-api/1.7/ae40e0864eb1e92c48bf82a2a3399cbbf523fb79/javax.resource-api-1.7.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j/3.0.1/991089e21fce990b84d9e06e9ed9cc00d518ae56/mx4j-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j-remote/3.0.1/f491951e754c24e7487efdd9f36d0677bfeb4184/mx4j-remote-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/mx4j/mx4j-tools/3.0.1/df853af9fe34d4eb6f849a1b5936fddfcbe67751/mx4j-tools-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/net.java.dev.jna/jna/4.0.0/9b3a11c613ec3fd3440af4103b12c3de82d38b6e/jna-4.0.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.google.guava/guava/15.0/ed727a8d9f247e2050281cb083f1c77b09dcb5cd/guava-15.0.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.5/e7fd981408caba8a0c0fb276413562468d260160/log4j-api-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.5/7ed845de1dfe070d43511fab321784e6c4118398/log4j-core-2.5.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-webapp/9.3.6.v20151106/9cf00a3b7b2c1b6e024bb687e3719e1b0ff9e899/jetty-webapp-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_Distributed > ...[truncated 4018568 chars]... > 151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-io/9.3.6.v20151106/9e59bde867e55d8c93cdd682d12317733ef5339/jetty-io-9.3.6.v20151106.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/commons-codec/commons-codec/1.6/b7f0fc8f61ecadeb3695f0b9464755eee44374d4/commons-codec-1.6.jar > [vm_0] /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/lib/tools.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-common/2.4.1/5e9d624fb9eeab4b1a940f5e9b1c9ff644ec1d65/hadoop-common-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-annotations/2.4.1/80434aa40184be711d1c41568852fee625925ab0/hadoop-annotations-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-hdfs/2.4.1/e1a4a1d3554a1779cf69332f7aa04963237d74fb/hadoop-hdfs-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hadoop/hadoop-mapreduce-client-core/2.4.1/4b563f928dc108bfc9974e2c643e275bbb407625/hadoop-mapreduce-client-core-2.4.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.apache.hbase/hbase/0.94.27/d0e1f44e59e9d64f31b40621ae7bd53a6d0a13b1/hbase-0.94.27.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.1/f7be08ec23c21485b9b5a1cf1654c2ec8c58168d/jsr305-3.0.1.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-webmvc/4.2.4.RELEASE/cf4317be9c83b4c1c65ce2d3bb96673ac546030a/spring-webmvc-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-beans/4.2.4.RELEASE/dc8e0874b53435f3e277d9da5aebd8b93cc7cf64/spring-beans-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-context/4.2.4.RELEASE/23cd0109e4eafc5629547e3680b0c4031e82efdd/spring-context-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-expression/4.2.4.RELEASE/15b6f6d61bc68fe2cc6cbd63e2329601afb8b39/spring-expression-4.2.4.RELEASE.jar > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/caches/modules-2/files-2.1/org.springframework/spring-web/4.2.4.RELEASE/d4bcc6f4d8b64d7af9b67bc17f0d5106dce97926/spring-web-4.2.4.RELEASE.jar > [vm_0]Library Path: > [vm_0] /usr/java/packages/lib/amd64 > [vm_0] /usr/lib64 > [vm_0] /lib64 > [vm_0] /lib > [vm_0] /usr/lib > [vm_0]System Properties: > [vm_0] Locator.forceLocatorDMType = true > [vm_0] WORKSPACE_DIR = /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/. > [vm_0] awt.toolkit = sun.awt.X11.XToolkit > [vm_0] dummyArg = true > [vm_0] file.encoding = ANSI_X3.4-1968 > [vm_0] file.encoding.pkg = sun.io > [vm_0] file.separator = / > [vm_0] gemfire.DEFAULT_MAX_OPLOG_SIZE = 10 > [vm_0] gemfire.DUnitLauncher.LAUNCHED = true > [vm_0] gemfire.DUnitLauncher.RMI_PORT = 24510 > [vm_0] gemfire.DUnitLauncher.VM_NUM = 0 > [vm_0] gemfire.disable-floating-coordinator = true > [vm_0] gemfire.disallowMcastDefaults = true > [vm_0] gemfire.free-off-heap-memory = true > [vm_0] hoplog.ALLOW_LOCAL_HDFS = true > [vm_0] java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment > [vm_0] java.awt.printerjob = sun.print.PSPrinterJob > [vm_0] java.class.version = 52.0 > [vm_0] java.endorsed.dirs = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/endorsed > [vm_0] java.ext.dirs = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/ext:/usr/java/packages/lib/ext > [vm_0] java.home = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre > [vm_0] java.io.tmpdir = /tmp > [vm_0] java.runtime.name = Java(TM) SE Runtime Environment > [vm_0] java.runtime.version = 1.8.0_66-b17 > [vm_0] java.specification.name = Java Platform API Specification > [vm_0] java.specification.vendor = Oracle Corporation > [vm_0] java.specification.version = 1.8 > [vm_0] java.vendor = Oracle Corporation > [vm_0] java.vendor.url = http://java.oracle.com/ > [vm_0] java.vendor.url.bug = http://bugreport.sun.com/bugreport/ > [vm_0] java.version = 1.8.0_66 > [vm_0] java.vm.info = mixed mode > [vm_0] java.vm.name = Java HotSpot(TM) 64-Bit Server VM > [vm_0] java.vm.specification.name = Java Virtual Machine Specification > [vm_0] java.vm.specification.vendor = Oracle Corporation > [vm_0] java.vm.specification.version = 1.8 > [vm_0] java.vm.vendor = Oracle Corporation > [vm_0] java.vm.version = 25.66-b17 > [vm_0] jgroups.resolve_dns = true > [vm_0] jna.platform.library.path = /usr/lib64:/lib64:/usr/lib:/lib > [vm_0] jnidispatch.path = /tmp/jna-94094958/jna6900618949727369191.tmp > [vm_0] line.separator = > [vm_0] logLevel = info > [vm_0] membership_port_range_end = 65535 > [vm_0] membership_port_range_start = 1024 > [vm_0] os.version = 2.6.32-122.el6.x86_64 > [vm_0] p2p.idleConnectionTimeout = 60000 > [vm_0] p2p.joinTimeout = 1000 > [vm_0] p2p.shareSockets = true > [vm_0] p2p.useSSL = false > [vm_0] path.separator = : > [vm_0] sun.arch.data.model = 64 > [vm_0] sun.boot.class.path = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/resources.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/rt.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/sunrsasign.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jsse.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jce.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/charsets.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/jfr.jar:/export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/classes > [vm_0] sun.boot.library.path = /export/java/users/java_share/jdk/1.8.0_66/x86_64.linux/jre/lib/amd64 > [vm_0] sun.cpu.endian = little > [vm_0] sun.cpu.isalist = > [vm_0] sun.io.unicode.encoding = UnicodeLittle > [vm_0] sun.java.command = com.gemstone.gemfire.test.dunit.standalone.ChildVM > [vm_0] sun.java.launcher = SUN_STANDARD > [vm_0] sun.jnu.encoding = ANSI_X3.4-1968 > [vm_0] sun.management.compiler = HotSpot 64-Bit Tiered Compilers > [vm_0] sun.nio.ch.bugLevel = > [vm_0] sun.os.patch.level = unknown > [vm_0] user.country = US > [vm_0] user.language = en > [vm_0] user.timezone = America/Los_Angeles > [vm_0]Log4J 2 Configuration: > [vm_0] /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/resources/main/log4j2.xml > [vm_0]--------------------------------------------------------------------------- > [vm_0][info 2016/04/24 12:36:25.458 PDT tid=0x12] Startup Configuration: > [vm_0] ### GemFire Properties defined with api ### > [vm_0]cache-xml-file= > [vm_0]locators=10.118.33.93[24910] > [vm_0]log-level=info > [vm_0]mcast-port=0 > [vm_0]### GemFire Properties using default values ### > [vm_0]ack-severe-alert-threshold=0 > [vm_0]ack-wait-threshold=15 > [vm_0]archive-disk-space-limit=0 > [vm_0]archive-file-size-limit=0 > [vm_0]async-distribution-timeout=0 > [vm_0]async-max-queue-size=8 > [vm_0]async-queue-timeout=60000 > [vm_0]bind-address= > [vm_0]cluster-configuration-dir=/cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0 > [vm_0]cluster-ssl-ciphers=any > [vm_0]cluster-ssl-enabled=false > [vm_0]cluster-ssl-keystore= > [vm_0]cluster-ssl-keystore-password= > [vm_0]cluster-ssl-keystore-type= > [vm_0]cluster-ssl-protocols=any > [vm_0]cluster-ssl-require-authentication=true > [vm_0]cluster-ssl-truststore= > [vm_0]cluster-ssl-truststore-password= > [vm_0]conflate-events=server > [vm_0]conserve-sockets=true > [vm_0]delta-propagation=true > [vm_0]deploy-working-dir=. > [vm_0]disable-auto-reconnect=false > [vm_0]disable-tcp=false > [vm_0]distributed-system-id=-1 > [vm_0]distributed-transactions=false > [vm_0]durable-client-id= > [vm_0]durable-client-timeout=300 > [vm_0]enable-cluster-configuration=true > [vm_0]enable-network-partition-detection=false > [vm_0]enable-time-statistics=false > [vm_0]enforce-unique-host=false > [vm_0]gateway-ssl-ciphers=any > [vm_0]gateway-ssl-enabled=false > [vm_0]gateway-ssl-keystore= > [vm_0]gateway-ssl-keystore-password= > [vm_0]gateway-ssl-keystore-type= > [vm_0]gateway-ssl-protocols=any > [vm_0]gateway-ssl-require-authentication=true > [vm_0]gateway-ssl-truststore= > [vm_0]gateway-ssl-truststore-password= > [vm_0]groups= > [vm_0]http-service-bind-address= > [vm_0]http-service-port=7070 > [vm_0]http-service-ssl-ciphers=any > [vm_0]http-service-ssl-enabled=false > [vm_0]http-service-ssl-keystore= > [vm_0]http-service-ssl-keystore-password= > [vm_0]http-service-ssl-keystore-type= > [vm_0]http-service-ssl-protocols=any > [vm_0]http-service-ssl-require-authentication=false > [vm_0]http-service-ssl-truststore= > [vm_0]http-service-ssl-truststore-password= > [vm_0]jmx-manager=true > [vm_0]jmx-manager-access-file= > [vm_0]jmx-manager-bind-address= > [vm_0]jmx-manager-hostname-for-clients= > [vm_0]jmx-manager-http-port=7070 > [vm_0]jmx-manager-password-file= > [vm_0]jmx-manager-port=1099 > [vm_0]jmx-manager-ssl=false > [vm_0]jmx-manager-ssl-ciphers=any > [vm_0]jmx-manager-ssl-enabled=false > [vm_0]jmx-manager-ssl-keystore= > [vm_0]jmx-manager-ssl-keystore-password= > [vm_0]jmx-manager-ssl-keystore-type= > [vm_0]jmx-manager-ssl-protocols=any > [vm_0]jmx-manager-ssl-require-authentication=true > [vm_0]jmx-manager-ssl-truststore= > [vm_0]jmx-manager-ssl-truststore-password= > [vm_0]jmx-manager-start=false > [vm_0]jmx-manager-update-rate=2000 > [vm_0]load-cluster-configuration-from-dir=false > [vm_0]locator-wait-time=0 > [vm_0]lock-memory=false > [vm_0]log-disk-space-limit=0 > [vm_0]log-file= > [vm_0]log-file-size-limit=0 > [vm_0]max-num-reconnect-tries=3 > [vm_0]max-wait-time-reconnect=60000 > [vm_0]mcast-address=239.192.81.1 > [vm_0]mcast-flow-control=1048576, 0.25, 5000 > [vm_0]mcast-recv-buffer-size=1048576 > [vm_0]mcast-send-buffer-size=65535 > [vm_0]mcast-ttl=32 > [vm_0]member-timeout=5000 > [vm_0]membership-port-range=1024-65535 > [vm_0]memcached-bind-address= > [vm_0]memcached-port=0 > [vm_0]memcached-protocol=ASCII > [vm_0]name= > [vm_0]off-heap-memory-size= > [vm_0]redis-bind-address= > [vm_0]redis-password= > [vm_0]redis-port=0 > [vm_0]redundancy-zone= > [vm_0]remote-locators= > [vm_0]remove-unresponsive-client=false > [vm_0]roles= > [vm_0]security-client-accessor= > [vm_0]security-client-accessor-pp= > [vm_0]security-client-auth-init= > [vm_0]security-client-authenticator= > [vm_0]security-client-dhalgo= > [vm_0]security-log-file= > [vm_0]security-log-level=config > [vm_0]security-peer-auth-init= > [vm_0]security-peer-authenticator= > [vm_0]security-peer-verifymember-timeout=1000 > [vm_0]server-bind-address= > [vm_0]server-ssl-ciphers=any > [vm_0]server-ssl-enabled=false > [vm_0]server-ssl-keystore= > [vm_0]server-ssl-keystore-password= > [vm_0]server-ssl-keystore-type= > [vm_0]server-ssl-protocols=any > [vm_0]server-ssl-require-authentication=true > [vm_0]server-ssl-truststore= > [vm_0]server-ssl-truststore-password= > [vm_0]socket-buffer-size=32768 > [vm_0]socket-lease-time=60000 > [vm_0]ssl-ciphers=any > [vm_0]ssl-enabled=false > [vm_0]ssl-protocols=any > [vm_0]ssl-require-authentication=true > [vm_0]start-dev-rest-api=false > [vm_0]start-locator= > [vm_0]statistic-archive-file= > [vm_0]statistic-sample-rate=1000 > [vm_0]statistic-sampling-enabled=true > [vm_0]tcp-port=0 > [vm_0]udp-fragment-size=60000 > [vm_0]udp-recv-buffer-size=1048576 > [vm_0]udp-send-buffer-size=65535 > [vm_0]use-cluster-configuration=true > [vm_0]user-command-packages= > [vm_0][info 2016/04/24 12:36:25.469 PDT tid=0x12] Peer locator is connecting to local membership services > [vm_0][info 2016/04/24 12:36:25.469 PDT tid=0x12] Starting membership services > [vm_0][info 2016/04/24 12:36:25.479 PDT tid=0x12] JGroups channel created (took 10ms) > [vm_0][info 2016/04/24 12:36:25.480 PDT tid=0x12] GemFire P2P Listener started on null > [vm_0][info 2016/04/24 12:36:25.481 PDT tid=0x175] Started failure detection server thread on /10.118.33.93:41381. > [vm_0][info 2016/04/24 12:36:25.482 PDT tid=0x12] Attempting to join the distributed system through coordinator cc3-rh6(7720):1026 using address cc3-rh6(7712:locator):1025 > [vm_1][info 2016/04/24 12:36:25.483 PDT tid=0x2b7] received join request from cc3-rh6(7712:locator):1025 > [vm_1][info 2016/04/24 12:36:25.785 PDT tid=0x2cb] View Creator is processing 1 requests for the next membership view > [vm_1][info 2016/04/24 12:36:25.786 PDT tid=0x2cb] preparing new view View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_1]failure detection ports: 48853 30770 39159 41381 > [vm_0][info 2016/04/24 12:36:25.787 PDT tid=0x171] received new view: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0]old view is: null > [vm_1][info 2016/04/24 12:36:25.787 PDT tid=0x2cb] finished waiting for responses to view preparation > [vm_1][info 2016/04/24 12:36:25.787 PDT tid=0x2cb] received new view: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_1]old view is: View[cc3-rh6(7720):1026|9] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028] shutdown: [cc3-rh6(7712:locator):1025] > [vm_1][info 2016/04/24 12:36:25.787 PDT tid=0x2cb] sending new view View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_1]failure detection ports: 48853 30770 39159 41381 > [info 2016/04/24 12:36:25.788 PDT tid=0x3bd] received new view: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > old view is: View[cc3-rh6(7720):1026|9] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028] shutdown: [cc3-rh6(7712:locator):1025] > [vm_1][info 2016/04/24 12:36:25.788 PDT tid=0x2c3] Membership: Processing addition < cc3-rh6(7712:locator):1025 > > [vm_1][info 2016/04/24 12:36:25.788 PDT tid=0x2c3] Admitting member :1025>. Now there are 4 non-admin member(s). > [vm_0][info 2016/04/24 12:36:25.788 PDT tid=0x171] Peer locator received new membership view: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [info 2016/04/24 12:36:25.788 PDT tid=0x3cf] Membership: Processing addition < cc3-rh6(7712:locator):1025 > > [info 2016/04/24 12:36:25.788 PDT tid=0x3cf] Admitting member :1025>. Now there are 4 non-admin member(s). > [vm_2][info 2016/04/24 12:36:25.788 PDT tid=0x25f] received new view: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_2]old view is: View[cc3-rh6(7720):1026|9] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028] shutdown: [cc3-rh6(7712:locator):1025] > [vm_2][info 2016/04/24 12:36:25.789 PDT tid=0x26f] Membership: Processing addition < cc3-rh6(7712:locator):1025 > > [vm_2][info 2016/04/24 12:36:25.789 PDT tid=0x26f] Admitting member :1025>. Now there are 4 non-admin member(s). > [vm_0][info 2016/04/24 12:36:25.788 PDT tid=0x171] This member is becoming the membership coordinator with address cc3-rh6(7712:locator):1025 > [vm_0][info 2016/04/24 12:36:25.788 PDT tid=0x171] ViewCreator starting on:cc3-rh6(7712:locator):1025 > [vm_0][info 2016/04/24 12:36:25.789 PDT tid=0x12] Finished joining (took 308ms). > [vm_0][info 2016/04/24 12:36:25.789 PDT tid=0x12] Starting DistributionManager cc3-rh6(7712:locator):1025. (took 321 ms) > [vm_0][info 2016/04/24 12:36:25.790 PDT tid=0x12] Initial (distribution manager) view = View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0][info 2016/04/24 12:36:25.790 PDT tid=0x12] Admitting member :1026>. Now there are 1 non-admin member(s). > [vm_0][info 2016/04/24 12:36:25.791 PDT tid=0x12] Admitting member :1027>. Now there are 2 non-admin member(s). > [vm_0][info 2016/04/24 12:36:25.791 PDT tid=0x179] View Creator thread is starting > [vm_0][info 2016/04/24 12:36:25.791 PDT tid=0x12] Admitting member :1028>. Now there are 3 non-admin member(s). > [vm_0][info 2016/04/24 12:36:25.792 PDT tid=0x179] preparing new view View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0]failure detection ports: 48853 30770 39159 41381 > [vm_0][info 2016/04/24 12:36:25.792 PDT tid=0x12] Admitting member :1025>. Now there are 4 non-admin member(s). > [vm_0][info 2016/04/24 12:36:25.794 PDT tid=0x179] finished waiting for responses to view preparation > [vm_0][info 2016/04/24 12:36:25.795 PDT tid=0x179] received new view: View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0]old view is: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0][info 2016/04/24 12:36:25.795 PDT tid=0x179] Peer locator received new membership view: View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0][info 2016/04/24 12:36:25.797 PDT tid=0x179] sending new view View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0]failure detection ports: 48853 30770 39159 41381 > [info 2016/04/24 12:36:25.798 PDT tid=0x3bd] received new view: View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > old view is: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_2][info 2016/04/24 12:36:25.798 PDT tid=0x25f] received new view: View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_2]old view is: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_1][info 2016/04/24 12:36:25.799 PDT tid=0x2b7] received new view: View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_1]old view is: View[cc3-rh6(7720):1026|10] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_1][info 2016/04/24 12:36:25.800 PDT tid=0x2c6] Member cc3-rh6(7712:locator):1025 is equivalent or in the same redundancy zone. > [vm_2][info 2016/04/24 12:36:25.801 PDT tid=0x272] Member cc3-rh6(7712:locator):1025 is equivalent or in the same redundancy zone. > [info 2016/04/24 12:36:25.804 PDT tid=0x3ce] Member cc3-rh6(7712:locator):1025 is equivalent or in the same redundancy zone. > [vm_0][info 2016/04/24 12:36:25.805 PDT :1026 shared unordered uid=48 port=51750> tid=0x180] Member cc3-rh6(7720):1026 is equivalent or in the same redundancy zone. > [vm_0][info 2016/04/24 12:36:25.810 PDT :1028 shared unordered uid=48 port=51752> tid=0x182] Member cc3-rh6(7673):1028 is equivalent or in the same redundancy zone. > [vm_0][info 2016/04/24 12:36:25.811 PDT :1027 shared unordered uid=45 port=51751> tid=0x184] Member cc3-rh6(7726):1027 is equivalent or in the same redundancy zone. > [vm_0][info 2016/04/24 12:36:25.811 PDT tid=0x12] Creating cache for locator. > [vm_0][info 2016/04/24 12:36:25.827 PDT tid=0x12] Initializing region _monitoringRegion_10.118.33.931025 > [vm_0][info 2016/04/24 12:36:25.831 PDT tid=0x12] Initialization of region _monitoringRegion_10.118.33.931025 completed > [vm_0][info 2016/04/24 12:36:25.838 PDT tid=0x12] SharedConfigStatusRequestHandler installed > [vm_0][info 2016/04/24 12:36:25.838 PDT tid=0x12] Locator started on 10.118.33.93[24910] > [vm_0][info 2016/04/24 12:36:25.838 PDT tid=0x12] Starting server location for Distribution Locator on cc3-rh6.gemstone.com[24910] > [vm_0][info 2016/04/24 12:36:25.841 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.distributed.LocatorDUnitTest$53.run with 0 args on object: "Start locator on port 24910" (took 392 ms) > [info 2016/04/24 12:36:25.842 PDT tid=0xa] Shutting down DistributionManager cc3-rh6(7673):1028. > [vm_0][info 2016/04/24 12:36:25.843 PDT tid=0x18d] received leave request from cc3-rh6(7673):1028 for cc3-rh6(7673):1028 > [vm_2][info 2016/04/24 12:36:25.843 PDT tid=0x272] received leave request from cc3-rh6(7673):1028 for cc3-rh6(7673):1028 > [vm_2][info 2016/04/24 12:36:25.843 PDT tid=0x272] Member at cc3-rh6(7673):1028 gracefully left the distributed cache: shutdown message received > [vm_0][info 2016/04/24 12:36:25.844 PDT tid=0x190] Recovered disk store cluster_config with unique id 2a7d8894ba344914-ba587f82e9d63b13 > [vm_0][info 2016/04/24 12:36:25.845 PDT tid=0x18d] Member at cc3-rh6(7673):1028 gracefully left the distributed cache: shutdown message received > [vm_1][info 2016/04/24 12:36:25.846 PDT tid=0x2c6] received leave request from cc3-rh6(7673):1028 for cc3-rh6(7673):1028 > [vm_1][info 2016/04/24 12:36:25.846 PDT tid=0x2c6] Member at cc3-rh6(7673):1028 gracefully left the distributed cache: shutdown message received > [vm_0][info 2016/04/24 12:36:25.846 PDT tid=0x190] Recovering oplog#1 /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0/ConfigDiskDir_/BACKUPcluster_config_1.drf for disk store cluster_config. > [vm_0][info 2016/04/24 12:36:25.850 PDT tid=0x190] Recovering oplog#1 /cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0/ConfigDiskDir_/BACKUPcluster_config_1.crf for disk store cluster_config. > [vm_0][info 2016/04/24 12:36:25.851 PDT tid=0x190] recovery oplog load took 5 ms > [vm_0][info 2016/04/24 12:36:25.852 PDT tid=0x192] Deleted oplog#1 crf for disk store cluster_config. > [vm_0][info 2016/04/24 12:36:25.853 PDT tid=0x192] Deleted oplog#1 drf for disk store cluster_config. > [vm_0][info 2016/04/24 12:36:25.855 PDT tid=0x190] Created oplog#2 drf for disk store cluster_config. > [vm_0][info 2016/04/24 12:36:25.857 PDT tid=0x190] Created oplog#2 crf for disk store cluster_config. > [vm_0][info 2016/04/24 12:36:25.858 PDT tid=0x190] recovery region initialization took 6 ms > [vm_0][info 2016/04/24 12:36:25.860 PDT tid=0x190] Initializing region _ConfigurationRegion > [vm_0][info 2016/04/24 12:36:25.863 PDT tid=0x190] Region /_ConfigurationRegion recovered from the local disk. Old persistent ID: /10.118.33.93:/cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0/ConfigDiskDir_ created at timestamp 1461526584387 version 0 diskStoreId 2a7d8894ba344914-ba587f82e9d63b13 name , new persistent ID /10.118.33.93:/cc3-rh6a/users/build/jenkins/blds/workspace/Geode_develop_DistributedTests/geode-core/build/distributedTest/dunit/vm0/ConfigDiskDir_ created at timestamp 1461526585859 version 0 diskStoreId 2a7d8894ba344914-ba587f82e9d63b13 name > [vm_0][info 2016/04/24 12:36:25.864 PDT tid=0x190] Initialization of region _ConfigurationRegion completed > [vm_0][info 2016/04/24 12:36:25.873 PDT tid=0x190] Completed writing the shared configuration to 'cluster_config' directory > [vm_0][info 2016/04/24 12:36:25.873 PDT tid=0x190] Getting Jar files from other locators > [vm_0][info 2016/04/24 12:36:25.873 PDT tid=0x190] No other locators present > [vm_0][info 2016/04/24 12:36:25.874 PDT tid=0x190] ConfigRequestHandler installed > [vm_0][info 2016/04/24 12:36:25.874 PDT tid=0x190] Cluster configuration service start up completed successfully and is now running .... > [info 2016/04/24 12:36:25.945 PDT tid=0xa] Now closing distribution for cc3-rh6(7673):1028 > [info 2016/04/24 12:36:25.946 PDT tid=0xa] Stopping membership services > [info 2016/04/24 12:36:25.947 PDT tid=0xa] GMSHealthMonitor server socket is closed in stopServices(). > [info 2016/04/24 12:36:25.947 PDT tid=0x3c1] GMSHealthMonitor server thread exiting > [vm_2][info 2016/04/24 12:36:25.947 PDT tid=0x25f] received leave request from cc3-rh6(7673):1028 for cc3-rh6(7673):1028 > [info 2016/04/24 12:36:25.947 PDT tid=0xa] GMSHealthMonitor serverSocketExecutor is terminated > [vm_0][info 2016/04/24 12:36:25.947 PDT tid=0x171] received leave request from cc3-rh6(7673):1028 for cc3-rh6(7673):1028 > [info 2016/04/24 12:36:25.952 PDT tid=0xa] DistributionManager stopped in 110ms. > [info 2016/04/24 12:36:25.954 PDT tid=0xa] Marking DistributionManager cc3-rh6(7673):1028 as closed. > [info 2016/04/24 12:36:25.955 PDT tid=0xa] java.net.ConnectException > [vm_1][info 2016/04/24 12:36:25.958 PDT tid=0x12] Received method: com.gemstone.gemfire.distributed.LocatorDUnitTest$31.run with 0 args on object: "Disconnect from cc3-rh6.gemstone.com[24910]" > [vm_1][info 2016/04/24 12:36:25.959 PDT tid=0x12] Shutting down DistributionManager cc3-rh6(7720):1026. > [vm_2][info 2016/04/24 12:36:25.960 PDT tid=0x272] received leave request from cc3-rh6(7720):1026 for cc3-rh6(7720):1026 > [vm_2][info 2016/04/24 12:36:25.961 PDT tid=0x272] Member at cc3-rh6(7720):1026 gracefully left the distributed cache: shutdown message received > [vm_0][info 2016/04/24 12:36:25.962 PDT tid=0x18e] received leave request from cc3-rh6(7720):1026 for cc3-rh6(7720):1026 > [vm_0][info 2016/04/24 12:36:25.962 PDT tid=0x18e] Member at cc3-rh6(7720):1026 gracefully left the distributed cache: shutdown message received > [vm_1][info 2016/04/24 12:36:26.061 PDT tid=0x12] Now closing distribution for cc3-rh6(7720):1026 > [vm_1][info 2016/04/24 12:36:26.061 PDT tid=0x12] Stopping membership services > [vm_0][info 2016/04/24 12:36:26.062 PDT tid=0x171] received leave request from cc3-rh6(7720):1026 for cc3-rh6(7720):1026 > [vm_1][info 2016/04/24 12:36:26.062 PDT tid=0x12] GMSHealthMonitor server socket is closed in stopServices(). > [vm_1][info 2016/04/24 12:36:26.063 PDT tid=0x2bb] GMSHealthMonitor server thread exiting > [vm_1][info 2016/04/24 12:36:26.063 PDT tid=0x12] GMSHealthMonitor serverSocketExecutor is terminated > [vm_1][info 2016/04/24 12:36:26.066 PDT tid=0x12] DistributionManager stopped in 107ms. > [vm_1][info 2016/04/24 12:36:26.071 PDT tid=0x12] Marking DistributionManager cc3-rh6(7720):1026 as closed. > [vm_1][info 2016/04/24 12:36:26.072 PDT tid=0x12] java.net.ConnectException > [vm_1][info 2016/04/24 12:36:26.072 PDT tid=0x12] Got result: null > [vm_1] from com.gemstone.gemfire.distributed.LocatorDUnitTest$31.run with 0 args on object: "Disconnect from cc3-rh6.gemstone.com[24910]" (took 113 ms) > [vm_2][info 2016/04/24 12:36:26.074 PDT tid=0xaa] Received method: com.gemstone.gemfire.distributed.LocatorDUnitTest$31.run with 0 args on object: "Disconnect from cc3-rh6.gemstone.com[24910]" > [vm_2][info 2016/04/24 12:36:26.075 PDT tid=0xaa] Shutting down DistributionManager cc3-rh6(7726):1027. > [vm_0][info 2016/04/24 12:36:26.077 PDT tid=0x18e] received leave request from cc3-rh6(7726):1027 for cc3-rh6(7726):1027 > [vm_0][info 2016/04/24 12:36:26.077 PDT tid=0x18e] Member at cc3-rh6(7726):1027 gracefully left the distributed cache: shutdown message received > [vm_2][info 2016/04/24 12:36:26.177 PDT tid=0xaa] Now closing distribution for cc3-rh6(7726):1027 > [vm_2][info 2016/04/24 12:36:26.177 PDT tid=0xaa] Stopping membership services > [vm_2][info 2016/04/24 12:36:26.178 PDT tid=0x263] GMSHealthMonitor server thread exiting > [vm_2][info 2016/04/24 12:36:26.178 PDT tid=0xaa] GMSHealthMonitor server socket is closed in stopServices(). > [vm_0][info 2016/04/24 12:36:26.177 PDT tid=0x179] View Creator is processing 5 requests for the next membership view > [vm_0][info 2016/04/24 12:36:26.177 PDT tid=0x179] no recipients for new view aside from myself > [vm_0][info 2016/04/24 12:36:26.177 PDT tid=0x179] received new view: View[cc3-rh6(7712:locator):1025|22] members: [cc3-rh6(7712:locator):1025] shutdown: [cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7720):1026] > [vm_0]old view is: View[cc3-rh6(7712:locator):1025|21] members: [cc3-rh6(7720):1026{lead}, cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7712:locator):1025] > [vm_0][info 2016/04/24 12:36:26.177 PDT tid=0x179] Peer locator received new membership view: View[cc3-rh6(7712:locator):1025|22] members: [cc3-rh6(7712:locator):1025] shutdown: [cc3-rh6(7726):1027, cc3-rh6(7673):1028, cc3-rh6(7720):1026] > [vm_0][info 2016/04/24 12:36:26.178 PDT tid=0x179] no recipients for new view aside from myself > [vm_0][info 2016/04/24 12:36:26.178 PDT tid=0x171] received leave request from cc3-rh6(7726):1027 for cc3-rh6(7726):1027 > [vm_0][info 2016/04/24 12:36:26.178 PDT tid=0x17c] cc3-rh6(7712:locator):1025 is the elder and the only member. > [vm_2][info 2016/04/24 12:36:26.179 PDT tid=0xaa] GMSHealthMonitor serverSocketExecutor is terminated > [vm_2][info 2016/04/24 12:36:26.183 PDT tid=0xaa] DistributionManager stopped in 108ms. > [vm_2][info 2016/04/24 12:36:26.184 PDT tid=0xaa] Marking DistributionManager cc3-rh6(7726):1027 as closed. > [vm_2][info 2016/04/24 12:36:26.184 PDT tid=0xaa] java.net.ConnectException > [vm_2][info 2016/04/24 12:36:26.184 PDT tid=0xaa] Got result: null > [vm_2] from com.gemstone.gemfire.distributed.LocatorDUnitTest$31.run with 0 args on object: "Disconnect from cc3-rh6.gemstone.com[24910]" (took 109 ms) > [vm_0][info 2016/04/24 12:36:26.185 PDT tid=0x12] Received method: com.gemstone.gemfire.distributed.LocatorDUnitTest$52.run with 0 args on object: "stop locator" > [vm_0][info 2016/04/24 12:36:26.185 PDT tid=0x12] Stopping Distribution Locator on cc3-rh6.gemstone.com[24910] > [vm_0][info 2016/04/24 12:36:26.186 PDT tid=0x164] locator shutting down > [vm_0][info 2016/04/24 12:36:26.188 PDT tid=0x164] Closing locator's cache > [vm_0][info 2016/04/24 12:36:26.188 PDT tid=0x164] GemFireCache[id = 1704789167; isClosing = true; isShutDownAll = false; created = Sun Apr 24 12:36:25 PDT 2016; server = false; copyOnRead = false; lockLease = 120; lockTimeout = 60]: Now closing. > [vm_0][info 2016/04/24 12:36:26.195 PDT tid=0x164] Shutting down DistributionManager cc3-rh6(7712:locator):1025. > [vm_0][info 2016/04/24 12:36:26.297 PDT tid=0x164] Now closing distribution for cc3-rh6(7712:locator):1025 > [vm_0][info 2016/04/24 12:36:26.297 PDT tid=0x164] Stopping membership services > [vm_0][info 2016/04/24 12:36:26.297 PDT tid=0x164] GMSHealthMonitor server socket is closed in stopServices(). > [vm_0][info 2016/04/24 12:36:26.298 PDT tid=0x175] GMSHealthMonitor server thread exiting > [vm_0][info 2016/04/24 12:36:26.298 PDT tid=0x164] GMSHealthMonitor serverSocketExecutor is terminated > [vm_0][info 2016/04/24 12:36:26.301 PDT tid=0x164] DistributionManager stopped in 106ms. > [vm_0][info 2016/04/24 12:36:26.302 PDT tid=0x164] Marking DistributionManager cc3-rh6(7712:locator):1025 as closed. > [vm_0][info 2016/04/24 12:36:26.302 PDT tid=0x12] Distribution Locator on cc3-rh6.gemstone.com[24910] is stopped > [vm_0][info 2016/04/24 12:36:26.302 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.distributed.LocatorDUnitTest$52.run with 0 args on object: "stop locator" (took 117 ms) > [vm_0][info 2016/04/24 12:36:26.304 PDT tid=0x12] Received method: com.gemstone.gemfire.distributed.LocatorDUnitTest$52.run with 0 args on object: "stop locator" > [vm_0][info 2016/04/24 12:36:26.304 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.distributed.LocatorDUnitTest$52.run with 0 args on object: "stop locator" (took 0 ms) > [vm_0][info 2016/04/24 12:36:26.304 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1196905036.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1196905036@3d12a190 > [vm_0][info 2016/04/24 12:36:26.304 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1196905036.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1196905036@3d12a190 (took 0 ms) > [vm_1][info 2016/04/24 12:36:26.305 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/331787740.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/331787740@40344dc8 > [vm_1][info 2016/04/24 12:36:26.305 PDT tid=0x12] Got result: null > [vm_1] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/331787740.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/331787740@40344dc8 (took 0 ms) > [vm_2][info 2016/04/24 12:36:26.306 PDT tid=0xaa] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/870851773.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/870851773@17a31c74 > [vm_2][info 2016/04/24 12:36:26.306 PDT tid=0xaa] Got result: null > [vm_2] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/870851773.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/870851773@17a31c74 (took 0 ms) > [vm_3][info 2016/04/24 12:36:26.307 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1038623633.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1038623633@51f2d1ba > [vm_3][info 2016/04/24 12:36:26.307 PDT tid=0x12] Got result: null > [vm_3] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1038623633.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1038623633@51f2d1ba (took 0 ms) > [vm_4][info 2016/04/24 12:36:26.308 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1641969158.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1641969158@60ffac17 > [vm_4][info 2016/04/24 12:36:26.308 PDT tid=0x12] Got result: null > [vm_4] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1641969158.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1641969158@60ffac17 (took 0 ms) > [info 2016/04/24 12:36:26.309 PDT tid=0xa] Removing shunned member > [info 2016/04/24 12:36:26.309 PDT tid=0xa] Removing shunned member > [vm_0][info 2016/04/24 12:36:26.311 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" > [vm_0][info 2016/04/24 12:36:26.311 PDT tid=0x12] Removing shunned member > [vm_0][info 2016/04/24 12:36:26.311 PDT tid=0x12] Removing shunned member > [vm_0][info 2016/04/24 12:36:26.311 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms) > [vm_1][info 2016/04/24 12:36:26.311 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" > [vm_1][info 2016/04/24 12:36:26.311 PDT tid=0x12] Removing shunned member > [vm_1][info 2016/04/24 12:36:26.311 PDT tid=0x12] Removing shunned member > [vm_1][info 2016/04/24 12:36:26.311 PDT tid=0x12] Got result: null > [vm_1] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms) > [vm_2][info 2016/04/24 12:36:26.312 PDT tid=0xaa] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" > [vm_2][info 2016/04/24 12:36:26.312 PDT tid=0xaa] Removing shunned member > [vm_2][info 2016/04/24 12:36:26.312 PDT tid=0xaa] Removing shunned member > [vm_2][info 2016/04/24 12:36:26.312 PDT tid=0xaa] Got result: null > [vm_2] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms) > [vm_3][info 2016/04/24 12:36:26.313 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" > [vm_3][info 2016/04/24 12:36:26.313 PDT tid=0x12] Removing shunned member > [vm_3][info 2016/04/24 12:36:26.313 PDT tid=0x12] Removing shunned member > [vm_3][info 2016/04/24 12:36:26.313 PDT tid=0x12] Got result: null > [vm_3] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms) > [vm_4][info 2016/04/24 12:36:26.314 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" > [vm_4][info 2016/04/24 12:36:26.314 PDT tid=0x12] Removing shunned member > [vm_4][info 2016/04/24 12:36:26.314 PDT tid=0x12] Removing shunned member > [vm_4][info 2016/04/24 12:36:26.314 PDT tid=0x12] Got result: null > [vm_4] from com.gemstone.gemfire.test.dunit.IgnoredException$1.run with 0 args on object: "IgnoredException remove" (took 0 ms) > [vm_0][info 2016/04/24 12:36:26.315 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/217283529.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/217283529@1e3c21aa > [vm_0][info 2016/04/24 12:36:26.315 PDT tid=0x12] Got result: null > [vm_0] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/217283529.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/217283529@1e3c21aa (took 0 ms) > [vm_1][info 2016/04/24 12:36:26.323 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1165367755.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1165367755@765b5b3f > [vm_1][info 2016/04/24 12:36:26.323 PDT tid=0x12] Got result: null > [vm_1] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1165367755.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1165367755@765b5b3f (took 0 ms) > [vm_2][info 2016/04/24 12:36:26.324 PDT tid=0xaa] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/2098685234.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/2098685234@78035a07 > [vm_2][info 2016/04/24 12:36:26.324 PDT tid=0xaa] Got result: null > [vm_2] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/2098685234.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/2098685234@78035a07 (took 0 ms) > [vm_3][info 2016/04/24 12:36:26.324 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1873715849.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1873715849@16f46f30 > [vm_3][info 2016/04/24 12:36:26.325 PDT tid=0x12] Got result: null > [vm_3] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1873715849.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/1873715849@16f46f30 (took 0 ms) > [vm_4][info 2016/04/24 12:36:26.325 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/485400982.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/485400982@118138e0 > [vm_4][info 2016/04/24 12:36:26.326 PDT tid=0x12] Got result: null > [vm_4] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/485400982.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$5/485400982@118138e0 (took 0 ms) > [locator][info 2016/04/24 12:36:26.327 PDT tid=0x12] Received method: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1597931052.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1597931052@8933288 > [locator][info 2016/04/24 12:36:26.327 PDT tid=0x12] Got result: null > [locator] from com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1597931052.run with 0 args on object: com.gemstone.gemfire.test.dunit.internal.JUnit4DistributedTestCase$$Lambda$4/1597931052@8933288 (took 0 ms) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)