Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/825/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter

Error Message:
Collection not found: withShardField

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: withShardField
        at 
__randomizedtesting.SeedInfo.seed([59432FEA2A186957:C13C77886E1A6A7]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getCollectionNames(CloudSolrClient.java:1401)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1094)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI

Error Message:
Could not find collection : implicitcoll

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : implicitcoll
        at 
__randomizedtesting.SeedInfo.seed([59432FEA2A186957:33A2A1811782DF2F]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:245)
        at 
org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Task 3001 did not complete, final state: FAILED expected same:<COMPLETED> was 
not:<FAILED>

Stack Trace:
java.lang.AssertionError: Task 3001 did not complete, final state: FAILED 
expected same:<COMPLETED> was not:<FAILED>
        at 
__randomizedtesting.SeedInfo.seed([59432FEA2A186957:D117103084E404AF]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotSame(Assert.java:641)
        at org.junit.Assert.assertSame(Assert.java:580)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:250)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([59432FEA2A186957:E0C2F93506F26DDD]: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.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:218)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12055 lines...]
   [junit4] Suite: org.apache.solr.cloud.MultiThreadedOCPTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/init-core-data-001
   [junit4]   2> 1748644 WARN  
(SUITE-MultiThreadedOCPTest-seed#[59432FEA2A186957]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1748645 INFO  
(SUITE-MultiThreadedOCPTest-seed#[59432FEA2A186957]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1748650 INFO  
(SUITE-MultiThreadedOCPTest-seed#[59432FEA2A186957]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1748650 INFO  
(SUITE-MultiThreadedOCPTest-seed#[59432FEA2A186957]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1748652 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1748652 INFO  (Thread-2737) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1748652 INFO  (Thread-2737) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1748760 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55479
   [junit4]   2> 1748814 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1748818 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1748822 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1748825 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1748828 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1748831 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1748834 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1748837 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1748841 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1748844 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1748847 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1749199 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/control-001/cores/collection1
   [junit4]   2> 1749203 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1749205 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5cf8a70c{/,null,AVAILABLE}
   [junit4]   2> 1749206 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4fd61a33{HTTP/1.1,[http/1.1]}{127.0.0.1:55482}
   [junit4]   2> 1749206 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
Started @1754854ms
   [junit4]   2> 1749206 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/tempDir-001/control/data,
 hostContext=/, hostPort=55482, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/control-001/cores}
   [junit4]   2> 1749206 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1749207 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1749207 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1749207 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1749207 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-20T17:41:25.668Z
   [junit4]   2> 1749212 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1749212 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/control-001/solr.xml
   [junit4]   2> 1749225 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1749226 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55479/solr
   [junit4]   2> 1749274 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55482_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1749276 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55482_    
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55482_
   [junit4]   2> 1749278 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55482_    
] o.a.s.c.Overseer Overseer 
(id=97826248138162180-127.0.0.1:55482_-n_0000000000) starting
   [junit4]   2> 1749297 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55482_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55482_
   [junit4]   2> 1749300 INFO  
(zkCallback-3735-thread-1-processing-n:127.0.0.1:55482_) [n:127.0.0.1:55482_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1749405 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55482_    
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/control-001/cores
   [junit4]   2> 1749406 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55482_    
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1749407 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1749410 INFO  
(OverseerStateUpdate-97826248138162180-127.0.0.1:55482_-n_0000000000) 
[n:127.0.0.1:55482_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1750440 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1750455 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1750574 WARN  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1750577 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1750602 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 1750603 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1750603 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/control-001/cores/collection1/data/]
   [junit4]   2> 1750603 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@122e5a6a
   [junit4]   2> 1750605 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=6, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.475817991854974]
   [junit4]   2> 1750612 WARN  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1750709 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1750709 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1750711 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1750711 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1750711 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1392177503, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1750712 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a84ca19[collection1] main]
   [junit4]   2> 1750715 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1750715 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1750715 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1750717 INFO  
(searcherExecutor-6095-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4a84ca19[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1750718 INFO  
(coreLoadExecutor-6094-thread-1-processing-n:127.0.0.1:55482_) 
[n:127.0.0.1:55482_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1565219972373807104
   [junit4]   2> 1750731 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 1750731 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 1750731 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55482/collection1/
   [junit4]   2> 1750731 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1750731 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55482/collection1/ has no replicas
   [junit4]   2> 1750731 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1750739 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:55482/collection1/ shard1
   [junit4]   2> 1750895 INFO  
(coreZkRegister-6087-thread-1-processing-n:127.0.0.1:55482_ x:collection1 
c:control_collection) [n:127.0.0.1:55482_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 1750923 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1750925 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55479/solr ready
   [junit4]   2> 1750925 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1750925 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1751281 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-1-001/cores/collection1
   [junit4]   2> 1751283 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-1-001
   [junit4]   2> 1751284 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1751286 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@39fcf2b2{/,null,AVAILABLE}
   [junit4]   2> 1751286 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1e51da3{HTTP/1.1,[http/1.1]}{127.0.0.1:55488}
   [junit4]   2> 1751286 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
Started @1756934ms
   [junit4]   2> 1751286 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=55488, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-1-001/cores}
   [junit4]   2> 1751287 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1751287 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1751287 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1751287 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1751287 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-20T17:41:27.748Z
   [junit4]   2> 1751292 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1751292 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-1-001/solr.xml
   [junit4]   2> 1751321 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1751322 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55479/solr
   [junit4]   2> 1751344 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55488_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1751351 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55488_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1751356 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55488_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55488_
   [junit4]   2> 1751359 INFO  
(zkCallback-3735-thread-1-processing-n:127.0.0.1:55482_) [n:127.0.0.1:55482_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1751361 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1751359 INFO  (zkCallback-3739-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1751463 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55488_    
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-1-001/cores
   [junit4]   2> 1751463 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55488_    
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1751465 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1751470 INFO  
(OverseerStateUpdate-97826248138162180-127.0.0.1:55482_-n_0000000000) 
[n:127.0.0.1:55482_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1751582 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1752503 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 1752518 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1752654 WARN  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1752658 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1752688 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1752688 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1752688 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1752689 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122e5a6a
   [junit4]   2> 1752689 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=6, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.475817991854974]
   [junit4]   2> 1752696 WARN  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1752799 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1752799 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1752803 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1752803 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1752809 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1392177503, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1752809 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6f51daf8[collection1] main]
   [junit4]   2> 1752811 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1752812 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1752812 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1752814 INFO  
(searcherExecutor-6106-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6f51daf8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1752816 INFO  
(coreLoadExecutor-6105-thread-1-processing-n:127.0.0.1:55488_) 
[n:127.0.0.1:55488_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1565219974573719552
   [junit4]   2> 1752829 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1752829 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1752829 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55488/collection1/
   [junit4]   2> 1752829 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1752829 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:55488/collection1/ has no 
replicas
   [junit4]   2> 1752829 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1752837 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55488/collection1/ shard2
   [junit4]   2> 1752942 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1752995 INFO  
(coreZkRegister-6100-thread-1-processing-n:127.0.0.1:55488_ x:collection1 
c:collection1) [n:127.0.0.1:55488_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1753103 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1753408 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-2-001/cores/collection1
   [junit4]   2> 1753410 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-2-001
   [junit4]   2> 1753411 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1753414 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17fe1ab1{/,null,AVAILABLE}
   [junit4]   2> 1753415 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52628b07{HTTP/1.1,[http/1.1]}{127.0.0.1:55492}
   [junit4]   2> 1753415 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
Started @1759063ms
   [junit4]   2> 1753415 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=55492, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-2-001/cores}
   [junit4]   2> 1753415 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1753416 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1753416 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1753417 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1753417 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-20T17:41:29.878Z
   [junit4]   2> 1753422 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1753422 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-2-001/solr.xml
   [junit4]   2> 1753437 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1753438 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55479/solr
   [junit4]   2> 1753456 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55492_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1753462 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55492_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1753466 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55492_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55492_
   [junit4]   2> 1753469 INFO  
(zkCallback-3735-thread-1-processing-n:127.0.0.1:55482_) [n:127.0.0.1:55482_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1753470 INFO  (zkCallback-3739-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1753470 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1753469 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1753608 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55492_    
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-2-001/cores
   [junit4]   2> 1753608 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55492_    
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1753610 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1753612 INFO  
(OverseerStateUpdate-97826248138162180-127.0.0.1:55482_-n_0000000000) 
[n:127.0.0.1:55482_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1753725 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1753725 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] 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> 1754635 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 1754650 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1754762 WARN  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1754764 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1754788 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1754789 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1754789 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1754789 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122e5a6a
   [junit4]   2> 1754790 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=6, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.475817991854974]
   [junit4]   2> 1754797 WARN  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1754892 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1754892 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1754897 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1754897 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1754898 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1392177503, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1754898 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@58721010[collection1] main]
   [junit4]   2> 1754901 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1754902 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1754902 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1754903 INFO  
(searcherExecutor-6117-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@58721010[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1754904 INFO  
(coreLoadExecutor-6116-thread-1-processing-n:127.0.0.1:55492_) 
[n:127.0.0.1:55492_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1565219976763146240
   [junit4]   2> 1754915 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1754915 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 1754916 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55492/collection1/
   [junit4]   2> 1754916 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1754916 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:55492/collection1/ has no 
replicas
   [junit4]   2> 1754916 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 1754923 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55492/collection1/ shard1
   [junit4]   2> 1755029 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1755029 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] 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> 1755078 INFO  
(coreZkRegister-6111-thread-1-processing-n:127.0.0.1:55492_ x:collection1 
c:collection1) [n:127.0.0.1:55492_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1755191 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1755191 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] 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> 1755513 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-3-001/cores/collection1
   [junit4]   2> 1755515 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-3-001
   [junit4]   2> 1755516 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1755518 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3739a212{/,null,AVAILABLE}
   [junit4]   2> 1755518 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5300a7f6{HTTP/1.1,[http/1.1]}{127.0.0.1:55496}
   [junit4]   2> 1755519 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
Started @1761167ms
   [junit4]   2> 1755519 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=55496, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-3-001/cores}
   [junit4]   2> 1755519 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1755520 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1755520 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1755520 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1755520 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-20T17:41:31.981Z
   [junit4]   2> 1755524 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1755524 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-3-001/solr.xml
   [junit4]   2> 1755544 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1755545 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55479/solr
   [junit4]   2> 1755566 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55496_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1755573 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55496_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1755578 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55496_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55496_
   [junit4]   2> 1755581 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1755581 INFO  
(zkCallback-3735-thread-1-processing-n:127.0.0.1:55482_) [n:127.0.0.1:55482_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1755583 INFO  (zkCallback-3739-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1755583 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1755583 INFO  
(zkCallback-3757-thread-1-processing-n:127.0.0.1:55496_) [n:127.0.0.1:55496_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1755773 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55496_    
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-3-001/cores
   [junit4]   2> 1755773 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55496_    
] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1755775 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1755779 INFO  
(OverseerStateUpdate-97826248138162180-127.0.0.1:55482_-n_0000000000) 
[n:127.0.0.1:55482_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1755891 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1755892 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] 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> 1755892 INFO  
(zkCallback-3757-thread-1-processing-n:127.0.0.1:55496_) [n:127.0.0.1:55496_    
] 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> 1756807 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 1756825 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1756948 WARN  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1756950 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1756975 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1756975 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1756975 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1756975 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122e5a6a
   [junit4]   2> 1756977 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=6, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.475817991854974]
   [junit4]   2> 1756983 WARN  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1757066 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1757067 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1757069 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1757069 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1757070 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1392177503, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1757070 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4e317ae9[collection1] main]
   [junit4]   2> 1757073 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1757074 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1757074 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 1757075 INFO  
(searcherExecutor-6128-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
c:collection1) [n:127.0.0.1:55496_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4e317ae9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1757076 INFO  
(coreLoadExecutor-6127-thread-1-processing-n:127.0.0.1:55496_) 
[n:127.0.0.1:55496_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1565219979040653312
   [junit4]   2> 1757082 INFO  
(coreZkRegister-6122-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
c:collection1) [n:127.0.0.1:55496_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1757082 INFO  
(updateExecutor-3754-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55496_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1757082 INFO  
(recoveryExecutor-3755-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55496_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 1757083 INFO  
(recoveryExecutor-3755-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55496_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1757083 INFO  
(recoveryExecutor-3755-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55496_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 1757083 INFO  
(recoveryExecutor-3755-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55496_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1757083 INFO  
(recoveryExecutor-3755-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55496_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [http://127.0.0.1:55488/collection1/] 
and I am [http://127.0.0.1:55496/collection1/]
   [junit4]   2> 1757089 INFO  
(recoveryExecutor-3755-thread-1-processing-n:127.0.0.1:55496_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:55496_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:55488]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:55496_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1757093 INFO  (qtp611024993-16021) [n:127.0.0.1:55488_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1757094 INFO  (qtp611024993-16021) [n:127.0.0.1:55488_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1757094 INFO  (qtp611024993-16021) [n:127.0.0.1:55488_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:55496_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:55496","node_name":"127.0.0.1:55496_","state":"down"}
   [junit4]   2> 1757195 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] 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> 1757195 INFO  
(zkCallback-3757-thread-1-processing-n:127.0.0.1:55496_) [n:127.0.0.1:55496_    
] 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> 1757195 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] 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> 1757639 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-4-001/cores/collection1
   [junit4]   2> 1757640 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-4-001
   [junit4]   2> 1757641 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 1757643 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1562033e{/,null,AVAILABLE}
   [junit4]   2> 1757644 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@610bec9b{HTTP/1.1,[http/1.1]}{127.0.0.1:55501}
   [junit4]   2> 1757644 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] o.e.j.s.Server 
Started @1763292ms
   [junit4]   2> 1757644 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=55501, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-4-001/cores}
   [junit4]   2> 1757644 ERROR 
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1757645 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1757646 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1757646 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1757646 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-20T17:41:34.107Z
   [junit4]   2> 1757651 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1757651 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.MultiThreadedOCPTest_59432FEA2A186957-001/shard-4-001/solr.xml
   [junit4]   2> 1757690 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1757690 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55479/solr
   [junit4]   2> 1757710 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55501_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1757716 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55501_    
] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1757720 INFO  
(TEST-MultiThreadedOCPTest.test-seed#[59432FEA2A186957]) [n:127.0.0.1:55501_    
] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55501_
   [junit4]   2> 1757724 INFO  
(zkCallback-3757-thread-1-processing-n:127.0.0.1:55496_) [n:127.0.0.1:55496_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1757725 INFO  
(zkCallback-3745-thread-1-processing-n:127.0.0.1:55488_) [n:127.0.0.1:55488_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1757725 INFO  
(zkCallback-3751-thread-1-processing-n:127.0.0.1:55492_) [n:127.0.0.1:55492_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1757726 INFO  (zkCallback-3739-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1757725 INFO  (zkCallback-3735-thread-2-processing-n

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

collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1831593 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057177391104)]} 0 3318
   [junit4]   2> 1831593 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057177391105)]} 0 3318
   [junit4]   2> 1831593 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057177391106)]} 0 3318
   [junit4]   2> 1831594 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057178439680)]} 0 3318
   [junit4]   2> 1831594 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057178439681)]} 0 3319
   [junit4]   2> 1831594 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057178439682)]} 0 3319
   [junit4]   2> 1831594 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057178439683)]} 0 3319
   [junit4]   2> 1831594 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057178439684)]} 0 3319
   [junit4]   2> 1831594 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057178439685)]} 0 3319
   [junit4]   2> 1831595 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1565220057179488256)]} 0 3319
   [junit4]   2> 1831595 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 1833102 INFO  (commitScheduler-6268-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1833399 INFO  (commitScheduler-6268-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1bd62766[collection1] main]
   [junit4]   2> 1833400 INFO  (commitScheduler-6268-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1833403 INFO  
(searcherExecutor-6265-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1bd62766[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.6.0):C1)
 Uninverting(_6(6.6.0):C11/9:delGen=1)))}
   [junit4]   2> 1833637 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1565220059318583296)]} 0 5362
   [junit4]   2> 1833637 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 1833639 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[59432FEA2A186957]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1833639 INFO  
(SUITE-AutoCommitTest-seed#[59432FEA2A186957]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1833640 INFO  
(SUITE-AutoCommitTest-seed#[59432FEA2A186957]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1026235034
   [junit4]   2> 1833641 INFO  
(coreCloseExecutor-6269-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ec71a01
   [junit4]   2> 1833641 INFO  
(coreCloseExecutor-6269-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1833641 INFO  
(coreCloseExecutor-6269-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6f29eede
   [junit4]   2> 1833729 INFO  
(coreCloseExecutor-6269-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1833730 INFO  
(SUITE-AutoCommitTest-seed#[59432FEA2A186957]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_59432FEA2A186957-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=FST50, field_t=FSTOrd50, 
multiDefault=Lucene50(blocksize=128), subject=Lucene50(blocksize=128), 
intDefault=PostingsFormat(name=MockRandom), id=FST50, 
range_facet_i_dv=PostingsFormat(name=MockRandom), text=FSTOrd50, 
range_facet_l=PostingsFormat(name=MockRandom), 
timestamp=PostingsFormat(name=MockRandom)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1835, 
maxMBSortInHeap=6.254415105554948, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=mt, 
timezone=Europe/Brussels
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=211560528,total=503316480
   [junit4]   2> NOTE: All tests run in this JVM: [QueryParsingTest, 
OverseerTaskQueueTest, DistributedFacetPivotWhiteBoxTest, 
ShowFileRequestHandlerTest, ChangedSchemaMergeTest, ConvertedLegacyTest, 
TestMergePolicyConfig, DistributedFacetPivotLargeTest, 
TestReversedWildcardFilterFactory, TestPHPSerializedResponseWriter, 
TestCloudSchemaless, TestTolerantUpdateProcessorRandomCloud, 
DistributedVersionInfoTest, CopyFieldTest, TestOrdValues, 
ManagedSchemaRoundRobinCloudTest, DebugComponentTest, 
DefaultValueUpdateProcessorTest, SolrCLIZkUtilsTest, 
SpellPossibilityIteratorTest, TestRequestStatusCollectionAPI, SSLMigrationTest, 
CircularListTest, TestSolrCloudWithKerberosAlt, CollectionTooManyReplicasTest, 
HdfsDirectoryFactoryTest, TestBlobHandler, SpatialHeatmapFacetsTest, RulesTest, 
StatsComponentTest, TestExceedMaxTermLength, BasicFunctionalityTest, 
TestSolrCoreProperties, HdfsLockFactoryTest, TestLuceneMatchVersion, 
TestQueryUtils, TestSolrQueryParser, TestCloudRecovery, DeleteNodeTest, 
TestFieldCache, TestSystemIdResolver, BadIndexSchemaTest, 
BasicDistributedZk2Test, OutOfBoxZkACLAndCredentialsProvidersTest, 
SolrSlf4jReporterTest, TestManagedStopFilterFactory, SecurityConfHandlerTest, 
CdcrBootstrapTest, TestGraphTermsQParserPlugin, LoggingHandlerTest, 
TestReloadAndDeleteDocs, TestCoreAdminApis, TestReplicaProperties, 
ChaosMonkeySafeLeaderTest, LeaderElectionContextKeyTest, BadCopyFieldTest, 
OverseerCollectionConfigSetProcessorTest, DistributedExpandComponentTest, 
DataDrivenBlockJoinTest, AsyncCallRequestStatusResponseTest, 
RecoveryAfterSoftCommitTest, DirectoryFactoryTest, ResponseHeaderTest, 
MinimalSchemaTest, TestCrossCoreJoin, SharedFSAutoReplicaFailoverUtilsTest, 
CleanupOldIndexTest, ReturnFieldsTest, TestTrie, TestFieldCacheSortRandom, 
TestSolrConfigHandler, TestReqParamsAPI, SearchHandlerTest, 
TestDistributedMissingSort, FieldAnalysisRequestHandlerTest, 
DirectUpdateHandlerOptimizeTest, ConnectionReuseTest, SuggesterTest, 
RequestHandlersTest, TestXmlQParserPlugin, TestPathTrie, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud, 
TestIndexingPerformance, TestHdfsBackupRestoreCore, 
CoreAdminCreateDiscoverTest, TestSizeLimitedDistributedMap, 
TestCopyFieldCollectionResource, TestConfigSets, 
TestSlowCompositeReaderWrapper, TestSchemaSimilarityResource, 
TestSolrCoreParser, TestInitParams, TestDistributedGrouping, 
ReplicaListTransformerTest, TestAtomicUpdateErrorCases, 
TestOnReconnectListenerSupport, HdfsCollectionsAPIDistributedZkTest, 
CoreMergeIndexesAdminHandlerTest, TestBadConfig, BJQParserTest, 
PreAnalyzedFieldTest, TestUtils, CoreAdminHandlerTest, 
TestBackupRepositoryFactory, DistributedQueryComponentOptimizationTest, 
TestTestInjection, TestRangeQuery, UpdateParamsTest, TestFastWriter, 
FullSolrCloudDistribCmdsTest, TestDefaultStatsCache, StressHdfsTest, 
TestSerializedLuceneMatchVersion, SolrIndexSplitterTest, CheckHdfsIndexTest, 
TestSearchPerf, HdfsRestartWhileUpdatingTest, FacetPivotSmallTest, 
HdfsThreadLeakTest, MetricsHandlerTest, MergeStrategyTest, JsonValidatorTest, 
TestStandardQParsers, TestStressLiveNodes, SolrGraphiteReporterTest, 
BasicAuthStandaloneTest, CloudMLTQParserTest, CdcrReplicationHandlerTest, 
TestCloudManagedSchema, TestExclusionRuleCollectionAccess, 
TestSolrDeletionPolicy2, TestImplicitCoreProperties, 
TestBlendedInfixSuggestions, BufferStoreTest, TestCloudDeleteByQuery, 
TestDistribDocBasedVersion, TestRandomFaceting, TestReload, 
FileBasedSpellCheckerTest, TestCodecSupport, JvmMetricsTest, 
TestFuzzyAnalyzedSuggestions, DocValuesMissingTest, TestDFRSimilarityFactory, 
RestartWhileUpdatingTest, TestLMJelinekMercerSimilarityFactory, 
AnalyticsMergeStrategyTest, MultiThreadedOCPTest, AutoCommitTest]
   [junit4] Completed [332/704 (3!)] on J1 in 32.19s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 44561 lines...]

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

Reply via email to