Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1366/
Java: 64bit/jdk1.8.0_162 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamExpressionTest

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest:     1) 
Thread[id=2917, name=qtp796343451-2917, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]         at sun.misc.Unsafe.park(Native Method) 
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.client.solrj.io.stream.StreamExpressionTest: 
   1) Thread[id=2917, name=qtp796343451-2917, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([ABC0A912D2BED8D0]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.io.stream.StreamExpressionTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=2917, name=qtp796343451-2917, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]         at sun.misc.Unsafe.park(Native Method) 
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=2917, name=qtp796343451-2917, state=TIMED_WAITING, 
group=TGRP-StreamExpressionTest]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([ABC0A912D2BED8D0]:0)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms

Error Message:
Doc with id=5 not found in 
http://127.0.0.1:39847/forceleader_lower_terms_collection due to: Path not 
found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=5 not found in 
http://127.0.0.1:39847/forceleader_lower_terms_collection due to: Path not 
found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([F285068B9E0581E4:7CB126C85EA22190]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:699)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:644)
        at 
org.apache.solr.cloud.ForceLeaderTest.bringBackOldLeaderAndSendDoc(ForceLeaderTest.java:520)
        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLowerTerms(ForceLeaderTest.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([F285068B9E0581E4:48893104C1ED57AB]:0)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1565)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13259 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> 1145425 INFO  
(SUITE-ForceLeaderTest-seed#[F285068B9E0581E4]-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/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/init-core-data-001
   [junit4]   2> 1145425 WARN  
(SUITE-ForceLeaderTest-seed#[F285068B9E0581E4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1145425 INFO  
(SUITE-ForceLeaderTest-seed#[F285068B9E0581E4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1145426 INFO  
(SUITE-ForceLeaderTest-seed#[F285068B9E0581E4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1145426 INFO  
(SUITE-ForceLeaderTest-seed#[F285068B9E0581E4]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1145428 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1145428 INFO  (Thread-1786) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1145428 INFO  (Thread-1786) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1145429 ERROR (Thread-1786) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1145528 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:37417
   [junit4]   2> 1145556 INFO  (zkConnectionManagerCallback-7172-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145579 INFO  (zkConnectionManagerCallback-7174-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145582 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1145582 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1145583 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1145584 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1145584 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1145585 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1145585 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1145586 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1145586 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1145586 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1145587 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1145587 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 1145646 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T10:27:37-11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1145647 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1145647 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1145647 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1145647 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@52840f79{/,null,AVAILABLE}
   [junit4]   2> 1145648 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@7ab72568{HTTP/1.1,[http/1.1]}{127.0.0.1:34903}
   [junit4]   2> 1145648 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server Started @1147554ms
   [junit4]   2> 1145648 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/tempDir-001/control/data,
 hostContext=/, hostPort=37281, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/control-001/cores}
   [junit4]   2> 1145648 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1145648 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1145648 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1145648 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1145648 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T04:49:26.562Z
   [junit4]   2> 1145650 INFO  (zkConnectionManagerCallback-7176-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145650 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1145650 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/control-001/solr.xml
   [junit4]   2> 1145652 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1145652 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1145653 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1145655 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37417/solr
   [junit4]   2> 1145655 INFO  (zkConnectionManagerCallback-7180-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145657 INFO  
(zkConnectionManagerCallback-7182-thread-1-processing-n:127.0.0.1:37281_) 
[n:127.0.0.1:37281_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145681 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1145682 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:37281_
   [junit4]   2> 1145682 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.c.Overseer Overseer 
(id=72157190852182020-127.0.0.1:37281_-n_0000000000) starting
   [junit4]   2> 1145684 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37281_
   [junit4]   2> 1145685 INFO  
(zkCallback-7181-thread-1-processing-n:127.0.0.1:37281_) [n:127.0.0.1:37281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1145724 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1145730 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1145730 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1145731 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:37281_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/control-001/cores
   [junit4]   2> 1145744 INFO  (zkConnectionManagerCallback-7188-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1145745 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1145746 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37417/solr 
ready
   [junit4]   2> 1145746 INFO  (SocketProxy-Acceptor-37281) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45944,localport=37281], receiveBufferSize:531000
   [junit4]   2> 1145746 INFO  (SocketProxy-Acceptor-37281) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34903,localport=39332], receiveBufferSize=530904
   [junit4]   2> 1145747 INFO  (qtp563247628-17572) [n:127.0.0.1:37281_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37281_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1145749 INFO  
(OverseerThreadFactory-3842-thread-1-processing-n:127.0.0.1:37281_) 
[n:127.0.0.1:37281_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1145851 INFO  (SocketProxy-Acceptor-37281) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45948,localport=37281], receiveBufferSize:531000
   [junit4]   2> 1145851 INFO  (SocketProxy-Acceptor-37281) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34903,localport=39336], receiveBufferSize=530904
   [junit4]   2> 1145852 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1145852 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1145954 INFO  
(zkCallback-7181-thread-1-processing-n:127.0.0.1:37281_) [n:127.0.0.1:37281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1146983 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1146998 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 1147071 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1147077 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 1147078 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1147078 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1147078 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1147079 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4477179043563566]
   [junit4]   2> 1147081 WARN  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1147106 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1147107 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1147107 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147107 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147108 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1147108 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47c84391[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1147109 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1147109 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1147109 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1147110 INFO  
(searcherExecutor-3845-thread-1-processing-n:127.0.0.1:37281_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:37281_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@47c84391[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147110 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592531687072333824
   [junit4]   2> 1147114 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1147114 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1147114 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37281/control_collection_shard1_replica_n1/
   [junit4]   2> 1147114 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1147114 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:37281/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1147114 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1147115 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37281/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1147216 INFO  
(zkCallback-7181-thread-2-processing-n:127.0.0.1:37281_) [n:127.0.0.1:37281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1147265 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1147267 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1414
   [junit4]   2> 1147268 INFO  (qtp563247628-17572) [n:127.0.0.1:37281_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1147367 INFO  
(zkCallback-7181-thread-2-processing-n:127.0.0.1:37281_) [n:127.0.0.1:37281_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1147750 INFO  
(OverseerCollectionConfigSetProcessor-72157190852182020-127.0.0.1:37281_-n_0000000000)
 [n:127.0.0.1:37281_    ] 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> 1148268 INFO  (qtp563247628-17572) [n:127.0.0.1:37281_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37281_&wt=javabin&version=2}
 status=0 QTime=2520
   [junit4]   2> 1148272 INFO  (zkConnectionManagerCallback-7192-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1148272 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1148273 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37417/solr 
ready
   [junit4]   2> 1148273 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1148273 INFO  (SocketProxy-Acceptor-37281) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=45972,localport=37281], receiveBufferSize:531000
   [junit4]   2> 1148276 INFO  (SocketProxy-Acceptor-37281) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34903,localport=39360], receiveBufferSize=530904
   [junit4]   2> 1148277 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1148278 INFO  
(OverseerThreadFactory-3842-thread-2-processing-n:127.0.0.1:37281_) 
[n:127.0.0.1:37281_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1148279 WARN  
(OverseerThreadFactory-3842-thread-2-processing-n:127.0.0.1:37281_) 
[n:127.0.0.1:37281_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 1148482 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1148482 INFO  (qtp563247628-17578) [n:127.0.0.1:37281_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=205
   [junit4]   2> 1148543 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-1-001
 of type NRT
   [junit4]   2> 1148543 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T10:27:37-11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1148543 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c0e6b13{/,null,AVAILABLE}
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@6bb670e3{HTTP/1.1,[http/1.1]}{127.0.0.1:40163}
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server Started @1150450ms
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=42247, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-1-001/cores}
   [junit4]   2> 1148544 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1148544 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T04:49:29.458Z
   [junit4]   2> 1148545 INFO  (zkConnectionManagerCallback-7194-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1148546 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1148546 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-1-001/solr.xml
   [junit4]   2> 1148548 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1148548 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1148549 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1148550 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37417/solr
   [junit4]   2> 1148551 INFO  (zkConnectionManagerCallback-7198-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1148553 INFO  
(zkConnectionManagerCallback-7200-thread-1-processing-n:127.0.0.1:42247_) 
[n:127.0.0.1:42247_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1148556 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:42247_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1148557 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:42247_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1148558 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:42247_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42247_
   [junit4]   2> 1148558 INFO  
(zkCallback-7181-thread-2-processing-n:127.0.0.1:37281_) [n:127.0.0.1:37281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1148558 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1148558 INFO  (zkCallback-7191-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1148598 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:42247_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1148604 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:42247_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1148604 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:42247_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1148605 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:42247_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-1-001/cores
   [junit4]   2> 1148630 INFO  (qtp563247628-17612) [n:127.0.0.1:37281_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:42247_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1148631 INFO  
(OverseerCollectionConfigSetProcessor-72157190852182020-127.0.0.1:37281_-n_0000000000)
 [n:127.0.0.1:37281_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1148631 INFO  
(OverseerThreadFactory-3842-thread-3-processing-n:127.0.0.1:37281_) 
[n:127.0.0.1:37281_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:42247_ for creating new replica
   [junit4]   2> 1148632 INFO  (SocketProxy-Acceptor-42247) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55278,localport=42247], receiveBufferSize:531000
   [junit4]   2> 1148632 INFO  (SocketProxy-Acceptor-42247) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40163,localport=47122], receiveBufferSize=530904
   [junit4]   2> 1148633 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1148633 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1148735 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1149645 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1149656 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1149769 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1149781 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1149782 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1149782 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1149782 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1149784 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4477179043563566]
   [junit4]   2> 1149786 WARN  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1149833 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1149833 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1149834 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1149834 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1149834 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1149834 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34aa69aa[collection1_shard2_replica_n41] main]
   [junit4]   2> 1149835 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1149835 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1149836 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1149837 INFO  
(searcherExecutor-3856-thread-1-processing-n:127.0.0.1:42247_ 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@34aa69aa[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1149837 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592531689931800576
   [junit4]   2> 1149842 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1149842 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1149842 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:42247/collection1_shard2_replica_n41/
   [junit4]   2> 1149842 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1149842 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:42247/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1149842 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1149844 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42247/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1149945 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1149994 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1149997 INFO  (qtp1918415139-17630) [n:127.0.0.1:42247_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1364
   [junit4]   2> 1150013 INFO  (qtp563247628-17612) [n:127.0.0.1:37281_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:42247_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1382
   [junit4]   2> 1150104 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-2-001
 of type NRT
   [junit4]   2> 1150108 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T10:27:37-11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1150111 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1150113 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1150113 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1150113 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1150124 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@fda7fb9{/,null,AVAILABLE}
   [junit4]   2> 1150125 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@1b8c244e{HTTP/1.1,[http/1.1]}{127.0.0.1:37903}
   [junit4]   2> 1150125 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server Started @1152032ms
   [junit4]   2> 1150125 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35421, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-2-001/cores}
   [junit4]   2> 1150125 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1150134 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1150134 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1150134 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1150134 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T04:49:31.048Z
   [junit4]   2> 1150140 INFO  (zkConnectionManagerCallback-7204-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1150141 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1150141 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-2-001/solr.xml
   [junit4]   2> 1150144 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1150144 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1150145 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1150154 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37417/solr
   [junit4]   2> 1150168 INFO  (zkConnectionManagerCallback-7208-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1150180 INFO  
(zkConnectionManagerCallback-7210-thread-1-processing-n:127.0.0.1:35421_) 
[n:127.0.0.1:35421_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1150184 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:35421_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1150185 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:35421_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1150186 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:35421_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35421_
   [junit4]   2> 1150187 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1150187 INFO  
(zkCallback-7181-thread-3-processing-n:127.0.0.1:37281_) [n:127.0.0.1:37281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1150188 INFO  (zkCallback-7191-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1150189 INFO  
(zkCallback-7209-thread-1-processing-n:127.0.0.1:35421_) [n:127.0.0.1:35421_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1150237 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:35421_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1150246 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:35421_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1150246 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:35421_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1150247 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:35421_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-2-001/cores
   [junit4]   2> 1150296 INFO  (SocketProxy-Acceptor-35421) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50400,localport=35421], receiveBufferSize:531000
   [junit4]   2> 1150300 INFO  (SocketProxy-Acceptor-35421) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37903,localport=43392], receiveBufferSize=530904
   [junit4]   2> 1150309 INFO  (qtp1311376766-17665) [n:127.0.0.1:35421_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35421_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1150312 INFO  
(OverseerCollectionConfigSetProcessor-72157190852182020-127.0.0.1:37281_-n_0000000000)
 [n:127.0.0.1:37281_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1150313 INFO  
(OverseerThreadFactory-3842-thread-4-processing-n:127.0.0.1:37281_) 
[n:127.0.0.1:37281_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:35421_ for creating new replica
   [junit4]   2> 1150315 INFO  (SocketProxy-Acceptor-35421) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50406,localport=35421], receiveBufferSize:531000
   [junit4]   2> 1150316 INFO  (SocketProxy-Acceptor-35421) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37903,localport=43396], receiveBufferSize=530904
   [junit4]   2> 1150317 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1150318 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1150420 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1150420 INFO  
(zkCallback-7209-thread-1-processing-n:127.0.0.1:35421_) [n:127.0.0.1:35421_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1151329 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1151349 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1151437 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1151445 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1151446 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1151446 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1151446 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1151448 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4477179043563566]
   [junit4]   2> 1151450 WARN  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1151486 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1151486 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1151487 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1151487 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1151488 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1151488 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4751eb9b[collection1_shard1_replica_n43] main]
   [junit4]   2> 1151489 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1151489 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1151490 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1151491 INFO  
(searcherExecutor-3867-thread-1-processing-n:127.0.0.1:35421_ 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@4751eb9b[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1151491 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592531691666145280
   [junit4]   2> 1151495 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1151495 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1151495 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35421/collection1_shard1_replica_n43/
   [junit4]   2> 1151495 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1151495 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:35421/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1151495 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1151496 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35421/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1151597 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1151598 INFO  
(zkCallback-7209-thread-1-processing-n:127.0.0.1:35421_) [n:127.0.0.1:35421_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1151647 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1151677 INFO  (qtp1311376766-17672) [n:127.0.0.1:35421_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1361
   [junit4]   2> 1151678 INFO  (qtp1311376766-17665) [n:127.0.0.1:35421_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35421_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1369
   [junit4]   2> 1151748 INFO  
(zkCallback-7209-thread-1-processing-n:127.0.0.1:35421_) [n:127.0.0.1:35421_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1151748 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1151762 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-3-001
 of type NRT
   [junit4]   2> 1151762 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T10:27:37-11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1151781 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1151781 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1151781 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1151782 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4168ef00{/,null,AVAILABLE}
   [junit4]   2> 1151782 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@c6ffee4{HTTP/1.1,[http/1.1]}{127.0.0.1:34949}
   [junit4]   2> 1151782 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.e.j.s.Server Started @1153688ms
   [junit4]   2> 1151782 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=40325, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-3-001/cores}
   [junit4]   2> 1151782 ERROR 
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 1151783 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.3.0
   [junit4]   2> 1151783 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 1151783 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1151783 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-16T04:49:32.697Z
   [junit4]   2> 1151784 INFO  (zkConnectionManagerCallback-7214-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151784 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1151784 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-3-001/solr.xml
   [junit4]   2> 1151788 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1151788 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1151788 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1151791 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37417/solr
   [junit4]   2> 1151792 INFO  (zkConnectionManagerCallback-7218-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151794 INFO  
(zkConnectionManagerCallback-7220-thread-1-processing-n:127.0.0.1:40325_) 
[n:127.0.0.1:40325_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1151796 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:40325_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1151797 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:40325_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1151797 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:40325_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40325_
   [junit4]   2> 1151798 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1151798 INFO  
(zkCallback-7209-thread-1-processing-n:127.0.0.1:35421_) [n:127.0.0.1:35421_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1151798 INFO  
(zkCallback-7181-thread-3-processing-n:127.0.0.1:37281_) [n:127.0.0.1:37281_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1151798 INFO  (zkCallback-7191-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1151801 INFO  
(zkCallback-7219-thread-1-processing-n:127.0.0.1:40325_) [n:127.0.0.1:40325_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1151835 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:40325_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1151853 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:40325_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1151853 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:40325_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1151855 INFO  
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[F285068B9E0581E4]) 
[n:127.0.0.1:40325_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_F285068B9E0581E4-001/shard-3-001/cores
   [junit4]   2> 1151897 INFO  (qtp1311376766-17670) [n:127.0.0.1:35421_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40325_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1151898 INFO  
(OverseerCollectionConfigSetProcessor-72157190852182020-127.0.0.1:37281_-n_0000000000)
 [n:127.0.0.1:37281_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1151899 INFO  
(OverseerThreadFactory-3842-thread-5-processing-n:127.0.0.1:37281_) 
[n:127.0.0.1:37281_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:40325_ for creating new replica
   [junit4]   2> 1151899 INFO  (SocketProxy-Acceptor-40325) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38510,localport=40325], receiveBufferSize:531000
   [junit4]   2> 1151904 INFO  (SocketProxy-Acceptor-40325) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34949,localport=40486], receiveBufferSize=530904
   [junit4]   2> 1151905 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1151905 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1152007 INFO  
(zkCallback-7209-thread-1-processing-n:127.0.0.1:35421_) [n:127.0.0.1:35421_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1152007 INFO  
(zkCallback-7219-thread-1-processing-n:127.0.0.1:40325_) [n:127.0.0.1:40325_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1152007 INFO  
(zkCallback-7199-thread-1-processing-n:127.0.0.1:42247_) [n:127.0.0.1:42247_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1152918 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1152927 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1153004 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1153012 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1153012 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b18cf5f
   [junit4]   2> 1153012 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1153013 INFO  (qtp1276620547-17704) [n:127.0.0.1:40325_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore

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

ssionTest: 
   [junit4]   2>    1) Thread[id=2917, name=qtp796343451-2917, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Feb 16, 2018 5:23:56 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2917, name=qtp796343451-2917, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]   2> Feb 16, 2018 5:23:59 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=2917, name=qtp796343451-2917, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{expr_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
name_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 terms_ss=PostingsFormat(name=LuceneFixedGap), 
join2_s=PostingsFormat(name=LuceneFixedGap), 
field_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
multiDefault=PostingsFormat(name=LuceneFixedGap), 
subject=PostingsFormat(name=LuceneFixedGap), 
a1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
level1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
body_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 s_multi=PostingsFormat(name=LuceneVarGapFixedInterval), 
level2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
col_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
a_ss=PostingsFormat(name=LuceneFixedGap), 
a_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
tv_text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
term_s=PostingsFormat(name=LuceneFixedGap), 
a_t=PostingsFormat(name=LuceneFixedGap), 
text_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=PostingsFormat(name=LuceneVarGapFixedInterval), 
featureSet_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
checkpoint_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
test_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 ident_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
whitetok=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
side_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{expr_s=DocValuesFormat(name=Lucene70), 
name_s=DocValuesFormat(name=Memory), iteration_i=DocValuesFormat(name=Memory), 
terms_ss=DocValuesFormat(name=Direct), join2_s=DocValuesFormat(name=Direct), 
field_s=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Direct), 
price_f=DocValuesFormat(name=Direct), a1_s=DocValuesFormat(name=Asserting), 
a_f=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Asserting), 
join1_i=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Lucene70), 
falseNegative_i=DocValuesFormat(name=Asserting), 
a_i=DocValuesFormat(name=Memory), join3_i=DocValuesFormat(name=Memory), 
test_i=DocValuesFormat(name=Direct), 
falsePositive_i=DocValuesFormat(name=Asserting), 
field_i=DocValuesFormat(name=Direct), level1_s=DocValuesFormat(name=Lucene70), 
s_multi=DocValuesFormat(name=Lucene70), 
level2_s=DocValuesFormat(name=Asserting), 
col_s=DocValuesFormat(name=Asserting), a_ss=DocValuesFormat(name=Direct), 
a_s=DocValuesFormat(name=Lucene70), score_f=DocValuesFormat(name=Lucene70), 
term_s=DocValuesFormat(name=Direct), text_s=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Direct), 
i_multi=DocValuesFormat(name=Memory), 
featureSet_s=DocValuesFormat(name=Asserting), 
trueNegative_i=DocValuesFormat(name=Lucene70), 
index_i=DocValuesFormat(name=Asserting), b_ls=DocValuesFormat(name=Asserting), 
test_dt=DocValuesFormat(name=Lucene70), out_i=DocValuesFormat(name=Asserting), 
checkpoint_ss=DocValuesFormat(name=Memory), 
ident_s=DocValuesFormat(name=Asserting), order_i=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Asserting), side_s=DocValuesFormat(name=Memory), 
truePositive_i=DocValuesFormat(name=Lucene70), 
miles_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=218, 
maxMBSortInHeap=5.746756344326279, sim=RandomSimilarity(queryNorm=true): {}, 
locale=hr-HR, timezone=SystemV/EST5EDT
   [junit4]   2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 
1.8.0_162 (64-bit)/cpus=8,threads=2,free=130007736,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetAdminRequest, 
TestNamedListCodec, GraphExpressionTest, TestEmbeddedSolrServer, 
RawValueEvaluatorTest, AnlysisResponseBaseTest, TestV1toV2ApiMapper, 
SchemaTest, SolrSchemalessExampleTest, TestClusteringResponse, StreamingTest, 
FieldAnalysisResponseTest, TestSpellCheckResponse, TermsResponseTest, 
TestPathTrie, TestPolicy, ArcSineEvaluatorTest, NotEvaluatorTest, 
LessThanEvaluatorTest, GreaterThanEvaluatorTest, 
UsingSolrJRefGuideExamplesTest, TestXMLEscaping, SquareRootEvaluatorTest, 
SolrExampleEmbeddedTest, TestSolrProperties, MergeIndexesEmbeddedTest, 
BasicHttpSolrClientTest, HttpSolrClientBuilderTest, HttpSolrClientConPoolTest, 
LBHttpSolrClientBuilderTest, TestCloudSolrClientConnections, GraphTest, 
StreamExpressionTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=StreamExpressionTest -Dtests.seed=ABC0A912D2BED8D0 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr-HR 
-Dtests.timezone=SystemV/EST5EDT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | StreamExpressionTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.client.solrj.io.stream.StreamExpressionTest: 
   [junit4]    >    1) Thread[id=2917, name=qtp796343451-2917, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ABC0A912D2BED8D0]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=2917, name=qtp796343451-2917, 
state=TIMED_WAITING, group=TGRP-StreamExpressionTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ABC0A912D2BED8D0]:0)
   [junit4] Completed [146/146 (1!)] on J0 in 165.99s, 153 tests, 2 errors <<< 
FAILURES!

[...truncated 47578 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to