Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/135/

3 tests failed.
FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([72D8756A01CA57A4:FA8C4AB0AF363A5C]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:111)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:66)
        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:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCloudPivotFacet.test

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
collection1
        at 
__randomizedtesting.SeedInfo.seed([72D8756A01CA57A4:FA8C4AB0AF363A5C]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:488)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:441)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:334)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection1/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
        ... 38 more


FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:39101","node_name":"127.0.0.1:39101_","state":"active","type":"NRT","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/18)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"c8n_1x3_lf_shard1_replica_n1",           
"base_url":"http://127.0.0.1:43855";,           "node_name":"127.0.0.1:43855_",  
         "state":"down",           "type":"NRT"},         "core_node2":{        
   "state":"down",           "base_url":"http://127.0.0.1:34546";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:34546_",           "type":"NRT"},         "core_node3":{ 
          "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:39101";,           "node_name":"127.0.0.1:39101_",  
         "state":"active",           "type":"NRT",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   
"tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:39101","node_name":"127.0.0.1:39101_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:43855";,
          "node_name":"127.0.0.1:43855_",
          "state":"down",
          "type":"NRT"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:34546";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:34546_",
          "type":"NRT"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:39101";,
          "node_name":"127.0.0.1:39101_",
          "state":"active",
          "type":"NRT",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([72D8756A01CA57A4:FA8C4AB0AF363A5C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.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 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11082 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/init-core-data-001
   [junit4]   2> 363112 WARN  
(SUITE-MultiThreadedOCPTest-seed#[72D8756A01CA57A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 363112 INFO  
(SUITE-MultiThreadedOCPTest-seed#[72D8756A01CA57A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 363113 INFO  
(SUITE-MultiThreadedOCPTest-seed#[72D8756A01CA57A4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 363148 INFO  
(SUITE-MultiThreadedOCPTest-seed#[72D8756A01CA57A4]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/j_lfl/kx
   [junit4]   2> 363150 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 363168 INFO  (Thread-363) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 363168 INFO  (Thread-363) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 363184 ERROR (Thread-363) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 363277 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38315
   [junit4]   2> 363367 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 363368 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 363369 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 363387 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 363388 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 363389 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 363390 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 363390 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 363391 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 363405 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 363406 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 363407 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e8713cf400001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 363442 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e8713cf400002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 363443 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 363865 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 364025 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f546921{/j_lfl/kx,null,AVAILABLE}
   [junit4]   2> 364026 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4f259fe5{SSL,[ssl, 
http/1.1]}{127.0.0.1:42076}
   [junit4]   2> 364026 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
Started @367077ms
   [junit4]   2> 364026 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/tempDir-001/control/data,
 hostContext=/j_lfl/kx, hostPort=42076, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/control-001/cores}
   [junit4]   2> 364027 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 364027 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 364027 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 364027 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 364027 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-15T19:46:16.857Z
   [junit4]   2> 364059 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 364059 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/control-001/solr.xml
   [junit4]   2> 364097 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 364168 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38315/solr
   [junit4]   2> 365078 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 365111 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:42076_j_lfl%2Fkx
   [junit4]   2> 365112 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.Overseer Overseer 
(id=98664760999936005-127.0.0.1:42076_j_lfl%2Fkx-n_0000000000) starting
   [junit4]   2> 365188 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:42076_j_lfl%2Fkx
   [junit4]   2> 365208 INFO  
(zkCallback-221-thread-1-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 365481 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 365573 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 365592 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 365594 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/control-001/cores
   [junit4]   2> 365965 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 365965 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38315/solr ready
   [junit4]   2> 366428 INFO  (qtp799432183-1432) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42076_j_lfl%252Fkx&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 366525 INFO  
(OverseerThreadFactory-787-thread-1-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 366704 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 366704 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 366875 INFO  
(zkCallback-221-thread-1-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 367966 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 368040 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 369046 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 369161 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 369174 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 369175 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 369175 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 369177 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.9775390625, 
floorSegmentMB=1.11328125, forceMergeDeletesPctAllowed=22.771542192850557, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 369265 WARN  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 369726 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 369726 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 369728 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 369728 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 369729 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.809913919464824]
   [junit4]   2> 369729 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68294620[control_collection_shard1_replica_n1] main]
   [junit4]   2> 369742 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 369763 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 369763 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 369764 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578636182913286144
   [junit4]   2> 369766 INFO  
(searcherExecutor-790-thread-1-processing-n:127.0.0.1:42076_j_lfl%2Fkx 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:42076_j_lfl%2Fkx c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@68294620[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 369782 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 369782 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 369782 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:42076/j_lfl/kx/control_collection_shard1_replica_n1/
   [junit4]   2> 369782 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 369782 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:42076/j_lfl/kx/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 369782 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 369821 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42076/j_lfl/kx/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 369852 INFO  
(zkCallback-221-thread-2-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 369966 INFO  
(zkCallback-221-thread-2-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 369982 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 369983 INFO  (qtp799432183-1428) [n:127.0.0.1:42076_j_lfl%2Fkx 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3279
   [junit4]   2> 370066 INFO  (qtp799432183-1432) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 370112 INFO  
(zkCallback-221-thread-2-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 370626 INFO  
(OverseerCollectionConfigSetProcessor-98664760999936005-127.0.0.1:42076_j_lfl%2Fkx-n_0000000000)
 [n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 371068 INFO  (qtp799432183-1432) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42076_j_lfl%252Fkx&wt=javabin&version=2}
 status=0 QTime=4639
   [junit4]   2> 371227 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 371228 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38315/solr ready
   [junit4]   2> 371228 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 371244 INFO  (qtp799432183-1433) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 371283 INFO  
(OverseerThreadFactory-787-thread-2-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 371284 WARN  
(OverseerThreadFactory-787-thread-2-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 371739 INFO  (qtp799432183-1433) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 371740 INFO  (qtp799432183-1433) [n:127.0.0.1:42076_j_lfl%2Fkx 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=496
   [junit4]   2> 372786 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-1-001
 of type NRT
   [junit4]   2> 372806 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 372856 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f9dc68{/j_lfl/kx,null,AVAILABLE}
   [junit4]   2> 372857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6352d052{SSL,[ssl, 
http/1.1]}{127.0.0.1:46628}
   [junit4]   2> 372857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
Started @375907ms
   [junit4]   2> 372857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/j_lfl/kx, hostPort=46628, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-1-001/cores}
   [junit4]   2> 372857 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 372857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 372857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 372857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 372857 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-15T19:46:25.687Z
   [junit4]   2> 372892 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 372892 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-1-001/solr.xml
   [junit4]   2> 372966 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 373009 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38315/solr
   [junit4]   2> 373175 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 373229 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 373231 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:46628_j_lfl%2Fkx
   [junit4]   2> 373376 INFO  (zkCallback-228-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 373376 INFO  
(zkCallback-221-thread-3-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 373376 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 373464 INFO  
(OverseerCollectionConfigSetProcessor-98664760999936005-127.0.0.1:42076_j_lfl%2Fkx-n_0000000000)
 [n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 373829 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 373903 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 373903 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 373905 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-1-001/cores
   [junit4]   2> 374363 INFO  (qtp295939862-1475) [n:127.0.0.1:46628_j_lfl%2Fkx 
   ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:46628_j_lfl%252Fkx&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 374542 INFO  
(OverseerThreadFactory-787-thread-3-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:46628_j_lfl%2Fkx for creating new replica
   [junit4]   2> 374616 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
   ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 374616 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
   ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 374727 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 375765 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 375926 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 376824 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 376919 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 376919 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 376919 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 376920 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 376954 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.9775390625, 
floorSegmentMB=1.11328125, forceMergeDeletesPctAllowed=22.771542192850557, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 376956 WARN  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 377539 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 377540 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 377541 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 377541 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 377542 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.809913919464824]
   [junit4]   2> 377542 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75c4122[collection1_shard2_replica_n0] main]
   [junit4]   2> 377556 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 377556 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 377557 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 377557 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578636191084838912
   [junit4]   2> 377574 INFO  
(searcherExecutor-801-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) 
[n:127.0.0.1:46628_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@75c4122[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 377615 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 377615 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 377615 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:46628/j_lfl/kx/collection1_shard2_replica_n0/
   [junit4]   2> 377615 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 377615 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
https://127.0.0.1:46628/j_lfl/kx/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 377615 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 377630 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46628/j_lfl/kx/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 377739 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 378088 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 378124 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 378125 INFO  (qtp295939862-1477) [n:127.0.0.1:46628_j_lfl%2Fkx 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=3509
   [junit4]   2> 378142 INFO  (qtp295939862-1475) [n:127.0.0.1:46628_j_lfl%2Fkx 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:46628_j_lfl%252Fkx&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=3779
   [junit4]   2> 378580 INFO  
(OverseerCollectionConfigSetProcessor-98664760999936005-127.0.0.1:42076_j_lfl%2Fkx-n_0000000000)
 [n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 378741 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 379203 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-2-001
 of type NRT
   [junit4]   2> 379204 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 379217 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3794b30d{/j_lfl/kx,null,AVAILABLE}
   [junit4]   2> 379218 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ecf7596{SSL,[ssl, 
http/1.1]}{127.0.0.1:34322}
   [junit4]   2> 379218 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
Started @382269ms
   [junit4]   2> 379218 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/j_lfl/kx, 
hostPort=34322, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-2-001/cores}
   [junit4]   2> 379218 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 379237 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 379237 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 379290 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 379290 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-15T19:46:32.120Z
   [junit4]   2> 379396 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 379397 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-2-001/solr.xml
   [junit4]   2> 379450 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 379522 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38315/solr
   [junit4]   2> 379986 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 379987 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 380001 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:34322_j_lfl%2Fkx
   [junit4]   2> 380003 INFO  
(zkCallback-221-thread-3-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 380070 INFO  
(zkCallback-239-thread-1-processing-n:127.0.0.1:34322_j_lfl%2Fkx) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 380095 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 380107 INFO  (zkCallback-228-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 380830 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 380899 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 380899 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 380913 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-2-001/cores
   [junit4]   2> 381399 INFO  (qtp1739768730-1499) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:34322_j_lfl%252Fkx&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 381434 INFO  
(OverseerThreadFactory-787-thread-4-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:34322_j_lfl%2Fkx for creating new replica
   [junit4]   2> 381559 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 381559 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 381564 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 381645 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 381773 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 382518 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 382576 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard1_replica_n0' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 382576 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 382577 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 382577 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-2-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 382591 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.9775390625, 
floorSegmentMB=1.11328125, forceMergeDeletesPctAllowed=22.771542192850557, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 382613 WARN  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 382851 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 382852 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 382853 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 382853 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 382854 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.809913919464824]
   [junit4]   2> 382854 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1262c838[collection1_shard1_replica_n0] main]
   [junit4]   2> 382868 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 382868 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 382869 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.h.ReplicationHandler Commits will be 
reserved for  10000
   [junit4]   2> 382869 INFO  
(searcherExecutor-812-thread-1-processing-n:127.0.0.1:34322_j_lfl%2Fkx 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@1262c838[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 382870 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1578636196655923200
   [junit4]   2> 382961 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 382961 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 382961 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34322/j_lfl/kx/collection1_shard1_replica_n0/
   [junit4]   2> 382961 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 382961 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
https://127.0.0.1:34322/j_lfl/kx/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 382961 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 382963 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: https://127.0.0.1:34322/j_lfl/kx/collection1_shard1_replica_n0/ 
shard1
   [junit4]   2> 383094 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 383098 INFO  
(zkCallback-239-thread-1-processing-n:127.0.0.1:34322_j_lfl%2Fkx) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 383123 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 383132 INFO  (qtp1739768730-1505) 
[n:127.0.0.1:34322_j_lfl%2Fkx c:collection1 s:shard1  
x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1573
   [junit4]   2> 383197 INFO  (qtp1739768730-1499) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:34322_j_lfl%252Fkx&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1797
   [junit4]   2> 383241 INFO  
(zkCallback-239-thread-1-processing-n:127.0.0.1:34322_j_lfl%2Fkx) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 383241 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 383448 INFO  
(OverseerCollectionConfigSetProcessor-98664760999936005-127.0.0.1:42076_j_lfl%2Fkx-n_0000000000)
 [n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 384276 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-3-001
 of type NRT
   [junit4]   2> 384330 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 384431 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@301951c1{/j_lfl/kx,null,AVAILABLE}
   [junit4]   2> 384447 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@129d9f54{SSL,[ssl, 
http/1.1]}{127.0.0.1:46486}
   [junit4]   2> 384447 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] o.e.j.s.Server 
Started @387498ms
   [junit4]   2> 384447 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/j_lfl/kx, 
hostPort=46486, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-3-001/cores}
   [junit4]   2> 384447 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 384482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 384482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 384482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 384482 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-15T19:46:37.312Z
   [junit4]   2> 384594 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 384594 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-3-001/solr.xml
   [junit4]   2> 384612 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 384637 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38315/solr
   [junit4]   2> 384809 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 384822 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 384861 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:46486_j_lfl%2Fkx
   [junit4]   2> 384872 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 384872 INFO  
(zkCallback-221-thread-2-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 384872 INFO  
(zkCallback-239-thread-1-processing-n:127.0.0.1:34322_j_lfl%2Fkx) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 384872 INFO  (zkCallback-228-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 384980 INFO  
(zkCallback-245-thread-1-processing-n:127.0.0.1:46486_j_lfl%2Fkx) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 385798 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 385852 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 385852 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 385853 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[72D8756A01CA57A4]) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-3-001/cores
   [junit4]   2> 386456 INFO  (qtp1739768730-1502) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:46486_j_lfl%252Fkx&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 386459 INFO  
(OverseerThreadFactory-787-thread-5-processing-n:127.0.0.1:42076_j_lfl%2Fkx) 
[n:127.0.0.1:42076_j_lfl%2Fkx    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:46486_j_lfl%2Fkx for creating new replica
   [junit4]   2> 386763 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 386764 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 386781 INFO  
(zkCallback-233-thread-1-processing-n:127.0.0.1:46628_j_lfl%2Fkx) 
[n:127.0.0.1:46628_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 386801 INFO  
(zkCallback-239-thread-1-processing-n:127.0.0.1:34322_j_lfl%2Fkx) 
[n:127.0.0.1:34322_j_lfl%2Fkx    ] o.a.s.c.c.ZkStateReader A cluster state 
change: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 386893 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.0.0
   [junit4]   2> 387095 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 388171 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 388341 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard2_replica_n1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 388341 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@54878279
   [junit4]   2> 388341 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 388341 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-3-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.MultiThreadedOCPTest_72D8756A01CA57A4-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 388377 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.9775390625, 
floorSegmentMB=1.11328125, forceMergeDeletesPctAllowed=22.771542192850557, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 388412 WARN  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in 
requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 388747 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 388747 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 388748 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 388748 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 388765 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=false, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.809913919464824]
   [junit4]   2> 388766 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d1688e9[collection1_shard2_replica_n1] main]
   [junit4]   2> 388830 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 388850 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 388851 INFO  (qtp1648183929-1534) 
[n:127.0.0.1:46486_j_lfl%2Fkx c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for  10000
   [junit4]   2> 388851 INFO  (qtp1648183929-1534) [n:127.0.0.1:4

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

 null, agent id = null] for registry solr.jetty / 
com.codahale.metrics.MetricRegistry@21cfc2a8
   [junit4]   2> 1425127 INFO  
(TEST-TestCloudPivotFacet.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1425161 INFO  
(TEST-TestCloudPivotFacet.test-seed#[72D8756A01CA57A4]) [    ] o.a.s.c.Overseer 
Overseer (id=98664827723186194-127.0.0.1:40753_-n_0000000004) closing
   [junit4]   2> 1425161 INFO  
(OverseerStateUpdate-98664827723186194-127.0.0.1:40753_-n_0000000004) 
[n:127.0.0.1:40753_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:40753_
   [junit4]   2> 1425575 WARN  
(zkCallback-1042-thread-1-processing-n:127.0.0.1:40753_) [n:127.0.0.1:40753_ 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1425575 INFO  
(zkCallback-1042-thread-1-processing-n:127.0.0.1:40753_) [n:127.0.0.1:40753_ 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1425575 INFO  
(zkCallback-1042-thread-1-processing-n:127.0.0.1:40753_) [n:127.0.0.1:40753_ 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@776415a5
   [junit4]   2> 1425575 INFO  
(zkCallback-1042-thread-1-processing-n:127.0.0.1:40753_) [n:127.0.0.1:40753_ 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1.shard1.replica_n1, tag=2003047845
   [junit4]   2> 1425575 INFO  
(zkCallback-1042-thread-1-processing-n:127.0.0.1:40753_) [n:127.0.0.1:40753_ 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@228fe78a: rootName = null, 
domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id 
= null] for registry solr.core.collection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@eb07bdb
   [junit4]   2> 1425648 INFO  
(zkCallback-1042-thread-1-processing-n:127.0.0.1:40753_) [n:127.0.0.1:40753_ 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.collection1.shard1.leader, tag=2003047845
   [junit4]   2> 1426662 WARN  
(zkCallback-1042-thread-2-processing-n:127.0.0.1:40753_) [n:127.0.0.1:40753_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1426663 INFO  
(TEST-TestCloudPivotFacet.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@15d50865{HTTP/1.1,[http/1.1]}{127.0.0.1:?}
   [junit4]   2> 1426663 INFO  
(TEST-TestCloudPivotFacet.test-seed#[72D8756A01CA57A4]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1aa57b4c{/,null,UNAVAILABLE}
   [junit4]   2> 1426664 ERROR 
(TEST-TestCloudPivotFacet.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1426664 INFO  
(TEST-TestCloudPivotFacet.test-seed#[72D8756A01CA57A4]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41738 41738
   [junit4]   2> 1426925 INFO  (Thread-1850) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:41738 41738
   [junit4]   2> 1426925 WARN  (Thread-1850) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudPivotFacet 
-Dtests.method=test -Dtests.seed=72D8756A01CA57A4 -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=hi-IN -Dtests.timezone=Poland 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   45.9s J1 | TestCloudPivotFacet.test <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not 
load collection from ZK: collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([72D8756A01CA57A4:FA8C4AB0AF363A5C]:0)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
   [junit4]    >        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:488)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:441)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:334)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: 
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/collection1/state.json
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    >        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
   [junit4]    >        ... 38 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudPivotFacet_72D8756A01CA57A4-001
   [junit4]   2> Sep 15, 2017 8:03:59 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=20, maxMBSortInHeap=5.8954718431129525, 
sim=RandomSimilarity(queryNorm=false): {}, locale=hi-IN, timezone=Poland
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=212304504,total=529530880
   [junit4]   2> NOTE: All tests run in this JVM: [RestartWhileUpdatingTest, 
TestSystemCollAutoCreate, TolerantUpdateProcessorTest, 
LeaderElectionContextKeyTest, TestExclusionRuleCollectionAccess, 
SecurityConfHandlerTest, SpatialFilterTest, SolrMetricsIntegrationTest, 
TestSQLHandlerNonCloud, AutoScalingHandlerTest, SuggesterTSTTest, 
HdfsDirectoryFactoryTest, TestCoreAdminApis, QueryParsingTest, 
HdfsRecoveryZkTest, TestClusterProperties, TestUpdate, 
TestDynamicFieldResource, TestHalfAndHalfDocValues, 
DistribJoinFromCollectionTest, TestFreeTextSuggestions, TestCloudDeleteByQuery, 
AsyncCallRequestStatusResponseTest, BitVectorTest, TestFieldCacheReopen, 
DataDrivenBlockJoinTest, TestGeoJSONResponseWriter, 
TestSha256AuthenticationProvider, TestSegmentSorting, 
TestFieldCacheVsDocValues, TestDynamicLoading, TestRequestForwarding, 
CloudMLTQParserTest, FileBasedSpellCheckerTest, TestDocBasedVersionConstraints, 
BlockDirectoryTest, TestQueryTypes, SoftAutoCommitTest, SortSpecParsingTest, 
DistributedQueryComponentCustomSortTest, TestNumericRangeQuery32, 
CoreAdminHandlerTest, TestSolrQueryResponse, TestDFISimilarityFactory, 
InfoHandlerTest, CollectionsAPIDistributedZkTest, TestScoreJoinQPNoScore, 
DistributedFacetExistsSmallTest, ClusterStateUpdateTest, 
TestAtomicUpdateErrorCases, CdcrVersionReplicationTest, 
TestHttpShardHandlerFactory, BadComponentTest, OverseerModifyCollectionTest, 
TestPerFieldSimilarity, TestManagedSchemaThreadSafety, TestFastLRUCache, 
TestValueSourceCache, BasicFunctionalityTest, TestMaxScoreQueryParser, 
ChaosMonkeySafeLeaderTest, TestSimpleTrackingShardHandler, 
TestPostingsSolrHighlighter, LargeFieldTest, RuleEngineTest, TestCharFilters, 
SolrJmxReporterCloudTest, AnalysisAfterCoreReloadTest, DOMUtilTest, 
NoCacheHeaderTest, AlternateDirectoryTest, ResourceLoaderTest, 
HdfsBasicDistributedZkTest, UpdateRequestProcessorFactoryTest, 
ResponseHeaderTest, CdcrReplicationDistributedZkTest, TestCloudPivotFacet]
   [junit4] Completed [185/729 (3!)] on J1 in 46.30s, 1 test, 1 error <<< 
FAILURES!

[...truncated 45218 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to