Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/437/
2 tests failed.
FAILED: org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR
Error Message:
Path must not end with / character
Stack Trace:
java.lang.IllegalArgumentException: Path must not end with / character
at
__randomizedtesting.SeedInfo.seed([8D1417FE138196ED:D78C2D386D01F10A]:0)
at org.apache.zookeeper.common.PathUtils.validatePath(PathUtils.java:58)
at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1523)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getChildren$4(SolrZkClient.java:346)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:346)
at
org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR(LIROnShardRestartTest.java:168)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:
Error from server at https://127.0.0.1:39171/solr: Cannot create collection
severalReplicasInLIR. 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:39171/solr: Cannot create collection
severalReplicasInLIR. 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([8D1417FE138196ED:B4E80CA33DBDBB4]: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:484)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
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.testSeveralReplicasInLIR(LIROnShardRestartTest.java:190)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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 14528 lines...]
[junit4] Suite: org.apache.solr.cloud.LIROnShardRestartTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/init-core-data-001
[junit4] 2> 2300389 WARN
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
[junit4] 2> 2300389 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2300392 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2300392 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2300393 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001
[junit4] 2> 2300393 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2300394 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2300394 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2300494 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39176
[junit4] 2> 2300494 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39176
[junit4] 2> 2300494 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39176
[junit4] 2> 2300500 INFO (zkConnectionManagerCallback-5962-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300506 INFO (zkConnectionManagerCallback-5964-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300508 INFO (zkConnectionManagerCallback-5966-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300518 WARN (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2300518 WARN (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2300518 WARN (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2300519 INFO (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 2300521 INFO (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2300521 INFO (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2300521 INFO (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2300521 INFO (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7e847d4b{/solr,null,AVAILABLE}
[junit4] 2> 2300522 WARN (jetty-launcher-5967-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@47b38347[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@71851979{SSL,[ssl,
http/1.1]}{127.0.0.1:44864}
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-3) [ ]
o.e.j.s.Server Started @2300602ms
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44864}
[junit4] 2> 2300524 INFO (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2f1ed2b7{/solr,null,AVAILABLE}
[junit4] 2> 2300525 ERROR (jetty-launcher-5967-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2300525 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2300525 WARN (jetty-launcher-5967-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5042bfb7[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2300525 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.7.0
[junit4] 2> 2300525 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2300525 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2300525 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-21T14:59:23.196Z
[junit4] 2> 2300526 INFO (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4641ca51{/solr,null,AVAILABLE}
[junit4] 2> 2300526 WARN (jetty-launcher-5967-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2c31596d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4f5199e{SSL,[ssl,
http/1.1]}{127.0.0.1:39171}
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.e.j.s.Server Started @2300605ms
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@25ea2dfc{SSL,[ssl,
http/1.1]}{127.0.0.1:40372}
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39171}
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.e.j.s.Server Started @2300605ms
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40372}
[junit4] 2> 2300527 ERROR (jetty-launcher-5967-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.7.0
[junit4] 2> 2300527 ERROR (jetty-launcher-5967-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.7.0
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-21T14:59:23.198Z
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2300527 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-01-21T14:59:23.198Z
[junit4] 2> 2300529 INFO (zkConnectionManagerCallback-5973-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300530 INFO (zkConnectionManagerCallback-5969-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300530 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2300530 INFO (zkConnectionManagerCallback-5971-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300531 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2300531 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2300602 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2300607 INFO (jetty-launcher-5967-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39176/solr
[junit4] 2> 2300608 INFO (zkConnectionManagerCallback-5977-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300611 INFO (zkConnectionManagerCallback-5979-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300655 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2300659 INFO (jetty-launcher-5967-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39176/solr
[junit4] 2> 2300662 INFO (zkConnectionManagerCallback-5985-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300669 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10225685d490008, likely client has closed socket
[junit4] 2> 2300717 INFO (zkConnectionManagerCallback-5987-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300732 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39171_solr
[junit4] 2> 2300733 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.c.Overseer Overseer
(id=72661674163240969-127.0.0.1:39171_solr-n_0000000000) starting
[junit4] 2> 2300758 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2300762 INFO (jetty-launcher-5967-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39176/solr
[junit4] 2> 2300763 INFO (zkConnectionManagerCallback-5994-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300764 INFO (zkConnectionManagerCallback-5998-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300766 INFO (zkConnectionManagerCallback-6000-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300767 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39176/solr ready
[junit4] 2> 2300775 INFO
(OverseerStateUpdate-72661674163240969-127.0.0.1:39171_solr-n_0000000000)
[n:127.0.0.1:39171_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:39171_solr
[junit4] 2> 2300776 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44864_solr
[junit4] 2> 2300794 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:40372_solr as DOWN
[junit4] 2> 2300795 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 2300795 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40372_solr
[junit4] 2> 2300804 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:39171_solr as DOWN
[junit4] 2> 2300805 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 2300805 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39171_solr
[junit4] 2> 2300830 INFO (zkCallback-5986-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2300837 INFO (zkCallback-5999-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2300842 INFO (zkCallback-5978-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2300843 INFO (zkCallback-5993-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2300877 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2300893 INFO (zkConnectionManagerCallback-6007-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300895 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2300896 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39176/solr ready
[junit4] 2> 2300905 INFO (zkConnectionManagerCallback-6012-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2300907 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 2300908 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:39176/solr ready
[junit4] 2> 2300933 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2300934 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39171.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2300964 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2300967 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44864.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2300984 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39171.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2300985 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39171.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2300986 INFO (jetty-launcher-5967-thread-2)
[n:127.0.0.1:39171_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/.
[junit4] 2> 2300987 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44864.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2300987 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44864.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2300989 INFO (jetty-launcher-5967-thread-3)
[n:127.0.0.1:44864_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/.
[junit4] 2> 2300995 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40372.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2301026 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40372.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2301050 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40372.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2301051 INFO (jetty-launcher-5967-thread-1)
[n:127.0.0.1:40372_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/.
[junit4] 2> 2301174 INFO (zkConnectionManagerCallback-6020-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2301175 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2301176 INFO
(SUITE-LIROnShardRestartTest-seed#[8D1417FE138196ED]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39176/solr ready
[junit4] 2> 2301251 INFO
(TEST-LIROnShardRestartTest.testAllReplicasInLIR-seed#[8D1417FE138196ED]) [
] o.a.s.SolrTestCaseJ4 ###Starting testAllReplicasInLIR
[junit4] 2> 2301267 INFO (qtp150725034-71331) [n:127.0.0.1:40372_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&name=allReplicasInLIR&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2301270 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
allReplicasInLIR
[junit4] 2> 2301272 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/managed-schema to
/configs/allReplicasInLIR.AUTOCREATED/managed-schema
[junit4] 2> 2301274 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/protwords.txt to
/configs/allReplicasInLIR.AUTOCREATED/protwords.txt
[junit4] 2> 2301276 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/solrconfig.xml to
/configs/allReplicasInLIR.AUTOCREATED/solrconfig.xml
[junit4] 2> 2301278 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/synonyms.txt to
/configs/allReplicasInLIR.AUTOCREATED/synonyms.txt
[junit4] 2> 2301280 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/stopwords.txt to
/configs/allReplicasInLIR.AUTOCREATED/stopwords.txt
[junit4] 2> 2301282 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_it.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/contractions_it.txt
[junit4] 2> 2301284 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ca.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/contractions_ca.txt
[junit4] 2> 2301286 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stemdict_nl.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stemdict_nl.txt
[junit4] 2> 2301287 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_no.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_no.txt
[junit4] 2> 2301289 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hy.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_hy.txt
[junit4] 2> 2301291 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_id.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_id.txt
[junit4] 2> 2301292 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hi.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_hi.txt
[junit4] 2> 2301294 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ga.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_ga.txt
[junit4] 2> 2301296 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_da.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_da.txt
[junit4] 2> 2301297 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ja.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_ja.txt
[junit4] 2> 2301299 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_pt.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_pt.txt
[junit4] 2> 2301301 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hu.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_hu.txt
[junit4] 2> 2301303 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_el.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_el.txt
[junit4] 2> 2301304 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ru.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_ru.txt
[junit4] 2> 2301306 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_tr.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_tr.txt
[junit4] 2> 2301308 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ar.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_ar.txt
[junit4] 2> 2301309 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/userdict_ja.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/userdict_ja.txt
[junit4] 2> 2301311 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_eu.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_eu.txt
[junit4] 2> 2301312 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_it.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_it.txt
[junit4] 2> 2301314 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_cz.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_cz.txt
[junit4] 2> 2301316 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stoptags_ja.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stoptags_ja.txt
[junit4] 2> 2301318 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_fr.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/contractions_fr.txt
[junit4] 2> 2301319 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_de.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_de.txt
[junit4] 2> 2301321 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fa.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_fa.txt
[junit4] 2> 2301323 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ga.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/contractions_ga.txt
[junit4] 2> 2301324 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ca.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_ca.txt
[junit4] 2> 2301326 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_nl.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_nl.txt
[junit4] 2> 2301328 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_bg.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_bg.txt
[junit4] 2> 2301329 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_en.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_en.txt
[junit4] 2> 2301331 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_es.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_es.txt
[junit4] 2> 2301333 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_lv.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_lv.txt
[junit4] 2> 2301334 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ro.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_ro.txt
[junit4] 2> 2301336 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_th.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_th.txt
[junit4] 2> 2301338 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fr.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_fr.txt
[junit4] 2> 2301339 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_sv.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_sv.txt
[junit4] 2> 2301341 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fi.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_fi.txt
[junit4] 2> 2301342 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/hyphenations_ga.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/hyphenations_ga.txt
[junit4] 2> 2301344 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_gl.txt to
/configs/allReplicasInLIR.AUTOCREATED/lang/stopwords_gl.txt
[junit4] 2> 2301346 INFO
(OverseerThreadFactory-8026-thread-1-processing-n:127.0.0.1:39171_solr)
[n:127.0.0.1:39171_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/params.json to
/configs/allReplicasInLIR.AUTOCREATED/params.json
[junit4] 2> 2301461 INFO (qtp150725034-71323) [n:127.0.0.1:40372_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> 2301462 INFO (qtp150725034-71329) [n:127.0.0.1:40372_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> 2301463 INFO (qtp150725034-71316) [n:127.0.0.1:40372_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> 2301464 INFO (qtp150725034-71318) [n:127.0.0.1:40372_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> 2301465 INFO (qtp150725034-71323) [n:127.0.0.1:40372_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> 2301484 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_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> 2301486 INFO (qtp1291322608-71333) [n:127.0.0.1:39171_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> 2301487 INFO (qtp1291322608-71326) [n:127.0.0.1:39171_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> 2301488 INFO (qtp1291322608-71328) [n:127.0.0.1:39171_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> 2301489 INFO (qtp1291322608-71330) [n:127.0.0.1:39171_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> 2301505 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_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> 2301507 INFO (qtp1770118357-71322) [n:127.0.0.1:44864_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> 2301508 INFO (qtp1770118357-71317) [n:127.0.0.1:44864_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> 2301509 INFO (qtp1770118357-71319) [n:127.0.0.1:44864_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> 2301510 INFO (qtp1770118357-71320) [n:127.0.0.1:44864_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> 2301524 INFO
(OverseerStateUpdate-72661674163240969-127.0.0.1:39171_solr-n_0000000000)
[n:127.0.0.1:39171_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"allReplicasInLIR",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"allReplicasInLIR_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44864/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2301528 INFO
(OverseerStateUpdate-72661674163240969-127.0.0.1:39171_solr-n_0000000000)
[n:127.0.0.1:39171_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"allReplicasInLIR",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"allReplicasInLIR_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39171/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2301531 INFO
(OverseerStateUpdate-72661674163240969-127.0.0.1:39171_solr-n_0000000000)
[n:127.0.0.1:39171_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"allReplicasInLIR",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"allReplicasInLIR_shard1_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40372/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2301734 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
x:allReplicasInLIR_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=allReplicasInLIR.AUTOCREATED&newCollection=true&name=allReplicasInLIR_shard1_replica_n1&action=CREATE&numShards=1&collection=allReplicasInLIR&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2301734 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
x:allReplicasInLIR_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=allReplicasInLIR.AUTOCREATED&newCollection=true&name=allReplicasInLIR_shard1_replica_n2&action=CREATE&numShards=1&collection=allReplicasInLIR&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2301734 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
x:allReplicasInLIR_shard1_replica_n4] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=allReplicasInLIR.AUTOCREATED&newCollection=true&name=allReplicasInLIR_shard1_replica_n4&action=CREATE&numShards=1&collection=allReplicasInLIR&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2301734 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
x:allReplicasInLIR_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 2302759 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 2302760 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 2302761 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 2302761 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 2302762 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 2302762 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 2302762 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/extraction/lib
[junit4] 2> 2302762 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/extraction/lib
[junit4] 2> 2302762 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
[junit4] 2> 2302762 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
[junit4] 2> 2302762 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/clustering/lib
[junit4] 2> 2302763 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
[junit4] 2> 2302763 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/extraction/lib
[junit4] 2> 2302763 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/clustering/lib
[junit4] 2> 2302763 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/langid/lib
[junit4] 2> 2302763 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
[junit4] 2> 2302763 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
[junit4] 2> 2302763 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
[junit4] 2> 2302763 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../contrib/velocity/lib
[junit4] 2> 2302763 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/langid/lib
[junit4] 2> 2302764 WARN (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1/../../../../dist
[junit4] 2> 2302764 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/clustering/lib
[junit4] 2> 2302764 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
[junit4] 2> 2302764 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
[junit4] 2> 2302764 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../contrib/velocity/lib
[junit4] 2> 2302764 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/langid/lib
[junit4] 2> 2302764 WARN (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4/../../../../dist
[junit4] 2> 2302765 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
[junit4] 2> 2302765 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../contrib/velocity/lib
[junit4] 2> 2302765 WARN (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2/../../../../dist
[junit4] 2> 2302788 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 2302794 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 2302795 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
[junit4] 2> 2302830 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.s.IndexSchema [allReplicasInLIR_shard1_replica_n1] Schema
name=default-config
[junit4] 2> 2302842 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.s.IndexSchema [allReplicasInLIR_shard1_replica_n4] Schema
name=default-config
[junit4] 2> 2302850 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.s.IndexSchema [allReplicasInLIR_shard1_replica_n2] Schema
name=default-config
[junit4] 2> 2303074 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
[junit4] 2> 2303123 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
[junit4] 2> 2303125 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'allReplicasInLIR_shard1_replica_n1'
using configuration from collection allReplicasInLIR, trusted=true
[junit4] 2> 2303125 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44864.solr.core.allReplicasInLIR.shard1.replica_n1' (registry
'solr.core.allReplicasInLIR.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2303126 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.SolrCore [[allReplicasInLIR_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/allReplicasInLIR_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node3/./allReplicasInLIR_shard1_replica_n1/data/]
[junit4] 2> 2303156 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 2303160 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
[junit4] 2> 2303214 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'allReplicasInLIR_shard1_replica_n4'
using configuration from collection allReplicasInLIR, trusted=true
[junit4] 2> 2303214 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40372.solr.core.allReplicasInLIR.shard1.replica_n4' (registry
'solr.core.allReplicasInLIR.shard1.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2303215 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.c.SolrCore [[allReplicasInLIR_shard1_replica_n4] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/allReplicasInLIR_shard1_replica_n4],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node1/./allReplicasInLIR_shard1_replica_n4/data/]
[junit4] 2> 2303232 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 2303242 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2303242 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2303252 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'allReplicasInLIR_shard1_replica_n2'
using configuration from collection allReplicasInLIR, trusted=true
[junit4] 2> 2303252 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39171.solr.core.allReplicasInLIR.shard1.replica_n2' (registry
'solr.core.allReplicasInLIR.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2e6b3995
[junit4] 2> 2303252 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.c.SolrCore [[allReplicasInLIR_shard1_replica_n2] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/allReplicasInLIR_shard1_replica_n2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.LIROnShardRestartTest_8D1417FE138196ED-001/tempDir-001/node2/./allReplicasInLIR_shard1_replica_n2/data/]
[junit4] 2> 2303258 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 2303258 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2303263 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5e61f04c[allReplicasInLIR_shard1_replica_n1] main]
[junit4] 2> 2303265 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/allReplicasInLIR.AUTOCREATED
[junit4] 2> 2303265 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/allReplicasInLIR.AUTOCREATED
[junit4] 2> 2303265 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/allReplicasInLIR.AUTOCREATED/managed-schema
[junit4] 2> 2303266 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 2303267 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2303267 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
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> 2303268 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 2303270 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2303270 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1623282434379350016
[junit4] 2> 2303273 INFO
(searcherExecutor-8039-thread-1-processing-n:127.0.0.1:44864_solr
x:allReplicasInLIR_shard1_replica_n1 c:allReplicasInLIR s:shard1 r:core_node3)
[n:127.0.0.1:44864_solr c:allReplicasInLIR s:shard1 r:core_node3
x:allReplicasInLIR_shard1_replica_n1] o.a.s.c.QuerySenderListener
QuerySenderListener sending requests to
Searcher@5e61f04c[allReplicasInLIR_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2303273 INFO
(searcherExecutor-8039-thread-1-processing-n:127.0.0.1:44864_solr
x:allReplicasInLIR_shard1_replica_n1 c:allReplicasInLIR s:shard1 r:core_node3)
[n:127.0.0.1:44864_solr c:allReplicasInLIR s:shard1 r:core_node3
x:allReplicasInLIR_shard1_replica_n1] o.a.s.c.QuerySenderListener
QuerySenderListener done.
[junit4] 2> 2303274 INFO
(searcherExecutor-8039-thread-1-processing-n:127.0.0.1:44864_solr
x:allReplicasInLIR_shard1_replica_n1 c:allReplicasInLIR s:shard1 r:core_node3)
[n:127.0.0.1:44864_solr c:allReplicasInLIR s:shard1 r:core_node3
x:allReplicasInLIR_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading
spell index for spellchecker: default
[junit4] 2> 2303275 INFO
(searcherExecutor-8039-thread-1-processing-n:127.0.0.1:44864_solr
x:allReplicasInLIR_shard1_replica_n1 c:allReplicasInLIR s:shard1 r:core_node3)
[n:127.0.0.1:44864_solr c:allReplicasInLIR s:shard1 r:core_node3
x:allReplicasInLIR_shard1_replica_n1] o.a.s.c.SolrCore
[allReplicasInLIR_shard1_replica_n1] Registered new searcher
Searcher@5e61f04c[allReplicasInLIR_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2303277 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/allReplicasInLIR/terms/shard1 to Terms{values={core_node3=0},
version=0}
[junit4] 2> 2303277 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/allReplicasInLIR/leaders/shard1
[junit4] 2> 2303281 INFO (qtp1770118357-71321) [n:127.0.0.1:44864_solr
c:allReplicasInLIR s:shard1 r:core_node3 x:allReplicasInLIR_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=3 found=1 timeoutin=9999ms
[junit4] 2> 2303323 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2303323 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2303326 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 2303326 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2303330 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@17f240f5[allReplicasInLIR_shard1_replica_n4] main]
[junit4] 2> 2303331 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/allReplicasInLIR.AUTOCREATED
[junit4] 2> 2303331 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/allReplicasInLIR.AUTOCREATED
[junit4] 2> 2303332 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/allReplicasInLIR.AUTOCREATED/managed-schema
[junit4] 2> 2303332 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 2303333 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 2303333 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
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> 2303336 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2303336 INFO (qtp150725034-71329) [n:127.0.0.1:40372_solr
c:allReplicasInLIR s:shard1 r:core_node6 x:allReplicasInLIR_shard1_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1623282434448556032
[junit4] 2> 2303337 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2303337 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2303339 INFO
(searcherExecutor-8040-thread-1-processing-n:127.0.0.1:40372_solr
x:allReplicasInLIR_shard1_replica_n4 c:allReplicasInLIR s:shard1 r:core_node6)
[n:127.0.0.1:40372_solr c:allReplicasInLIR s:shard1 r:core_node6
x:allReplicasInLIR_shard1_replica_n4] o.a.s.c.QuerySenderListener
QuerySenderListener sending requests to
Searcher@17f240f5[allReplicasInLIR_shard1_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2303339 INFO
(searcherExecutor-8040-thread-1-processing-n:127.0.0.1:40372_solr
x:allReplicasInLIR_shard1_replica_n4 c:allReplicasInLIR s:shard1 r:core_node6)
[n:127.0.0.1:40372_solr c:allReplicasInLIR s:shard1 r:core_node6
x:allReplicasInLIR_shard1_replica_n4] o.a.s.c.QuerySenderListener
QuerySenderListener done.
[junit4] 2> 2303339 INFO
(searcherExecutor-8040-thread-1-processing-n:127.0.0.1:40372_solr
x:allReplicasInLIR_shard1_replica_n4 c:allReplicasInLIR s:shard1 r:core_node6)
[n:127.0.0.1:40372_solr c:allReplicasInLIR s:shard1 r:core_node6
x:allReplicasInLIR_shard1_replica_n4] o.a.s.h.c.SpellCheckComponent Loading
spell index for spellchecker: default
[junit4] 2> 2303340 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 2303340 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2303341 INFO
(searcherExecutor-8040-thread-1-processing-n:127.0.0.1:40372_solr
x:allReplicasInLIR_shard1_replica_n4 c:allReplicasInLIR s:shard1 r:core_node6)
[n:127.0.0.1:40372_solr c:allReplicasInLIR s:shard1 r:core_node6
x:allReplicasInLIR_shard1_replica_n4] o.a.s.c.SolrCore
[allReplicasInLIR_shard1_replica_n4] Registered new searcher
Searcher@17f240f5[allReplicasInLIR_shard1_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2303343 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@34b850c4[allReplicasInLIR_shard1_replica_n2] main]
[junit4] 2> 2303345 INFO (qtp1291322608-71332) [n:127.0.0.1:39171_solr
c:allReplicasInLIR s:shard1 r:core_node5 x:allReplicasInLIR_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/allReplicasInLIR.AUTOCREATED
[junit4] 2> 2303345 INFO (qtp12913
[...truncated too long message...]
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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1813822899
[copy] Copying 242 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1813822899
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null1813822899
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 40ms :: 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: 255 minutes 3 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
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:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
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:1835)
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:3088)
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:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
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:1835)
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: [email protected]
For additional commands, e-mail: [email protected]