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

2 tests failed.
FAILED:  
org.apache.lucene.document.TestLatLonShapeEncoding.testRandomLineEncoding

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([1D5DAE42B6C1590B:F044168062A7036A]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.lucene.document.TestLatLonShapeEncoding.verifyEncoding(TestLatLonShapeEncoding.java:533)
        at 
org.apache.lucene.document.TestLatLonShapeEncoding.testRandomLineEncoding(TestLatLonShapeEncoding.java:475)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([E3DDD34261611FA2:6BEB7111B9CEF7B0]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:261)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 10233 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeEncoding
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonShapeEncoding -Dtests.method=testRandomLineEncoding 
-Dtests.seed=1D5DAE42B6C1590B -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=be -Dtests.timezone=America/St_Barthelemy -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.02s J0 | TestLatLonShapeEncoding.testRandomLineEncoding 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1D5DAE42B6C1590B:F044168062A7036A]:0)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShapeEncoding.verifyEncoding(TestLatLonShapeEncoding.java:533)
   [junit4]    >        at 
org.apache.lucene.document.TestLatLonShapeEncoding.testRandomLineEncoding(TestLatLonShapeEncoding.java:475)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=401, maxMBSortInHeap=6.841777386709378, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4e7beaa0),
 locale=be, timezone=America/St_Barthelemy
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=224219288,total=277348352
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestFloatPointNearestNeighbor, TestLatLonMultiLineShapeQueries, 
TestLatLonPointShapeQueries, TestLatLonShapeEncoding]
   [junit4] Completed [18/32 (1!)] on J0 in 1.26s, 18 tests, 1 failure <<< 
FAILURES!

[...truncated 6181 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers
   [junit4]   2> 100229 INFO  
(SUITE-TestCollectionStateWatchers-seed#[E3DDD34261611FA2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_E3DDD34261611FA2-001/init-core-data-001
   [junit4]   2> 100264 WARN  
(SUITE-TestCollectionStateWatchers-seed#[E3DDD34261611FA2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=25 numCloses=25
   [junit4]   2> 100292 INFO  
(SUITE-TestCollectionStateWatchers-seed#[E3DDD34261611FA2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 100293 INFO  
(SUITE-TestCollectionStateWatchers-seed#[E3DDD34261611FA2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 100321 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testWaitForStateChecksCurrentState
   [junit4]   2> 100321 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] 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_E3DDD34261611FA2-001/tempDir-001
   [junit4]   2> 100322 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 100348 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 100348 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 100457 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer start zk server on port:45143
   [junit4]   2> 100457 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45143
   [junit4]   2> 100457 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45143
   [junit4]   2> 100517 INFO  (zkConnectionManagerCallback-637-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100555 INFO  (zkConnectionManagerCallback-639-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100591 INFO  (zkConnectionManagerCallback-641-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100628 WARN  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100628 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100628 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100628 INFO  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100644 WARN  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100644 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100644 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100644 INFO  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100680 WARN  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100681 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100681 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100681 INFO  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100682 WARN  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 100682 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 100682 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 100682 INFO  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 100753 INFO  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100753 INFO  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100753 INFO  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 100826 INFO  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100826 INFO  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100826 INFO  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 100827 INFO  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6246097d{/solr,null,AVAILABLE}
   [junit4]   2> 100828 INFO  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100828 INFO  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100828 INFO  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 100829 INFO  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@713cf3d6{/solr,null,AVAILABLE}
   [junit4]   2> 100830 INFO  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 100830 INFO  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 100830 INFO  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 100830 INFO  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f0f609{/solr,null,AVAILABLE}
   [junit4]   2> 100832 INFO  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6afba73f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34890}
   [junit4]   2> 100832 INFO  (jetty-launcher-642-thread-1) [    ] 
o.e.j.s.Server Started @100898ms
   [junit4]   2> 100832 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34890}
   [junit4]   2> 100833 ERROR (jetty-launcher-642-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100833 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100833 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 100833 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100833 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100833 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-11T22:22:19.296Z
   [junit4]   2> 100863 INFO  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a9fd854{/solr,null,AVAILABLE}
   [junit4]   2> 100863 INFO  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1174c50b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:32896}
   [junit4]   2> 100863 INFO  (jetty-launcher-642-thread-2) [    ] 
o.e.j.s.Server Started @100929ms
   [junit4]   2> 100863 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=32896}
   [junit4]   2> 100864 ERROR (jetty-launcher-642-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100864 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100864 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 100864 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100864 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100864 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-11T22:22:19.327Z
   [junit4]   2> 100919 INFO  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2a553c11{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44814}
   [junit4]   2> 100919 INFO  (jetty-launcher-642-thread-3) [    ] 
o.e.j.s.Server Started @100985ms
   [junit4]   2> 100919 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44814}
   [junit4]   2> 100932 ERROR (jetty-launcher-642-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100932 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100932 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 100932 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100932 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100933 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-11T22:22:19.395Z
   [junit4]   2> 100935 INFO  (zkConnectionManagerCallback-646-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5ad3ca39{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40247}
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.e.j.s.Server Started @101001ms
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40247}
   [junit4]   2> 100936 ERROR (jetty-launcher-642-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 100936 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-11T22:22:19.399Z
   [junit4]   2> 100939 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100955 INFO  (zkConnectionManagerCallback-644-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 100972 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 100991 INFO  (zkConnectionManagerCallback-648-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101134 INFO  (zkConnectionManagerCallback-650-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 101135 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 101135 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 102574 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 102610 WARN  (jetty-launcher-642-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3bc5d0d9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102662 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 102664 WARN  (jetty-launcher-642-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@68fbf4fa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102664 INFO  (jetty-launcher-642-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45143/solr
   [junit4]   2> 102679 WARN  (jetty-launcher-642-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5abadc35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102699 WARN  (jetty-launcher-642-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@56b6dd8d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102700 INFO  (jetty-launcher-642-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45143/solr
   [junit4]   2> 102707 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 102738 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 102760 WARN  (jetty-launcher-642-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6e2cbfc3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102779 INFO  (zkConnectionManagerCallback-661-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102795 INFO  (zkConnectionManagerCallback-666-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102849 WARN  (jetty-launcher-642-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1dc7043[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102850 INFO  (jetty-launcher-642-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45143/solr
   [junit4]   2> 102865 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x108b2c121250008, likely client has closed socket
   [junit4]   2> 102918 WARN  (jetty-launcher-642-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@75e909d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 102939 INFO  (zkConnectionManagerCallback-673-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 102954 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x108b2c121250009, likely client has closed socket
   [junit4]   2> 102969 INFO  (zkConnectionManagerCallback-677-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103065 WARN  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_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> 103085 WARN  (jetty-launcher-642-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1d7cd0f1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 103086 INFO  (jetty-launcher-642-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45143/solr
   [junit4]   2> 103139 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:32896_solr
   [junit4]   2> 103168 INFO  (zkConnectionManagerCallback-675-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103168 INFO  (zkConnectionManagerCallback-680-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103188 INFO  (zkConnectionManagerCallback-686-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103205 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.Overseer Overseer 
(id=74505936406118411-127.0.0.1:32896_solr-n_0000000000) starting
   [junit4]   2> 103314 INFO  (zkConnectionManagerCallback-692-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103336 WARN  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_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> 103336 WARN  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_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> 103337 WARN  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_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> 103392 INFO  (zkConnectionManagerCallback-699-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 103541 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45143/solr ready
   [junit4]   2> 103585 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32896_solr
   [junit4]   2> 103590 INFO  
(OverseerStateUpdate-74505936406118411-127.0.0.1:32896_solr-n_0000000000) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:32896_solr
   [junit4]   2> 103634 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44814_solr
   [junit4]   2> 103658 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34890_solr
   [junit4]   2> 103711 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40247_solr as DOWN
   [junit4]   2> 103715 INFO  (zkCallback-679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 103715 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 103719 INFO  
(OverseerStateUpdate-74505936406118411-127.0.0.1:32896_solr-n_0000000000) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 103747 INFO  (zkCallback-691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 103756 INFO  (zkCallback-698-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 103780 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 103780 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40247_solr
   [junit4]   2> 103918 INFO  (zkCallback-676-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103918 INFO  (zkCallback-698-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103918 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103926 INFO  (zkCallback-691-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 103927 INFO  (zkCallback-679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 104091 INFO  (zkConnectionManagerCallback-704-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104116 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 104181 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 104201 INFO  (zkConnectionManagerCallback-710-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104218 INFO  (zkConnectionManagerCallback-715-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 104270 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45143/solr ready
   [junit4]   2> 104290 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 104379 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 104448 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32896.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104468 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 104669 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32896.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104669 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_32896.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104670 INFO  (jetty-launcher-642-thread-2) 
[n:127.0.0.1:32896_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_E3DDD34261611FA2-001/tempDir-001/node2/.
   [junit4]   2> 104680 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34890.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104724 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34890.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104725 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34890.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104744 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45143/solr ready
   [junit4]   2> 104745 INFO  (jetty-launcher-642-thread-1) 
[n:127.0.0.1:34890_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_E3DDD34261611FA2-001/tempDir-001/node1/.
   [junit4]   2> 104760 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:45143/solr ready
   [junit4]   2> 104761 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 104810 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 104856 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40247.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104945 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40247.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104945 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40247.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 104946 INFO  (jetty-launcher-642-thread-4) 
[n:127.0.0.1:40247_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_E3DDD34261611FA2-001/tempDir-001/node4/.
   [junit4]   2> 104957 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44814.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 105129 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44814.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 105129 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44814.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 105130 INFO  (jetty-launcher-642-thread-3) 
[n:127.0.0.1:44814_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_E3DDD34261611FA2-001/tempDir-001/node3/.
   [junit4]   2> 106046 INFO  (zkConnectionManagerCallback-723-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106048 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 106061 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:45143/solr ready
   [junit4]   2> 106155 INFO  (qtp1771257461-1337) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&collection.configName=config&name=waitforstate&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 106188 INFO  (qtp1771257461-1337) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&collection.configName=config&name=waitforstate&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=33
   [junit4]   2> 106193 INFO  (qtp1771257461-1339) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 106232 INFO  (qtp1771257461-1339) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=39
   [junit4]   2> 106263 INFO  
(OverseerThreadFactory-324-thread-1-processing-n:127.0.0.1:32896_solr) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
waitforstate
   [junit4]   2> 106512 INFO  
(OverseerStateUpdate-74505936406118411-127.0.0.1:32896_solr-n_0000000000) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"waitforstate",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"waitforstate_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34890/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 106846 INFO  (qtp999162270-1345) [n:127.0.0.1:34890_solr    
x:waitforstate_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=waitforstate&version=2&replicaType=NRT&async=3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653&coreNodeName=core_node2&name=waitforstate_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=1
   [junit4]   2> 106879 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr    x:waitforstate_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&collection=waitforstate&version=2&replicaType=NRT&async=3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653&coreNodeName=core_node2&name=waitforstate_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 106879 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr    x:waitforstate_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 107293 INFO  (qtp1771257461-1340) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 107294 INFO  (qtp1771257461-1340) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 108178 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
9.0.0
   [junit4]   2> 108484 INFO  (qtp1771257461-1338) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 108485 INFO  (qtp999162270-1348) [n:127.0.0.1:34890_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653
   [junit4]   2> 108487 INFO  (qtp999162270-1348) [n:127.0.0.1:34890_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 108503 INFO  (qtp1771257461-1338) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 108731 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.s.IndexSchema 
[waitforstate_shard1_replica_n1] Schema name=test
   [junit4]   2> 108828 WARN  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a 
deprecated plugin/analysis class [solr.TrieIntField]. Please consult 
documentation how to replace it accordingly.
   [junit4]   2> 108831 WARN  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a 
deprecated plugin/analysis class [solr.TrieFloatField]. Please consult 
documentation how to replace it accordingly.
   [junit4]   2> 108867 WARN  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a 
deprecated plugin/analysis class [solr.TrieLongField]. Please consult 
documentation how to replace it accordingly.
   [junit4]   2> 108940 WARN  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a 
deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult 
documentation how to replace it accordingly.
   [junit4]   2> 109014 WARN  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrResourceLoader Solr loaded a 
deprecated plugin/analysis class [solr.TrieDateField]. Please consult 
documentation how to replace it accordingly.
   [junit4]   2> 109350 WARN  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.s.IndexSchema Field lowerfilt1and2 is 
not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 109363 WARN  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.s.IndexSchema Field text is not 
multivalued and destination for multiple copyFields (3)
   [junit4]   2> 109363 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 
with uniqueid field id
   [junit4]   2> 109363 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'waitforstate_shard1_replica_n1' using configuration from collection 
waitforstate, trusted=true
   [junit4]   2> 109364 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34890.solr.core.waitforstate.shard1.replica_n1' (registry 
'solr.core.waitforstate.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@19ce5fd5
   [junit4]   2> 109364 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrCore 
[[waitforstate_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_E3DDD34261611FA2-001/tempDir-001/node1/waitforstate_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.common.cloud.TestCollectionStateWatchers_E3DDD34261611FA2-001/tempDir-001/node1/./waitforstate_shard1_replica_n1/data/]
   [junit4]   2> 109619 INFO  (qtp1771257461-1336) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 109639 INFO  (qtp1771257461-1336) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=20
   [junit4]   2> 109818 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 109818 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 109973 INFO  (qtp999162270-1344) [n:127.0.0.1:34890_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653
   [junit4]   2> 109984 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 109984 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 109987 INFO  (qtp999162270-1344) [n:127.0.0.1:34890_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=13
   [junit4]   2> 110019 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43d2d28c[waitforstate_shard1_replica_n1] main]
   [junit4]   2> 110040 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 110041 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 110052 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 110052 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1630558065540464640
   [junit4]   2> 110096 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/waitforstate/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 110097 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make 
sure parent is created /collections/waitforstate/leaders/shard1
   [junit4]   2> 110098 INFO  
(searcherExecutor-341-thread-1-processing-x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 r:core_node2 CREATE 
n:127.0.0.1:34890_solr c:waitforstate s:shard1) [n:127.0.0.1:34890_solr 
c:waitforstate s:shard1 r:core_node2 x:waitforstate_shard1_replica_n1] 
o.a.s.c.SolrCore [waitforstate_shard1_replica_n1] Registered new searcher 
Searcher@43d2d28c[waitforstate_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110133 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 110133 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 110134 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34890/solr/waitforstate_shard1_replica_n1/
   [junit4]   2> 110134 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 110134 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:34890/solr/waitforstate_shard1_replica_n1/ has no replicas
   [junit4]   2> 110134 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/waitforstate/leaders/shard1/leader after winning as 
/collections/waitforstate/leader_elect/shard1/election/74505936406118410-core_node2-n_0000000000
   [junit4]   2> 110149 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:34890/solr/waitforstate_shard1_replica_n1/ shard1
   [junit4]   2> 110238 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 110238 INFO  (zkCallback-674-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 110267 INFO  
(parallelCoreAdminExecutor-326-thread-1-processing-n:127.0.0.1:34890_solr 
x:waitforstate_shard1_replica_n1 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653 CREATE) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 110481 INFO  (zkCallback-674-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 110481 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 110530 INFO  (zkCallback-674-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 110645 INFO  (qtp1771257461-1337) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 110680 INFO  (qtp1771257461-1337) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=35
   [junit4]   2> 111022 INFO  (qtp999162270-1345) [n:127.0.0.1:34890_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653
   [junit4]   2> 111023 INFO  (qtp999162270-1345) [n:127.0.0.1:34890_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd37358745911630653&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 111138 INFO  
(OverseerThreadFactory-324-thread-1-processing-n:127.0.0.1:32896_solr) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 111690 INFO  (qtp1771257461-1339) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 111706 INFO  (qtp1771257461-1339) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=16
   [junit4]   2> 111717 INFO  (qtp1771257461-1340) [n:127.0.0.1:32896_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 111725 INFO  (qtp1771257461-1340) [n:127.0.0.1:32896_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=3a88b57b-d3dd-483c-bf14-47440ffe4bdd&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=8
   [junit4]   2> 111908 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=224817259
   [junit4]   2> 111908 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1345011281
   [junit4]   2> 111908 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32896_solr
   [junit4]   2> 111908 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34890_solr
   [junit4]   2> 111908 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=59044358
   [junit4]   2> 111908 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44814_solr
   [junit4]   2> 111910 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=454549967
   [junit4]   2> 111910 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40247_solr
   [junit4]   2> 111928 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 111928 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:40247_solr as DOWN
   [junit4]   2> 111928 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 111928 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:44814_solr as DOWN
   [junit4]   2> 111928 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 111928 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:32896_solr as DOWN
   [junit4]   2> 111944 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 111944 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34890_solr as DOWN
   [junit4]   2> 112033 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 112034 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 112069 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 112082 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 112086 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6b4d9d06: rootName = 
solr_44814, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@2e59d15
   [junit4]   2> 112089 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 112089 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@592eddbf: rootName = 
solr_44814, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@6f104b51
   [junit4]   2> 112118 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@60c6e168: rootName = 
solr_32896, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@1e261903
   [junit4]   2> 112121 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 112121 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1989a583: rootName = 
solr_32896, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@6f104b51
   [junit4]   2> 112196 INFO  (coreCloseExecutor-349-thread-1) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.c.SolrCore 
[waitforstate_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@67d994f6
   [junit4]   2> 112196 INFO  (coreCloseExecutor-349-thread-1) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.waitforstate.shard1.replica_n1, tag=67d994f6
   [junit4]   2> 112196 INFO  (coreCloseExecutor-349-thread-1) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@57087f2b: rootName = 
solr_34890, domain = solr.core.waitforstate.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.waitforstate.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@46628e2f
   [junit4]   2> 112215 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 112218 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@21774fa3: rootName = 
solr_40247, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@4ade095a
   [junit4]   2> 112236 INFO  (zkCallback-674-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 112236 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 112236 INFO  (zkCallback-674-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/waitforstate/state.json] for collection [waitforstate] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 112246 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 112246 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e914ea5: rootName = 
solr_32896, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@5227bd9e
   [junit4]   2> 112246 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 112246 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 112247 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a0f3fd1: rootName = 
solr_44814, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@5227bd9e
   [junit4]   2> 112247 INFO  (jetty-closer-725-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 112266 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 112267 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3db2e077: rootName = 
solr_40247, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@6f104b51
   [junit4]   2> 112288 INFO  (closeThreadPool-738-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=74505936406118411-127.0.0.1:32896_solr-n_0000000000) closing
   [junit4]   2> 112289 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 112289 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@572c7c4f: rootName = 
solr_40247, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@5227bd9e
   [junit4]   2> 112290 INFO  (jetty-closer-725-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 112304 INFO  
(OverseerStateUpdate-74505936406118411-127.0.0.1:32896_solr-n_0000000000) 
[n:127.0.0.1:32896_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:32896_solr
   [junit4]   2> 112396 INFO  (zkCallback-709-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 112396 INFO  (zkCallback-674-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 112397 INFO  
(OverseerAutoScalingTriggerThread-74505936406118411-127.0.0.1:32896_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 112420 INFO  (zkCallback-714-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 112420 INFO  (zkCallback-703-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 112427 INFO  (zkCallback-679-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44814_solr
   [junit4]   2> 112427 INFO  (zkCallback-679-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 112430 INFO  (jetty-closer-725-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74505936406118411-127.0.0.1:32896_solr-n_0000000000) closing
   [junit4]   2> 112430 INFO  (closeThreadPool-738-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=74505936406118411-127.0.0.1:32896_solr-n_0000000000) closing
   [junit4]   2> 112637 INFO  (coreCloseExecutor-349-thread-1) 
[n:127.0.0.1:34890_solr c:waitforstate s:shard1 r:core_node2 
x:waitforstate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.waitforstate.shard1.leader, tag=67d994f6
   [junit4]   2> 112727 INFO  (zkCallback-703-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 112727 INFO  (zkCallback-674-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34890_solr
   [junit4]   2> 112728 INFO  (zkCallback-674-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 112848 INFO  (jetty-closer-725-thread-3) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2a553c11{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 112929 INFO  (jetty-closer-725-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@1174c50b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 112944 INFO  (jetty-closer-725-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a9fd854{/solr,null,UNAVAILABLE}
   [junit4]   2> 112968 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 112968 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1899b571: rootName = 
solr_34890, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@6a24fff2
   [junit4]   2> 112971 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 112971 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@55d5799e: rootName = 
solr_34890, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@6f104b51
   [junit4]   2> 113006 INFO  (jetty-closer-725-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 113008 INFO  (jetty-closer-725-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f0f609{/solr,null,UNAVAILABLE}
   [junit4]   2> 113008 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 113008 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ef73343: rootName = 
solr_34890, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@5227bd9e
   [junit4]   2> 113008 INFO  (jetty-closer-725-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 113032 INFO  (jetty-closer-725-thread-3) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 113070 INFO  (jetty-closer-725-thread-4) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5ad3ca39{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 113076 INFO  (jetty-closer-725-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@713cf3d6{/solr,null,UNAVAILABLE}
   [junit4]   2> 113076 INFO  (jetty-closer-725-thread-4) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 113083 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x108b2c12125000a, likely client has closed socket
   [junit4]   2> 113123 INFO  (jetty-closer-725-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6afba73f{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 113123 INFO  (jetty-closer-725-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6246097d{/solr,null,UNAVAILABLE}
   [junit4]   2> 113123 INFO  (jetty-closer-725-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 113125 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 113144 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        2       /solr/collections/waitforstate/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        19      /solr/collections/waitforstate/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2> 
   [junit4]   2> 113149 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45143
   [junit4]   2> 113149 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45143
   [junit4]   2> 113149 INFO  
(TEST-TestCollectionStateWatchers.testWaitForStateChecksCurrentState-seed#[E3DDD34261611FA2])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testWaitForStateChecksCurrentState
   [junit4]   2> 113234 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[E3DDD34261611FA2])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testWatcherIsRemovedAfterTimeout
   [junit4]   2> 113235 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[E3DDD34261611FA2])
 [    ] 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_E3DDD34261611FA2-001/tempDir-002
   [junit4]   2> 113235 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 113235 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 113235 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 113342 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer start zk server on port:43077
   [junit4]   2> 113342 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43077
   [junit4]   2> 113342 INFO  
(TEST-TestCollectionStateWatchers.testWatcherIsRemovedAfterTimeout-seed#[E3DDD34261611FA2])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43077
   [junit4]   2> 113365 INFO  (zkConnectionManagerCallback-743-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 113377 INFO  (zkConnectionManagerCallback-745-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 113387 INFO  (zkConnectionManagerCallback-747-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 113391 WARN  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 113394 WARN  (jetty-launcher-748-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 113394 WARN  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 113394 INFO  (jetty-launcher-748-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 113394 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 113394 INFO  (jetty-launcher-748-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 113394 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 113394 INFO  (jetty-launcher-748-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 113394 INFO  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 113419 INFO  (jetty-launcher-748-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 113419 INFO  (jetty-launcher-748-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 113419 INFO  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 113419 WARN  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 113420 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 113420 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 113420 INFO  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 113548 INFO  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 113549 INFO  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 113549 INFO  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 113550 INFO  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@639530{/solr,null,AVAILABLE}
   [junit4]   2> 113622 INFO  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 113622 INFO  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 113622 INFO  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 113658 INFO  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51fee379{/solr,null,AVAILABLE}
   [junit4]   2> 113678 INFO  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 113679 INFO  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 113679 INFO  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 113694 INFO  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@180e00de{/solr,null,AVAILABLE}
   [junit4]   2> 113702 INFO  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@55465156{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36896}
   [junit4]   2> 113702 INFO  (jetty-launcher-748-thread-4) [    ] 
o.e.j.s.Server Started @113768ms
   [junit4]   2> 113703 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36896}
   [junit4]   2> 113703 ERROR (jetty-launcher-748-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 113703 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 113703 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 113703 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 113703 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 113703 INFO  (jetty-launcher-748-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-11T22:22:32.166Z
   [junit4]   2> 113768 INFO  (jetty-launcher-748-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 113768 INFO  (jetty-launcher-748-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 113768 INFO  (jetty-launcher-748-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 113787 INFO  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@40e81eed{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40291}
   [junit4]   2> 113805 INFO  (jetty-launcher-748-thread-2) [    ] 
o.e.j.s.Server Started @113871ms
   [junit4]   2> 113805 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40291}
   [junit4]   2> 113806 ERROR (jetty-launcher-748-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 113806 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 113806 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 113806 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 113806 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 113806 INFO  (jetty-launcher-748-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-11T22:22:32.269Z
   [junit4]   2> 113788 INFO  (jetty-launcher-748-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73c70647{/solr,null,AVAILABLE}
   [junit4]   2> 113813 INFO  (zkConnectionManagerCallback-750-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 113815 INFO  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@11a27ca0{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35707}
   [junit4]   2> 113815 INFO  (jetty-launcher-748-thread-1) [    ] 
o.e.j.s.Server Started @113880ms
   [junit4]   2> 113815 INFO  (jetty-launcher-748-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35707}
   [junit4]   2> 113815 ERROR (jetty-launcher-748-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 113815 INFO  (jetty-launcher-748-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory org.apache.loggin

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

il:

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:

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

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 19ms :: 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: 237 minutes 54 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to