Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/423/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) 
Thread[id=9550, name=jetty-launcher-1473-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=9550, name=jetty-launcher-1473-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
        at __randomizedtesting.SeedInfo.seed([B6DB3D6304CB65F0]:0)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream

Error Message:
Error from server at http://127.0.0.1:33055/solr/workQueue_shard2_replica_n3: 
Expected mime type application/octet-stream but got text/html. <html> <head> 
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> 
<title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem 
accessing /solr/workQueue_shard2_replica_n3/update. Reason: <pre>    Can not 
find: /solr/workQueue_shard2_replica_n3/update</pre></p> <hr /><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.3.20.v20170531</a><hr/> 
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:33055/solr/workQueue_shard2_replica_n3: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([2A60862F7FEEAFBB:9777F33646C292E6]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream(StreamExpressionTest.java:7240)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:33055/solr/workQueue_shard2_replica_n3: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testPoissonDistribution

Error Message:
expected:<100.0778> but was:<103.44589174917562>

Stack Trace:
java.lang.AssertionError: expected:<100.0778> but was:<103.44589174917562>
        at 
__randomizedtesting.SeedInfo.seed([2A60862F7FEEAFBB:B270798EDD57D7C7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:443)
        at org.junit.Assert.assertEquals(Assert.java:512)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testPoissonDistribution(StreamExpressionTest.java:6318)
        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)


FAILED:  org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([B6DB3D6304CB65F0:35AD6291D2B26B51]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest(TestCloudRecovery.java:184)
        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)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
inplace_updatable_float didn't match for replica at client: 
https://127.0.0.1:36863/_yh/collection1 expected:<111.0> but was:<1.0>

Stack Trace:
java.lang.AssertionError: inplace_updatable_float didn't match for replica at 
client: https://127.0.0.1:36863/_yh/collection1 expected:<111.0> but was:<1.0>
        at 
__randomizedtesting.SeedInfo.seed([B6DB3D6304CB65F0:3E8F02B9AA370808]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.assertReplicaValue(TestInPlaceUpdatesDistrib.java:980)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.outOfOrderUpdatesIndividualReplicaTest(TestInPlaceUpdatesDistrib.java:643)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:144)
        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)




Build Log:
[...truncated 11821 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 586415 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-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/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/init-core-data-001
   [junit4]   2> 586415 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 586415 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 586416 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 586416 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_yh/
   [junit4]   2> 586416 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 586417 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 586428 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 586433 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 586435 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 586451 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 586455 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 586455 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 586457 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 586482 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 586488 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 586490 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 586490 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 586491 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 586491 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 586491 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/init-core-data-001/]
   [junit4]   2> 586493 WARN  (coreLoadExecutor-1991-thread-1) [    
x:collection1] 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> 586518 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 586518 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 586519 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 586519 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 586520 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5b24d62e[collection1] main]
   [junit4]   2> 586520 WARN  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 586521 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 586521 INFO  (coreLoadExecutor-1991-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1578683717756387328
   [junit4]   2> 586522 INFO  
(searcherExecutor-1992-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5b24d62e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 586523 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[B6DB3D6304CB65F0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 586526 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 586526 INFO  (Thread-953) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 586526 INFO  (Thread-953) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 586527 ERROR (Thread-953) [    ] 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> 586626 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43431
   [junit4]   2> 586633 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586633 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 586634 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586634 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586634 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586635 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586635 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586636 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586636 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586636 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586637 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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> 586638 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 586694 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 586695 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41e498b3{/_yh,null,AVAILABLE}
   [junit4]   2> 586695 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@487c3c3c{SSL,[ssl, 
http/1.1]}{127.0.0.1:38315}
   [junit4]   2> 586695 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server Started @588337ms
   [junit4]   2> 586695 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/tempDir-001/control/data,
 hostContext=/_yh, hostPort=38315, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/control-001/cores}
   [junit4]   2> 586695 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 586696 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 586696 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 586696 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 586696 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-16T08:21:55.528Z
   [junit4]   2> 586699 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 586699 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/control-001/solr.xml
   [junit4]   2> 586705 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 586710 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43431/solr
   [junit4]   2> 586751 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 586752 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38315__yh
   [junit4]   2> 586752 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.Overseer Overseer 
(id=98667732360167429-127.0.0.1:38315__yh-n_0000000000) starting
   [junit4]   2> 586770 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38315__yh
   [junit4]   2> 586770 INFO  
(zkCallback-2122-thread-1-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 586846 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 586852 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 586852 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 586853 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/control-001/cores
   [junit4]   2> 586868 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 586868 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43431/solr ready
   [junit4]   2> 586886 INFO  (qtp530064296-6293) [n:127.0.0.1:38315__yh    ] 
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:38315__yh&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 586890 INFO  
(OverseerThreadFactory-2002-thread-1-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 586996 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh    ] 
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> 586996 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 587099 INFO  
(zkCallback-2122-thread-1-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] 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> 588005 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 588011 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema 
name=inplace-updates
   [junit4]   2> 588013 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 588013 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588013 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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@1a4d51cd
   [junit4]   2> 588013 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 588013 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 588016 WARN  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588039 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588039 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588039 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 588039 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 588040 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@20b5ca58[control_collection_shard1_replica_n1] main]
   [junit4]   2> 588041 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 588041 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588042 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 588043 INFO  
(searcherExecutor-2005-thread-1-processing-n:127.0.0.1:38315__yh 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:38315__yh 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@20b5ca58[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 588043 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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 1578683719352320000
   [junit4]   2> 588045 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 588045 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588045 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:38315/_yh/control_collection_shard1_replica_n1/
   [junit4]   2> 588045 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588045 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:38315/_yh/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 588045 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588046 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:38315/_yh/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 588147 INFO  
(zkCallback-2122-thread-1-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] 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> 588197 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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> 588197 INFO  (qtp530064296-6294) [n:127.0.0.1:38315__yh 
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=1201
   [junit4]   2> 588199 INFO  (qtp530064296-6293) [n:127.0.0.1:38315__yh    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 588299 INFO  
(zkCallback-2122-thread-1-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] 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> 588892 INFO  
(OverseerCollectionConfigSetProcessor-98667732360167429-127.0.0.1:38315__yh-n_0000000000)
 [n:127.0.0.1:38315__yh    ] 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> 589200 INFO  (qtp530064296-6293) [n:127.0.0.1:38315__yh    ] 
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:38315__yh&wt=javabin&version=2}
 status=0 QTime=2313
   [junit4]   2> 589202 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 589203 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43431/solr ready
   [junit4]   2> 589203 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 589204 INFO  (qtp530064296-6295) [n:127.0.0.1:38315__yh    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 589205 INFO  
(OverseerThreadFactory-2002-thread-2-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 589205 WARN  
(OverseerThreadFactory-2002-thread-2-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.CreateCollectionCmd It is unusual to create 
a collection (collection1) without cores.
   [junit4]   2> 589407 INFO  (qtp530064296-6295) [n:127.0.0.1:38315__yh    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 589407 INFO  (qtp530064296-6295) [n:127.0.0.1:38315__yh    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=203
   [junit4]   2> 589480 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-1-001
 of type TLOG
   [junit4]   2> 589481 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 589483 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@20e155c5{/_yh,null,AVAILABLE}
   [junit4]   2> 589484 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@446d0bd9{SSL,[ssl, 
http/1.1]}{127.0.0.1:39903}
   [junit4]   2> 589484 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server Started @591126ms
   [junit4]   2> 589484 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_yh, hostPort=39903, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-1-001/cores}
   [junit4]   2> 589485 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 589485 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 589485 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 589485 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 589485 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-16T08:21:58.317Z
   [junit4]   2> 589487 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 589487 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-1-001/solr.xml
   [junit4]   2> 589504 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 589506 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43431/solr
   [junit4]   2> 589510 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:39903__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 589510 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:39903__yh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 589511 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:39903__yh    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39903__yh
   [junit4]   2> 589512 INFO  (zkCallback-2129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 589515 INFO  
(zkCallback-2134-thread-1-processing-n:127.0.0.1:39903__yh) 
[n:127.0.0.1:39903__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 589512 INFO  
(zkCallback-2122-thread-1-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 589572 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:39903__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 589580 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:39903__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 589580 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:39903__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 589582 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:39903__yh    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-1-001/cores
   [junit4]   2> 589628 INFO  (qtp1459021963-6340) [n:127.0.0.1:39903__yh    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:39903__yh&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 589632 INFO  
(OverseerCollectionConfigSetProcessor-98667732360167429-127.0.0.1:38315__yh-n_0000000000)
 [n:127.0.0.1:38315__yh    ] 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> 589632 INFO  
(OverseerThreadFactory-2002-thread-3-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:39903__yh for creating new replica
   [junit4]   2> 589635 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 589635 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 590647 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 590657 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t21] Schema name=inplace-updates
   [junit4]   2> 590659 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 590660 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t21' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 590660 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t21' (registry 
'solr.core.collection1.shard1.replica_t21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 590660 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 590660 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t21] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-1-001/cores/collection1_shard1_replica_t21],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-1-001/cores/collection1_shard1_replica_t21/data/]
   [junit4]   2> 590665 WARN  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
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> 590698 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 590698 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 590699 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 590699 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 590700 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34b986f4[collection1_shard1_replica_t21] main]
   [junit4]   2> 590700 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 590700 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 590701 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 590702 INFO  
(searcherExecutor-2016-thread-1-processing-n:127.0.0.1:39903__yh 
x:collection1_shard1_replica_t21 s:shard1 c:collection1) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.SolrCore 
[collection1_shard1_replica_t21] Registered new searcher 
Searcher@34b986f4[collection1_shard1_replica_t21] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 590702 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578683722140483584
   [junit4]   2> 590707 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 590707 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 590707 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:39903/_yh/collection1_shard1_replica_t21/
   [junit4]   2> 590708 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 590708 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy 
https://127.0.0.1:39903/_yh/collection1_shard1_replica_t21/ has no replicas
   [junit4]   2> 590708 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 590708 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.ZkController 
collection1_shard1_replica_t21 stopping background replication from leader
   [junit4]   2> 590709 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:39903/_yh/collection1_shard1_replica_t21/ shard1
   [junit4]   2> 590859 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 590860 INFO  (qtp1459021963-6339) [n:127.0.0.1:39903__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t21] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1225
   [junit4]   2> 590862 INFO  (qtp1459021963-6340) [n:127.0.0.1:39903__yh    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39903__yh&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1233
   [junit4]   2> 590987 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-2-001
 of type TLOG
   [junit4]   2> 590996 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 591017 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7fb9da8d{/_yh,null,AVAILABLE}
   [junit4]   2> 591018 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@317cc3c8{SSL,[ssl, 
http/1.1]}{127.0.0.1:36863}
   [junit4]   2> 591018 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server Started @592659ms
   [junit4]   2> 591020 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_yh, hostPort=36863, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-2-001/cores}
   [junit4]   2> 591020 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 591021 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 591021 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 591021 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 591022 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-16T08:21:59.854Z
   [junit4]   2> 591043 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 591043 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-2-001/solr.xml
   [junit4]   2> 591047 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 591050 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43431/solr
   [junit4]   2> 591080 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:36863__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 591081 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:36863__yh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 591082 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:36863__yh    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36863__yh
   [junit4]   2> 591082 INFO  
(zkCallback-2134-thread-1-processing-n:127.0.0.1:39903__yh) 
[n:127.0.0.1:39903__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 591083 INFO  
(zkCallback-2122-thread-1-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 591082 INFO  (zkCallback-2129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 591084 INFO  
(zkCallback-2140-thread-1-processing-n:127.0.0.1:36863__yh) 
[n:127.0.0.1:36863__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 591161 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:36863__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 591170 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:36863__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 591170 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:36863__yh    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 591172 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:36863__yh    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-2-001/cores
   [junit4]   2> 591222 INFO  (qtp596362503-6371) [n:127.0.0.1:36863__yh    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36863__yh&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 591223 INFO  
(OverseerCollectionConfigSetProcessor-98667732360167429-127.0.0.1:38315__yh-n_0000000000)
 [n:127.0.0.1:38315__yh    ] 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> 591223 INFO  
(OverseerThreadFactory-2002-thread-4-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:36863__yh for creating new replica
   [junit4]   2> 591227 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 591228 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 592237 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 592245 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t23] Schema name=inplace-updates
   [junit4]   2> 592248 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 592248 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t23' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 592249 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t23' (registry 
'solr.core.collection1.shard1.replica_t23') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd
   [junit4]   2> 592249 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 592249 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t23] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-2-001/cores/collection1_shard1_replica_t23],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-2-001/cores/collection1_shard1_replica_t23/data/]
   [junit4]   2> 592253 WARN  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] 
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> 592601 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 592601 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 592602 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 592602 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 592603 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5616ba3[collection1_shard1_replica_t23] main]
   [junit4]   2> 592605 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 592605 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 592606 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 592607 INFO  
(searcherExecutor-2027-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.c.SolrCore 
[collection1_shard1_replica_t23] Registered new searcher 
Searcher@5616ba3[collection1_shard1_replica_t23] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 592607 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1578683724138020864
   [junit4]   2> 592611 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.c.ZkController 
Core needs to recover:collection1_shard1_replica_t23
   [junit4]   2> 592611 INFO  
(updateExecutor-2137-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_t23] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 592611 INFO  (qtp596362503-6370) [n:127.0.0.1:36863__yh 
c:collection1 s:shard1  x:collection1_shard1_replica_t23] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1383
   [junit4]   2> 592611 INFO  
(recoveryExecutor-2138-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:36863__yh c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 592612 INFO  
(recoveryExecutor-2138-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:36863__yh c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 592613 INFO  
(recoveryExecutor-2138-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:36863__yh c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_t23] o.a.s.c.ZkController 
collection1_shard1_replica_t23 stopping background replication from leader
   [junit4]   2> 592613 INFO  
(recoveryExecutor-2138-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:36863__yh c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard1_replica_t23]
   [junit4]   2> 592613 INFO  
(recoveryExecutor-2138-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:36863__yh c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 592613 INFO  
(recoveryExecutor-2138-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:36863__yh c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard1_replica_t23] as recovering, leader is 
[https://127.0.0.1:39903/_yh/collection1_shard1_replica_t21/] and I am 
[https://127.0.0.1:36863/_yh/collection1_shard1_replica_t23/]
   [junit4]   2> 592614 INFO  (qtp596362503-6371) [n:127.0.0.1:36863__yh    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:36863__yh&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1391
   [junit4]   2> 592625 INFO  
(recoveryExecutor-2138-thread-1-processing-n:127.0.0.1:36863__yh 
x:collection1_shard1_replica_t23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:36863__yh c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [https://127.0.0.1:39903/_yh]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_t21&nodeName=127.0.0.1:36863__yh&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 592628 INFO  (qtp1459021963-6335) [n:127.0.0.1:39903__yh    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 592629 INFO  (qtp1459021963-6335) [n:127.0.0.1:39903__yh    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_t21, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:36863__yh, 
coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: 
core_node24:{"core":"collection1_shard1_replica_t23","base_url":"https://127.0.0.1:36863/_yh","node_name":"127.0.0.1:36863__yh","state":"down","type":"TLOG"}
   [junit4]   2> 592688 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-3-001
 of type TLOG
   [junit4]   2> 592690 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 592692 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5ffceaa1{/_yh,null,AVAILABLE}
   [junit4]   2> 592693 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3c994e39{SSL,[ssl, 
http/1.1]}{127.0.0.1:43213}
   [junit4]   2> 592693 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.e.j.s.Server Started @594335ms
   [junit4]   2> 592693 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
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/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_yh, hostPort=43213, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-3-001/cores}
   [junit4]   2> 592693 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 592693 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 592694 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 592694 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 592694 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-16T08:22:01.526Z
   [junit4]   2> 592695 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 592695 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdatesDistrib_B6DB3D6304CB65F0-001/shard-3-001/solr.xml
   [junit4]   2> 592698 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a4d51cd, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 592699 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43431/solr
   [junit4]   2> 592701 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15e89c7a21f000f, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 592705 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:43213__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 592706 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:43213__yh    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 592706 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[B6DB3D6304CB65F0]) 
[n:127.0.0.1:43213__yh    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43213__yh
   [junit4]   2> 592707 INFO  
(zkCallback-2134-thread-1-processing-n:127.0.0.1:39903__yh) 
[n:127.0.0.1:39903__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 592707 INFO  
(zkCallback-2140-thread-1-processing-n:127.0.0.1:36863__yh) 
[n:127.0.0.1:36863__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 592707 INFO  
(zkCallback-2122-thread-2-processing-n:127.0.0.1:38315__yh) 
[n:127.0.0.1:38315__yh    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 592707 INFO  (zkCallback-2129-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 592708 INFO  
(zkCallback-2147-thread-1-processing-n:127.0.0.1:43213__yh) 
[n:127.0.0.1:43213__yh    ] o.a.s.c.c.ZkStateReade

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

rMetricManager Closing metric reporters for 
registry=solr.core.workQueue.shard1.replica_n1, tag=1713897140
   [junit4]   2> 151342 INFO  (coreCloseExecutor-564-thread-1) 
[n:127.0.0.1:46103_solr c:mainCorpus s:shard1 r:core_node3 
x:mainCorpus_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.mainCorpus.shard1.leader, tag=1675803701
   [junit4]   2> 151342 INFO  (coreCloseExecutor-561-thread-2) 
[n:127.0.0.1:33055_solr c:workQueue s:shard1 r:core_node3 
x:workQueue_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@45007258: rootName = 
solr_33055, domain = solr.core.workQueue.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core.workQueue.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@16de7207
   [junit4]   2> 151343 INFO  (jetty-closer-186-thread-4) [    ] 
o.a.s.c.Overseer Overseer 
(id=98667894291693578-127.0.0.1:46103_solr-n_0000000000) closing
   [junit4]   2> 151344 INFO  
(OverseerStateUpdate-98667894291693578-127.0.0.1:46103_solr-n_0000000000) 
[n:127.0.0.1:46103_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46103_solr
   [junit4]   2> 151344 INFO  
(zkCallback-206-thread-1-processing-n:127.0.0.1:38837_solr) 
[n:127.0.0.1:38837_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 151344 INFO  
(zkCallback-207-thread-2-processing-n:127.0.0.1:33055_solr) 
[n:127.0.0.1:33055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 151344 INFO  
(zkCallback-206-thread-2-processing-n:127.0.0.1:38837_solr) 
[n:127.0.0.1:38837_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38837_solr
   [junit4]   2> 151347 INFO  (coreCloseExecutor-561-thread-3) 
[n:127.0.0.1:33055_solr c:destination s:shard2 r:core_node4 
x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.destination.shard2.replica_n2, tag=267777581
   [junit4]   2> 151347 INFO  (coreCloseExecutor-561-thread-3) 
[n:127.0.0.1:33055_solr c:destination s:shard2 r:core_node4 
x:destination_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@239f5060: rootName = 
solr_33055, domain = solr.core.destination.shard2.replica_n2, service url = 
null, agent id = null] for registry solr.core.destination.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@24eb005f
   [junit4]   2> 151351 INFO  (coreCloseExecutor-562-thread-3) 
[n:127.0.0.1:38837_solr c:destination s:shard1 r:core_node3 
x:destination_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.destination.shard1.leader, tag=1983210519
   [junit4]   2> 151352 WARN  
(zkCallback-206-thread-2-processing-n:127.0.0.1:38837_solr) 
[n:127.0.0.1:38837_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 151352 INFO  
(zkCallback-207-thread-1-processing-n:127.0.0.1:33055_solr) 
[n:127.0.0.1:33055_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:33055_solr
   [junit4]   2> 151352 INFO  
(zkCallback-207-thread-2-processing-n:127.0.0.1:33055_solr) 
[n:127.0.0.1:33055_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 151352 INFO  (coreCloseExecutor-561-thread-1) 
[n:127.0.0.1:33055_solr c:collection1_collection s:shard1 r:core_node3 
x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.collection1_collection.shard1.leader, tag=232813462
   [junit4]   2> 151352 INFO  (jetty-closer-186-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@19fde4ec{/solr,null,UNAVAILABLE}
   [junit4]   2> 151352 INFO  (coreCloseExecutor-561-thread-2) 
[n:127.0.0.1:33055_solr c:workQueue s:shard1 r:core_node3 
x:workQueue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.workQueue.shard1.leader, tag=1713897140
   [junit4]   2> 151352 INFO  (coreCloseExecutor-561-thread-3) 
[n:127.0.0.1:33055_solr c:destination s:shard2 r:core_node4 
x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.destination.shard2.leader, tag=267777581
   [junit4]   2> 151352 INFO  (coreCloseExecutor-561-thread-2) 
[n:127.0.0.1:33055_solr c:workQueue s:shard1 r:core_node3 
x:workQueue_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter close.
   [junit4]   2> 151352 INFO  (coreCloseExecutor-561-thread-2) 
[n:127.0.0.1:33055_solr c:workQueue s:shard1 r:core_node3 
x:workQueue_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@1c261977 commitCommandVersion:0
   [junit4]   2> 151364 WARN  
(zkCallback-207-thread-1-processing-n:127.0.0.1:33055_solr) 
[n:127.0.0.1:33055_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 151364 INFO  (jetty-closer-186-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4af64735{/solr,null,UNAVAILABLE}
   [junit4]   2> 152844 WARN  
(zkCallback-203-thread-2-processing-n:127.0.0.1:35547_solr) 
[n:127.0.0.1:35547_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 152844 WARN  
(zkCallback-205-thread-2-processing-n:127.0.0.1:46103_solr) 
[n:127.0.0.1:46103_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 152844 INFO  (jetty-closer-186-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@eb29808{/solr,null,UNAVAILABLE}
   [junit4]   2> 152844 INFO  (jetty-closer-186-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5f382f0c{/solr,null,UNAVAILABLE}
   [junit4]   2> 152846 ERROR 
(SUITE-StreamExpressionTest-seed#[2A60862F7FEEAFBB]-worker) [    ] 
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> 152846 INFO  
(SUITE-StreamExpressionTest-seed#[2A60862F7FEEAFBB]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43579 43579
   [junit4]   2> 154028 INFO  (Thread-286) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:43579 43579
   [junit4]   2> 154028 WARN  (Thread-286) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        72      /solr/aliases.json
   [junit4]   2>        72      /solr/clusterprops.json
   [junit4]   2>        9       /solr/configs/conf
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        72      /solr/clusterstate.json
   [junit4]   2>        20      /solr/collections/destination/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        20      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        20      /solr/collections/mainCorpus/state.json
   [junit4]   2>        18      /solr/collections/workQueue/state.json
   [junit4]   2>        18      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        10      
/solr/collections/collection1_collection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98667894291693579-127.0.0.1:38837_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        72      /solr/live_nodes
   [junit4]   2>        72      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_2A60862F7FEEAFBB-001
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8657, maxDocsPerChunk=66, blockSize=467), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8657, blockSize=467)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=nl-NL, timezone=Africa/Tripoli
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=261702904,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [JsonValidatorTest, 
SubtractEvaluatorTest, ConcatOperationTest, FieldAnalysisResponseTest, 
TestNamedListCodec, AnlysisResponseBaseTest, TestDelegationTokenRequest, 
CeilingEvaluatorTest, LengthEvaluatorTest, TestRetryUtil, 
LargeVolumeEmbeddedTest, TermsResponseTest, BasicHttpSolrClientTest, 
SolrExampleStreamingTest, RoundEvaluatorTest, OrEvaluatorTest, 
EqualToEvaluatorTest, TestLBHttpSolrClient, LargeVolumeBinaryJettyTest, 
TestXMLEscaping, RecursiveEvaluatorTest, CumulativeProbabilityEvaluatorTest, 
UniformDistributionEvaluatorTest, JDBCStreamTest, 
SolrExampleStreamingBinaryTest, SolrExampleXMLTest, SolrExampleJettyTest, 
TestSpellCheckResponse, TestSolrProperties, TestEmbeddedSolrServer, 
TestJavaBinCodec, SolrQueryTest, ContentStreamTest, TestFastInputStream, 
DocumentAnalysisResponseTest, SolrDocumentTest, SolrExceptionTest, 
NamedListTest, CollectionAdminRequestRequiredParamsTest, 
SolrSchemalessExampleTest, CloudSolrClientCacheTest, 
CloudSolrClientMultiConstructorTest, ConcurrentUpdateSolrClientBuilderTest, 
ConcurrentUpdateSolrClientTest, StreamExpressionTest]
   [junit4] Completed [145/145 (1!)] on J0 in 70.60s, 109 tests, 1 failure, 1 
error, 9 skipped <<< FAILURES!

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

Reply via email to