Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2672/
Java: 32bit/jdk-9-ea+152 -server -XX:+UseG1GC

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

Error Message:
PeerSynced node did not become leader expected:<CloudJettyRunner 
[url=http://127.0.0.1:41526/collection1]> but was:<CloudJettyRunner 
[url=http://127.0.0.1:34852/collection1]>

Stack Trace:
java.lang.AssertionError: PeerSynced node did not become leader 
expected:<CloudJettyRunner [url=http://127.0.0.1:41526/collection1]> but 
was:<CloudJettyRunner [url=http://127.0.0.1:34852/collection1]>
        at 
__randomizedtesting.SeedInfo.seed([ABD265ACE34A12C2:23865A764DB67F3A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:162)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:543)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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 
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:367)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11067 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/init-core-data-001
   [junit4]   2> 162436 INFO  
(SUITE-PeerSyncReplicationTest-seed#[ABD265ACE34A12C2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 162436 INFO  
(SUITE-PeerSyncReplicationTest-seed#[ABD265ACE34A12C2]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 162438 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 162438 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 162438 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 162538 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36931
   [junit4]   2> 162542 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 0x159a24e85e70000, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 162546 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 162550 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 162553 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 162556 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 162558 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 162561 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 162571 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 162574 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 162577 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 162579 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 162581 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 163529 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/control-001/cores/collection1
   [junit4]   2> 163531 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 163540 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b9aff1{/,null,AVAILABLE}
   [junit4]   2> 163544 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7fc204{HTTP/1.1,[http/1.1]}{127.0.0.1:43740}
   [junit4]   2> 163544 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server Started @166522ms
   [junit4]   2> 163544 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/tempDir-001/control/data,
 hostPort=43740, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/control-001/cores}
   [junit4]   2> 163545 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 163545 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 163545 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 163545 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 163545 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-15T13:26:13.301505Z
   [junit4]   2> 163573 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 163573 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/control-001/solr.xml
   [junit4]   2> 163579 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 163582 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36931/solr
   [junit4]   2> 163596 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43740_
   [junit4]   2> 163597 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.Overseer Overseer (id=97287325102833668-127.0.0.1:43740_-n_0000000000) 
starting
   [junit4]   2> 163600 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43740_
   [junit4]   2> 163603 INFO  (zkCallback-210-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 163714 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/control-001/cores
   [junit4]   2> 163714 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 163738 INFO  
(OverseerStateUpdate-97287325102833668-127.0.0.1:43740_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 163757 WARN  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 163758 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 163793 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 163877 WARN  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 163878 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 163898 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 163898 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/control-001/cores/collection1/data/]
   [junit4]   2> 163898 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@162179e
   [junit4]   2> 163906 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=508730638, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 163938 WARN  (coreLoadExecutor-673-thread-1) [    ] 
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> 163949 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 163949 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 163950 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 163950 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 163952 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=14.28515625, 
floorSegmentMB=1.6318359375, forceMergeDeletesPctAllowed=1.4347941738385706, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2828409224954541
   [junit4]   2> 163954 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@14fa43c[collection1] main]
   [junit4]   2> 163954 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 163955 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 163955 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 163957 INFO  (searcherExecutor-674-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14fa43c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 163958 INFO  (coreLoadExecutor-673-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1556597203233931264
   [junit4]   2> 163962 INFO  (coreZkRegister-666-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 163962 INFO  (coreZkRegister-666-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 163962 INFO  (coreZkRegister-666-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43740/collection1/
   [junit4]   2> 163963 INFO  (coreZkRegister-666-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 163963 INFO  (coreZkRegister-666-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:43740/collection1/ has no replicas
   [junit4]   2> 163966 INFO  (coreZkRegister-666-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43740/collection1/ shard1
   [junit4]   2> 164116 INFO  (coreZkRegister-666-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 164446 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 164447 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36931/solr ready
   [junit4]   2> 164447 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 165155 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-1-001/cores/collection1
   [junit4]   2> 165156 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-1-001
   [junit4]   2> 165157 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 165157 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ef4fca{/,null,AVAILABLE}
   [junit4]   2> 165158 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@184a7b6{HTTP/1.1,[http/1.1]}{127.0.0.1:34852}
   [junit4]   2> 165158 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server Started @168136ms
   [junit4]   2> 165158 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/tempDir-001/jetty1,
 hostPort=34852, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-1-001/cores}
   [junit4]   2> 165158 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 165158 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 165159 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 165159 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 165159 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-15T13:26:14.915044Z
   [junit4]   2> 165161 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 165161 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-1-001/solr.xml
   [junit4]   2> 165168 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 165170 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36931/solr
   [junit4]   2> 165177 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 165178 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34852_
   [junit4]   2> 165179 INFO  (zkCallback-210-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 165179 INFO  (zkCallback-219-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 165180 INFO  (zkCallback-214-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 165298 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-1-001/cores
   [junit4]   2> 165298 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 165300 INFO  
(OverseerStateUpdate-97287325102833668-127.0.0.1:43740_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 166308 WARN  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 166309 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 166320 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 166387 WARN  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 166389 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 166397 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 166398 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 166398 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@162179e
   [junit4]   2> 166410 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=508730638, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 166465 WARN  (coreLoadExecutor-684-thread-1) [    ] 
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> 166481 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 166481 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 166484 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 166484 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 166486 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=14.28515625, 
floorSegmentMB=1.6318359375, forceMergeDeletesPctAllowed=1.4347941738385706, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2828409224954541
   [junit4]   2> 166489 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@125c5a3[collection1] main]
   [junit4]   2> 166490 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 166490 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 166490 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 166492 INFO  (searcherExecutor-685-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@125c5a3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 166494 INFO  (coreLoadExecutor-684-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1556597205893120000
   [junit4]   2> 166499 INFO  (coreZkRegister-679-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 166499 INFO  (coreZkRegister-679-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 166499 INFO  (coreZkRegister-679-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34852/collection1/
   [junit4]   2> 166499 INFO  (coreZkRegister-679-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 166499 INFO  (coreZkRegister-679-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:34852/collection1/ has no replicas
   [junit4]   2> 166501 INFO  (coreZkRegister-679-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34852/collection1/ shard1
   [junit4]   2> 166652 INFO  (coreZkRegister-679-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 167267 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-2-001/cores/collection1
   [junit4]   2> 167269 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-2-001
   [junit4]   2> 167269 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 167270 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b09cdb{/,null,AVAILABLE}
   [junit4]   2> 167270 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@725855{HTTP/1.1,[http/1.1]}{127.0.0.1:41526}
   [junit4]   2> 167271 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server Started @170249ms
   [junit4]   2> 167271 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/tempDir-001/jetty2,
 hostPort=41526, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-2-001/cores}
   [junit4]   2> 167271 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 167271 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 167271 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 167271 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 167271 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-15T13:26:17.027665Z
   [junit4]   2> 167274 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 167274 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-2-001/solr.xml
   [junit4]   2> 167280 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 167282 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36931/solr
   [junit4]   2> 167289 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 167292 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41526_
   [junit4]   2> 167297 INFO  (zkCallback-214-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 167297 INFO  (zkCallback-219-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 167297 INFO  (zkCallback-210-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 167297 INFO  (zkCallback-225-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 167349 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-2-001/cores
   [junit4]   2> 167349 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 167351 INFO  
(OverseerStateUpdate-97287325102833668-127.0.0.1:43740_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 168361 WARN  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 168362 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 168376 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 168461 WARN  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 168463 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 168470 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 168471 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 168471 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@162179e
   [junit4]   2> 168478 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=508730638, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 168511 WARN  (coreLoadExecutor-695-thread-1) [    ] 
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> 168531 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 168531 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 168532 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 168532 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 168534 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=14.28515625, 
floorSegmentMB=1.6318359375, forceMergeDeletesPctAllowed=1.4347941738385706, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2828409224954541
   [junit4]   2> 168536 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b0368d[collection1] main]
   [junit4]   2> 168537 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 168537 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 168537 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 168538 INFO  (searcherExecutor-696-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b0368d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 168540 INFO  (coreLoadExecutor-695-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1556597208038506496
   [junit4]   2> 168544 INFO  (coreZkRegister-690-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 168544 INFO  (updateExecutor-222-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 168544 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 168544 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 168544 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 168544 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 168544 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:34852/collection1/] and I am 
[http://127.0.0.1:41526/collection1/]
   [junit4]   2> 168547 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:34852]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:41526_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 168550 INFO  (qtp4186930-1197) [    ] o.a.s.h.a.PrepRecoveryOp 
Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 168550 INFO  (qtp4186930-1197) [    ] o.a.s.h.a.PrepRecoveryOp 
Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have 
state: recovering
   [junit4]   2> 168550 INFO  (qtp4186930-1197) [    ] 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:41526_, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:41526","node_name":"127.0.0.1:41526_","state":"down"}
   [junit4]   2> 169550 INFO  (qtp4186930-1197) [    ] 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:41526_, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:41526","node_name":"127.0.0.1:41526_","state":"recovering"}
   [junit4]   2> 169550 INFO  (qtp4186930-1197) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node2, state: recovering, checkLive: true, 
onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 169550 INFO  (qtp4186930-1197) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:41526_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 169737 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-3-001/cores/collection1
   [junit4]   2> 169738 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-3-001
   [junit4]   2> 169739 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 169741 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f7fe37{/,null,AVAILABLE}
   [junit4]   2> 169741 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@13b0779{HTTP/1.1,[http/1.1]}{127.0.0.1:35892}
   [junit4]   2> 169741 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.Server Started @172720ms
   [junit4]   2> 169741 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/tempDir-001/jetty3,
 hostPort=35892, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-3-001/cores}
   [junit4]   2> 169742 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 169742 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.5.0
   [junit4]   2> 169742 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 169742 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 169742 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-01-15T13:26:19.498495Z
   [junit4]   2> 169745 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 169745 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-3-001/solr.xml
   [junit4]   2> 169752 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 169754 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36931/solr
   [junit4]   2> 169761 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 169763 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35892_
   [junit4]   2> 169764 INFO  (zkCallback-225-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 169764 INFO  (zkCallback-232-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 169764 INFO  (zkCallback-219-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 169764 INFO  (zkCallback-214-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 169764 INFO  (zkCallback-210-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 169847 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-3-001/cores
   [junit4]   2> 169847 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 169849 INFO  
(OverseerStateUpdate-97287325102833668-127.0.0.1:43740_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 170856 WARN  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 170856 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 170867 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 170935 WARN  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 170937 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 170945 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 170945 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 170945 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@162179e
   [junit4]   2> 170953 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=508730638, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 170991 WARN  (coreLoadExecutor-706-thread-1) [    ] 
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> 171002 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 171003 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 171004 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 171004 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 171005 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=14.28515625, 
floorSegmentMB=1.6318359375, forceMergeDeletesPctAllowed=1.4347941738385706, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2828409224954541
   [junit4]   2> 171007 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@133958a[collection1] main]
   [junit4]   2> 171008 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 171008 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 171008 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 171009 INFO  (searcherExecutor-707-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@133958a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 171012 INFO  (coreLoadExecutor-706-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1556597210630586368
   [junit4]   2> 171015 INFO  (coreZkRegister-701-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 171015 INFO  (updateExecutor-229-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 171015 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 171015 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 171015 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 171015 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 171016 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:34852/collection1/] and I am 
[http://127.0.0.1:35892/collection1/]
   [junit4]   2> 171017 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:34852]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:35892_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 171020 INFO  (qtp4186930-1197) [    ] o.a.s.h.a.PrepRecoveryOp 
Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 171021 INFO  (qtp4186930-1197) [    ] o.a.s.h.a.PrepRecoveryOp 
Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have 
state: recovering
   [junit4]   2> 171021 INFO  (qtp4186930-1197) [    ] 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:35892_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35892","node_name":"127.0.0.1:35892_","state":"down"}
   [junit4]   2> 171494 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 171494 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30 
for each attempt
   [junit4]   2> 171494 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 172021 INFO  (qtp4186930-1197) [    ] 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:35892_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:35892","node_name":"127.0.0.1:35892_","state":"recovering"}
   [junit4]   2> 172021 INFO  (qtp4186930-1197) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 172021 INFO  (qtp4186930-1197) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:35892_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 176552 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:34852/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 176552 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:41526 START 
replicas=[http://127.0.0.1:34852/collection1/] nUpdates=1000
   [junit4]   2> 176556 INFO  (qtp4186930-1197) [    ] 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> 176556 INFO  (qtp4186930-1197) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 176557 INFO  (recoveryExecutor-223-thread-1) [    ] 
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> 176557 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 176557 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 176557 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 176558 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 176558 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 176558 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 176558 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 176558 INFO  (recoveryExecutor-223-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 179022 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:34852/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 179022 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:35892 START 
replicas=[http://127.0.0.1:34852/collection1/] nUpdates=1000
   [junit4]   2> 179027 INFO  (qtp4186930-1194) [    ] 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> 179027 INFO  (qtp4186930-1194) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 179029 INFO  (recoveryExecutor-230-thread-1) [    ] 
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> 179029 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 179029 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 179029 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 179030 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 179030 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 179030 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 179030 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 179030 INFO  (recoveryExecutor-230-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 179495 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 179498 INFO  (qtp20817423-1161) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 179498 INFO  (qtp20817423-1161) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 179500 INFO  (qtp20817423-1161) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 179500 INFO  (qtp20817423-1161) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 179517 INFO  (qtp4186930-1195) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 179517 INFO  (qtp4186930-1195) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 179517 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 179517 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 179519 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 179519 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 179520 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 179519 INFO  (qtp4186930-1195) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 179523 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34852/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 6
   [junit4]   2> 179523 INFO  (qtp4186930-1195) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34852/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 6
   [junit4]   2> 179524 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 179524 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34852/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 7
   [junit4]   2> 179525 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 23
   [junit4]   2> 179528 INFO  (qtp4186930-1193) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=1
   [junit4]   2> 179530 INFO  (qtp17590712-1227) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 179532 INFO  (qtp12494662-1255) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=1
   [junit4]   2> 181568 INFO  (qtp20817423-1162) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1556597221664751616)} 0 32
   [junit4]   2> 181588 INFO  (qtp17590712-1226) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1556597221701451776&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1556597221701451776)} 0 11
   [junit4]   2> 181589 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&_version_=-1556597221701451776&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1556597221701451776)} 0 12
   [junit4]   2> 181589 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{deleteByQuery=*:* (-1556597221701451776)} 0 19
   [junit4]   2> 181611 INFO  (qtp12494662-1254) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[0
 (1556597221726617600)]} 0 7
   [junit4]   2> 181612 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[0
 (1556597221726617600)]} 0 7
   [junit4]   2> 181613 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[0 (1556597221726617600)]} 0 19
   [junit4]   2> 181625 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[1
 (1556597221748637696)]} 0 7
   [junit4]   2> 181625 INFO  (qtp17590712-1221) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[1
 (1556597221748637696)]} 0 7
   [junit4]   2> 181626 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[1 (1556597221748637696)]} 0 11
   [junit4]   2> 181631 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[2
 (1556597221762269184)]} 0 0
   [junit4]   2> 181631 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[2
 (1556597221762269184)]} 0 0
   [junit4]   2> 181632 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[2 (1556597221762269184)]} 0 4
   [junit4]   2> 181637 INFO  (qtp17590712-1226) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[3
 (1556597221768560640)]} 0 0
   [junit4]   2> 181637 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[3
 (1556597221768560640)]} 0 0
   [junit4]   2> 181641 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[3 (1556597221768560640)]} 0 7
   [junit4]   2> 181645 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[4
 (1556597221777997824)]} 0 0
   [junit4]   2> 181646 INFO  (qtp12494662-1254) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[4
 (1556597221777997824)]} 0 0
   [junit4]   2> 181646 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[4 (1556597221777997824)]} 0 2
   [junit4]   2> 181650 INFO  (qtp17590712-1221) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[5
 (1556597221783240704)]} 0 0
   [junit4]   2> 181651 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[5
 (1556597221783240704)]} 0 0
   [junit4]   2> 181651 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[5 (1556597221783240704)]} 0 3
   [junit4]   2> 181667 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[6
 (1556597221789532160)]} 0 10
   [junit4]   2> 181667 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[6
 (1556597221789532160)]} 0 10
   [junit4]   2> 181668 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[6 (1556597221789532160)]} 0 13
   [junit4]   2> 181673 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[7
 (1556597221806309376)]} 0 0
   [junit4]   2> 181673 INFO  (qtp17590712-1226) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[7
 (1556597221806309376)]} 0 0
   [junit4]   2> 181673 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[7 (1556597221806309376)]} 0 3
   [junit4]   2> 181684 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[8
 (1556597221812600832)]} 0 6
   [junit4]   2> 181684 INFO  (qtp12494662-1254) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[8
 (1556597221812600832)]} 0 5
   [junit4]   2> 181685 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[8 (1556597221812600832)]} 0 8
   [junit4]   2> 181691 INFO  (qtp17590712-1221) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[9
 (1556597221824135168)]} 0 0
   [junit4]   2> 181691 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[9
 (1556597221824135168)]} 0 0
   [junit4]   2> 181692 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[9 (1556597221824135168)]} 0 4
   [junit4]   2> 181696 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[10
 (1556597221831475200)]} 0 0
   [junit4]   2> 181696 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[10
 (1556597221831475200)]} 0 0
   [junit4]   2> 181697 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[10 (1556597221831475200)]} 0 3
   [junit4]   2> 181708 INFO  (qtp17590712-1226) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[11
 (1556597221837766656)]} 0 5
   [junit4]   2> 181708 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[11
 (1556597221837766656)]} 0 5
   [junit4]   2> 181709 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[11 (1556597221837766656)]} 0 9
   [junit4]   2> 181728 INFO  (qtp12494662-1254) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[12
 (1556597221849300992)]} 0 13
   [junit4]   2> 181728 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[12
 (1556597221849300992)]} 0 14
   [junit4]   2> 181729 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[12 (1556597221849300992)]} 0 18
   [junit4]   2> 181746 INFO  (qtp17590712-1221) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[13
 (1556597221870272512)]} 0 12
   [junit4]   2> 181746 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[13
 (1556597221870272512)]} 0 11
   [junit4]   2> 181746 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[13 (1556597221870272512)]} 0 15
   [junit4]   2> 181752 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[14
 (1556597221889146880)]} 0 0
   [junit4]   2> 181752 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[14
 (1556597221889146880)]} 0 0
   [junit4]   2> 181752 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[14 (1556597221889146880)]} 0 3
   [junit4]   2> 181756 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[15
 (1556597221894389760)]} 0 0
   [junit4]   2> 181757 INFO  (qtp17590712-1226) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[15
 (1556597221894389760)]} 0 0
   [junit4]   2> 181757 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[15 (1556597221894389760)]} 0 3
   [junit4]   2> 181763 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[16
 (1556597221900681216)]} 0 0
   [junit4]   2> 181764 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[16
 (1556597221900681216)]} 0 1
   [junit4]   2> 181764 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[16 (1556597221900681216)]} 0 4
   [junit4]   2> 181770 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[17
 (1556597221908021248)]} 0 0
   [junit4]   2> 181773 INFO  (qtp17590712-1221) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[17
 (1556597221908021248)]} 0 3
   [junit4]   2> 181773 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[17 (1556597221908021248)]} 0 6
   [junit4]   2> 181778 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[18
 (1556597221916409856)]} 0 0
   [junit4]   2> 181778 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[18
 (1556597221916409856)]} 0 0
   [junit4]   2> 181779 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[18 (1556597221916409856)]} 0 3
   [junit4]   2> 181783 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[19
 (1556597221922701312)]} 0 0
   [junit4]   2> 181784 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[19
 (1556597221922701312)]} 0 0
   [junit4]   2> 181784 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[19 (1556597221922701312)]} 0 3
   [junit4]   2> 181791 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[20
 (1556597221927944192)]} 0 0
   [junit4]   2> 181791 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[20
 (1556597221927944192)]} 0 0
   [junit4]   2> 181791 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[20 (1556597221927944192)]} 0 4
   [junit4]   2> 181797 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[21
 (1556597221935284224)]} 0 0
   [junit4]   2> 181797 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[21
 (1556597221935284224)]} 0 0
   [junit4]   2> 181799 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[21 (1556597221935284224)]} 0 6
   [junit4]   2> 181804 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[22
 (1556597221943672832)]} 0 0
   [junit4]   2> 181804 INFO  (qtp12494662-1254) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[22
 (1556597221943672832)]} 0 0
   [junit4]   2> 181804 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[22 (1556597221943672832)]} 0 2
   [junit4]   2> 181809 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[23
 (1556597221948915712)]} 0 0
   [junit4]   2> 181809 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[23
 (1556597221948915712)]} 0 0
   [junit4]   2> 181809 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[23 (1556597221948915712)]} 0 3
   [junit4]   2> 181813 INFO  (qtp17590712-1221) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[24
 (1556597221954158592)]} 0 0
   [junit4]   2> 181814 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[24
 (1556597221954158592)]} 0 0
   [junit4]   2> 181814 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[24 (1556597221954158592)]} 0 3
   [junit4]   2> 181818 INFO  (qtp17590712-1226) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[25
 (1556597221959401472)]} 0 0
   [junit4]   2> 181818 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[25
 (1556597221959401472)]} 0 0
   [junit4]   2> 181819 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[25 (1556597221959401472)]} 0 2
   [junit4]   2> 181823 INFO  (qtp12494662-1254) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[26
 (1556597221963595776)]} 0 0
   [junit4]   2> 181823 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[26
 (1556597221963595776)]} 0 0
   [junit4]   2> 181823 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[26 (1556597221963595776)]} 0 2
   [junit4]   2> 181827 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[27
 (1556597221968838656)]} 0 0
   [junit4]   2> 181828 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[27
 (1556597221968838656)]} 0 0
   [junit4]   2> 181828 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[27 (1556597221968838656)]} 0 3
   [junit4]   2> 181833 INFO  (qtp17590712-1221) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[28
 (1556597221974081536)]} 0 0
   [junit4]   2> 181833 INFO  (qtp12494662-1255) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[28
 (1556597221974081536)]} 0 0
   [junit4]   2> 181834 INFO  (qtp4186930-1194) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[28 (1556597221974081536)]} 0 3
   [junit4]   2> 181838 INFO  (qtp17590712-1226) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[29
 (1556597221980372992)]} 0 0
   [junit4]   2> 181838 INFO  (qtp12494662-1260) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[29
 (1556597221980372992)]} 0 0
   [junit4]   2> 181838 INFO  (qtp4186930-1193) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[29 (1556597221980372992)]} 0 2
   [junit4]   2> 181843 INFO  (qtp17590712-1227) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[30
 (1556597221985615872)]} 0 0
   [junit4]   2> 181843 INFO  (qtp12494662-1254) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[30
 (1556597221985615872)]} 0 0
   [junit4]   2> 181845 INFO  (qtp4186930-1192) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[30 (1556597221985615872)]} 0 4
   [junit4]   2> 181851 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[31
 (1556597221992955904)]} 0 0
   [junit4]   2> 181851 INFO  (qtp12494662-1259) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34852/collection1/&wt=javabin&version=2}{add=[31
 (1556597221992955904)]} 0 0
   [junit4]   2> 181851 INFO  (qtp4186930-1199) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={wt=javabin&version=2}{add=[31 (1556597221992955904)]} 0 3
   [junit4]   2> 181857 INFO  (qtp17590712-1225) [    ] 
o.a.s.u.p.LogUpdateProcessorF

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

e_url":"http://127.0.0.1:34852";,
   [junit4]   1>                   "node_name":"127.0.0.1:34852_",
   [junit4]   1>                   "state":"down",
   [junit4]   1>                   "leader":"true"},
   [junit4]   1>                 "core_node2":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"http://127.0.0.1:41526";,
   [junit4]   1>                   "node_name":"127.0.0.1:41526_",
   [junit4]   1>                   "state":"active"},
   [junit4]   1>                 "core_node3":{
   [junit4]   1>                   "core":"collection1",
   [junit4]   1>                   "base_url":"http://127.0.0.1:35892";,
   [junit4]   1>                   "node_name":"127.0.0.1:35892_",
   [junit4]   1>                   "state":"down"}}}}}}
   [junit4]   1> 
   [junit4]   2> 199360 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 43740
   [junit4]   2> 199360 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=10315888
   [junit4]   2> 199361 INFO  (coreCloseExecutor-729-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@66880c
   [junit4]   2> 199509 INFO  (coreCloseExecutor-729-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 199509 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.Overseer Overseer (id=97287325102833668-127.0.0.1:43740_-n_0000000000) 
closing
   [junit4]   2> 199509 INFO  
(OverseerStateUpdate-97287325102833668-127.0.0.1:43740_-n_0000000000) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43740_
   [junit4]   2> 199511 WARN  (zkCallback-210-thread-3) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 199511 INFO  (zkCallback-239-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 199511 INFO  (zkCallback-239-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41526_
   [junit4]   2> 199511 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 199512 INFO  (zkCallback-239-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=97287325102833681-127.0.0.1:41526_-n_0000000004) starting
   [junit4]   2> 199512 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7fc204{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 199512 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b9aff1{/,null,UNAVAILABLE}
   [junit4]   2> 199512 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 34852
   [junit4]   2> 199512 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 41526
   [junit4]   2> 199512 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=4204975
   [junit4]   2> 199517 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.Overseer Overseer (id=97287325102833681-127.0.0.1:41526_-n_0000000004) 
closing
   [junit4]   2> 199518 INFO  
(OverseerStateUpdate-97287325102833681-127.0.0.1:41526_-n_0000000004) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41526_
   [junit4]   2> 199518 WARN  (zkCallback-239-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 201838 WARN  (zkCallback-239-thread-3) [    ] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 201839 INFO  (zkCallback-239-thread-3) [    ] o.a.s.c.SolrCore 
[collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@fe4078
   [junit4]   2> 201972 INFO  (zkCallback-239-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 201972 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 201973 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@cb40cd{HTTP/1.1,[http/1.1]}{127.0.0.1:41526}
   [junit4]   2> 201973 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1d25b5d{/,null,UNAVAILABLE}
   [junit4]   2> 201973 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 35892
   [junit4]   2> 201974 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[ABD265ACE34A12C2]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36931 36931
   [junit4]   2> 202164 INFO  (Thread-242) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36931 36931
   [junit4]   2> 202164 WARN  (Thread-242) [    ] 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/overseer_elect/election/97287325102833668-127.0.0.1:43740_-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/97287325102833672-127.0.0.1:34852_-n_0000000001
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/97287325102833672-core_node1-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      /solr/overseer/collection-queue-work
   [junit4]   2>        24      /solr/overseer/queue
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=PeerSyncReplicationTest -Dtests.method=test 
-Dtests.seed=ABD265ACE34A12C2 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sk-SK -Dtests.timezone=America/Indiana/Vevay 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 39.7s J0 | PeerSyncReplicationTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: PeerSynced node did 
not become leader expected:<CloudJettyRunner 
[url=http://127.0.0.1:41526/collection1]> but was:<CloudJettyRunner 
[url=http://127.0.0.1:34852/collection1]>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ABD265ACE34A12C2:23865A764DB67F3A]:0)
   [junit4]    >        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:162)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:543)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 202167 INFO  
(SUITE-PeerSyncReplicationTest-seed#[ABD265ACE34A12C2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_ABD265ACE34A12C2-001
   [junit4]   2> Jan 15, 2017 1:26:51 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=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=sk-SK, 
timezone=America/Indiana/Vevay
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=87057600,total=207618048
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastWriter, 
TestDocumentBuilder, TestDocSet, TestFoldingMultitermQuery, 
OverriddenZkACLAndCredentialsProvidersTest, TestQuerySenderNoQuery, 
TestEmbeddedSolrServerConstructors, TestHighlightDedupGrouping, 
TestGraphMLResponseWriter, SynonymTokenizerTest, SolrSlf4jReporterTest, 
TestNRTOpen, TestNamedUpdateProcessors, ConjunctionSolrSpellCheckerTest, 
TestHashQParserPlugin, AnalysisErrorHandlingTest, TestDynamicFieldResource, 
RegexBoostProcessorTest, TestComplexPhraseLeadingWildcard, 
CoreMergeIndexesAdminHandlerTest, TestUniqueKeyFieldResource, 
TestSolr4Spatial2, SecurityConfHandlerTest, RuleEngineTest, 
SuggestComponentContextFilterQueryTest, ScriptEngineTest, 
AnalysisAfterCoreReloadTest, TestScoreJoinQPNoScore, 
TestSlowCompositeReaderWrapper, ClassificationUpdateProcessorIntegrationTest, 
DirectoryFactoryTest, NotRequiredUniqueKeyTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, DateRangeFieldTest, ReplaceNodeTest, 
PeerSyncReplicationTest]
   [junit4] Completed [100/680 (1!)] on J0 in 40.00s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 53440 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to