Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1668/

3 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
        at 
__randomizedtesting.SeedInfo.seed([50398FF462C271D2:5ABA30592F797A88]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:572)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR

Error Message:
Error from server at https://127.0.0.1:38126/solr: Cannot create collection 
allReplicasInLIR. Value of maxShardsPerNode is 1, and the number of nodes 
currently live or live and part of your createNodeSet is 2. This allows a 
maximum of 2 to be created. Value of numShards is 1, value of nrtReplicas is 3, 
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 3 
shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:38126/solr: Cannot create collection 
allReplicasInLIR. Value of maxShardsPerNode is 1, and the number of nodes 
currently live or live and part of your createNodeSet is 2. This allows a 
maximum of 2 to be created. Value of numShards is 1, value of nrtReplicas is 3, 
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 3 
shards to be created (higher than the allowed number)
        at 
__randomizedtesting.SeedInfo.seed([50398FF462C271D2:AA1B5321C421635]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR(LIROnShardRestartTest.java:78)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LIROnShardRestartTest.testSeveralReplicasInLIR

Error Message:
Timeout waiting for replicas rejoin election

Stack Trace:
java.lang.AssertionError: Timeout waiting for replicas rejoin election
        at 
__randomizedtesting.SeedInfo.seed([50398FF462C271D2:D66318C042983C8B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.LIROnShardRestartTest.testSeveralReplicasInLIR(LIROnShardRestartTest.java:242)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14276 lines...]
   [junit4] Suite: org.apache.solr.cloud.LIROnShardRestartTest
   [junit4]   2> 2464705 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/init-core-data-001
   [junit4]   2> 2464706 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2464707 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2464716 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001
   [junit4]   2> 2464716 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2464717 INFO  (Thread-4812) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2464717 INFO  (Thread-4812) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2464718 ERROR (Thread-4812) [    ] 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> 2464817 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33796
   [junit4]   2> 2464825 INFO  (zkConnectionManagerCallback-69145-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2464837 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2464839 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2464842 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2464843 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2464843 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2464843 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2464844 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16c6c73b{/solr,null,AVAILABLE}
   [junit4]   2> 2464845 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@538a898b{SSL,[ssl, 
http/1.1]}{127.0.0.1:๓๘๑๒๖}
   [junit4]   2> 2464846 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.e.j.s.Server Started @๒๔๖๔๙๐๒ms
   [junit4]   2> 2464846 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38126}
   [junit4]   2> 2464846 ERROR (jetty-launcher-69142-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2464846 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2464846 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2464846 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2464846 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2464846 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-15T09:29:39.314Z
   [junit4]   2> 2464847 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2464847 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2464847 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2464848 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a38b3f3{/solr,null,AVAILABLE}
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5d100f0a{SSL,[ssl, 
http/1.1]}{127.0.0.1:๓๖๕๐๐}
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.e.j.s.Server Started @๒๔๖๔๙๐๕ms
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36500}
   [junit4]   2> 2464849 ERROR (jetty-launcher-69142-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2464849 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@267eb799{/solr,null,AVAILABLE}
   [junit4]   2> 2464850 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6a438c55{SSL,[ssl, 
http/1.1]}{127.0.0.1:๓๘๕๓๗}
   [junit4]   2> 2464850 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.e.j.s.Server Started @๒๔๖๔๙๐๗ms
   [junit4]   2> 2464850 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38537}
   [junit4]   2> 2464850 ERROR (jetty-launcher-69142-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2464850 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2464851 INFO  (zkConnectionManagerCallback-69147-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2464851 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2464851 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2464851 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2464851 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-15T09:29:39.319Z
   [junit4]   2> 2464852 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2464852 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2464852 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2464852 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2464852 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-15T09:29:39.320Z
   [junit4]   2> 2464858 INFO  (zkConnectionManagerCallback-69151-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2464860 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2464864 INFO  (zkConnectionManagerCallback-69149-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2464865 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2464956 INFO  (jetty-launcher-69142-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33796/solr
   [junit4]   2> 2464959 INFO  (zkConnectionManagerCallback-69155-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2464962 INFO  (zkConnectionManagerCallback-69157-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465078 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36500_solr
   [junit4]   2> 2465088 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer Overseer 
(id=72105472517865477-127.0.0.1:36500_solr-n_0000000000) starting
   [junit4]   2> 2465119 INFO  (zkConnectionManagerCallback-69164-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465122 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33796/solr ready
   [junit4]   2> 2465132 INFO  
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36500_solr
   [junit4]   2> 2465135 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36500_solr
   [junit4]   2> 2465147 INFO  (zkCallback-69163-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2465156 INFO  (zkCallback-69156-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2465167 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2465202 INFO  (jetty-launcher-69142-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33796/solr
   [junit4]   2> 2465206 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36500.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465218 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36500.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465218 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36500.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465220 INFO  (jetty-launcher-69142-thread-2) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/.
   [junit4]   2> 2465221 INFO  (jetty-launcher-69142-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33796/solr
   [junit4]   2> 2465221 INFO  (zkConnectionManagerCallback-69170-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465224 INFO  (zkConnectionManagerCallback-69175-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465232 INFO  (zkConnectionManagerCallback-69173-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465232 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2465238 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2465238 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38126_solr
   [junit4]   2> 2465251 INFO  (zkConnectionManagerCallback-69179-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465256 INFO  (zkCallback-69163-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2465257 INFO  (zkCallback-69174-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2465257 INFO  (zkCallback-69156-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2465257 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38126_solr"} current state version: 0
   [junit4]   2> 2465263 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2465269 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2465269 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38537_solr
   [junit4]   2> 2465270 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:38537_solr"} current state version: 0
   [junit4]   2> 2465271 INFO  (zkCallback-69163-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2465271 INFO  (zkCallback-69174-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2465275 INFO  (zkCallback-69156-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2465276 INFO  (zkCallback-69178-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2465310 INFO  (zkConnectionManagerCallback-69186-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465311 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2465313 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33796/solr ready
   [junit4]   2> 2465336 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2465339 INFO  (zkConnectionManagerCallback-69191-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465341 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2465342 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:33796/solr ready
   [junit4]   2> 2465355 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2465362 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38126.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465379 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38537.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465380 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38126.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465381 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38126.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465382 INFO  (jetty-launcher-69142-thread-1) 
[n:127.0.0.1:38126_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/.
   [junit4]   2> 2465393 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38537.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465393 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38537.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2465395 INFO  (jetty-launcher-69142-thread-3) 
[n:127.0.0.1:38537_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/.
   [junit4]   2> 2465467 INFO  (zkConnectionManagerCallback-69195-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465472 INFO  (zkConnectionManagerCallback-69200-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2465473 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2465474 INFO  
(SUITE-LIROnShardRestartTest-seed#[50398FF462C271D2]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33796/solr ready
   [junit4]   2> 2465517 INFO  
(TEST-LIROnShardRestartTest.testSeveralReplicasInLIR-seed#[50398FF462C271D2]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testSeveralReplicasInLIR
   [junit4]   2> 2465532 INFO  (qtp901277224-135569) [n:127.0.0.1:38126_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=severalReplicasInLIR&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2465539 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
severalReplicasInLIR
   [junit4]   2> 2465540 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/severalReplicasInLIR.AUTOCREATED/managed-schema
   [junit4]   2> 2465552 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/protwords.txt
   [junit4]   2> 2465557 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/severalReplicasInLIR.AUTOCREATED/solrconfig.xml
   [junit4]   2> 2465560 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/synonyms.txt
   [junit4]   2> 2465562 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/stopwords.txt
   [junit4]   2> 2465566 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 2465569 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 2465572 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 2465575 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 2465585 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 2465587 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 2465615 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 2465618 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 2465620 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 2465623 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 2465625 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 2465627 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 2465629 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 2465631 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 2465633 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 2465635 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 2465637 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 2465639 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 2465641 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 2465643 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 2465645 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 2465647 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 2465649 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 2465651 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 2465653 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 2465655 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 2465657 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 2465659 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 2465661 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 2465663 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 2465667 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 2465669 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 2465671 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 2465675 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 2465678 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 2465682 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 2465684 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 2465687 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/severalReplicasInLIR.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 2465689 INFO  
(OverseerThreadFactory-13327-thread-1-processing-n:127.0.0.1:36500_solr) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/severalReplicasInLIR.AUTOCREATED/params.json
   [junit4]   2> 2465702 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"severalReplicasInLIR",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2465809 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2465825 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2465847 INFO  (qtp1819613693-135579) [n:127.0.0.1:36500_solr   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 2465862 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36500/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2465862 INFO  
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36500/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2465866 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38537/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2465867 INFO  
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38537/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2465870 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38126/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2465871 INFO  
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38126/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2466079 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr    
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=severalReplicasInLIR.AUTOCREATED&newCollection=true&name=severalReplicasInLIR_shard1_replica_n5&action=CREATE&numShards=1&collection=severalReplicasInLIR&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2466080 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr   
 x:severalReplicasInLIR_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=severalReplicasInLIR.AUTOCREATED&newCollection=true&name=severalReplicasInLIR_shard1_replica_n2&action=CREATE&numShards=1&collection=severalReplicasInLIR&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2466081 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr   
 x:severalReplicasInLIR_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=severalReplicasInLIR.AUTOCREATED&newCollection=true&name=severalReplicasInLIR_shard1_replica_n1&action=CREATE&numShards=1&collection=severalReplicasInLIR&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2466082 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr   
 x:severalReplicasInLIR_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2466088 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38537/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38537_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2466088 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n5",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:38126/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:38126_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2466088 DEBUG 
(OverseerStateUpdate-72105472517865477-127.0.0.1:36500_solr-n_0000000000) 
[n:127.0.0.1:36500_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, 
message = {
   [junit4]   2>   "core":"severalReplicasInLIR_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:36500/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36500_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"severalReplicasInLIR",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2467102 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.RequestParams conf resource 
params.json loaded . version : 0 
   [junit4]   2> 2467102 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.RequestParams request params 
refreshed to version 0
   [junit4]   2> 2467103 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/extraction/lib
   [junit4]   2> 2467103 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
   [junit4]   2> 2467104 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/clustering/lib
   [junit4]   2> 2467104 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
   [junit4]   2> 2467105 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.RequestParams conf resource 
params.json loaded . version : 0 
   [junit4]   2> 2467105 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.RequestParams request params 
refreshed to version 0
   [junit4]   2> 2467105 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/langid/lib
   [junit4]   2> 2467105 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
   [junit4]   2> 2467106 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.RequestParams conf resource 
params.json loaded . version : 0 
   [junit4]   2> 2467106 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../contrib/velocity/lib
   [junit4]   2> 2467106 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.RequestParams request params 
refreshed to version 0
   [junit4]   2> 2467106 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/extraction/lib
   [junit4]   2> 2467106 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
   [junit4]   2> 2467108 WARN  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5/../../../../dist
   [junit4]   2> 2467108 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
   [junit4]   2> 2467109 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/clustering/lib
   [junit4]   2> 2467109 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
   [junit4]   2> 2467109 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/langid/lib
   [junit4]   2> 2467109 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
   [junit4]   2> 2467110 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../contrib/velocity/lib
   [junit4]   2> 2467110 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
   [junit4]   2> 2467110 WARN  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2/../../../../dist
   [junit4]   2> 2467109 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 2467112 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
   [junit4]   2> 2467112 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 2467113 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
   [junit4]   2> 2467113 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 2467113 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
   [junit4]   2> 2467113 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 2467114 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
   [junit4]   2> 2467114 WARN  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files 
from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
 filtered by solr-ltr-\d.*\.jar to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1/../../../../dist
   [junit4]   2> 2467116 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 2467122 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 2467123 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 2467148 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.s.IndexSchema 
[severalReplicasInLIR_shard1_replica_n5] Schema name=default-config
   [junit4]   2> 2467152 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.s.IndexSchema 
[severalReplicasInLIR_shard1_replica_n2] Schema name=default-config
   [junit4]   2> 2467152 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.s.IndexSchema 
[severalReplicasInLIR_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 2467449 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 2467502 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 2467543 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.CoreContainer Creating 
SolrCore 'severalReplicasInLIR_shard1_replica_n5' using configuration from 
collection severalReplicasInLIR, trusted=true
   [junit4]   2> 2467544 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38126.solr.core.severalReplicasInLIR.shard1.replica_n5' 
(registry 'solr.core.severalReplicasInLIR.shard1.replica_n5') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2467544 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.c.SolrCore 
[[severalReplicasInLIR_shard1_replica_n5] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/severalReplicasInLIR_shard1_replica_n5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node1/./severalReplicasInLIR_shard1_replica_n5/data/]
   [junit4]   2> 2467595 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'severalReplicasInLIR_shard1_replica_n1' using configuration from 
collection severalReplicasInLIR, trusted=true
   [junit4]   2> 2467596 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_36500.solr.core.severalReplicasInLIR.shard1.replica_n1' 
(registry 'solr.core.severalReplicasInLIR.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2467596 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrCore 
[[severalReplicasInLIR_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/severalReplicasInLIR_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node2/./severalReplicasInLIR_shard1_replica_n1/data/]
   [junit4]   2> 2467604 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 2467612 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
default-config/1.6 with uniqueid field id
   [junit4]   2> 2467623 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 2467660 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'severalReplicasInLIR_shard1_replica_n2' using configuration from 
collection severalReplicasInLIR, trusted=true
   [junit4]   2> 2467661 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38537.solr.core.severalReplicasInLIR.shard1.replica_n2' 
(registry 'solr.core.severalReplicasInLIR.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e7300e9
   [junit4]   2> 2467661 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.c.SolrCore 
[[severalReplicasInLIR_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/severalReplicasInLIR_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_50398FF462C271D2-001/tempDir-001/node3/./severalReplicasInLIR_shard1_replica_n2/data/]
   [junit4]   2> 2467709 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.r.XSLTResponseWriter 
xsltCacheLifetimeSeconds=5
   [junit4]   2> 2467791 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2467791 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2467793 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2467793 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2467793 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2467793 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2467794 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2467794 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2467800 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1baa19a0[severalReplicasInLIR_shard1_replica_n2] main]
   [junit4]   2> 2467801 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: 
/configs/severalReplicasInLIR.AUTOCREATED
   [junit4]   2> 2467802 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/severalReplicasInLIR.AUTOCREATED
   [junit4]   2> 2467802 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Creating 
ZooKeeper watch for the managed schema at 
/configs/severalReplicasInLIR.AUTOCREATED/managed-schema
   [junit4]   2> 2467802 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.s.ZkIndexSchemaReader Current 
schema version 0 is already the latest
   [junit4]   2> 2467803 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 2467803 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 
x:severalReplicasInLIR_shard1_replica_n2] o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 2467803 INFO  (qtp901277224-135572) [n:127.0.0.1:38126_solr 
c:severalReplicasInLIR s:shard1 r:core_node6 
x:severalReplicasInLIR_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1514e15f[severalReplicasInLIR_shard1_replica_n5] main]
   [junit4]   2> 2467804 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2467804 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2467806 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 2467806 INFO  (qtp1819613693-135578) [n:127.0.0.1:36500_solr 
c:severalReplicasInLIR s:shard1 r:core_node3 
x:severalReplicasInLIR_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2467806 INFO  (qtp1952643836-135588) [n:127.0.0.1:38537_solr 
c:severalReplicasInLIR s:shard1 r:core_node4 x:severalReplicasInLIR_sha

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

ve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null672695625
     [copy] Copying 238 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null672695625
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null672695625

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 28ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 291 minutes 45 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to