You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/01/27 00:15:59 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1100 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1100/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.PeerSyncReplicationTest.test

Error Message:
timeout waiting to see all nodes active

Stack Trace:
java.lang.AssertionError: timeout waiting to see all nodes active
	at __randomizedtesting.SeedInfo.seed([5F6653560CC6FC7E:D7326C8CA23A9186]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326)
	at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277)
	at org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259)
	at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138)
	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:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11031 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/init-core-data-001
   [junit4]   2> 274696 INFO  (SUITE-PeerSyncReplicationTest-seed#[5F6653560CC6FC7E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 274713 INFO  (SUITE-PeerSyncReplicationTest-seed#[5F6653560CC6FC7E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 274713 INFO  (SUITE-PeerSyncReplicationTest-seed#[5F6653560CC6FC7E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_ti/o
   [junit4]   2> 274715 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 274715 INFO  (Thread-479) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 274715 INFO  (Thread-479) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 274815 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ZkTestServer start zk server on port:44904
   [junit4]   2> 274839 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 274842 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 274845 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 274847 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 274850 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 274853 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 274856 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 274858 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 274860 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 274863 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 274865 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 275076 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/control-001/cores/collection1
   [junit4]   2> 275078 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 275082 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32eff095{/_ti/o,null,AVAILABLE}
   [junit4]   2> 275083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4e801a99{HTTP/1.1,[http/1.1]}{127.0.0.1:49730}
   [junit4]   2> 275083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server Started @277828ms
   [junit4]   2> 275083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/tempDir-001/control/data, hostContext=/_ti/o, hostPort=49730, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/control-001/cores}
   [junit4]   2> 275084 ERROR (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 275084 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 275084 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 275084 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 275086 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-26T23:03:09.657Z
   [junit4]   2> 275123 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 275123 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/control-001/solr.xml
   [junit4]   2> 275134 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44904/solr
   [junit4]   2> 275203 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49730__ti%2Fo
   [junit4]   2> 275205 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.Overseer Overseer (id=97351879182909444-127.0.0.1:49730__ti%2Fo-n_0000000000) starting
   [junit4]   2> 275217 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49730__ti%2Fo
   [junit4]   2> 275226 INFO  (zkCallback-208-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 275438 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/control-001/cores
   [junit4]   2> 275438 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 275447 INFO  (OverseerStateUpdate-97351879182909444-127.0.0.1:49730__ti%2Fo-n_0000000000) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 276466 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 276486 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 276610 WARN  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 276613 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 276668 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 276669 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/control-001/cores/collection1/data/]
   [junit4]   2> 276669 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e0bb508
   [junit4]   2> 276672 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1108332665, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 276679 WARN  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 276692 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 276692 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 276693 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 276693 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 276713 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=13.1064453125, floorSegmentMB=2.0703125, forceMergeDeletesPctAllowed=12.850659384515277, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 276717 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33fd85d2[collection1] main]
   [junit4]   2> 276720 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 276720 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 276723 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 276724 INFO  (coreLoadExecutor-591-thread-1-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557630069031043072
   [junit4]   2> 276727 INFO  (searcherExecutor-592-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@33fd85d2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 276738 INFO  (coreZkRegister-584-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 276738 INFO  (coreZkRegister-584-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 276738 INFO  (coreZkRegister-584-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49730/_ti/o/collection1/
   [junit4]   2> 276738 INFO  (coreZkRegister-584-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 276738 INFO  (coreZkRegister-584-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49730/_ti/o/collection1/ has no replicas
   [junit4]   2> 276748 INFO  (coreZkRegister-584-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49730/_ti/o/collection1/ shard1
   [junit4]   2> 276900 INFO  (coreZkRegister-584-thread-1-processing-n:127.0.0.1:49730__ti%2Fo x:collection1 c:control_collection) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 277013 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 277015 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44904/solr ready
   [junit4]   2> 277015 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 277170 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-1-001/cores/collection1
   [junit4]   2> 277171 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-1-001
   [junit4]   2> 277172 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 277174 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@712ee6c{/_ti/o,null,AVAILABLE}
   [junit4]   2> 277174 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@795b5b08{HTTP/1.1,[http/1.1]}{127.0.0.1:47837}
   [junit4]   2> 277174 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server Started @279919ms
   [junit4]   2> 277174 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_ti/o, hostPort=47837, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-1-001/cores}
   [junit4]   2> 277175 ERROR (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 277175 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 277175 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277175 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 277175 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-26T23:03:11.748Z
   [junit4]   2> 277185 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x159dd04b0ea0006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 277185 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 277185 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-1-001/solr.xml
   [junit4]   2> 277193 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44904/solr
   [junit4]   2> 277224 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x159dd04b0ea0007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 277264 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 277271 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47837__ti%2Fo
   [junit4]   2> 277276 INFO  (zkCallback-208-thread-2-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 277276 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 277277 INFO  (zkCallback-212-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 277342 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-1-001/cores
   [junit4]   2> 277342 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 277348 INFO  (OverseerStateUpdate-97351879182909444-127.0.0.1:49730__ti%2Fo-n_0000000000) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 278369 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 278391 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 278468 WARN  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 278473 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 278498 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 278498 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 278498 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e0bb508
   [junit4]   2> 278502 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1108332665, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 278513 WARN  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 278531 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 278531 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 278532 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 278532 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 278534 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=13.1064453125, floorSegmentMB=2.0703125, forceMergeDeletesPctAllowed=12.850659384515277, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 278535 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ff4ce1[collection1] main]
   [junit4]   2> 278537 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 278538 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 278538 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 278539 INFO  (searcherExecutor-603-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ff4ce1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 278541 INFO  (coreLoadExecutor-602-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557630070936305664
   [junit4]   2> 278554 INFO  (coreZkRegister-597-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 278554 INFO  (coreZkRegister-597-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 278554 INFO  (coreZkRegister-597-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47837/_ti/o/collection1/
   [junit4]   2> 278554 INFO  (coreZkRegister-597-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 278554 INFO  (coreZkRegister-597-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:47837/_ti/o/collection1/ has no replicas
   [junit4]   2> 278563 INFO  (coreZkRegister-597-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47837/_ti/o/collection1/ shard1
   [junit4]   2> 278715 INFO  (coreZkRegister-597-thread-1-processing-n:127.0.0.1:47837__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 279080 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-2-001/cores/collection1
   [junit4]   2> 279081 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-2-001
   [junit4]   2> 279081 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 279082 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52bc9c79{/_ti/o,null,AVAILABLE}
   [junit4]   2> 279083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@77f1fc37{HTTP/1.1,[http/1.1]}{127.0.0.1:61669}
   [junit4]   2> 279083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server Started @281828ms
   [junit4]   2> 279083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_ti/o, hostPort=61669, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-2-001/cores}
   [junit4]   2> 279083 ERROR (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 279083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 279083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 279083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 279083 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-26T23:03:13.656Z
   [junit4]   2> 279093 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 279093 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-2-001/solr.xml
   [junit4]   2> 279105 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44904/solr
   [junit4]   2> 279128 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 279139 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61669__ti%2Fo
   [junit4]   2> 279141 INFO  (zkCallback-208-thread-2-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 279141 INFO  (zkCallback-212-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 279142 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 279144 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 279280 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-2-001/cores
   [junit4]   2> 279280 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 279285 INFO  (OverseerStateUpdate-97351879182909444-127.0.0.1:49730__ti%2Fo-n_0000000000) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 280303 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 280328 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 280458 WARN  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 280460 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 280478 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 280478 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-2-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 280478 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e0bb508
   [junit4]   2> 280480 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1108332665, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 280487 WARN  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 280501 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 280501 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 280502 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 280502 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 280503 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=13.1064453125, floorSegmentMB=2.0703125, forceMergeDeletesPctAllowed=12.850659384515277, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 280504 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@694ba17a[collection1] main]
   [junit4]   2> 280506 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 280507 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 280507 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 280508 INFO  (searcherExecutor-614-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@694ba17a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 280509 INFO  (coreLoadExecutor-613-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557630072999903232
   [junit4]   2> 280517 INFO  (coreZkRegister-608-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 280517 INFO  (updateExecutor-220-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 280517 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 280519 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 280519 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 280519 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 280519 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:47837/_ti/o/collection1/] and I am [http://127.0.0.1:61669/_ti/o/collection1/]
   [junit4]   2> 280523 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:47837/_ti/o]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:61669__ti%252Fo&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 280528 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 280541 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 280541 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:61669__ti%2Fo, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"http://127.0.0.1:61669/_ti/o","node_name":"127.0.0.1:61669__ti%2Fo","state":"down"}
   [junit4]   2> 281025 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-3-001/cores/collection1
   [junit4]   2> 281026 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-3-001
   [junit4]   2> 281027 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 281029 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@314874c0{/_ti/o,null,AVAILABLE}
   [junit4]   2> 281029 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@68cba176{HTTP/1.1,[http/1.1]}{127.0.0.1:36276}
   [junit4]   2> 281029 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.Server Started @283775ms
   [junit4]   2> 281029 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/_ti/o, hostPort=36276, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-3-001/cores}
   [junit4]   2> 281029 ERROR (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 281043 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 281057 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 281057 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 281057 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-26T23:03:15.630Z
   [junit4]   2> 281062 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 281063 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-3-001/solr.xml
   [junit4]   2> 281070 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44904/solr
   [junit4]   2> 281111 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:36276__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 281119 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:36276__ti%2Fo    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36276__ti%2Fo
   [junit4]   2> 281122 INFO  (zkCallback-208-thread-3-processing-n:127.0.0.1:49730__ti%2Fo) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281123 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281125 INFO  (zkCallback-223-thread-1-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281125 INFO  (zkCallback-212-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281126 INFO  (zkCallback-230-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 281286 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:36276__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-3-001/cores
   [junit4]   2> 281286 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [n:127.0.0.1:36276__ti%2Fo    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 281299 INFO  (OverseerStateUpdate-97351879182909444-127.0.0.1:49730__ti%2Fo-n_0000000000) [n:127.0.0.1:49730__ti%2Fo    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 281542 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:61669__ti%2Fo, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"http://127.0.0.1:61669/_ti/o","node_name":"127.0.0.1:61669__ti%2Fo","state":"recovering"}
   [junit4]   2> 281542 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 281542 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:61669__ti%252Fo&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1014
   [junit4]   2> 282304 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 282327 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 282435 WARN  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 282436 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 282471 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 282471 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-3-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 282472 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e0bb508
   [junit4]   2> 282476 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1108332665, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 282483 WARN  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 282498 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 282498 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 282499 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 282499 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 282499 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=13.1064453125, floorSegmentMB=2.0703125, forceMergeDeletesPctAllowed=12.850659384515277, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 282503 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50db9cb8[collection1] main]
   [junit4]   2> 282506 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 282506 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 282507 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 282509 INFO  (coreLoadExecutor-624-thread-1-processing-n:127.0.0.1:36276__ti%2Fo) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557630075097055232
   [junit4]   2> 282512 INFO  (searcherExecutor-625-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:36276__ti%2Fo c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50db9cb8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 282517 INFO  (coreZkRegister-619-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 c:collection1) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 282517 INFO  (updateExecutor-227-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 282519 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 282519 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 282519 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 282519 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 282519 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:47837/_ti/o/collection1/] and I am [http://127.0.0.1:36276/_ti/o/collection1/]
   [junit4]   2> 282523 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:47837/_ti/o]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36276__ti%252Fo&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 282526 INFO  (qtp535509443-1841) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 282526 INFO  (qtp535509443-1841) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 282526 INFO  (qtp535509443-1841) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:36276__ti%2Fo, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36276/_ti/o","node_name":"127.0.0.1:36276__ti%2Fo","state":"down"}
   [junit4]   2> 282884 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 282884 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30 for each attempt
   [junit4]   2> 282884 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 283530 INFO  (qtp535509443-1841) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:36276__ti%2Fo, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36276/_ti/o","node_name":"127.0.0.1:36276__ti%2Fo","state":"recovering"}
   [junit4]   2> 283530 INFO  (qtp535509443-1841) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 283530 INFO  (qtp535509443-1841) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36276__ti%252Fo&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1004
   [junit4]   2> 288543 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:47837/_ti/o/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 288543 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:61669/_ti/o START replicas=[http://127.0.0.1:47837/_ti/o/collection1/] nUpdates=1000
   [junit4]   2> 288546 INFO  (qtp535509443-1836) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 288546 INFO  (qtp535509443-1836) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ti/o path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 288547 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 288547 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 288547 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 288547 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 288548 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 288548 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 288548 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 288548 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 288548 INFO  (recoveryExecutor-221-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 290531 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:47837/_ti/o/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 290531 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:36276/_ti/o START replicas=[http://127.0.0.1:47837/_ti/o/collection1/] nUpdates=1000
   [junit4]   2> 290532 INFO  (qtp535509443-1838) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 290532 INFO  (qtp535509443-1838) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ti/o path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 290532 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 290532 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 290532 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 290532 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 290537 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 290537 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 290537 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 290537 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 290537 INFO  (recoveryExecutor-228-thread-1-processing-n:127.0.0.1:36276__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 290903 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 290907 INFO  (qtp1408145661-1799) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 290907 INFO  (qtp1408145661-1799) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 290908 INFO  (qtp1408145661-1799) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 290908 INFO  (qtp1408145661-1799) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 290912 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 290912 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 290916 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 290916 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 290916 INFO  (qtp1213880162-1904) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 290916 INFO  (qtp2125126056-1876) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 290917 INFO  (qtp1213880162-1904) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 290918 INFO  (qtp1213880162-1904) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 290919 INFO  (qtp1213880162-1904) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 290919 INFO  (qtp2125126056-1876) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 290919 INFO  (qtp2125126056-1876) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 290919 INFO  (qtp2125126056-1876) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 290920 INFO  (qtp535509443-1842) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 9
   [junit4]   2> 290921 INFO  (qtp535509443-1836) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ti/o path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 290923 INFO  (qtp2125126056-1868) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ti/o path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 290925 INFO  (qtp1213880162-1906) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/_ti/o path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 292931 INFO  (qtp1408145661-1797) [n:127.0.0.1:49730__ti%2Fo c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1557630086021120000)} 0 4
   [junit4]   2> 292946 INFO  (qtp2125126056-1872) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&_version_=-1557630086026362880&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{deleteByQuery=*:* (-1557630086026362880)} 0 9
   [junit4]   2> 292950 INFO  (qtp1213880162-1907) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&_version_=-1557630086026362880&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{deleteByQuery=*:* (-1557630086026362880)} 0 4
   [junit4]   2> 292950 INFO  (qtp535509443-1840) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1557630086026362880)} 0 18
   [junit4]   2> 292962 INFO  (qtp1213880162-1908) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[0 (1557630086049431552)]} 0 3
   [junit4]   2> 292963 INFO  (qtp2125126056-1875) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[0 (1557630086049431552)]} 0 4
   [junit4]   2> 292963 INFO  (qtp535509443-1838) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={wt=javabin&version=2}{add=[0 (1557630086049431552)]} 0 9
   [junit4]   2> 292981 INFO  (qtp1213880162-1902) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[1 (1557630086064111616)]} 0 2
   [junit4]   2> 292982 INFO  (qtp2125126056-1869) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[1 (1557630086064111616)]} 0 5
   [junit4]   2> 292982 INFO  (qtp535509443-1841) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={wt=javabin&version=2}{add=[1 (1557630086064111616)]} 0 15
   [junit4]   2> 292996 INFO  (qtp2125126056-1867) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[2 (1557630086080888832)]} 0 8
   [junit4]   2> 293001 INFO  (qtp1213880162-1901) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[2 (1557630086080888832)]} 0 13
   [junit4]   2> 293001 INFO  (qtp535509443-1839) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={wt=javabin&version=2}{add=[2 (1557630086080888832)]} 0 17
   [junit4]   2> 293004 INFO  (qtp1213880162-1904) [n:127.0.0.1:36276__ti%2Fo c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[3 (1557630086100811776)]} 0 0
   [junit4]   2> 293010 INFO  (qtp2125126056-1865) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:47837/_ti/o/collection1/&wt=javabin&version=2}{add=[3 (1557630086100811776)]} 0 0
   [junit4]   2> 293011 INFO  (qtp535509443-1842) [n:127.0.0.1:47837__ti%2Fo c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ti/o path=/update params={wt=javabin&version=2}{add=[3 (1557630086100811776)]} 0 8
   [junit4]   2> 293013 IN

[...truncated too long message...]

onsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 479613 INFO  (qtp535509443-1835) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:61669__ti%252Fo&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=173376
   [junit4]   2> 480253 WARN  (zkCallback-217-thread-2-processing-n:127.0.0.1:47837__ti%2Fo) [n:127.0.0.1:47837__ti%2Fo    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 480253 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 480255 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@795b5b08{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 480255 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@712ee6c{/_ti/o,null,UNAVAILABLE}
   [junit4]   2> 480259 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 61669
   [junit4]   2> 480259 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1364738333
   [junit4]   2> 480260 WARN  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node2]
   [junit4]   2> 480268 WARN  (updateExecutor-234-thread-2-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 484439 INFO  (recoveryExecutor-235-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 484439 INFO  (recoveryExecutor-235-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 484439 INFO  (recoveryExecutor-235-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@63ccdb73
   [junit4]   2> 484440 WARN  (recoveryExecutor-235-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[collection1] coreNodeName=[core_node2]
   [junit4]   2> 484498 INFO  (recoveryExecutor-235-thread-1-processing-n:127.0.0.1:61669__ti%2Fo x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61669__ti%2Fo c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 484498 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.Overseer Overseer (id=97351879182909457-127.0.0.1:61669__ti%2Fo-n_0000000004) closing
   [junit4]   2> 484499 INFO  (OverseerStateUpdate-97351879182909457-127.0.0.1:61669__ti%2Fo-n_0000000004) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:61669__ti%2Fo
   [junit4]   2> 486004 WARN  (zkCallback-237-thread-2-processing-n:127.0.0.1:61669__ti%2Fo) [n:127.0.0.1:61669__ti%2Fo    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 486004 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 486006 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3b761b58{HTTP/1.1,[http/1.1]}{127.0.0.1:61669}
   [junit4]   2> 486006 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c84d625{/_ti/o,null,UNAVAILABLE}
   [junit4]   2> 486008 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 36276
   [junit4]   2> 486010 INFO  (TEST-PeerSyncReplicationTest.test-seed#[5F6653560CC6FC7E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44904 44904
   [junit4]   2> 486023 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 486025 INFO  (Thread-479) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44904 44904
   [junit4]   2> 486026 WARN  (Thread-479) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	4	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/97351879182909448-core_node1-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/97351879182909448-127.0.0.1:47837__ti%2Fo-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	207	/solr/overseer/collection-queue-work
   [junit4]   2> 	42	/solr/overseer/queue
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PeerSyncReplicationTest -Dtests.method=test -Dtests.seed=5F6653560CC6FC7E -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Asia/Gaza -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  211s J0 | PeerSyncReplicationTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: timeout waiting to see all nodes active
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F6653560CC6FC7E:D7326C8CA23A9186]:0)
   [junit4]    > 	at org.apache.solr.cloud.PeerSyncReplicationTest.waitTillNodesActive(PeerSyncReplicationTest.java:326)
   [junit4]    > 	at org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:277)
   [junit4]    > 	at org.apache.solr.cloud.PeerSyncReplicationTest.forceNodeFailureAndDoPeerSync(PeerSyncReplicationTest.java:259)
   [junit4]    > 	at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:138)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 486030 INFO  (SUITE-PeerSyncReplicationTest-seed#[5F6653560CC6FC7E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_5F6653560CC6FC7E-001
   [junit4]   2> Jan 26, 2017 11:06:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=ar-EG, timezone=Asia/Gaza
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=223458688,total=463470592
   [junit4]   2> NOTE: All tests run in this JVM: [StatelessScriptUpdateProcessorFactoryTest, TestHdfsBackupRestoreCore, TestSha256AuthenticationProvider, TestCloudPseudoReturnFields, CopyFieldTest, StandardRequestHandlerTest, TestSchemaNameResource, SyncSliceTest, BJQParserTest, LeaderFailoverAfterPartitionTest, SOLR749Test, TestSweetSpotSimilarityFactory, SharedFSAutoReplicaFailoverTest, TestClassicSimilarityFactory, BasicDistributedZkTest, TestCSVResponseWriter, TestGroupingSearch, ReplicaListTransformerTest, TestBackupRepositoryFactory, PeerSyncReplicationTest]
   [junit4] Completed [92/684 (1!)] on J0 in 211.86s, 1 test, 1 failure <<< FAILURES!

[...truncated 64289 lines...]