Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19859/
Java: 32bit/jdk-9-ea+173 -server -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([E49A300F99B79AAA:5E485F771A9974BF]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:890)
        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:883)
        ... 39 more


FAILED:  org.apache.solr.core.TestSolrConfigHandler.testReqParams

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: 
{"error":{     "trace":"java.lang.ClassCastException\n",     "code":500}},  
from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'params/c' full output: {"error":{
    "trace":"java.lang.ClassCastException\n",
    "code":500}},  from server:  null
        at 
__randomizedtesting.SeedInfo.seed([E49A300F99B79AAA:93B60806CE241E47]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.core.TestSolrConfigHandler.testReqParams(TestSolrConfigHandler.java:665)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'CY val' for path 'params/c' full output: {   
"responseHeader":{     "status":500,     "QTime":0},   "error":{     
"msg":"java.base/[Ljava.lang.String; cannot be cast to 
java.base/java.lang.String",     "trace":"java.lang.ClassCastException: 
java.base/[Ljava.lang.String; cannot be cast to 
java.base/java.lang.String\n\tat 
org.apache.solr.common.params.MapSolrParams.getParams(MapSolrParams.java:39)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:103)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:81)\n\tat
 
org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:119)\n\tat
 
org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:177)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:175)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
 java.base/java.lang.Thread.run(Thread.java:844)\n",     "code":500}},  from 
server:  http://127.0.0.1:46321/u_fa/og/collection1

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 
'params/c' full output: {
  "responseHeader":{
    "status":500,
    "QTime":0},
  "error":{
    "msg":"java.base/[Ljava.lang.String; cannot be cast to 
java.base/java.lang.String",
    "trace":"java.lang.ClassCastException: java.base/[Ljava.lang.String; cannot 
be cast to java.base/java.lang.String\n\tat 
org.apache.solr.common.params.MapSolrParams.getParams(MapSolrParams.java:39)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:103)\n\tat
 
org.apache.solr.common.params.MultiMapSolrParams.asMultiMap(MultiMapSolrParams.java:81)\n\tat
 
org.apache.solr.request.json.RequestUtil.processParams(RequestUtil.java:119)\n\tat
 
org.apache.solr.util.SolrPluginUtils.setDefaults(SolrPluginUtils.java:177)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:175)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2487)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:374)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:318)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
 java.base/java.lang.Thread.run(Thread.java:844)\n",
    "code":500}},  from server:  http://127.0.0.1:46321/u_fa/og/collection1
        at 
__randomizedtesting.SeedInfo.seed([E49A300F99B79AAA:6CCE0FD5374BF752]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:217)
        at 
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:68)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11013 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/init-core-data-001
   [junit4]   2> 96996 WARN  
(SUITE-TestSolrConfigHandlerCloud-seed#[E49A300F99B79AAA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 96996 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[E49A300F99B79AAA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 96997 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[E49A300F99B79AAA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 96997 INFO  
(SUITE-TestSolrConfigHandlerCloud-seed#[E49A300F99B79AAA]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/u_fa/og
   [junit4]   2> 97000 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 97000 INFO  (Thread-93) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 97000 INFO  (Thread-93) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 97025 ERROR (Thread-93) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 97100 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39957
   [junit4]   2> 97116 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 97117 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 97118 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 97120 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 97121 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 97122 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 97123 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 97123 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 97124 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 97125 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 97126 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 97132 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 97239 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/control-001/cores/collection1
   [junit4]   2> 97240 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 97260 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1690606{/u_fa/og,null,AVAILABLE}
   [junit4]   2> 97261 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@25034e{HTTP/1.1,[http/1.1]}{127.0.0.1:44609}
   [junit4]   2> 97262 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server Started @98833ms
   [junit4]   2> 97262 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_fa/og, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/tempDir-001/control/data,
 hostPort=44609, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 97262 ERROR 
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 97262 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 97262 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 97262 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 97262 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T20:57:59.527498Z
   [junit4]   2> 97277 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 97278 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/control-001/solr.xml
   [junit4]   2> 97281 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 97288 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39957/solr
   [junit4]   2> 97310 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 97310 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:44609_u_fa%2Fog
   [junit4]   2> 97311 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.Overseer Overseer 
(id=98132785842028548-127.0.0.1:44609_u_fa%2Fog-n_0000000000) starting
   [junit4]   2> 97320 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44609_u_fa%2Fog
   [junit4]   2> 97328 INFO  (zkCallback-98-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 97436 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 97445 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 97446 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 97447 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/control-001/cores
   [junit4]   2> 97447 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 97469 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 97471 INFO  
(OverseerStateUpdate-98132785842028548-127.0.0.1:44609_u_fa%2Fog-n_0000000000) 
[    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 97489 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 97506 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 97617 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 97677 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 97677 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 97677 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 97677 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/control-001/cores/collection1/data/]
   [junit4]   2> 97679 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=33.2275390625, 
floorSegmentMB=1.1865234375, forceMergeDeletesPctAllowed=5.447965498660664, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35512182495090483
   [junit4]   2> 97685 WARN  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 97756 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 97756 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 97757 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 97757 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 97758 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=72.93359375, 
floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=15.528937040673087, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 97759 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18afd[collection1] main]
   [junit4]   2> 97760 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 97760 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 97761 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 97761 INFO  (coreLoadExecutor-190-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570124574255742976
   [junit4]   2> 97768 INFO  (searcherExecutor-191-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18afd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 97769 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 97770 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 97770 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44609/u_fa/og/collection1/
   [junit4]   2> 97770 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 97770 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:44609/u_fa/og/collection1/ has no replicas
   [junit4]   2> 97770 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 97773 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44609/u_fa/og/collection1/ shard1
   [junit4]   2> 97924 INFO  (coreZkRegister-183-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 98038 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 98038 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39957/solr ready
   [junit4]   2> 98038 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 98038 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 98165 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-1-001/cores/collection1
   [junit4]   2> 98165 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-1-001
 of type NRT
   [junit4]   2> 98166 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 98186 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@87b26e{/u_fa/og,null,AVAILABLE}
   [junit4]   2> 98187 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1aca2d{HTTP/1.1,[http/1.1]}{127.0.0.1:44115}
   [junit4]   2> 98187 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server Started @99758ms
   [junit4]   2> 98187 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_fa/og, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/tempDir-001/jetty1,
 hostPort=44115, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-1-001/cores}
   [junit4]   2> 98187 ERROR 
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 98188 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 98188 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 98188 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 98188 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T20:58:00.453125Z
   [junit4]   2> 98209 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 98209 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-1-001/solr.xml
   [junit4]   2> 98213 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 98224 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39957/solr
   [junit4]   2> 98264 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 98265 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 98267 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44115_u_fa%2Fog
   [junit4]   2> 98267 INFO  (zkCallback-102-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 98272 INFO  (zkCallback-98-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 98280 INFO  (zkCallback-108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 98418 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 98423 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 98423 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 98425 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-1-001/cores
   [junit4]   2> 98425 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 98429 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 98436 INFO  
(OverseerStateUpdate-98132785842028548-127.0.0.1:44609_u_fa%2Fog-n_0000000000) 
[    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 98539 INFO  (zkCallback-108-thread-1) [    ] 
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> 99447 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 99501 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 99591 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 99601 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 99602 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 99602 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 99602 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 99604 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=33.2275390625, 
floorSegmentMB=1.1865234375, forceMergeDeletesPctAllowed=5.447965498660664, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35512182495090483
   [junit4]   2> 99609 WARN  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 99656 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 99656 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 99657 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 99657 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 99658 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=72.93359375, 
floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=15.528937040673087, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 99658 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@22f4bc[collection1] main]
   [junit4]   2> 99659 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 99659 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 99659 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 99660 INFO  (searcherExecutor-202-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@22f4bc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 99660 INFO  (coreLoadExecutor-201-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570124576246988800
   [junit4]   2> 99664 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 99664 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 99664 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44115/u_fa/og/collection1/
   [junit4]   2> 99664 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 99664 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:44115/u_fa/og/collection1/ has no replicas
   [junit4]   2> 99664 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 99665 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44115/u_fa/og/collection1/ shard2
   [junit4]   2> 99767 INFO  (zkCallback-108-thread-1) [    ] 
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> 99816 INFO  (coreZkRegister-196-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 99918 INFO  (zkCallback-108-thread-1) [    ] 
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> 100057 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-2-001/cores/collection1
   [junit4]   2> 100058 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-2-001
 of type NRT
   [junit4]   2> 100058 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 100059 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d6f262{/u_fa/og,null,AVAILABLE}
   [junit4]   2> 100060 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@14d2562{HTTP/1.1,[http/1.1]}{127.0.0.1:44063}
   [junit4]   2> 100060 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server Started @101631ms
   [junit4]   2> 100060 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_fa/og, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/tempDir-001/jetty2,
 hostPort=44063, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-2-001/cores}
   [junit4]   2> 100061 ERROR 
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100061 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 100061 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100061 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100061 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T20:58:02.326424Z
   [junit4]   2> 100066 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 100067 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-2-001/solr.xml
   [junit4]   2> 100070 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 100085 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39957/solr
   [junit4]   2> 100098 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 100099 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 100100 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44063_u_fa%2Fog
   [junit4]   2> 100104 INFO  (zkCallback-98-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 100108 INFO  (zkCallback-108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 100108 INFO  (zkCallback-114-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 100108 INFO  (zkCallback-102-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 100212 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 100216 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 100216 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 100217 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-2-001/cores
   [junit4]   2> 100217 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 100218 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 100219 INFO  
(OverseerStateUpdate-98132785842028548-127.0.0.1:44609_u_fa%2Fog-n_0000000000) 
[    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 100320 INFO  (zkCallback-108-thread-1) [    ] 
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> 100321 INFO  (zkCallback-114-thread-1) [    ] 
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> 101225 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 101238 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 101294 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 101309 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 101309 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 101309 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 101309 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 101311 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=33.2275390625, 
floorSegmentMB=1.1865234375, forceMergeDeletesPctAllowed=5.447965498660664, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35512182495090483
   [junit4]   2> 101313 WARN  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 101351 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 101351 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 101351 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 101351 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 101352 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=72.93359375, 
floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=15.528937040673087, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 101352 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b4d76a[collection1] main]
   [junit4]   2> 101353 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 101353 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 101353 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 101354 INFO  (searcherExecutor-213-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b4d76a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 101355 INFO  (coreLoadExecutor-212-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570124578024325120
   [junit4]   2> 101358 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 101358 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 101358 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44063/u_fa/og/collection1/
   [junit4]   2> 101358 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 101358 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:44063/u_fa/og/collection1/ has no replicas
   [junit4]   2> 101358 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 101359 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44063/u_fa/og/collection1/ shard1
   [junit4]   2> 101460 INFO  (zkCallback-108-thread-1) [    ] 
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> 101461 INFO  (zkCallback-114-thread-1) [    ] 
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> 101510 INFO  (coreZkRegister-207-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 101612 INFO  (zkCallback-108-thread-1) [    ] 
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> 101612 INFO  (zkCallback-114-thread-1) [    ] 
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> 101817 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-3-001/cores/collection1
   [junit4]   2> 101818 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-3-001
 of type NRT
   [junit4]   2> 101818 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 101819 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@157353e{/u_fa/og,null,AVAILABLE}
   [junit4]   2> 101819 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6ceb6d{HTTP/1.1,[http/1.1]}{127.0.0.1:33293}
   [junit4]   2> 101819 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server Started @103390ms
   [junit4]   2> 101819 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_fa/og, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/tempDir-001/jetty3,
 hostPort=33293, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 101819 ERROR 
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 101819 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 101820 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 101820 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 101820 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T20:58:04.085086Z
   [junit4]   2> 101824 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 101824 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-3-001/solr.xml
   [junit4]   2> 101827 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 101830 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39957/solr
   [junit4]   2> 101835 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 101836 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 101837 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33293_u_fa%2Fog
   [junit4]   2> 101837 INFO  (zkCallback-98-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 101837 INFO  (zkCallback-114-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 101838 INFO  (zkCallback-102-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 101838 INFO  (zkCallback-108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 101838 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 101943 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 101947 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 101947 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 101949 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-3-001/cores
   [junit4]   2> 101949 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 101951 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 101952 INFO  
(OverseerStateUpdate-98132785842028548-127.0.0.1:44609_u_fa%2Fog-n_0000000000) 
[    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 102053 INFO  (zkCallback-108-thread-1) [    ] 
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> 102053 INFO  (zkCallback-120-thread-1) [    ] 
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> 102053 INFO  (zkCallback-114-thread-1) [    ] 
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> 102964 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 102972 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 103031 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 103038 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 103038 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 103038 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 103038 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 103040 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=33.2275390625, 
floorSegmentMB=1.1865234375, forceMergeDeletesPctAllowed=5.447965498660664, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35512182495090483
   [junit4]   2> 103041 WARN  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 103068 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 103068 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 103069 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 103069 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 103069 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=72.93359375, 
floorSegmentMB=1.935546875, forceMergeDeletesPctAllowed=15.528937040673087, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 103070 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@d28d6c[collection1] main]
   [junit4]   2> 103071 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 103071 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 103072 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 103073 INFO  (searcherExecutor-224-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@d28d6c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 103073 INFO  (coreLoadExecutor-223-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570124579825778688
   [junit4]   2> 103075 INFO  (coreZkRegister-218-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 103075 INFO  (updateExecutor-117-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 103076 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 103076 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 103076 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 103076 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 103076 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:44115/u_fa/og/collection1/] and I am 
[http://127.0.0.1:33293/u_fa/og/collection1/]
   [junit4]   2> 103077 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:44115/u_fa/og]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:33293_u_fa%252Fog&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 103080 INFO  (qtp14823460-684) [    ] o.a.s.h.a.PrepRecoveryOp 
Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 103080 INFO  (qtp14823460-684) [    ] 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:33293_u_fa%2Fog, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:33293/u_fa/og","node_name":"127.0.0.1:33293_u_fa%2Fog","state":"down","type":"NRT"}
   [junit4]   2> 103179 INFO  (zkCallback-120-thread-1) [    ] 
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> 103179 INFO  (zkCallback-114-thread-1) [    ] 
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> 103179 INFO  (zkCallback-108-thread-1) [    ] 
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> 103560 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-4-001/cores/collection1
   [junit4]   2> 103561 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-4-001
 of type NRT
   [junit4]   2> 103561 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 103562 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@19ed599{/u_fa/og,null,AVAILABLE}
   [junit4]   2> 103564 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7816b9{HTTP/1.1,[http/1.1]}{127.0.0.1:46321}
   [junit4]   2> 103564 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.Server Started @105135ms
   [junit4]   2> 103564 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/u_fa/og, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/tempDir-001/jetty4,
 hostPort=46321, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-4-001/cores}
   [junit4]   2> 103564 ERROR 
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 103564 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 103564 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 103564 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 103564 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-13T20:58:05.829963Z
   [junit4]   2> 103567 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 103567 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-4-001/solr.xml
   [junit4]   2> 103569 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 103571 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39957/solr
   [junit4]   2> 103577 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 103578 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 103579 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46321_u_fa%2Fog
   [junit4]   2> 103579 INFO  (zkCallback-102-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 103579 INFO  (zkCallback-108-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 103580 INFO  (zkCallback-114-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 103580 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 103580 INFO  (zkCallback-127-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 103580 INFO  (zkCallback-98-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 103663 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 103667 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 103667 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b5bfc0
   [junit4]   2> 103669 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestSolrConfigHandlerCloud_E49A300F99B79AAA-001/shard-4-001/cores
   [junit4]   2> 103669 INFO  
(TEST-TestSolrConfigHandlerCloud.test-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 103670 INFO  (coreLoadExecutor-234-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 103671 INFO  
(OverseerStateUpdate-98132785842028548-127.0.0.1:44609_u_fa%2Fog-n_0000000000) 
[    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 103774 INFO  (zkCallback-108-thread-1) [    ] 
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: [5])
   [junit4]   2> 103774 INFO  (zkCallback-114-thread-1) [    ] 
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: [5])
   [junit4]   2> 103774 INFO  (zkCallback-127-thread-1) [    ] 
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: [5])
   [junit4]   2> 103774 INFO  (zkCallback-120-thread-1) [    ] 
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: [5])
   [junit4]   2> 104081 INFO  (qtp14823460-684) [    ] o.a.s.h.a.PrepRecoveryOp 
In WaitForState(recovering): collection=collection1, shard=shard2, 
thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, 
live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:33293_u_fa%2Fog, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:33293/u_fa/og","node_name":"127.0.0.1:33293_u_fa%2Fog","state":"recovering","type":"NRT"}
   [junit4]   2> 104081 INFO  (qtp14823460-684) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 104081 INFO  (qtp14823460-684) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:33293_u_fa%252Fog&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 104582 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:44115/u_fa/og/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 104582 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:33293/u_fa/og 
START replicas=[http://127.0.0.1:44115/u_fa/og/collection1/] nUpdates=100
   [junit4]   2> 104587 INFO  (qtp14823460-684) [    ] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 104587 INFO  (qtp14823460-684) [    ] o.a.s.c.S.Request 
[collection1]  webapp=/u_fa/og path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 104588 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 104588 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 104588 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 104588 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 104589 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 104589 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 104589 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 104589 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 104589 INFO  (recoveryExecutor-118-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 104677 INFO  (coreLoadExecutor-234-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 104688 INFO  (coreLoadExecutor-234-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 104693 INFO  (zkCallback-114-thread-1) [    ] 
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: [5])
   [junit4]   2> 104693 INFO  (zkCallback-120-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change

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

ym mappings for /schema/analysis/synonyms/englishgraph
   [junit4]   2> 1648080 INFO  (qtp9033299-23973) [    ] 
o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/englishgraph
   [junit4]   2> 1648080 WARN  (qtp9033299-23973) [    ] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/german
   [junit4]   2> 1648080 INFO  (qtp9033299-23973) [    ] 
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/german
   [junit4]   2> 1648080 INFO  (qtp9033299-23973) [    ] 
o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1648080 WARN  (qtp9033299-23973) [    ] 
o.a.s.r.ManagedResource No stored data found for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 1648080 INFO  (qtp9033299-23973) [    ] 
o.a.s.r.s.a.ManagedSynonymGraphFilterFactory Loaded 0 synonym mappings for 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 1648080 INFO  (qtp9033299-23973) [    ] 
o.a.s.r.ManagedResource Notified 4 observers of 
/schema/analysis/synonyms/germangraph
   [junit4]   2> 1648080 INFO  (qtp9033299-23973) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1648082 INFO  (qtp9033299-23973) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=37.0751953125, 
floorSegmentMB=1.8466796875, forceMergeDeletesPctAllowed=5.147375537396256, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7076604780508157
   [junit4]   2> 1648082 INFO  (searcherExecutor-7837-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1bba560[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1648082 INFO  (qtp9033299-23973) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1648082 INFO  (qtp9033299-23973) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@10071[collection1] main]
   [junit4]   2> 1648082 INFO  (qtp9033299-23973) [    ] 
o.a.s.h.SolrConfigHandler Executed config commands successfully and persited to 
File System [{"unset-property":"updateHandler.autoCommit.maxDocs"}]
   [junit4]   2> 1648082 INFO  (qtp9033299-23973) [    ] o.a.s.c.SolrCore 
[collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ddc271
   [junit4]   2> 1648083 INFO  (qtp9033299-23973) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=31310449
   [junit4]   2> 1648083 INFO  (searcherExecutor-7837-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10071[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1648084 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@8e6c7c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1648084 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=3865766
   [junit4]   2> 1648085 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1648086 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1648087 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1648087 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1648088 INFO  (coreCloseExecutor-7841-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@d0c3c5
   [junit4]   2> 1648089 INFO  (coreCloseExecutor-7841-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=13681605
   [junit4]   2> 1648091 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b7b82f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1648091 INFO  
(TEST-TestSolrConfigHandler.testProperty-seed#[E49A300F99B79AAA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testProperty
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler_E49A300F99B79AAA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=769, maxMBSortInHeap=6.007122630815924, 
sim=RandomSimilarity(queryNorm=true): {}, locale=kw-GB, timezone=Asia/Istanbul
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=141356264,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CacheHeaderTest, 
TestSSLRandomization, StandardRequestHandlerTest, 
PeerSyncWithIndexFingerprintCachingTest, CheckHdfsIndexTest, LargeFieldTest, 
TestCloudPseudoReturnFields, OverriddenZkACLAndCredentialsProvidersTest, 
ShufflingReplicaListTransformerTest, TestApiFramework, TestJsonFacetRefinement, 
QueryEqualityTest, QueryElevationComponentTest, CdcrRequestHandlerTest, 
TestFastWriter, UniqFieldsUpdateProcessorFactoryTest, SuggestComponentTest, 
SolrRequestParserTest, TestRestManager, HttpPartitionTest, HLLUtilTest, 
CoreAdminCreateDiscoverTest, TestDistributedSearch, PeerSyncReplicationTest, 
TestPseudoReturnFields, TestRemoteStreaming, HdfsUnloadDistributedZkTest, 
FileBasedSpellCheckerTest, ImplicitSnitchTest, TestHttpShardHandlerFactory, 
DateMathParserTest, TestTestInjection, TestSuggestSpellingConverter, 
TestFieldCollectionResource, TestHighlightDedupGrouping, 
DistribDocExpirationUpdateProcessorTest, TestObjectReleaseTracker, 
TestTrieFacet, SolrCoreMetricManagerTest, ShardSplitTest, 
HdfsBasicDistributedZk2Test, DistributedQueryElevationComponentTest, 
TestSmileRequest, TestHalfAndHalfDocValues, TestConfigSetProperties, 
PreAnalyzedFieldTest, TestOmitPositions, CloneFieldUpdateProcessorFactoryTest, 
TestSolrCloudWithHadoopAuthPlugin, SimpleCollectionCreateDeleteTest, 
TestValueSourceCache, TestCoreAdminApis, TestLazyCores, 
TestDFRSimilarityFactory, LeaderFailureAfterFreshStartTest, 
FacetPivotSmallTest, TestSizeLimitedDistributedMap, 
DistributedFacetPivotSmallAdvancedTest, ReplaceNodeTest, 
DistributedSpellCheckComponentTest, CloudExitableDirectoryReaderTest, 
TestCrossCoreJoin, InfoHandlerTest, TestCodecSupport, TestCSVLoader, 
SpellPossibilityIteratorTest, HdfsSyncSliceTest, 
SignatureUpdateProcessorFactoryTest, CopyFieldTest, TestExceedMaxTermLength, 
TestBackupRepositoryFactory, TestMiniSolrCloudCluster, 
TestTolerantUpdateProcessorRandomCloud, TestSQLHandlerNonCloud, 
TestHighFrequencyDictionaryFactory, SortSpecParsingTest, 
TestCopyFieldCollectionResource, ChangedSchemaMergeTest, 
TestSchemalessBufferedUpdates, TestConfigReload, TestJmxIntegration, 
SecurityConfHandlerTest, TestUniqueKeyFieldResource, RAMDirectoryFactoryTest, 
AnalysisErrorHandlingTest, TestManagedSchemaThreadSafety, TestStressLucene, 
SolrMetricsIntegrationTest, TestInfoStreamLogging, TestAuthorizationFramework, 
CollectionTooManyReplicasTest, TestReloadDeadlock, FastVectorHighlighterTest, 
BlobRepositoryCloudTest, TestQuerySenderListener, TestSolrCoreProperties, 
ConnectionReuseTest, TestDFISimilarityFactory, NotRequiredUniqueKeyTest, 
HdfsChaosMonkeySafeLeaderTest, TestCollectionAPI, TestFaceting, 
TestFieldTypeResource, AssignTest, TestBadConfig, 
ChaosMonkeySafeLeaderWithPullReplicasTest, DistributedFacetExistsSmallTest, 
TestRangeQuery, SpellingQueryConverterTest, TestFunctionQuery, 
DistributedQueryComponentCustomSortTest, RegexBoostProcessorTest, 
URLClassifyProcessorTest, TestLFUCache, CloudMLTQParserTest, SolrXmlInZkTest, 
TestReplicationHandler, RollingRestartTest, CurrencyFieldOpenExchangeTest, 
SolrJmxReporterTest, TestZkChroot, ShardRoutingCustomTest, 
TestDistributedGrouping, TermVectorComponentDistributedTest, 
TestStressVersions, HardAutoCommitTest, TestSolr4Spatial, PeerSyncTest, 
SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, 
TestSolrDeletionPolicy1, TestSurroundQueryParser, LukeRequestHandlerTest, 
PrimitiveFieldTypeTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, 
IndexSchemaTest, ReturnFieldsTest, TestAnalyzedSuggestions, 
PingRequestHandlerTest, ExternalFileFieldSortTest, DirectSolrConnectionTest, 
SynonymTokenizerTest, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, 
OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, DeleteShardTest, DistributedVersionInfoTest, 
MultiThreadedOCPTest, RemoteQueryErrorTest, TestCloudInspectUtil, 
TestCloudJSONFacetJoinDomain, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, 
TestDownShardTolerantSearch, TestHdfsCloudBackupRestore, 
TestLeaderElectionWithEmptyReplica, TestLocalFSCloudBackupRestore, 
TestPullReplica, TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt, 
TestStressLiveNodes, VMParamsZkACLAndCredentialsProvidersTest, 
AutoScalingHandlerTest, TestPolicyCloud, ConfigureRecoveryStrategyTest, 
ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, 
TestConfigOverlay, TestConfigSets, TestCustomStream, 
TestImplicitCoreProperties, TestInitParams, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4] Completed [569/725 (3!)] on J0 in 10.89s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 36782 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to