Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2225/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseG1GC

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

Error Message:
expected:<204> but was:<190>

Stack Trace:
java.lang.AssertionError: expected:<204> but was:<190>
        at 
__randomizedtesting.SeedInfo.seed([4FF486570F52ACE4:C7A0B98DA1AEC11C]: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.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.bringUpDeadNodeAndEnsureNoReplication(PeerSyncReplicationTest.java:280)
        at 
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:157)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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 
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.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at 
https://127.0.0.1:40238/solr/testschemaapi_shard1_replica2: ERROR: [doc=2] 
unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at https://127.0.0.1:40238/solr/testschemaapi_shard1_replica2: ERROR: 
[doc=2] unknown field 'myNewField1'
        at 
__randomizedtesting.SeedInfo.seed([4FF486570F52ACE4:C7A0B98DA1AEC11C]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:765)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1062)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1004)
        at 
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:87)
        at 
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
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 
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.lang.Thread.run(Thread.java:745)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:40238/solr/testschemaapi_shard1_replica2: 
ERROR: [doc=2] unknown field 'myNewField1'
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:593)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:435)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:742)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more




Build Log:
[...truncated 12290 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_4FF486570F52ACE4-001/init-core-data-001
   [junit4]   2> 1552186 INFO  
(SUITE-PeerSyncReplicationTest-seed#[4FF486570F52ACE4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1552186 INFO  
(SUITE-PeerSyncReplicationTest-seed#[4FF486570F52ACE4]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ee_/
   [junit4]   2> 1552189 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1552190 INFO  (Thread-3242) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1552190 INFO  (Thread-3242) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1552290 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42482
   [junit4]   2> 1552299 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552300 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552302 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552303 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552304 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552305 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552306 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552306 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552307 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552308 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552310 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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> 1552432 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/control-001/cores/collection1
   [junit4]   2> 1552434 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1552435 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a66945{/ee_,null,AVAILABLE}
   [junit4]   2> 1552437 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1056841{HTTP/1.1,[http/1.1]}{127.0.0.1:36209}
   [junit4]   2> 1552437 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server Started @1554067ms
   [junit4]   2> 1552437 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4FF486570F52ACE4-001/tempDir-001/control/data,
 hostContext=/ee_, hostPort=36209, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4FF486570F52ACE4-001/control-001/cores}
   [junit4]   2> 1552438 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1552438 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1552438 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1552438 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1552438 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-20T10:39:45.638Z
   [junit4]   2> 1552441 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1552442 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/control-001/solr.xml
   [junit4]   2> 1552455 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1552456 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42482/solr
   [junit4]   2> 1552470 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36209_ee_
   [junit4]   2> 1552470 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.Overseer Overseer 
(id=96969581224984580-127.0.0.1:36209_ee_-n_0000000000) starting
   [junit4]   2> 1552474 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36209_ee_
   [junit4]   2> 1552475 INFO  
(zkCallback-26780-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1552802 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:36209_ee_    ] 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_4FF486570F52ACE4-001/control-001/cores
   [junit4]   2> 1552802 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1552805 INFO  
(OverseerStateUpdate-96969581224984580-127.0.0.1:36209_ee_-n_0000000000) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1554024 WARN  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1554026 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1554052 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1554195 WARN  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1554198 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1554223 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1554224 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] 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_4FF486570F52ACE4-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4FF486570F52ACE4-001/control-001/cores/collection1/data/]
   [junit4]   2> 1554224 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11dd8ff
   [junit4]   2> 1554226 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8945881449381438]
   [junit4]   2> 1554257 WARN  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1554268 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1554268 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1554269 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1554269 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1554270 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1554271 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cba411[collection1] 
main]
   [junit4]   2> 1554271 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 1554272 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1554272 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1554273 INFO  
(searcherExecutor-11837-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@1cba411[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1554274 INFO  
(coreLoadExecutor-11836-thread-1-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_ c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1551513301783937024
   [junit4]   2> 1554279 INFO  
(coreZkRegister-11829-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1554279 INFO  
(coreZkRegister-11829-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1554279 INFO  
(coreZkRegister-11829-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:36209/ee_/collection1/
   [junit4]   2> 1554279 INFO  
(coreZkRegister-11829-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1554280 INFO  
(coreZkRegister-11829-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36209/ee_/collection1/ has no replicas
   [junit4]   2> 1554283 INFO  
(coreZkRegister-11829-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36209/ee_/collection1/ shard1
   [junit4]   2> 1554307 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1554307 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1554375 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-1-001/cores/collection1
   [junit4]   2> 1554376 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-1-001
   [junit4]   2> 1554377 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1554378 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fa6d88{/ee_,null,AVAILABLE}
   [junit4]   2> 1554378 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@702e07{HTTP/1.1,[http/1.1]}{127.0.0.1:46623}
   [junit4]   2> 1554378 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server Started @1556009ms
   [junit4]   2> 1554378 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4FF486570F52ACE4-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/ee_, hostPort=46623, 
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_4FF486570F52ACE4-001/shard-1-001/cores}
   [junit4]   2> 1554379 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1554379 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1554379 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1554379 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1554379 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-20T10:39:47.579Z
   [junit4]   2> 1554382 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1554382 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-1-001/solr.xml
   [junit4]   2> 1554396 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1554398 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42482/solr
   [junit4]   2> 1554404 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:46623_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1554406 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:46623_ee_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46623_ee_
   [junit4]   2> 1554407 INFO  (zkCallback-26784-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1554407 INFO  
(zkCallback-26789-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1554407 INFO  
(zkCallback-26780-thread-3-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1554433 INFO  
(coreZkRegister-11829-thread-1-processing-n:127.0.0.1:36209_ee_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1554596 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:46623_ee_    ] 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_4FF486570F52ACE4-001/shard-1-001/cores
   [junit4]   2> 1554596 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:46623_ee_    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1554598 INFO  
(OverseerStateUpdate-96969581224984580-127.0.0.1:36209_ee_-n_0000000000) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1555609 WARN  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1555610 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1555631 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1555753 WARN  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1555755 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1555767 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1555768 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
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_4FF486570F52ACE4-001/shard-1-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_4FF486570F52ACE4-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1555768 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11dd8ff
   [junit4]   2> 1555770 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8945881449381438]
   [junit4]   2> 1555812 WARN  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1555828 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1555829 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1555829 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1555829 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1555830 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1555830 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a6db67[collection1] main]
   [junit4]   2> 1555831 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1555832 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1555832 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1555834 INFO  
(searcherExecutor-11848-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@a6db67[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1555834 INFO  
(coreLoadExecutor-11847-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_ c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1551513303419715584
   [junit4]   2> 1555839 INFO  
(coreZkRegister-11842-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1555840 INFO  
(coreZkRegister-11842-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1555840 INFO  
(coreZkRegister-11842-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46623/ee_/collection1/
   [junit4]   2> 1555840 INFO  
(coreZkRegister-11842-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1555840 INFO  
(coreZkRegister-11842-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:46623/ee_/collection1/ has no replicas
   [junit4]   2> 1555842 INFO  
(coreZkRegister-11842-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:46623/ee_/collection1/ shard1
   [junit4]   2> 1555993 INFO  
(coreZkRegister-11842-thread-1-processing-n:127.0.0.1:46623_ee_ x:collection1 
s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:46623_ee_ c:collection1 
s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1556168 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-2-001/cores/collection1
   [junit4]   2> 1556169 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-2-001
   [junit4]   2> 1556169 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1556170 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14933b6{/ee_,null,AVAILABLE}
   [junit4]   2> 1556171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@503d41{HTTP/1.1,[http/1.1]}{127.0.0.1:33290}
   [junit4]   2> 1556171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server Started @1557801ms
   [junit4]   2> 1556171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4FF486570F52ACE4-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/ee_, hostPort=33290, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4FF486570F52ACE4-001/shard-2-001/cores}
   [junit4]   2> 1556171 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1556171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1556171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1556171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1556171 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-20T10:39:49.371Z
   [junit4]   2> 1556174 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1556174 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-2-001/solr.xml
   [junit4]   2> 1556180 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1556181 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42482/solr
   [junit4]   2> 1556188 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:33290_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1556190 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:33290_ee_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33290_ee_
   [junit4]   2> 1556191 INFO  (zkCallback-26784-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1556191 INFO  
(zkCallback-26780-thread-2-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1556191 INFO  
(zkCallback-26789-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1556191 INFO  
(zkCallback-26795-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1556263 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:33290_ee_    ] 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_4FF486570F52ACE4-001/shard-2-001/cores
   [junit4]   2> 1556263 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:33290_ee_    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1556265 INFO  
(OverseerStateUpdate-96969581224984580-127.0.0.1:36209_ee_-n_0000000000) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1557275 WARN  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1557276 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1557295 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1557399 WARN  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1557402 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1557414 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1557415 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
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_4FF486570F52ACE4-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_4FF486570F52ACE4-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1557415 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11dd8ff
   [junit4]   2> 1557416 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8945881449381438]
   [junit4]   2> 1557487 WARN  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1557506 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1557506 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1557507 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1557507 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1557508 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1557509 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@120a430[collection1] main]
   [junit4]   2> 1557510 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1557510 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1557510 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1557513 INFO  
(searcherExecutor-11859-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@120a430[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1557513 INFO  
(coreLoadExecutor-11858-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1551513305180274688
   [junit4]   2> 1557518 INFO  
(coreZkRegister-11853-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1557518 INFO  
(updateExecutor-26792-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 1557519 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1557519 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1557519 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 1557519 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1557519 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:46623/ee_/collection1/] and I am 
[http://127.0.0.1:33290/ee_/collection1/]
   [junit4]   2> 1557521 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:46623/ee_]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:33290_ee_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1557525 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1557526 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 1557526 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_    ] 
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:33290_ee_, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:33290/ee_","node_name":"127.0.0.1:33290_ee_","state":"down"}
   [junit4]   2> 1557844 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-3-001/cores/collection1
   [junit4]   2> 1557845 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-3-001
   [junit4]   2> 1557845 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1557846 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56a241{/ee_,null,AVAILABLE}
   [junit4]   2> 1557847 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@188c4a3{HTTP/1.1,[http/1.1]}{127.0.0.1:39167}
   [junit4]   2> 1557847 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.e.j.s.Server Started @1559477ms
   [junit4]   2> 1557847 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4FF486570F52ACE4-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/ee_, hostPort=39167, 
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_4FF486570F52ACE4-001/shard-3-001/cores}
   [junit4]   2> 1557847 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1557847 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1557847 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1557848 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1557848 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-11-20T10:39:51.048Z
   [junit4]   2> 1557851 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1557851 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
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_4FF486570F52ACE4-001/shard-3-001/solr.xml
   [junit4]   2> 1557858 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1557859 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42482/solr
   [junit4]   2> 1557867 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:39167_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1557870 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:39167_ee_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39167_ee_
   [junit4]   2> 1557871 INFO  
(zkCallback-26789-thread-1-processing-n:127.0.0.1:46623_ee_) 
[n:127.0.0.1:46623_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1557871 INFO  
(zkCallback-26795-thread-1-processing-n:127.0.0.1:33290_ee_) 
[n:127.0.0.1:33290_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1557871 INFO  
(zkCallback-26780-thread-3-processing-n:127.0.0.1:36209_ee_) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1557871 INFO  
(zkCallback-26802-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1557871 INFO  (zkCallback-26784-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1558170 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:39167_ee_    ] 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_4FF486570F52ACE4-001/shard-3-001/cores
   [junit4]   2> 1558170 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) 
[n:127.0.0.1:39167_ee_    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1558171 INFO  
(OverseerStateUpdate-96969581224984580-127.0.0.1:36209_ee_-n_0000000000) 
[n:127.0.0.1:36209_ee_    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1558526 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_    ] 
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:33290_ee_, coreNodeName=core_node2, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:33290/ee_","node_name":"127.0.0.1:33290_ee_","state":"recovering"}
   [junit4]   2> 1558526 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node2, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1558527 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:33290_ee_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 1559028 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:46623/ee_/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1559029 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:33290/ee_ START 
replicas=[http://127.0.0.1:46623/ee_/collection1/] nUpdates=1000
   [junit4]   2> 1559032 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1559032 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/ee_ path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1559034 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:1.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1559034 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.PeerSync We are already in sync. 
No need to do a PeerSync 
   [junit4]   2> 1559034 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1559034 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1559035 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1559035 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 1559035 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 1559035 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1559035 INFO  
(recoveryExecutor-26793-thread-1-processing-n:127.0.0.1:33290_ee_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:33290_ee_ c:collection1 
s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 1559183 WARN  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1559184 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1559215 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1559314 WARN  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1559318 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1559330 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1559331 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
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_4FF486570F52ACE4-001/shard-3-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_4FF486570F52ACE4-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1559331 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11dd8ff
   [junit4]   2> 1559333 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8945881449381438]
   [junit4]   2> 1559359 WARN  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1559376 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1559377 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1559378 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1559378 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1559379 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1559379 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@f4396b[collection1] main]
   [junit4]   2> 1559380 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1559381 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1559381 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1559383 INFO  
(searcherExecutor-11870-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@f4396b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1559384 INFO  
(coreLoadExecutor-11869-thread-1-processing-n:127.0.0.1:39167_ee_) 
[n:127.0.0.1:39167_ee_ c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1551513307142160384
   [junit4]   2> 1559387 INFO  
(coreZkRegister-11864-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 1559387 INFO  
(updateExecutor-26799-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 1559387 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1559388 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1559388 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 1559388 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1559388 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:46623/ee_/collection1/] and I am 
[http://127.0.0.1:39167/ee_/collection1/]
   [junit4]   2> 1559391 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:46623/ee_]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:39167_ee_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1559392 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1559393 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard1 of collection1) have state: recovering
   [junit4]   2> 1559393 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_    ] 
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:39167_ee_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:39167/ee_","node_name":"127.0.0.1:39167_ee_","state":"down"}
   [junit4]   2> 1559672 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1559673 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30 
for each attempt
   [junit4]   2> 1559673 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1560393 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_    ] 
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:39167_ee_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:39167/ee_","node_name":"127.0.0.1:39167_ee_","state":"recovering"}
   [junit4]   2> 1560393 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1560393 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:39167_ee_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 1560894 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:46623/ee_/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1560895 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:39167/ee_ START 
replicas=[http://127.0.0.1:46623/ee_/collection1/] nUpdates=1000
   [junit4]   2> 1560897 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1560897 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/ee_ path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1560898 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 1560898 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. 
No need to do a PeerSync 
   [junit4]   2> 1560898 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1560899 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1560899 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1560899 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 1560899 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 1560899 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1560899 INFO  
(recoveryExecutor-26800-thread-1-processing-n:127.0.0.1:39167_ee_ x:collection1 
s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:39167_ee_ c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 1561673 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[4FF486570F52ACE4]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1561675 INFO  (qtp25745324-101305) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561675 INFO  (qtp25745324-101305) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561677 INFO  (qtp25745324-101305) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1561677 INFO  (qtp25745324-101305) [n:127.0.0.1:36209_ee_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ee_ path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 1561681 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561682 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561683 INFO  (qtp21732026-101369) [n:127.0.0.1:33290_ee_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561683 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1561683 INFO  (qtp21732026-101369) [n:127.0.0.1:33290_ee_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561683 INFO  (qtp1676268-101403) [n:127.0.0.1:39167_ee_ 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1561683 INFO  (qtp3489239-101342) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ee_ path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46623/ee_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 1561683 INFO  (qtp1676268-101403) [n:127.0.0.1:39167_ee_ 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1561683 INFO  (qtp21732026-101369) [n:127.0.0.1:33290_ee_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1561684 INFO  (qtp21732026-101369) [n:127.0.0.1:33290_ee_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ee_ path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46623/ee_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1561684 INFO  (qtp1676268-101403) [n:127.0.0.1:39167_ee_ 
c:collection1 s:shard1 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1561684 INFO  (qtp1676268-101403) [n:127.0.0.1:39167_ee_ 
c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ee_ path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46623/ee_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 1561685 INFO  (qtp3489239-101340) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/ee_ path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 1561687 INFO  (qtp3489239-101341) [n:127.0.0.1:46623_ee_ 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/ee_ path=/select 
params={q=*:*&distrib=false&tests=checkShar

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

hard1_replica2] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core 
[testschemaapi_shard1_replica2]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:950)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getConfListener$6(SolrCore.java:2714)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2448)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Failed to 
load config name for collection:testschemaapi due to: 
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:900)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.reload(SolrCore.java:590)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:944)
   [junit4]   2>        ... 3 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Failed to 
load config name for collection:testschemaapi due to: 
   [junit4]   2>        at 
org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:98)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2496)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:876)
   [junit4]   2>        ... 5 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading 
config name for collection testschemaapi
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:198)
   [junit4]   2>        at 
org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:95)
   [junit4]   2>        ... 7 more
   [junit4]   2> Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/testschemaapi
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:178)
   [junit4]   2>        ... 8 more
   [junit4]   2> 1869836 INFO  (Thread-2876) [n:127.0.0.1:35456_solr    ] 
o.a.s.s.IndexSchema [testschemaapi_shard1_replica1] Schema name=minimal
   [junit4]   2> 1869839 INFO  (Thread-2876) [n:127.0.0.1:35456_solr    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1869836 INFO  (jetty-launcher-2146-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=96969601753546758-127.0.0.1:35456_solr-n_0000000001) closing
   [junit4]   2> 1869849 INFO  
(OverseerStateUpdate-96969601753546758-127.0.0.1:35456_solr-n_0000000001) 
[n:127.0.0.1:35456_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35456_solr
   [junit4]   2> 1869850 WARN  
(zkCallback-2157-thread-3-processing-n:127.0.0.1:35456_solr) 
[n:127.0.0.1:35456_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1869850 INFO  (Thread-2876) [n:127.0.0.1:35456_solr    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'testschemaapi_shard1_replica1' using 
configuration from collection testschemaapi
   [junit4]   2> 1869850 INFO  (jetty-launcher-2146-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19aa0ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 1869851 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4FF486570F52ACE4]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36047 36047
   [junit4]   2> 1869969 INFO  (Thread-2854) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36047 36047
   [junit4]   2> 1869970 WARN  (Thread-2854) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/configs/conf1/managed-schema
   [junit4]   2>        6       /solr/configs/conf1
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/overseer/queue
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1869970 INFO  
(SUITE-TestManagedSchemaAPI-seed#[4FF486570F52ACE4]-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/J2/temp/solr.schema.TestManagedSchemaAPI_4FF486570F52ACE4-001
   [junit4]   2> Nov 20, 2016 10:45:03 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=19893, maxDocsPerChunk=5, blockSize=422), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=19893, blockSize=422)), 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=et-EE, 
timezone=Europe/Chisinau
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=185694000,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestNamedUpdateProcessors, 
TestWriterPerf, ExitableDirectoryReaderTest, TestRecoveryHdfs, 
ShowFileRequestHandlerTest, AssignTest, TestCryptoKeys, StatsReloadRaceTest, 
TestSlowCompositeReaderWrapper, BlockJoinFacetDistribTest, 
TestSchemaSimilarityResource, RequestHandlersTest, ExplicitHLLTest, 
ResponseLogComponentTest, DocValuesMissingTest, AnalyticsMergeStrategyTest, 
TestClassicSimilarityFactory, MinimalSchemaTest, 
TestReversedWildcardFilterFactory, FieldAnalysisRequestHandlerTest, 
XmlUpdateRequestHandlerTest, ReplaceNodeTest, DeleteInactiveReplicaTest, 
TestCoreDiscovery, DistributedFacetExistsSmallTest, 
HdfsRestartWhileUpdatingTest, FacetPivotSmallTest, BadIndexSchemaTest, 
TestTrackingShardHandlerFactory, DistribCursorPagingTest, ConnectionReuseTest, 
TestManagedResource, SimpleFacetsTest, CurrencyFieldXmlFileTest, TestReload, 
SuggesterWFSTTest, TestReqParamsAPI, TestComplexPhraseQParserPlugin, 
BinaryUpdateRequestHandlerTest, TestPerFieldSimilarityClassic, 
TestFilteredDocIdSet, CollectionsAPISolrJTest, ResponseHeaderTest, 
OverseerRolesTest, TestDocTermOrds, BadComponentTest, TestCloudRecovery, 
TestLFUCache, TestUtils, TestSolrCoreSnapshots, SOLR749Test, 
StatelessScriptUpdateProcessorFactoryTest, TestStressReorder, 
TestFieldCollectionResource, PrimitiveFieldTypeTest, 
TestPostingsSolrHighlighter, TestHighFrequencyDictionaryFactory, 
TestJsonFacetRefinement, TestSolrCloudWithDelegationTokens, TestJsonRequest, 
TestSort, RollingRestartTest, DistributedFacetPivotSmallAdvancedTest, 
TestAddFieldRealTimeGet, TestAnalyzedSuggestions, CoreAdminHandlerTest, 
TestCloudInspectUtil, DistributedQueryComponentCustomSortTest, 
PingRequestHandlerTest, CircularListTest, PrimUtilsTest, RulesTest, 
BooleanFieldTest, TestExtendedDismaxParser, HttpPartitionTest, 
PKIAuthenticationIntegrationTest, TestSolrQueryParser, 
TestRuleBasedAuthorizationPlugin, TestBulkSchemaAPI, 
CloneFieldUpdateProcessorFactoryTest, TestSubQueryTransformer, AutoCommitTest, 
TestIndexSearcher, TestBackupRepositoryFactory, DistanceUnitsTest, 
TestManagedStopFilterFactory, TestJmxMonitoredMap, UnloadDistributedZkTest, 
TestRandomCollapseQParserPlugin, TestSolrCLIRunExample, 
TestSolrFieldCacheMBean, ShardSplitTest, DocValuesMultiTest, TestBinaryField, 
TestFieldCacheSanityChecker, CdcrRequestHandlerTest, InfoHandlerTest, 
JSONWriterTest, TestCustomDocTransformer, TestConfig, MergeStrategyTest, 
BigEndianAscendingWordDeserializerTest, TestLocalFSCloudBackupRestore, 
BasicDistributedZk2Test, NoCacheHeaderTest, DistributedQueueTest, 
ForceLeaderTest, RemoteQueryErrorTest, SolrXmlInZkTest, TestCollectionAPI, 
TestLockTree, TestMiniSolrCloudCluster, TestSolrCloudWithSecureImpersonation, 
TestStressCloudBlindAtomicUpdates, TestConfigSetProperties, TestConfigSets, 
TestCustomStream, RequestLoggingTest, TestBlobHandler, TestSQLHandlerNonCloud, 
CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, 
CoreMergeIndexesAdminHandlerTest, DistributedQueryComponentOptimizationTest, 
SuggestComponentContextFilterQueryTest, TestPivotHelperCode, JavabinLoaderTest, 
HighlighterMaxOffsetTest, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, 
SmileWriterTest, TestIntervalFaceting, TestMacros, JSONWriterTest, 
SmileWriterTest, TestExportWriter, TestGeoJSONResponseWriter, 
TestGraphMLResponseWriter, TestRawTransformer, TestSolrQueryResponse, 
TestSubQueryTransformerCrossCore, TestManagedResourceStorage, 
TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, 
TestDynamicFieldCollectionResource, TestFieldResource, TestSchemaNameResource, 
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, BadCopyFieldTest, 
EnumFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestCollationFieldDocValues, TestManagedSchema, TestManagedSchemaAPI]
   [junit4] Completed [596/654 (2!)] on J2 in 5.62s, 1 test, 1 error <<< 
FAILURES!

[...truncated 53245 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to