Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2563/

2 tests failed.
FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption

Error Message:
Could not load collection from ZK: overwrite

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
overwrite
        at 
__randomizedtesting.SeedInfo.seed([DAF8EE298DE6E14:E1946F09F68E11C2]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption(CloudSolrClientTest.java:158)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/overwrite/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
        ... 45 more


FAILED:  
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Could not load collection from ZK: falsepredicate

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
falsepredicate
        at 
__randomizedtesting.SeedInfo.seed([DAF8EE298DE6E14:85992CB140718606]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.common.cloud.ZkStateReader.registerCollectionStateWatcher(ZkStateReader.java:1434)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1464)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:450)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:228)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/falsepredicate/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
        ... 46 more




Build Log:
[...truncated 15982 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/init-core-data-001
   [junit4]   2> 150634 WARN  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=72 numCloses=72
   [junit4]   2> 150634 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 150648 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 150669 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 150669 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001
   [junit4]   2> 150670 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 150721 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 150721 INFO  (Thread-13) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 150758 ERROR (Thread-13) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 150831 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46333
   [junit4]   2> 151026 INFO  (zkConnectionManagerCallback-318-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 151217 INFO  (jetty-launcher-315-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151266 INFO  (jetty-launcher-315-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151287 INFO  (jetty-launcher-315-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151287 INFO  (jetty-launcher-315-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: 
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 151323 INFO  (jetty-launcher-315-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151323 INFO  (jetty-launcher-315-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151324 INFO  (jetty-launcher-315-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 151324 INFO  (jetty-launcher-315-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d7c75f7{/solr,null,AVAILABLE}
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 151325 INFO  (jetty-launcher-315-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@945d996{/solr,null,AVAILABLE}
   [junit4]   2> 151433 INFO  (jetty-launcher-315-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151433 INFO  (jetty-launcher-315-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151433 INFO  (jetty-launcher-315-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 151434 INFO  (jetty-launcher-315-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5153e8c4{/solr,null,AVAILABLE}
   [junit4]   2> 151449 INFO  (jetty-launcher-315-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151449 INFO  (jetty-launcher-315-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151449 INFO  (jetty-launcher-315-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 151450 INFO  (jetty-launcher-315-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17071ea{/solr,null,AVAILABLE}
   [junit4]   2> 151764 INFO  (jetty-launcher-315-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@33b8e622{SSL,[ssl, 
http/1.1]}{127.0.0.1:41895}
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] 
o.e.j.s.Server Started @151981ms
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41895}
   [junit4]   2> 151765 ERROR (jetty-launcher-315-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 151765 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-14T22:36:28.421Z
   [junit4]   2> 152112 INFO  (zkConnectionManagerCallback-320-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152129 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152152 INFO  (jetty-launcher-315-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7d3eabb2{SSL,[ssl, 
http/1.1]}{127.0.0.1:34267}
   [junit4]   2> 152152 INFO  (jetty-launcher-315-thread-2) [    ] 
o.e.j.s.Server Started @152369ms
   [junit4]   2> 152152 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34267}
   [junit4]   2> 152165 INFO  (jetty-launcher-315-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5a1a534a{SSL,[ssl, 
http/1.1]}{127.0.0.1:35500}
   [junit4]   2> 152165 INFO  (jetty-launcher-315-thread-4) [    ] 
o.e.j.s.Server Started @152382ms
   [junit4]   2> 152166 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35500}
   [junit4]   2> 152153 INFO  (jetty-launcher-315-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@13e9286b{SSL,[ssl, 
http/1.1]}{127.0.0.1:45681}
   [junit4]   2> 152168 INFO  (jetty-launcher-315-thread-3) [    ] 
o.e.j.s.Server Started @152385ms
   [junit4]   2> 152168 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45681}
   [junit4]   2> 152168 ERROR (jetty-launcher-315-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152169 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-14T22:36:28.825Z
   [junit4]   2> 152181 ERROR (jetty-launcher-315-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 152181 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-14T22:36:28.838Z
   [junit4]   2> 152182 ERROR (jetty-launcher-315-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152182 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-06-14T22:36:28.838Z
   [junit4]   2> 152442 INFO  (zkConnectionManagerCallback-322-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152442 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152458 INFO  (zkConnectionManagerCallback-324-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152560 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 152738 INFO  (zkConnectionManagerCallback-326-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152828 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 154658 INFO  (jetty-launcher-315-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 154678 INFO  (zkConnectionManagerCallback-330-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 154763 INFO  (zkConnectionManagerCallback-332-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155174 INFO  (jetty-launcher-315-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 155231 INFO  (zkConnectionManagerCallback-336-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155371 INFO  (zkConnectionManagerCallback-338-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155451 INFO  (jetty-launcher-315-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 155479 INFO  (zkConnectionManagerCallback-344-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155699 WARN  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 155715 INFO  (zkConnectionManagerCallback-348-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 155811 WARN  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 156048 WARN  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 156102 INFO  (jetty-launcher-315-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46333/solr
   [junit4]   2> 156175 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156175 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156195 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41895_solr
   [junit4]   2> 156197 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45681_solr
   [junit4]   2> 156232 INFO  (zkConnectionManagerCallback-354-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156234 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.Overseer Overseer 
(id=72801636588388360-127.0.0.1:41895_solr-n_0000000000) starting
   [junit4]   2> 156307 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156371 INFO  (zkCallback-337-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156378 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156378 INFO  (zkCallback-331-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156407 INFO  (zkConnectionManagerCallback-356-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156511 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 156511 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35500_solr
   [junit4]   2> 156554 WARN  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 156555 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 156575 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156597 INFO  (zkConnectionManagerCallback-363-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156610 INFO  (zkCallback-337-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156611 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 156612 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46333/solr ready
   [junit4]   2> 156613 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156617 INFO  (zkCallback-331-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156691 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 156691 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34267_solr
   [junit4]   2> 156785 INFO  (zkCallback-355-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 156837 INFO  
(OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156855 INFO  (zkCallback-331-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156855 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156965 INFO  (zkCallback-362-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156997 INFO  (zkCallback-355-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 156997 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 156997 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41895_solr
   [junit4]   2> 157036 INFO  (zkCallback-355-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157073 INFO  (zkConnectionManagerCallback-368-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157075 INFO  (zkCallback-331-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157075 INFO  (zkCallback-347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157075 INFO  (zkCallback-337-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157089 INFO  (zkConnectionManagerCallback-373-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157090 INFO  (zkCallback-362-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 157293 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 157294 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 157396 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 157540 INFO  (zkConnectionManagerCallback-378-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157549 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46333/solr ready
   [junit4]   2> 157551 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46333/solr ready
   [junit4]   2> 157577 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 157595 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 157601 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 157813 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46333/solr ready
   [junit4]   2> 157824 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41895.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 157829 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 158114 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41895.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 158115 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41895.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 158116 INFO  (jetty-launcher-315-thread-1) 
[n:127.0.0.1:41895_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node1/.
   [junit4]   2> 158452 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34267.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 158538 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35500.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159066 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45681.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159112 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35500.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159112 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35500.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159131 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34267.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159131 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34267.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159133 INFO  (jetty-launcher-315-thread-2) 
[n:127.0.0.1:34267_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node2/.
   [junit4]   2> 159195 INFO  (jetty-launcher-315-thread-4) 
[n:127.0.0.1:35500_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node4/.
   [junit4]   2> 159246 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45681.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159247 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45681.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 159505 INFO  (jetty-launcher-315-thread-3) 
[n:127.0.0.1:45681_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node3/.
   [junit4]   2> 160288 INFO  (zkConnectionManagerCallback-384-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160338 INFO  (zkConnectionManagerCallback-389-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160340 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 160374 INFO  
(SUITE-TestCollectionStateWatchers-seed#[DAF8EE298DE6E14]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46333/solr ready
   [junit4]   2> 161489 INFO  
(TEST-TestCollectionStateWatchers.testSimpleCollectionWatch-seed#[DAF8EE298DE6E14])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleCollectionWatch
   [junit4]   2> 161560 INFO  (zkConnectionManagerCallback-391-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 163351 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=897afcf6-8373-4420-92ad-f595258d9e50&replicationFactor=1&collection.configName=config&name=testcollection&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 163387 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=897afcf6-8373-4420-92ad-f595258d9e50&replicationFactor=1&collection.configName=config&name=testcollection&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2}
 status=0 QTime=35
   [junit4]   2> 163441 INFO  (qtp1243123112-445) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 163443 INFO  (qtp1243123112-445) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 163514 INFO  (OverseerThreadFactory-46-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 164028 INFO  
(OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41895/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164102 INFO  
(OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34267/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164138 INFO  
(OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"testcollection_shard3_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45681/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164209 INFO  
(OverseerStateUpdate-72801636588388360-127.0.0.1:41895_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"testcollection_shard4_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35500/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 164758 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 164777 INFO  (qtp1243123112-445) [n:127.0.0.1:34267_solr    
x:testcollection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201656243821&coreNodeName=core_node6&name=testcollection_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin}
 status=0 QTime=18
   [junit4]   2> 164936 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr    x:testcollection_shard2_replica_n2] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201656243821&coreNodeName=core_node6&name=testcollection_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin
   [junit4]   2> 164936 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=178
   [junit4]   2> 165350 INFO  (qtp66929957-438) [n:127.0.0.1:45681_solr    
x:testcollection_shard3_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201673897912&coreNodeName=core_node7&name=testcollection_shard3_replica_n3&action=CREATE&numShards=4&shard=shard3&wt=javabin}
 status=0 QTime=10
   [junit4]   2> 165351 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr    x:testcollection_shard3_replica_n3] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201673897912&coreNodeName=core_node7&name=testcollection_shard3_replica_n3&action=CREATE&numShards=4&shard=shard3&wt=javabin
   [junit4]   2> 165404 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr    x:testcollection_shard3_replica_n3] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 165445 INFO  (qtp2048000409-415) [n:127.0.0.1:35500_solr    
x:testcollection_shard4_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201693996667&coreNodeName=core_node8&name=testcollection_shard4_replica_n4&action=CREATE&numShards=4&shard=shard4&wt=javabin}
 status=0 QTime=5
   [junit4]   2> 165446 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr    x:testcollection_shard4_replica_n4] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201693996667&coreNodeName=core_node8&name=testcollection_shard4_replica_n4&action=CREATE&numShards=4&shard=shard4&wt=javabin
   [junit4]   2> 165447 INFO  (qtp2030730701-429) [n:127.0.0.1:41895_solr    
x:testcollection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&coreNodeName=core_node5&name=testcollection_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin}
 status=0 QTime=2
   [junit4]   2> 165460 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr    x:testcollection_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&coreNodeName=core_node5&name=testcollection_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin
   [junit4]   2> 165526 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 165561 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=35
   [junit4]   2> 166027 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 166076 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=49
   [junit4]   2> 166472 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 166606 INFO  (qtp2030730701-429) [n:127.0.0.1:41895_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 166607 INFO  (qtp2030730701-429) [n:127.0.0.1:41895_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 167100 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 167106 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 167159 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema 
[testcollection_shard2_replica_n2] Schema name=test
   [junit4]   2> 167182 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=76
   [junit4]   2> 167197 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 167466 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 167543 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema 
[testcollection_shard3_replica_n3] Schema name=test
   [junit4]   2> 167635 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 167635 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 168090 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema 
[testcollection_shard1_replica_n1] Schema name=test
   [junit4]   2> 168200 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 168215 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=15
   [junit4]   2> 168310 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema 
[testcollection_shard4_replica_n4] Schema name=test
   [junit4]   2> 168639 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 168639 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 169043 WARN  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema Field lowerfilt1and2 is 
not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 169223 WARN  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema Field text is not 
multivalued and destination for multiple copyFields (3)
   [junit4]   2> 169224 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.6 
with uniqueid field id
   [junit4]   2> 169224 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'testcollection_shard2_replica_n2' using configuration from collection 
testcollection, trusted=true
   [junit4]   2> 169239 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_34267.solr.core.testcollection.shard2.replica_n2' (registry 
'solr.core.testcollection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 169239 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 169239 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.SolrCore 
[[testcollection_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node2/testcollection_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node2/./testcollection_shard2_replica_n2/data/]
   [junit4]   2> 169298 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 169333 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=34
   [junit4]   2> 169709 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 169709 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 169753 WARN  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema Field lowerfilt1and2 is 
not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 169753 WARN  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema Field text is not 
multivalued and destination for multiple copyFields (3)
   [junit4]   2> 169753 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.s.IndexSchema Loaded schema test/1.6 
with uniqueid field id
   [junit4]   2> 169754 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 
'testcollection_shard3_replica_n3' using configuration from collection 
testcollection, trusted=true
   [junit4]   2> 169787 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_45681.solr.core.testcollection.shard3.replica_n3' (registry 
'solr.core.testcollection.shard3.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 169787 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 169788 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.c.SolrCore 
[[testcollection_shard3_replica_n3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node3/testcollection_shard3_replica_n3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node3/./testcollection_shard3_replica_n3/data/]
   [junit4]   2> 169949 WARN  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is 
not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 169949 WARN  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not 
multivalued and destination for multiple copyFields (3)
   [junit4]   2> 170019 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 
with uniqueid field id
   [junit4]   2> 170019 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'testcollection_shard1_replica_n1' using configuration from collection 
testcollection, trusted=true
   [junit4]   2> 170020 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_41895.solr.core.testcollection.shard1.replica_n1' (registry 
'solr.core.testcollection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 170020 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 170020 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore 
[[testcollection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node1/testcollection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 170110 WARN  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema Field lowerfilt1and2 is 
not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 170110 WARN  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema Field text is not 
multivalued and destination for multiple copyFields (3)
   [junit4]   2> 170111 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.s.IndexSchema Loaded schema test/1.6 
with uniqueid field id
   [junit4]   2> 170111 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 
'testcollection_shard4_replica_n4' using configuration from collection 
testcollection, trusted=true
   [junit4]   2> 170173 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 170174 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 170175 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 170175 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 170201 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr_35500.solr.core.testcollection.shard4.replica_n4' (registry 
'solr.core.testcollection.shard4.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1291ac94
   [junit4]   2> 170202 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 170202 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.c.SolrCore 
[[testcollection_shard4_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node4/testcollection_shard4_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_DAF8EE298DE6E14-001/tempDir-001/node4/./testcollection_shard4_replica_n4/data/]
   [junit4]   2> 170210 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f812e7[testcollection_shard2_replica_n2] main]
   [junit4]   2> 170211 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 170212 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 170213 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 170293 INFO  
(searcherExecutor-61-thread-1-processing-x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 r:core_node6 CREATE 
n:127.0.0.1:34267_solr c:testcollection s:shard2) [n:127.0.0.1:34267_solr 
c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n2] 
o.a.s.c.SolrCore [testcollection_shard2_replica_n2] Registered new searcher 
Searcher@7f812e7[testcollection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 170311 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1603289278806228992
   [junit4]   2> 170349 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 170350 INFO  (qtp1243123112-444) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 170604 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/testcollection/terms/shard2 to 
Terms{values={core_node6=0}, version=0}
   [junit4]   2> 170715 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826
   [junit4]   2> 170715 INFO  (qtp2030730701-431) [n:127.0.0.1:41895_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=897afcf6-8373-4420-92ad-f595258d9e5011353201621183826&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 170795 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 170795 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 170797 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 170797 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 170812 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1eaaedd9[testcollection_shard3_replica_n3] main]
   [junit4]   2> 170831 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 170831 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 170833 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 170833 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 170852 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f8d077[testcollection_shard1_replica_n1] main]
   [junit4]   2> 170868 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 170876 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 170876 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 170876 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:34267/solr/testcollection_shard2_replica_n2/
   [junit4]   2> 170884 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 170885 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 170885 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1603289279408111616
   [junit4]   2> 170986 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 170988 INFO  
(searcherExecutor-62-thread-1-processing-x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 r:core_node7 CREATE 
n:127.0.0.1:45681_solr c:testcollection s:shard3) [n:127.0.0.1:45681_solr 
c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n3] 
o.a.s.c.SolrCore [testcollection_shard3_replica_n3] Registered new searcher 
Searcher@1eaaedd9[testcollection_shard3_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 170998 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 171294 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 171294 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 171307 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.SyncStrategy 
https://127.0.0.1:34267/solr/testcollection_shard2_replica_n2/ has no replicas
   [junit4]   2> 171327 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found 
all replicas participating in election, clear LIR
   [junit4]   2> 171327 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 171328 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 171329 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 171329 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 171380 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1fcf0db5[testcollection_shard4_replica_n4] main]
   [junit4]   2> 171383 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1603289279930302464
   [junit4]   2> 171401 INFO  
(searcherExecutor-64-thread-1-processing-x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 r:core_node5 CREATE 
n:127.0.0.1:41895_solr c:testcollection s:shard1) [n:127.0.0.1:41895_solr 
c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n1] 
o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher 
Searcher@f8d077[testcollection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 171402 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 171453 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 171454 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null 
at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 171455 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 171514 INFO  
(searcherExecutor-65-thread-1-processing-x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 r:core_node8 CREATE 
n:127.0.0.1:35500_solr c:testcollection s:shard4) [n:127.0.0.1:35500_solr 
c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n4] 
o.a.s.c.SolrCore [testcollection_shard4_replica_n4] Registered new searcher 
Searcher@1fcf0db5[testcollection_shard4_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 171514 INFO  
(parallelCoreAdminExecutor-45-thread-1-processing-n:127.0.0.1:35500_solr 
x:testcollection_shard4_replica_n4 
897afcf6-8373-4420-92ad-f595258d9e5011353201693996667 CREATE) 
[n:127.0.0.1:35500_solr c:testcollection s:shard4 r:core_node8 
x:testcollection_shard4_replica_n4] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1603289280067665920
   [junit4]   2> 171535 INFO  (qtp1243123112-443) [n:127.0.0.1:34267_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=897afcf6-8373-4420-92ad-f595258d9e50&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=133
   [junit4]   2> 171545 INFO  
(parallelCoreAdminExecutor-47-thread-1-processing-n:127.0.0.1:34267_solr 
x:testcollection_shard2_replica_n2 
897afcf6-8373-4420-92ad-f595258d9e5011353201656243821 CREATE) 
[n:127.0.0.1:34267_solr c:testcollection s:shard2 r:core_node6 
x:testcollection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: https://127.0.0.1:34267/solr/testcollection_shard2_replica_n2/ 
shard2
   [junit4]   2> 171546 INFO  
(parallelCoreAdminExecutor-48-thread-1-processing-n:127.0.0.1:41895_solr 
x:testcollection_shard1_replica_n1 
897afcf6-8373-4420-92ad-f595258d9e5011353201621183826 CREATE) 
[n:127.0.0.1:41895_solr c:testcollection s:shard1 r:core_node5 
x:testcollection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/testcollection/terms/shard1 to 
Terms{values={core_node5=0}, version=0}
   [junit4]   2> 171530 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/testcollection/terms/shard3 to 
Terms{values={core_node7=0}, version=0}
   [junit4]   2> 171617 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 171617 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673897912 CREATE) 
[n:127.0.0.1:45681_solr c:testcollection s:shard3 r:core_node7 
x:testcollection_shard3_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 171617 INFO  
(parallelCoreAdminExecutor-41-thread-1-processing-n:127.0.0.1:45681_solr 
x:testcollection_shard3_replica_n3 
897afcf6-8373-4420-92ad-f595258d9e5011353201673

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

.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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null2001150578
     [copy] Copying 39 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null2001150578
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null2001150578

resolve-example:

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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/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 = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2005407346
     [copy] Copying 247 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2005407346
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null2005407346

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 63ms :: 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: 319 minutes 44 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to