You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/04 14:53:31 UTC

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 340 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/340/

3 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=24043, name=Thread-14288, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=24043, name=Thread-14288, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:51303/xf_by/collection1
	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]:0)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:644)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:51303/xf_by/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:642)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
	... 5 more


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:74)  at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)  at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:610)  at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:498)  at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)  at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:984)  at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1687)  at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1580)  at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1389)  at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)  at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:160)  at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)  at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)  at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)  at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)  at org.apache.solr.core.SolrCore.execute(SolrCore.java:2448)  at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:301)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)  at org.eclipse.jetty.server.Server.handle(Server.java:534)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:74)
	at org.apache.solr.update.HdfsUpdateLog.ensureLog(HdfsUpdateLog.java:316)
	at org.apache.solr.update.UpdateLog.deleteByQuery(UpdateLog.java:610)
	at org.apache.solr.update.DirectUpdateHandler2.deleteByQuery(DirectUpdateHandler2.java:498)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:78)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:984)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDeleteByQuery(DistributedUpdateProcessor.java:1687)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteByQuery(DistributedUpdateProcessor.java:1580)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1389)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.JavabinLoader.delete(JavabinLoader.java:160)
	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:113)
	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2448)
	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:301)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
	at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	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:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest

Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)  at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)  at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)  at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)  at sun.reflect.GeneratedConstructorAccessor495.newInstance(Unknown Source)  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)  at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)  at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)  at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1079)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:943)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
	at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
	at sun.reflect.GeneratedConstructorAccessor495.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1079)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:943)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
	at sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	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:745)




Build Log:
[...truncated 12444 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/init-core-data-001
   [junit4]   2> 1491538 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 1491538 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1491539 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1491540 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /uszx/z
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1491576 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1491582 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1491586 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1491599 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_52121_hdfs____.m4zoir/webapp
   [junit4]   2> 1491967 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52121
   [junit4]   2> 1492056 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1492057 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1492071 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_58916_datanode____ctroci/webapp
   [junit4]   2> 1492491 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58916
   [junit4]   2> 1492545 WARN  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1492546 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1492559 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_37181_datanode____qwpq0d/webapp
   [junit4]   2> 1492598 INFO  (IPC Server handler 3 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-d155451f-ce38-4d1f-856e-10a0e779bdff node DatanodeRegistration(127.0.0.1:46757, datanodeUuid=3a8129c6-9ba5-4bec-b58b-e72684e12745, infoPort=39708, infoSecurePort=0, ipcPort=34373, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1492598 INFO  (IPC Server handler 3 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-38606f45-bb42-401f-bd6f-c9f1942dc500 node DatanodeRegistration(127.0.0.1:46757, datanodeUuid=3a8129c6-9ba5-4bec-b58b-e72684e12745, infoPort=39708, infoSecurePort=0, ipcPort=34373, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1492941 INFO  (SUITE-HdfsChaosMonkeySafeLeaderTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37181
   [junit4]   2> 1493037 INFO  (IPC Server handler 0 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-0cb11d30-0751-4950-881a-4a4f9d0d017e node DatanodeRegistration(127.0.0.1:43703, datanodeUuid=59a42f61-08ae-458a-83b4-fc4fec8b0fd5, infoPort=34397, infoSecurePort=0, ipcPort=38145, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 1493037 INFO  (IPC Server handler 0 on 34698) [    ] BlockStateChange BLOCK* processReport: from storage DS-8717586f-a92e-49a9-85fa-1a05ffd18506 node DatanodeRegistration(127.0.0.1:43703, datanodeUuid=59a42f61-08ae-458a-83b4-fc4fec8b0fd5, infoPort=34397, infoSecurePort=0, ipcPort=38145, storageInfo=lv=-56;cid=testClusterID;nsid=2033110215;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1493111 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1493111 INFO  (Thread-6536) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1493111 INFO  (Thread-6536) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1493113 ERROR (Thread-6536) [    ] 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> 1493211 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkTestServer start zk server on port:40393
   [junit4]   2> 1493223 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1493227 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1493229 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1493230 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1493232 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1493233 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1493235 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1493237 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1493238 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1493239 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1493241 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1493367 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores/collection1
   [junit4]   2> 1493369 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1493375 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7d7d324c{/uszx/z,null,AVAILABLE}
   [junit4]   2> 1493375 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@192caf3f{SSL,[ssl, http/1.1]}{127.0.0.1:51971}
   [junit4]   2> 1493375 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server Started @1496563ms
   [junit4]   2> 1493376 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:34698/hdfs__localhost_34698__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001_tempDir-002_control_data, hostContext=/uszx/z, hostPort=51971, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores}
   [junit4]   2> 1493376 ERROR (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1493377 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T13:36:10.498Z
   [junit4]   2> 1493380 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1493380 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/solr.xml
   [junit4]   2> 1493387 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1493388 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40393/solr
   [junit4]   2> 1493414 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1493414 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51971_uszx%2Fz
   [junit4]   2> 1493415 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) starting
   [junit4]   2> 1493427 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51971_uszx%2Fz
   [junit4]   2> 1493429 INFO  (zkCallback-1898-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1493507 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores
   [junit4]   2> 1493507 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1493508 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1493515 INFO  (OverseerStateUpdate-97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1494535 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1494550 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1494645 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1494647 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34698/solr_hdfs_home
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1494665 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/control-001/cores/collection1], dataDir=[hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 1494666 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45b9851c
   [junit4]   2> 1494666 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 1494674 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1494674 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1494676 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 1499677 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 1504681 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1504682 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 1504699 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 1504706 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1504706 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1504710 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1504711 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=30.6962890625, floorSegmentMB=0.4345703125, forceMergeDeletesPctAllowed=26.603604707726834, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7162669646328702
   [junit4]   2> 1504733 INFO  (IPC Server handler 9 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46757 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|RBW], ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW]]} size 0
   [junit4]   2> 1504733 INFO  (IPC Server handler 8 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43703 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|RBW], ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW]]} size 0
   [junit4]   2> 1504745 WARN  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   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> 1504789 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1504789 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1504789 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1504801 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1504801 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1504803 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=815771607, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1504809 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@507d81e2[collection1] main]
   [junit4]   2> 1504810 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1504810 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1504810 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1504812 INFO  (searcherExecutor-3760-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@507d81e2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1504814 INFO  (coreLoadExecutor-3759-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566472910337474560
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:51971/uszx/z/collection1/
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:51971/uszx/z/collection1/ has no replicas
   [junit4]   2> 1504822 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1504828 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:51971/uszx/z/collection1/ shard1
   [junit4]   2> 1504973 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1504974 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40393/solr ready
   [junit4]   2> 1504974 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1504974 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1504979 INFO  (coreZkRegister-3752-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz x:collection1 c:control_collection) [n:127.0.0.1:51971_uszx%2Fz c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1505101 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores/collection1
   [junit4]   2> 1505101 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001
   [junit4]   2> 1505103 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1505104 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@410ffd8{/uszx/z,null,AVAILABLE}
   [junit4]   2> 1505105 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e94408d{SSL,[ssl, http/1.1]}{127.0.0.1:52558}
   [junit4]   2> 1505105 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server Started @1508292ms
   [junit4]   2> 1505105 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:34698/hdfs__localhost_34698__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/uszx/z, hostPort=52558, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores}
   [junit4]   2> 1505106 ERROR (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1505110 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T13:36:22.231Z
   [junit4]   2> 1505114 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1505114 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/solr.xml
   [junit4]   2> 1505121 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1505122 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40393/solr
   [junit4]   2> 1505133 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1505136 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1505139 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52558_uszx%2Fz
   [junit4]   2> 1505140 INFO  (zkCallback-1902-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1505141 INFO  (zkCallback-1898-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1505142 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1505201 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores
   [junit4]   2> 1505201 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1505202 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1505204 INFO  (OverseerStateUpdate-97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1505307 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1506218 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1506233 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1506331 WARN  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1506333 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1506353 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34698/solr_hdfs_home
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-1-001/cores/collection1], dataDir=[hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 1506354 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45b9851c
   [junit4]   2> 1506355 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 1506364 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1506364 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1506367 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1506367 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 1506386 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 1506394 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1506394 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1506397 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1506397 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=30.6962890625, floorSegmentMB=0.4345703125, forceMergeDeletesPctAllowed=26.603604707726834, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7162669646328702
   [junit4]   2> 1506418 INFO  (IPC Server handler 4 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43703 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW], ReplicaUC[[DISK]DS-0cb11d30-0751-4950-881a-4a4f9d0d017e:NORMAL:127.0.0.1:43703|FINALIZED]]} size 0
   [junit4]   2> 1506420 INFO  (IPC Server handler 5 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46757 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-0cb11d30-0751-4950-881a-4a4f9d0d017e:NORMAL:127.0.0.1:43703|FINALIZED], ReplicaUC[[DISK]DS-38606f45-bb42-401f-bd6f-c9f1942dc500:NORMAL:127.0.0.1:46757|FINALIZED]]} size 0
   [junit4]   2> 1506432 WARN  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   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> 1506486 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1506486 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1506486 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1506497 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1506497 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1506499 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=815771607, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1506504 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@760ea290[collection1] main]
   [junit4]   2> 1506505 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1506506 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1506506 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1506507 INFO  (searcherExecutor-3771-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@760ea290[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1506510 INFO  (coreLoadExecutor-3770-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566472912115859456
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:52558/uszx/z/collection1/
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:52558/uszx/z/collection1/ has no replicas
   [junit4]   2> 1506517 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1506525 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:52558/uszx/z/collection1/ shard1
   [junit4]   2> 1506633 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1506680 INFO  (coreZkRegister-3765-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:52558_uszx%2Fz c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1506769 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores/collection1
   [junit4]   2> 1506770 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001
   [junit4]   2> 1506771 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1506774 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61145fba{/uszx/z,null,AVAILABLE}
   [junit4]   2> 1506775 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3948cd28{SSL,[ssl, http/1.1]}{127.0.0.1:38817}
   [junit4]   2> 1506775 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.e.j.s.Server Started @1509962ms
   [junit4]   2> 1506775 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:34698/hdfs__localhost_34698__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/uszx/z, hostPort=38817, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores}
   [junit4]   2> 1506776 ERROR (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1506777 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-04T13:36:23.898Z
   [junit4]   2> 1506780 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1506780 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/solr.xml
   [junit4]   2> 1506785 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1506789 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1506789 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40393/solr
   [junit4]   2> 1506800 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1506805 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1506807 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38817_uszx%2Fz
   [junit4]   2> 1506809 INFO  (zkCallback-1902-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506809 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506810 INFO  (zkCallback-1898-thread-1-processing-n:127.0.0.1:51971_uszx%2Fz) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506811 INFO  (zkCallback-1914-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1506863 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores
   [junit4]   2> 1506863 INFO  (TEST-HdfsChaosMonkeySafeLeaderTest.test-seed#[FC5B6C3A04CE428F]) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1506866 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1506868 INFO  (OverseerStateUpdate-97904556129189893-127.0.0.1:51971_uszx%2Fz-n_0000000000) [n:127.0.0.1:51971_uszx%2Fz    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1506972 INFO  (zkCallback-1908-thread-1-processing-n:127.0.0.1:52558_uszx%2Fz) [n:127.0.0.1:52558_uszx%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1506972 INFO  (zkCallback-1914-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1507882 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1507897 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1508007 WARN  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1508008 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1508025 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:34698/solr_hdfs_home
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest_FC5B6C3A04CE428F-001/shard-2-001/cores/collection1], dataDir=[hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 1508026 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@45b9851c
   [junit4]   2> 1508027 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 1508035 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1508035 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1508038 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1508039 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 1508056 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:34698/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 1508062 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1508062 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1508065 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1508065 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=5, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=30.6962890625, floorSegmentMB=0.4345703125, forceMergeDeletesPctAllowed=26.603604707726834, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7162669646328702
   [junit4]   2> 1508076 INFO  (IPC Server handler 8 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:43703 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW], ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|FINALIZED]]} size 0
   [junit4]   2> 1508077 INFO  (IPC Server handler 5 on 34698) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:46757 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-d155451f-ce38-4d1f-856e-10a0e779bdff:NORMAL:127.0.0.1:46757|RBW], ReplicaUC[[DISK]DS-8717586f-a92e-49a9-85fa-1a05ffd18506:NORMAL:127.0.0.1:43703|FINALIZED]]} size 0
   [junit4]   2> 1508096 WARN  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   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> 1508168 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1508168 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1508168 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1508180 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1508180 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1508184 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=815771607, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1508203 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d325dcf[collection1] main]
   [junit4]   2> 1508204 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1508205 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1508205 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1508206 INFO  (searcherExecutor-3782-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d325dcf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1508210 INFO  (coreLoadExecutor-3781-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz) [n:127.0.0.1:38817_uszx%2Fz c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566472913898438656
   [junit4]   2> 1508224 INFO  (coreZkRegister-3776-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 c:collection1) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1508230 INFO  (updateExecutor-1911-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1508230 INFO  (recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1508238 INFO  (recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38817_uszx%2Fz c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1508238 INFO  (recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:38817_uszx%2Fz x:collection1 s:shard1 

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

[junit4]   2> 
   [junit4]   2> GC Daemon:
   [junit4]   2>     java.lang.Object.wait(Native Method)
   [junit4]   2>     [...sun.*]
   [junit4]   2> 
   [junit4]   2> 4157794 INFO  (SUITE-HdfsRecoveryZkTest-seed#[FC5B6C3A04CE428F]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {rnd_b=PostingsFormat(name=Memory doPackFST= true), _version_=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=Asserting), a_i=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, maxPointsInLeafNode=773, maxMBSortInHeap=5.106416544196538, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-CL, timezone=America/Virgin
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=189714312,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCoreMetricManagerTest, TolerantUpdateProcessorTest, HdfsLockFactoryTest, EchoParamsTest, FileUtilsTest, TestPerFieldSimilarityWithDefaultOverride, TestQueryTypes, TestFieldTypeResource, MoreLikeThisHandlerTest, LoggingHandlerTest, TestDistribIDF, TestSmileRequest, ClusterStateUpdateTest, TestJsonFacetRefinement, DistributedMLTComponentTest, ZkStateReaderTest, TestDFISimilarityFactory, OverseerTaskQueueTest, TestSolrIndexConfig, TestSegmentSorting, SliceStateTest, SoftAutoCommitTest, URLClassifyProcessorTest, SpatialHeatmapFacetsTest, SolrIndexMetricsTest, TestStressCloudBlindAtomicUpdates, DistributedQueryComponentOptimizationTest, BasicFunctionalityTest, DistributedDebugComponentTest, TestCSVResponseWriter, TestSchemaManager, TestCharFilters, CSVRequestHandlerTest, CollectionStateFormat2Test, JsonLoaderTest, HdfsBasicDistributedZkTest, TestRuleBasedAuthorizationPlugin, TestTolerantUpdateProcessorCloud, TestJavabinTupleStreamParser, SolrJmxReporterTest, DirectSolrConnectionTest, MultiTermTest, TestCloudDeleteByQuery, BooleanFieldTest, HdfsThreadLeakTest, TestSuggestSpellingConverter, TestFuzzyAnalyzedSuggestions, TestWordDelimiterFilterFactory, DistributedQueueTest, TestFieldCacheReopen, SpellingQueryConverterTest, OpenCloseCoreStressTest, TestLuceneMatchVersion, TriLevelCompositeIdRoutingTest, TestSweetSpotSimilarityFactory, DateMathParserTest, TestSolrCLIRunExample, TestCursorMarkWithoutUniqueKey, SampleTest, TestManagedSchemaAPI, CopyFieldTest, SmileWriterTest, TestBulkSchemaAPI, DirectSolrSpellCheckerTest, CdcrUpdateLogTest, TestUnifiedSolrHighlighter, TestLeaderElectionZkExpiry, TestReqParamsAPI, TestQueryUtils, DistributedIntervalFacetingTest, TestConfigOverlay, TestSchemaSimilarityResource, LeaderFailoverAfterPartitionTest, TestManagedResource, HdfsWriteToMultipleCollectionsTest, CoreAdminRequestStatusTest, TestCloudPivotFacet, UpdateRequestProcessorFactoryTest, TestSolrQueryParserDefaultOperatorResource, TestOrdValues, SolrInfoMBeanTest, JsonValidatorTest, ZkControllerTest, AssignTest, TestImpersonationWithHadoopAuth, TestFieldCacheSortRandom, CdcrBootstrapTest, TestAnalyzeInfixSuggestions, TestFiltering, DistributedFacetPivotSmallTest, WordBreakSolrSpellCheckerTest, TestTrie, TestUninvertingReader, SharedFSAutoReplicaFailoverUtilsTest, DistribCursorPagingTest, TestDistributedGrouping, TestSQLHandlerNonCloud, TestRawTransformer, TestInitParams, ChaosMonkeySafeLeaderTest, TestSolrDynamicMBean, TestSystemIdResolver, OverseerModifyCollectionTest, IndexSchemaTest, TestDeleteCollectionOnDownNodes, CloudMLTQParserTest, ExplicitHLLTest, TestLegacyFieldCache, TestPartialUpdateDeduplication, DistributedTermsComponentTest, SystemInfoHandlerTest, SearchHandlerTest, ClassificationUpdateProcessorTest, CursorMarkTest, SuggesterFSTTest, CheckHdfsIndexTest, ShardRoutingTest, TestReplicationHandler, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressVersions, HardAutoCommitTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, TestBadConfig, TestIndexSearcher, HighlighterTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, SpellCheckCollatorTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, SortByFunctionTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, TestComponentsName, SOLR749Test, TestQuerySenderListener, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, TestElisionMultitermQuery, TestPostingsSolrHighlighter, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, TestFastOutputStream, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, UUIDFieldTest, CircularListTest, TestRTGBase, CursorPagingTest, TestCrossCoreJoin, TestSimpleTrackingShardHandler, TestPathTrie, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, CollectionsAPIAsyncDistributedZkTest, DeleteNodeTest, DeleteStatusTest, DistribJoinFromCollectionTest, LeaderInitiatedRecoveryOnShardRestartTest, MoveReplicaTest, ReplicationFactorTest, RestartWhileUpdatingTest, SolrCloudExampleTest, TestCloudPseudoReturnFields, TestCloudRecovery, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudClusterSSL, TestRandomFlRTGCloud, HdfsRecoveryZkTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsRecoveryZkTest -Dtests.seed=FC5B6C3A04CE428F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-CL -Dtests.timezone=America/Virgin -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | HdfsRecoveryZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.update.HdfsTransactionLog
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.update.HdfsTransactionLog.<init>(HdfsTransactionLog.java:130)
   [junit4]    > 	at org.apache.solr.update.HdfsUpdateLog.init(HdfsUpdateLog.java:203)
   [junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
   [junit4]    > 	at org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
   [junit4]    > 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   [junit4]    > 	at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
   [junit4]    > 	at org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1079)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:943)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FC5B6C3A04CE428F]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [547/711 (3!)] on J1 in 47.46s, 1 test, 1 failure <<< FAILURES!

[...truncated 43926 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 346 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/346/

3 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=4107, name=Thread-942, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=4107, name=Thread-942, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:55985/b_/collection2_shard3_replica1: Exception writing document id thread2_9_3 to the index; possible analysis error.
	at __randomizedtesting.SeedInfo.seed([A2FEA6BF206E2B5A]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1263)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:641)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55985/b_/collection2_shard3_replica1: Exception writing document id thread2_9_3 to the index; possible analysis error.
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:796)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}]> but was:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}, {indexVersion=1494516003384,generation=3,filelist=[_cg.fdt, _cg.fdx, _cg.fnm, _cg.nvd, _cg.nvm, _cg.si, _cg_MockRandom_0.doc, _cg_MockRandom_0.sd, _cg_MockRandom_0.tio, _cg_MockRandom_0.tipo, segments_3]}]>

Stack Trace:
java.lang.AssertionError: expected:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}]> but was:<[{indexVersion=1494516003384,generation=2,filelist=[_bk.fdt, _bk.fdx, _bk.fnm, _bk.nvd, _bk.nvm, _bk.si, _bk_MockRandom_0.doc, _bk_MockRandom_0.sd, _bk_MockRandom_0.tfp, _bl.fdt, _bl.fdx, _bl.fnm, _bl.nvd, _bl.nvm, _bl.si, _bl_MockRandom_0.doc, _bl_MockRandom_0.sd, _bl_MockRandom_0.tio, _bl_MockRandom_0.tipo, _bm.fdt, _bm.fdx, _bm.fnm, _bm.nvd, _bm.nvm, _bm.si, _bm_MockRandom_0.doc, _bm_MockRandom_0.sd, _bm_MockRandom_0.tbk, _bm_MockRandom_0.tix, _bn.fdt, _bn.fdx, _bn.fnm, _bn.nvd, _bn.nvm, _bn.si, _bn_MockRandom_0.doc, _bn_MockRandom_0.sd, _bn_MockRandom_0.tib, _bn_MockRandom_0.tii, _bo.fdt, _bo.fdx, _bo.fnm, _bo.nvd, _bo.nvm, _bo.si, _bo_MockRandom_0.doc, _bo_MockRandom_0.sd, _bo_MockRandom_0.tio, _bo_MockRandom_0.tipo, _bp.fdt, _bp.fdx, _bp.fnm, _bp.nvd, _bp.nvm, _bp.si, _bp_MockRandom_0.doc, _bp_MockRandom_0.sd, _bp_MockRandom_0.tio, _bp_MockRandom_0.tipo, _bq.fdt, _bq.fdx, _bq.fnm, _bq.nvd, _bq.nvm, _bq.si, _bq_MockRandom_0.doc, _bq_MockRandom_0.sd, _bq_MockRandom_0.tib, _bq_MockRandom_0.tiv, _br.fdt, _br.fdx, _br.fnm, _br.nvd, _br.nvm, _br.si, _br_MockRandom_0.doc, _br_MockRandom_0.sd, _br_MockRandom_0.tim, _br_MockRandom_0.tip, _bs.fdt, _bs.fdx, _bs.fnm, _bs.nvd, _bs.nvm, _bs.si, _bs_MockRandom_0.doc, _bs_MockRandom_0.sd, _bs_MockRandom_0.tfp, _bt.fdt, _bt.fdx, _bt.fnm, _bt.nvd, _bt.nvm, _bt.si, _bt_MockRandom_0.doc, _bt_MockRandom_0.sd, _bt_MockRandom_0.tio, _bt_MockRandom_0.tipo, _bu.fdt, _bu.fdx, _bu.fnm, _bu.nvd, _bu.nvm, _bu.si, _bu_MockRandom_0.doc, _bu_MockRandom_0.sd, _bu_MockRandom_0.tim, _bu_MockRandom_0.tip, _bv.fdt, _bv.fdx, _bv.fnm, _bv.nvd, _bv.nvm, _bv.si, _bv_MockRandom_0.doc, _bv_MockRandom_0.sd, _bv_MockRandom_0.tim, _bv_MockRandom_0.tip, _bw.fdt, _bw.fdx, _bw.fnm, _bw.nvd, _bw.nvm, _bw.si, _bw_MockRandom_0.doc, _bw_MockRandom_0.sd, _bw_MockRandom_0.tib, _bw_MockRandom_0.tiv, _bx.fdt, _bx.fdx, _bx.fnm, _bx.nvd, _bx.nvm, _bx.si, _bx_MockRandom_0.doc, _bx_MockRandom_0.sd, _bx_MockRandom_0.tib, _bx_MockRandom_0.tiv, _by.fdt, _by.fdx, _by.fnm, _by.nvd, _by.nvm, _by.si, _by_MockRandom_0.doc, _by_MockRandom_0.sd, _by_MockRandom_0.tib, _by_MockRandom_0.tii, _bz.fdt, _bz.fdx, _bz.fnm, _bz.nvd, _bz.nvm, _bz.si, _bz_MockRandom_0.doc, _bz_MockRandom_0.sd, _bz_MockRandom_0.tbk, _bz_MockRandom_0.tix, _c0.fdt, _c0.fdx, _c0.fnm, _c0.nvd, _c0.nvm, _c0.si, _c0_MockRandom_0.doc, _c0_MockRandom_0.sd, _c0_MockRandom_0.tib, _c0_MockRandom_0.tii, _c1.fdt, _c1.fdx, _c1.fnm, _c1.nvd, _c1.nvm, _c1.si, _c1_MockRandom_0.doc, _c1_MockRandom_0.sd, _c1_MockRandom_0.tbk, _c1_MockRandom_0.tix, _c2.fdt, _c2.fdx, _c2.fnm, _c2.nvd, _c2.nvm, _c2.si, _c2_MockRandom_0.doc, _c2_MockRandom_0.sd, _c2_MockRandom_0.tbk, _c2_MockRandom_0.tix, _c3.fdt, _c3.fdx, _c3.fnm, _c3.nvd, _c3.nvm, _c3.si, _c3_MockRandom_0.doc, _c3_MockRandom_0.sd, _c3_MockRandom_0.tfp, _c4.fdt, _c4.fdx, _c4.fnm, _c4.nvd, _c4.nvm, _c4.si, _c4_MockRandom_0.doc, _c4_MockRandom_0.sd, _c4_MockRandom_0.tib, _c4_MockRandom_0.tii, _c5.fdt, _c5.fdx, _c5.fnm, _c5.nvd, _c5.nvm, _c5.si, _c5_MockRandom_0.doc, _c5_MockRandom_0.sd, _c5_MockRandom_0.tio, _c5_MockRandom_0.tipo, _c6.fdt, _c6.fdx, _c6.fnm, _c6.nvd, _c6.nvm, _c6.si, _c6_MockRandom_0.doc, _c6_MockRandom_0.sd, _c6_MockRandom_0.tbk, _c6_MockRandom_0.tix, _c7.fdt, _c7.fdx, _c7.fnm, _c7.nvd, _c7.nvm, _c7.si, _c7_MockRandom_0.doc, _c7_MockRandom_0.sd, _c7_MockRandom_0.tio, _c7_MockRandom_0.tipo, _c8.fdt, _c8.fdx, _c8.fnm, _c8.nvd, _c8.nvm, _c8.si, _c8_MockRandom_0.doc, _c8_MockRandom_0.sd, _c8_MockRandom_0.tim, _c8_MockRandom_0.tip, _c9.fdt, _c9.fdx, _c9.fnm, _c9.nvd, _c9.nvm, _c9.si, _c9_MockRandom_0.doc, _c9_MockRandom_0.sd, _c9_MockRandom_0.tfp, _ca.fdt, _ca.fdx, _ca.fnm, _ca.nvd, _ca.nvm, _ca.si, _ca_MockRandom_0.doc, _ca_MockRandom_0.sd, _ca_MockRandom_0.tim, _ca_MockRandom_0.tip, _cb.fdt, _cb.fdx, _cb.fnm, _cb.nvd, _cb.nvm, _cb.si, _cb_MockRandom_0.doc, _cb_MockRandom_0.sd, _cb_MockRandom_0.tfp, _cc.fdt, _cc.fdx, _cc.fnm, _cc.nvd, _cc.nvm, _cc.si, _cc_MockRandom_0.doc, _cc_MockRandom_0.sd, _cc_MockRandom_0.tfp, _cd.fdt, _cd.fdx, _cd.fnm, _cd.nvd, _cd.nvm, _cd.si, _cd_MockRandom_0.doc, _cd_MockRandom_0.sd, _cd_MockRandom_0.tbk, _cd_MockRandom_0.tix, _ce.fdt, _ce.fdx, _ce.fnm, _ce.nvd, _ce.nvm, _ce.si, _ce_MockRandom_0.doc, _ce_MockRandom_0.sd, _ce_MockRandom_0.tib, _ce_MockRandom_0.tiv, _cf.fdt, _cf.fdx, _cf.fnm, _cf.nvd, _cf.nvm, _cf.si, _cf_MockRandom_0.doc, _cf_MockRandom_0.sd, _cf_MockRandom_0.tbk, _cf_MockRandom_0.tix, segments_2]}, {indexVersion=1494516003384,generation=3,filelist=[_cg.fdt, _cg.fdx, _cg.fnm, _cg.nvd, _cg.nvm, _cg.si, _cg_MockRandom_0.doc, _cg_MockRandom_0.sd, _cg_MockRandom_0.tio, _cg_MockRandom_0.tipo, segments_3]}]>
	at __randomizedtesting.SeedInfo.seed([A2FEA6BF206E2B5A:8729BD8F50262559]: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.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1281)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)


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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:37160/g_i/g/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37160/g_i/g/collection1
	at __randomizedtesting.SeedInfo.seed([A2FEA6BF206E2B5A:2AAA99658E9246A2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1530)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:361)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:154)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
	... 54 more




Build Log:
[...truncated 11961 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/init-core-data-001
   [junit4]   2> 291773 WARN  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
   [junit4]   2> 291773 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 291775 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 291775 INFO  (SUITE-FullSolrCloudDistribCmdsTest-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /b_/
   [junit4]   2> 291778 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 291778 INFO  (Thread-856) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 291778 INFO  (Thread-856) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 291780 ERROR (Thread-856) [    ] 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> 291878 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkTestServer start zk server on port:53172
   [junit4]   2> 291893 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 291901 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 291902 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 291904 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 291906 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 291907 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 291909 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 291910 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 291912 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 291913 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 291915 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 292039 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores/collection1
   [junit4]   2> 292041 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 292042 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@94311c6{/b_,null,AVAILABLE}
   [junit4]   2> 292043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b1796fe{HTTP/1.1,[http/1.1]}{127.0.0.1:51421}
   [junit4]   2> 292043 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @295135ms
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/control/data, hostContext=/b_, hostPort=51421, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores}
   [junit4]   2> 292044 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 292044 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:43.166Z
   [junit4]   2> 292051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 292051 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/solr.xml
   [junit4]   2> 292060 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 292061 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 292087 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 292087 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51421_b_
   [junit4]   2> 292088 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.Overseer Overseer (id=97944548337319940-127.0.0.1:51421_b_-n_0000000000) starting
   [junit4]   2> 292097 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51421_b_
   [junit4]   2> 292107 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 292241 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores
   [junit4]   2> 292242 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51421_b_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 292242 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 292253 INFO  (OverseerStateUpdate-97944548337319940-127.0.0.1:51421_b_-n_0000000000) [n:127.0.0.1:51421_b_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 293271 WARN  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 293272 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 293285 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 293369 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 293388 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 293389 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 293389 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/control-001/cores/collection1/data/]
   [junit4]   2> 293389 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@628bb473
   [junit4]   2> 293390 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=83.0029296875, floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=2.5927208682817717, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5633674816476807
   [junit4]   2> 293398 WARN  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   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> 293457 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 293457 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 293458 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 293458 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 293458 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 293459 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e8e9a35[collection1] main]
   [junit4]   2> 293461 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 293461 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 293461 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 293462 INFO  (coreLoadExecutor-889-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567112775161872384
   [junit4]   2> 293466 INFO  (searcherExecutor-890-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e8e9a35[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51421/b_/collection1/
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51421/b_/collection1/ has no replicas
   [junit4]   2> 293478 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 293482 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51421/b_/collection1/ shard1
   [junit4]   2> 293633 INFO  (coreZkRegister-882-thread-1-processing-n:127.0.0.1:51421_b_ x:collection1 c:control_collection) [n:127.0.0.1:51421_b_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 293754 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 293755 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53172/solr ready
   [junit4]   2> 293755 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 293755 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 293760 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 0x15bf80c3b550006, 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:745)
   [junit4]   2> 293880 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores/collection1
   [junit4]   2> 293881 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001
   [junit4]   2> 293881 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 293883 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76577477{/b_,null,AVAILABLE}
   [junit4]   2> 293884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5f1ed243{HTTP/1.1,[http/1.1]}{127.0.0.1:52034}
   [junit4]   2> 293884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @296976ms
   [junit4]   2> 293884 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/b_, hostPort=52034, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores}
   [junit4]   2> 293885 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 293885 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:45.007Z
   [junit4]   2> 293888 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 293888 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/solr.xml
   [junit4]   2> 293896 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 293896 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 293916 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 293919 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 293922 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52034_b_
   [junit4]   2> 293923 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 293925 INFO  (zkCallback-1076-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 293926 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 293993 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores
   [junit4]   2> 293994 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:52034_b_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 293995 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 293996 INFO  (OverseerStateUpdate-97944548337319940-127.0.0.1:51421_b_-n_0000000000) [n:127.0.0.1:51421_b_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 294099 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 295016 WARN  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 295017 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 295031 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 295110 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 295128 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 295129 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 295129 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 295133 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@628bb473
   [junit4]   2> 295134 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=83.0029296875, floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=2.5927208682817717, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5633674816476807
   [junit4]   2> 295145 WARN  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   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> 295193 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 295193 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 295194 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 295194 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 295195 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 295196 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5055408b[collection1] main]
   [junit4]   2> 295197 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 295198 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 295198 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 295199 INFO  (coreLoadExecutor-900-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567112776983248896
   [junit4]   2> 295210 INFO  (searcherExecutor-901-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5055408b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:52034/b_/collection1/
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:52034/b_/collection1/ has no replicas
   [junit4]   2> 295216 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 295224 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:52034/b_/collection1/ shard2
   [junit4]   2> 295325 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 295375 INFO  (coreZkRegister-895-thread-1-processing-n:127.0.0.1:52034_b_ x:collection1 c:collection1) [n:127.0.0.1:52034_b_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 295479 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 295618 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores/collection1
   [junit4]   2> 295619 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001
   [junit4]   2> 295619 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 295621 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@682333c1{/b_,null,AVAILABLE}
   [junit4]   2> 295622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7fc904a9{HTTP/1.1,[http/1.1]}{127.0.0.1:37145}
   [junit4]   2> 295622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @298714ms
   [junit4]   2> 295622 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/b_, hostPort=37145, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores}
   [junit4]   2> 295623 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 295624 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:46.746Z
   [junit4]   2> 295627 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 295627 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/solr.xml
   [junit4]   2> 295634 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 295635 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 295648 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 295651 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 295653 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37145_b_
   [junit4]   2> 295655 INFO  (zkCallback-1076-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295655 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295656 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295656 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 295756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores
   [junit4]   2> 295756 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:37145_b_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 295757 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 295758 INFO  (OverseerStateUpdate-97944548337319940-127.0.0.1:51421_b_-n_0000000000) [n:127.0.0.1:51421_b_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard3
   [junit4]   2> 295861 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 295861 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 296775 WARN  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 296776 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 296789 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 296870 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 296888 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 296888 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 296888 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 296889 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@628bb473
   [junit4]   2> 296890 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=83.0029296875, floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=2.5927208682817717, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5633674816476807
   [junit4]   2> 296897 WARN  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   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> 296943 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 296943 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 296944 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 296944 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 296945 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 296946 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@440b1b81[collection1] main]
   [junit4]   2> 296947 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 296947 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 296947 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 296949 INFO  (searcherExecutor-912-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@440b1b81[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 296949 INFO  (coreLoadExecutor-911-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567112778818256896
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37145/b_/collection1/
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37145/b_/collection1/ has no replicas
   [junit4]   2> 296956 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 296961 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37145/b_/collection1/ shard3
   [junit4]   2> 297063 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 297063 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 297112 INFO  (coreZkRegister-906-thread-1-processing-n:127.0.0.1:37145_b_ x:collection1 c:collection1) [n:127.0.0.1:37145_b_ c:collection1 s:shard3 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 297216 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 297216 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 297384 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001/cores/collection1
   [junit4]   2> 297385 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001
   [junit4]   2> 297386 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b23ff0a{/b_,null,AVAILABLE}
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3bc98a78{HTTP/1.1,[http/1.1]}{127.0.0.1:51951}
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.e.j.s.Server Started @300480ms
   [junit4]   2> 297388 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/b_, hostPort=51951, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001/cores}
   [junit4]   2> 297389 ERROR (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 297389 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 297390 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 297390 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 297390 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-11T15:06:48.512Z
   [junit4]   2> 297394 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 297401 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_A2FEA6BF206E2B5A-001/shard-3-001/solr.xml
   [junit4]   2> 297408 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 297409 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53172/solr
   [junit4]   2> 297421 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51951_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 297424 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51951_b_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 297427 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-seed#[A2FEA6BF206E2B5A]) [n:127.0.0.1:51951_b_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51951_b_
   [junit4]   2> 297429 INFO  (zkCallback-1076-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297429 INFO  (zkCallback-1072-thread-1-processing-n:127.0.0.1:51421_b_) [n:127.0.0.1:51421_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297430 INFO  (zkCallback-1082-thread-1-processing-n:127.0.0.1:52034_b_) [n:127.0.0.1:52034_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297430 INFO  (zkCallback-1088-thread-1-processing-n:127.0.0.1:37145_b_) [n:127.0.0.1:37145_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297431 INFO  (zkCallback-1094-thread-1-processing-n:127.0.0.1:51951_b_) [n:127.0.0.1:51951_b_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 297580 INFO  (TEST-FullSolrCloudDistribCmdsTest.test-s

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

sageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
   [junit4]    > 	... 54 more
   [junit4]   2> 4737739 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4737739 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1248537383
   [junit4]   2> 4737739 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 4737740 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 4737742 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[A2FEA6BF206E2B5A]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 4737743 INFO  (coreCloseExecutor-10790-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7678df19
   [junit4]   2> 4737759 INFO  (coreCloseExecutor-10790-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FEA6BF206E2B5A-001
   [junit4]   2> May 11, 2017 4:20:48 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {title_s=FSTOrd50, id=PostingsFormat(name=Asserting), id_field_copy_that_does_not_support_in_place_update_s=FSTOrd50}, docValues:{inplace_updatable_float=DocValuesFormat(name=Direct), id_i=DocValuesFormat(name=Lucene54), _version_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Asserting), inplace_updatable_int_with_default=DocValuesFormat(name=Direct), inplace_updatable_float_with_default=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=381, maxMBSortInHeap=5.484827748650903, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=mt-MT, timezone=Asia/Kamchatka
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=168511552,total=523239424
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudWithDelegationTokens, WordBreakSolrSpellCheckerTest, TestDistributedStatsComponentCardinality, TestSystemIdResolver, DistanceFunctionTest, TestFuzzyAnalyzedSuggestions, TestHashPartitioner, SchemaVersionSpecificBehaviorTest, TestSQLHandlerNonCloud, SimplePostToolTest, ChaosMonkeySafeLeaderTest, CoreSorterTest, SolrCmdDistributorTest, CdcrBootstrapTest, TestTrie, SpatialRPTFieldTypeTest, TestXmlQParser, DocumentBuilderTest, CleanupOldIndexTest, DateMathParserTest, JsonValidatorTest, ForceLeaderTest, TestCollectionAPIs, TestHalfAndHalfDocValues, SpellCheckComponentTest, TestSearcherReuse, TestBulkSchemaAPI, URLClassifyProcessorTest, TestSubQueryTransformer, TestDeleteCollectionOnDownNodes, TestSystemCollAutoCreate, TestExactSharedStatsCache, TestElisionMultitermQuery, HLLUtilTest, HdfsWriteToMultipleCollectionsTest, TestStandardQParsers, SimpleMLTQParserTest, TestLockTree, SolrMetricsIntegrationTest, CopyFieldTest, TestSchemalessBufferedUpdates, TestRequestForwarding, CdcrRequestHandlerTest, TestQueryTypes, TermVectorComponentTest, TestConfigSetsAPIExclusivity, TestStressCloudBlindAtomicUpdates, DeleteInactiveReplicaTest, SearchHandlerTest, TestSurroundQueryParser, TestFieldResource, MultiTermTest, TestSha256AuthenticationProvider, SegmentsInfoRequestHandlerTest, ClassificationUpdateProcessorTest, OverseerTaskQueueTest, TestFieldCacheSanityChecker, TestManagedSynonymFilterFactory, ConnectionManagerTest, TermsComponentTest, DistributedIntervalFacetingTest, DistributedMLTComponentTest, TestQueryUtils, TestWordDelimiterFilterFactory, DistributedDebugComponentTest, RAMDirectoryFactoryTest, TestCSVResponseWriter, BufferStoreTest, TestExclusionRuleCollectionAccess, SharedFSAutoReplicaFailoverUtilsTest, TestStressVersions, TestLeaderElectionZkExpiry, HdfsDirectoryFactoryTest, HdfsBasicDistributedZkTest, TestBM25SimilarityFactory, TestHashQParserPlugin, TestBlendedInfixSuggestions, TestDynamicLoading, FileUtilsTest, TestSimpleTrackingShardHandler, SolrIndexSplitterTest, TestMiniSolrCloudClusterSSL, TestCloudNestedDocsSort, TestSchemaNameResource, SaslZkACLProviderTest, TolerantUpdateProcessorTest, RestartWhileUpdatingTest, CSVRequestHandlerTest, SuggesterFSTTest, TestLMDirichletSimilarityFactory, TriLevelCompositeIdRoutingTest, TestJavabinTupleStreamParser, SampleTest, TestDocTermOrds, TestScoreJoinQPScore, ExplicitHLLTest, TestQuerySenderListener, InfixSuggestersTest, TestManagedResource, TestCloudPivotFacet, UpdateRequestProcessorFactoryTest, TestDynamicFieldCollectionResource, TestQueryWrapperFilter, IndexSchemaRuntimeFieldTest, ZkSolrClientTest, CollectionStateFormat2Test, DataDrivenBlockJoinTest, TestCoreContainer, DirectSolrSpellCheckerTest, SliceStateTest, TestUnifiedSolrHighlighter, CollectionsAPISolrJTest, SystemInfoHandlerTest, TestRTGBase, TestSolrIndexConfig, TestSolrCloudWithHadoopAuthPlugin, RuleEngineTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, TestLazyCores, HighlighterTest, SoftAutoCommitTest, SuggesterTSTTest, SpatialFilterTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestAtomicUpdateErrorCases, SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, TestOmitPositions, RequestHandlersTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, MBeansHandlerTest, JsonLoaderTest, TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, TestSearchPerf, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, TestJmxMonitoredMap, TestSuggestSpellingConverter, ClusterStateTest, TestLRUCache, TestCursorMarkWithoutUniqueKey, ConnectionReuseTest, CollectionReloadTest, CollectionsAPIAsyncDistributedZkTest, DistributedQueueTest, DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, OverseerRolesTest, RollingRestartTest, TestMiniSolrCloudCluster, TestRebalanceLeaders, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, StressHdfsTest, ConfigureRecoveryStrategyTest, DirectoryFactoryTest, TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSets, TestCorePropertiesReload, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrCoreSnapshots, TestConfigReload, V2ApiIntegrationTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, MetricsHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, StatsReloadRaceTest, DistributedExpandComponentTest, DistributedFacetExistsSmallTest, DistributedFacetPivotLargeTest, DistributedQueryComponentCustomSortTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, SolrCoreMetricManagerTest, SolrGraphiteReporterTest, SolrJmxReporterTest, SmileWriterTest, SubstringBytesRefFilterTest, TestMacroExpander, JSONWriterTest, SmileWriterTest, TestBinaryResponseWriter, TestExportWriter, TestGeoJSONResponseWriter, TestGraphMLResponseWriter, TestSolrQueryResponse, TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, PreAnalyzedFieldManagedSchemaCloudTest, TestCollationFieldDocValues, TestManagedSchema, TestPointFields, TestReRankQParserPlugin, TestReloadDeadlock, TestMinMaxOnMultiValuedField, TestOrdValues, TestSortByMinMaxFunction, BlockJoinFacetRandomTest, BlockJoinFacetSimpleTest, GraphQueryTest, TestScoreJoinQPNoScore, TestDFISimilarityFactory, TestNonDefinedSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestDefaultStatsCache, TestLRUStatsCache, BasicAuthStandaloneTest, TestAuthorizationFramework, TestFieldCacheWithThreads, TestInPlaceUpdatesDistrib]
   [junit4] Completed [711/711 (3!)] on J1 in 653.38s, 1 test, 1 error <<< FAILURES!

[...truncated 43414 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 345 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/345/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error    request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error



request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945
	at __randomizedtesting.SeedInfo.seed([14D79D4EC8D64DB9:22C3FF08428B77A8]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:281)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:193)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error



request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:409)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38858/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:57777/solr/test_col_shard1_replica1: Server Error



request: http://127.0.0.1:57777/solr/test_col_shard1_replica1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A38858%2Fsolr%2Ftest_col_shard2_replica2%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46265/solr/test_col_shard1_replica2/ update: org.apache.solr.client.solrj.request.UpdateRequest@4f046945
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:177)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:368)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:397)
	... 6 more


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:53926

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:53926
	at __randomizedtesting.SeedInfo.seed([14D79D4EC8D64DB9:9C83A294662A2041]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:621)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:447)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:388)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:220)
	at org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:515)
	... 51 more




Build Log:
[...truncated 12342 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/init-core-data-001
   [junit4]   2> 1850752 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1850753 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1850754 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1850754 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1850819 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1850841 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1850846 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1850877 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_49953_hdfs____.phz5no/webapp
   [junit4]   2> 1851214 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:49953
   [junit4]   2> 1851271 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1851276 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1851293 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_58962_datanode____.9kh4h3/webapp
   [junit4]   2> 1851667 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:58962
   [junit4]   2> 1851722 WARN  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1851724 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1851736 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_41655_datanode____h6w6jk/webapp
   [junit4]   2> 1851766 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-ac539bd4-ae85-4de6-8fdf-754114b347e5 node DatanodeRegistration(127.0.0.1:51713, datanodeUuid=c4ca2f55-08d7-437a-97d1-20955c8b26bd, infoPort=57912, infoSecurePort=0, ipcPort=44712, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1851766 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-8bb34c81-d392-437f-b071-43d377d56082 node DatanodeRegistration(127.0.0.1:51713, datanodeUuid=c4ca2f55-08d7-437a-97d1-20955c8b26bd, infoPort=57912, infoSecurePort=0, ipcPort=44712, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1852105 INFO  (SUITE-StressHdfsTest-seed#[14D79D4EC8D64DB9]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41655
   [junit4]   2> 1852203 INFO  (IPC Server handler 8 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-325916dc-507f-471b-91b4-b63d28c137af node DatanodeRegistration(127.0.0.1:52552, datanodeUuid=c5f4ce09-5d9c-4664-b8a4-500576f62dd1, infoPort=44649, infoSecurePort=0, ipcPort=36048, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1852203 INFO  (IPC Server handler 8 on 59770) [    ] BlockStateChange BLOCK* processReport: from storage DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f node DatanodeRegistration(127.0.0.1:52552, datanodeUuid=c5f4ce09-5d9c-4664-b8a4-500576f62dd1, infoPort=44649, infoSecurePort=0, ipcPort=36048, storageInfo=lv=-56;cid=testClusterID;nsid=527817052;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1852258 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1852259 INFO  (Thread-10285) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1852259 INFO  (Thread-10285) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1852262 ERROR (Thread-10285) [    ] 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> 1852359 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkTestServer start zk server on port:40645
   [junit4]   2> 1852373 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1852375 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1852378 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1852379 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1852381 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1852382 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1852383 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1852385 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1852386 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1852387 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1852389 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1852498 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores/collection1
   [junit4]   2> 1852500 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@600ad72{/,null,AVAILABLE}
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20df7d62{HTTP/1.1,[http/1.1]}{127.0.0.1:46342}
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1855472ms
   [junit4]   2> 1852502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_control_data, hostContext=/, hostPort=46342, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores}
   [junit4]   2> 1852502 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1852503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:30.058Z
   [junit4]   2> 1852510 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1852510 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/solr.xml
   [junit4]   2> 1852517 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1852518 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1852552 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1852553 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46342_
   [junit4]   2> 1852554 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.Overseer Overseer (id=97939132895395844-127.0.0.1:46342_-n_0000000000) starting
   [junit4]   2> 1852559 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46342_
   [junit4]   2> 1852560 INFO  (zkCallback-1481-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1852661 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores
   [junit4]   2> 1852661 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:46342_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1852662 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1852665 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1852693 WARN  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1852694 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1852722 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1852847 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1852862 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 1852862 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:59770/solr_hdfs_home
   [junit4]   2> 1852862 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/control-001/cores/collection1], dataDir=[hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b311032
   [junit4]   2> 1852863 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 1852874 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1852874 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1852874 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1852885 WARN  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.h.HdfsDirectory The NameNode is in SafeMode - Solr will wait 5 seconds and try again.
   [junit4]   2> 1857888 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1857893 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 1857926 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 1857933 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1857933 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1857934 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1857944 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1857947 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=19.7509765625, floorSegmentMB=0.53125, forceMergeDeletesPctAllowed=13.028405312788948, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858073 INFO  (IPC Server handler 4 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51713 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-8bb34c81-d392-437f-b071-43d377d56082:NORMAL:127.0.0.1:51713|RBW]]} size 0
   [junit4]   2> 1858074 INFO  (IPC Server handler 5 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52552 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-8bb34c81-d392-437f-b071-43d377d56082:NORMAL:127.0.0.1:51713|RBW]]} size 0
   [junit4]   2> 1858085 WARN  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   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> 1858217 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1858218 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1858218 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1858239 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858239 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858240 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7d87fa7a
   [junit4]   2> 1858267 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9046204[collection1] main]
   [junit4]   2> 1858268 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1858268 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1858268 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858270 INFO  (searcherExecutor-3376-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9046204[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858274 INFO  (coreLoadExecutor-3375-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_ c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567026132632469504
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46342/collection1/
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46342/collection1/ has no replicas
   [junit4]   2> 1858288 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1858293 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46342/collection1/ shard1
   [junit4]   2> 1858448 INFO  (coreZkRegister-3368-thread-1-processing-n:127.0.0.1:46342_ x:collection1 c:control_collection) [n:127.0.0.1:46342_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1858673 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1858674 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40645/solr ready
   [junit4]   2> 1858674 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1858674 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1858807 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores/collection1
   [junit4]   2> 1858807 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001
   [junit4]   2> 1858808 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1858810 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b1d9ee6{/,null,AVAILABLE}
   [junit4]   2> 1858811 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@22756867{HTTP/1.1,[http/1.1]}{127.0.0.1:53926}
   [junit4]   2> 1858811 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1861781ms
   [junit4]   2> 1858811 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=53926, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores}
   [junit4]   2> 1858811 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1858817 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:36.372Z
   [junit4]   2> 1858840 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1858840 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/solr.xml
   [junit4]   2> 1858851 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1858853 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1858892 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1858894 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1858896 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53926_
   [junit4]   2> 1858897 INFO  (zkCallback-1485-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1858897 INFO  (zkCallback-1481-thread-2-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1858899 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1858997 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores
   [junit4]   2> 1858997 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:53926_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1859011 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1859014 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1859119 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1860034 WARN  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1860038 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1860061 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1860301 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1860325 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1860325 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:59770/solr_hdfs_home
   [junit4]   2> 1860326 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1860326 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1860326 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-1-001/cores/collection1], dataDir=[hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 1860328 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b311032
   [junit4]   2> 1860329 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 1860344 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1860344 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1860344 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1860359 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1860360 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 1860395 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 1860402 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1860402 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1860402 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1860416 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1860417 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=19.7509765625, floorSegmentMB=0.53125, forceMergeDeletesPctAllowed=13.028405312788948, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1860458 INFO  (IPC Server handler 3 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51713 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-ac539bd4-ae85-4de6-8fdf-754114b347e5:NORMAL:127.0.0.1:51713|FINALIZED]]} size 0
   [junit4]   2> 1860459 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52552 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-ac539bd4-ae85-4de6-8fdf-754114b347e5:NORMAL:127.0.0.1:51713|FINALIZED], ReplicaUC[[DISK]DS-325916dc-507f-471b-91b4-b63d28c137af:NORMAL:127.0.0.1:52552|FINALIZED]]} size 0
   [junit4]   2> 1860529 WARN  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   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> 1860616 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1860616 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1860616 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1860641 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1860641 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1860643 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2560e1be
   [junit4]   2> 1860651 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e4be1f0[collection1] main]
   [junit4]   2> 1860652 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1860652 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1860652 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1860657 INFO  (searcherExecutor-3387-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e4be1f0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1860661 INFO  (coreLoadExecutor-3386-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567026135135420416
   [junit4]   2> 1860668 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1860669 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53926/collection1/
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53926/collection1/ has no replicas
   [junit4]   2> 1860675 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1860684 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53926/collection1/ shard1
   [junit4]   2> 1860787 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1860835 INFO  (coreZkRegister-3381-thread-1-processing-n:127.0.0.1:53926_ x:collection1 c:collection1) [n:127.0.0.1:53926_ c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1860940 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1861172 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores/collection1
   [junit4]   2> 1861172 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001
   [junit4]   2> 1861173 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@aae577f{/,null,AVAILABLE}
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49a4fabe{HTTP/1.1,[http/1.1]}{127.0.0.1:36816}
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1864155ms
   [junit4]   2> 1861184 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=36816, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores}
   [junit4]   2> 1861185 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1861191 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:38.746Z
   [junit4]   2> 1861226 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1861226 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/solr.xml
   [junit4]   2> 1861233 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1861235 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1861261 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1861266 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1861269 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36816_
   [junit4]   2> 1861271 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861272 INFO  (zkCallback-1485-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861272 INFO  (zkCallback-1481-thread-2-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861280 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1861367 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores
   [junit4]   2> 1861367 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:36816_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1861369 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1861375 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1861480 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1861480 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1862403 WARN  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1862404 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1862425 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1862612 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1862633 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:59770/solr_hdfs_home
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-2-001/cores/collection1], dataDir=[hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b311032
   [junit4]   2> 1862634 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 1862653 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1862653 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1862653 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1862673 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1862674 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 1862736 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:59770/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 1862761 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1862762 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 1862762 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 1862789 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1862789 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=19.7509765625, floorSegmentMB=0.53125, forceMergeDeletesPctAllowed=13.028405312788948, segmentsPerTier=4.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1862810 INFO  (IPC Server handler 2 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51713 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6d1f8695-b9e6-48fa-b38b-4d07c59aae0f:NORMAL:127.0.0.1:52552|RBW], ReplicaUC[[DISK]DS-8bb34c81-d392-437f-b071-43d377d56082:NORMAL:127.0.0.1:51713|FINALIZED]]} size 0
   [junit4]   2> 1862813 INFO  (IPC Server handler 5 on 59770) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:52552 is added to blk_1073741827_1003 size 71
   [junit4]   2> 1862833 WARN  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   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> 1862920 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1862920 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1862920 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1862931 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1862931 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1862934 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6eb932f1
   [junit4]   2> 1862944 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d837c11[collection1] main]
   [junit4]   2> 1862950 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1862952 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1862952 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1862956 INFO  (searcherExecutor-3398-thread-1-processing-n:127.0.0.1:36816_ x:collection1 c:collection1) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d837c11[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1862974 INFO  (coreLoadExecutor-3397-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1567026137560776704
   [junit4]   2> 1862998 INFO  (coreZkRegister-3392-thread-1-processing-n:127.0.0.1:36816_ x:collection1 c:collection1) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1862999 INFO  (updateExecutor-1494-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1862999 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1863000 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1863000 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1863000 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. HDFSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1863002 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:53926/collection1/] and I am [http://127.0.0.1:36816/collection1/]
   [junit4]   2> 1863012 INFO  (recoveryExecutor-1495-thread-1-processing-n:127.0.0.1:36816_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:36816_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53926]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36816_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1863016 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1863019 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1863019 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:36816_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"http://127.0.0.1:36816","node_name":"127.0.0.1:36816_","state":"down"}
   [junit4]   2> 1863107 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1863107 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1863493 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/cores/collection1
   [junit4]   2> 1863493 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001
   [junit4]   2> 1863494 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1863502 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6aede4db{/,null,AVAILABLE}
   [junit4]   2> 1863503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76fc3fad{HTTP/1.1,[http/1.1]}{127.0.0.1:54941}
   [junit4]   2> 1863503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.e.j.s.Server Started @1866473ms
   [junit4]   2> 1863503 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:59770/hdfs__localhost_59770__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=54941, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/cores}
   [junit4]   2> 1863503 ERROR (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1863512 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-10T16:09:41.067Z
   [junit4]   2> 1863537 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1863537 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/solr.xml
   [junit4]   2> 1863580 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1863581 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40645/solr
   [junit4]   2> 1863596 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1863598 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1863600 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54941_
   [junit4]   2> 1863602 INFO  (zkCallback-1481-thread-1-processing-n:127.0.0.1:46342_) [n:127.0.0.1:46342_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863610 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863612 INFO  (zkCallback-1485-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863612 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863613 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:54941_) [n:127.0.0.1:54941_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1863740 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_14D79D4EC8D64DB9-001/shard-3-001/cores
   [junit4]   2> 1863740 INFO  (TEST-StressHdfsTest.test-seed#[14D79D4EC8D64DB9]) [n:127.0.0.1:54941_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1863744 INFO  (coreLoadExecutor-3408-thread-1-processing-n:127.0.0.1:54941_) [n:127.0.0.1:54941_ c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1863746 INFO  (OverseerStateUpdate-97939132895395844-127.0.0.1:46342_-n_0000000000) [n:127.0.0.1:46342_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1863850 INFO  (zkCallback-1491-thread-1-processing-n:127.0.0.1:53926_) [n:127.0.0.1:53926_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1863850 INFO  (zkCallback-1497-thread-1-processing-n:127.0.0.1:36816_) [n:127.0.0.1:36816_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1863850 INFO  (zkCallback-1504-thread-1-processing-n:127.0.0.1:54941_) [n:127.0.0.1:54941_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1864019 INFO  (qtp1181403562-16681) [n:127.0.0.1:53926_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNot

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

solr.core.test_col.shard5.replica2
   [junit4]   2> 3067189 INFO  (jetty-closer-1762-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ef3237c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3067193 INFO  (zkCallback-1784-thread-4-processing-n:127.0.0.1:37093_solr) [n:127.0.0.1:37093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3067193 INFO  (zkCallback-1808-thread-2-processing-n:127.0.0.1:38356_solr) [n:127.0.0.1:38356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3067193 INFO  (zkCallback-1809-thread-3-processing-n:127.0.0.1:44328_solr) [n:127.0.0.1:44328_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3067198 INFO  (coreCloseExecutor-4944-thread-1) [n:127.0.0.1:44328_solr c:test_col s:shard5 r:core_node5 x:test_col_shard5_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard5.replica1
   [junit4]   2> 3067200 INFO  (zkCallback-1784-thread-4-processing-n:127.0.0.1:37093_solr) [n:127.0.0.1:37093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3067200 INFO  (zkCallback-1808-thread-2-processing-n:127.0.0.1:38356_solr) [n:127.0.0.1:38356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3067205 INFO  (coreCloseExecutor-4947-thread-1) [n:127.0.0.1:38356_solr c:test_col s:shard4 r:core_node8 x:test_col_shard4_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.test_col.shard4.replica1
   [junit4]   2> 3067208 INFO  (zkCallback-1784-thread-4-processing-n:127.0.0.1:37093_solr) [n:127.0.0.1:37093_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3067250 INFO  (jetty-closer-1762-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@360ab41{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068425 WARN  (zkCallback-1785-thread-3-processing-n:127.0.0.1:49535_solr) [n:127.0.0.1:49535_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068426 INFO  (jetty-closer-1762-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e4a6d32{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068592 WARN  (zkCallback-1789-thread-5-processing-n:127.0.0.1:36026_solr) [n:127.0.0.1:36026_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068593 INFO  (jetty-closer-1762-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@cb285ce{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068679 WARN  (zkCallback-1821-thread-2-processing-n:127.0.0.1:57777_solr) [n:127.0.0.1:57777_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068680 INFO  (jetty-closer-1762-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@246929dd{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068692 WARN  (zkCallback-1818-thread-2-processing-n:127.0.0.1:45163_solr) [n:127.0.0.1:45163_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068693 INFO  (jetty-closer-1762-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7bf455a7{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068700 WARN  (zkCallback-1809-thread-3-processing-n:127.0.0.1:44328_solr) [n:127.0.0.1:44328_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068701 INFO  (jetty-closer-1762-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e023497{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068708 WARN  (zkCallback-1808-thread-2-processing-n:127.0.0.1:38356_solr) [n:127.0.0.1:38356_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3068708 INFO  (jetty-closer-1762-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d9f46e9{/solr,null,UNAVAILABLE}
   [junit4]   2> 3068709 ERROR (SUITE-TestStressCloudBlindAtomicUpdates-seed#[14D79D4EC8D64DB9]-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> 3068709 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58486 58486
   [junit4]   2> 3068810 INFO  (Thread-135902) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58486 58486
   [junit4]   2> 3068812 WARN  (Thread-135902) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 	10	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	10	/solr/collections/test_col/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97939205595660313-127.0.0.1:44328_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/97939205595660315-127.0.0.1:52325_solr-n_0000000005
   [junit4]   2> 	2	/solr/overseer_elect/election/97939205595660303-127.0.0.1:37093_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 
   [junit4]   2> 3068812 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[14D79D4EC8D64DB9]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_14D79D4EC8D64DB9-001
   [junit4]   2> May 10, 2017 4:29:46 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sq, timezone=Europe/Luxembourg
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=87216960,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestLeaderElectionZkExpiry, DistributedQueueTest, TestRequestForwarding, TestScoreJoinQPScore, HdfsDirectoryFactoryTest, TestConfigReload, SegmentsInfoRequestHandlerTest, RemoteQueryErrorTest, TestSegmentSorting, TestWordDelimiterFilterFactory, TestReqParamsAPI, SampleTest, SolrJmxReporterTest, SharedFSAutoReplicaFailoverUtilsTest, TestSolrDynamicMBean, DistributedDebugComponentTest, SpellCheckComponentTest, DateMathParserTest, JsonValidatorTest, TestBlendedInfixSuggestions, TestElisionMultitermQuery, TermVectorComponentTest, BasicFunctionalityTest, TestStressVersions, CoreAdminRequestStatusTest, TestLockTree, TestDistributedStatsComponentCardinality, BufferStoreTest, HdfsCollectionsAPIDistributedZkTest, TestUpdate, HdfsThreadLeakTest, AnalyticsMergeStrategyTest, IndexSchemaTest, TestRawTransformer, TestQueryTypes, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestJavabinTupleStreamParser, TestSchemaNameResource, IndexBasedSpellCheckerTest, TestFieldResource, CoreSorterTest, CdcrBootstrapTest, FileUtilsTest, LoggingHandlerTest, SpatialHeatmapFacetsTest, TestCoreContainer, SortSpecParsingTest, SimpleMLTQParserTest, ChangedSchemaMergeTest, CleanupOldIndexTest, DocumentBuilderTest, TestTrie, TestCloudDeleteByQuery, ZkControllerTest, HdfsBasicDistributedZkTest, TestManagedSynonymFilterFactory, TestFuzzyAnalyzedSuggestions, HdfsWriteToMultipleCollectionsTest, BlockJoinFacetRandomTest, CollectionStateFormat2Test, TestCursorMarkWithoutUniqueKey, SolrInfoMBeanTest, TestConfigOverlay, MoveReplicaTest, ClusterStateUpdateTest, HdfsRecoveryZkTest, TestManagedSchemaThreadSafety, TestClusterProperties, VersionInfoTest, TermsComponentTest, RuleEngineTest, TestCollectionAPIs, OpenCloseCoreStressTest, ClassificationUpdateProcessorTest, TestSolrCLIRunExample, SpellCheckCollatorTest, TestXmlQParser, CollectionsAPIDistributedZkTest, MoreLikeThisHandlerTest, DirectSolrConnectionTest, TestEmbeddedSolrServerConstructors, IndexSchemaRuntimeFieldTest, EchoParamsTest, DistributedIntervalFacetingTest, SpellingQueryConverterTest, SaslZkACLProviderTest, TestNumericTerms32, TestTolerantUpdateProcessorCloud, TestBulkSchemaAPI, ShardRoutingTest, TestQueryWrapperFilter, DistributedFacetPivotLargeTest, TestComplexPhraseLeadingWildcard, SolrIndexConfigTest, SimplePostToolTest, DistribCursorPagingTest, TestFieldCacheVsDocValues, SolrCloudExampleTest, OutOfBoxZkACLAndCredentialsProvidersTest, CdcrRequestHandlerTest, TestCharFilters, DataDrivenBlockJoinTest, HLLUtilTest, CSVRequestHandlerTest, TestExactSharedStatsCache, TestSearchPerf, SortByFunctionTest, TestUnifiedSolrHighlighter, TestDynamicFieldCollectionResource, TestReRankQParserPlugin, TestFieldSortValues, TestFiltering, SystemInfoHandlerTest, TriLevelCompositeIdRoutingTest, AddBlockUpdateTest, TestInPlaceUpdatesDistrib, TestStressCloudBlindAtomicUpdates]
   [junit4] Completed [500/711 (2!)] on J1 in 108.05s, 5 tests, 1 error <<< FAILURES!

[...truncated 44092 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 344 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/344/

7 tests failed.
FAILED:  org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
Captured an uncaught exception in thread: Thread[id=7461, name=Thread-6579, state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7461, name=Thread-6579, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:661)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat.fieldsProducer(AssertingDocValuesFormat.java:66)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:197)
	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:103)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:467)
	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:649)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
Captured an uncaught exception in thread: Thread[id=7486, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7486, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4088)
	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4068)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
	... 2 more


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
Captured an uncaught exception in thread: Thread[id=7484, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7484, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)


FAILED:  junit.framework.TestSuite.org.apache.lucene.search.TestSearcherManager

Error Message:
Captured an uncaught exception in thread: Thread[id=7458, name=Thread-6576, state=RUNNABLE, group=TGRP-TestSearcherManager]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7458, name=Thread-6576, state=RUNNABLE, group=TGRP-TestSearcherManager]
Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:726)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4582)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4572)
	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4559)
	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:517)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
	at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
	at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:559)
Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
	at java.nio.channels.FileChannel.open(FileChannel.java:287)
	at java.nio.channels.FileChannel.open(FileChannel.java:335)
	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)


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

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([3A47B4CBBFB61A9B:4EB7558EFB925D14]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:105)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)




Build Log:
[...truncated 1884 lines...]
   [junit4] Suite: org.apache.lucene.search.TestSearcherManager
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-6579,5,TGRP-TestSearcherManager]
   [junit4]   2> java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:661)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat.fieldsProducer(AssertingDocValuesFormat.java:66)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:197)
   [junit4]   2> 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:103)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:467)
   [junit4]   2> 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]   2> 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:649)
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #2,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]   2> Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4088)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4068)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2> 	... 2 more
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #0,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 9:18:38 A.M. com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-6576,5,TGRP-TestSearcherManager]
   [junit4]   2> org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:726)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4582)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4572)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4559)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:517)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]   2> 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:559)
   [junit4]   2> Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]   2> 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]   2> 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]   2> 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]   2> 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]   2> 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]   2> 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]   2> 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]   2> 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]   2> 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]   2> 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]   2> 
   [junit4]   2> Beal 08, 2017 11:12:26 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: org.apache.lucene.search.TestSearcherManager
   [junit4]   2>    1) Thread[id=6426, name=TEST-TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh-seed#[F70A69FB1A02E070], state=WAITING, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh(TestSearcherManager.java:672)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.ensureOpen(ReferenceManager.java:54)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:248)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:619)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:244)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:355)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=9, name=JUnit4-serializer-daemon, state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    5) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.acquire(ReferenceManager.java:98)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$9.run(TestSearcherManager.java:590)
   [junit4]   2>    6) Thread[id=6425, name=SUITE-TestSearcherManager-seed#[F70A69FB1A02E070], state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1556)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native Method)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:678)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:140)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:598)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearcherManager -Dtests.method=testConcurrentIndexCloseSearchAndRefresh -Dtests.seed=F70A69FB1A02E070 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=ga-IE -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   6866s J2 | TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because suite timeout was reached.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]   2> Beal 08, 2017 11:12:26 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> Beal 08, 2017 11:12:46 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 3 threads leaked from SUITE scope at org.apache.lucene.search.TestSearcherManager: 
   [junit4]   2>    1) Thread[id=6426, name=TEST-TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh-seed#[F70A69FB1A02E070], state=WAITING, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1249)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1323)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh(TestSearcherManager.java:672)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>         at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>         at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2>    2) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.ensureOpen(ReferenceManager.java:54)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:248)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:619)
   [junit4]   2>    3) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.acquire(ReferenceManager.java:98)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$9.run(TestSearcherManager.java:590)
   [junit4]   2> Beal 08, 2017 11:12:46 A.M. com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6426, name=TEST-TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh-seed#[F70A69FB1A02E070], state=WAITING, group=TGRP-TestSearcherManager]
   [junit4]   2>    2) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>    3) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001
   [junit4]   2> May 08, 2017 7:12:49 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7460, name=Thread-6578, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.ensureOpen(ReferenceManager.java:54)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.maybeRefreshBlocking(ReferenceManager.java:248)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$10.run(TestSearcherManager.java:619)
   [junit4]   2>    2) Thread[id=7459, name=Thread-6577, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:265)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:66)
   [junit4]   2>         at java.lang.RuntimeException.<init>(RuntimeException.java:62)
   [junit4]   2>         at java.lang.IllegalStateException.<init>(IllegalStateException.java:55)
   [junit4]   2>         at org.apache.lucene.store.AlreadyClosedException.<init>(AlreadyClosedException.java:26)
   [junit4]   2>         at org.apache.lucene.search.ReferenceManager.acquire(ReferenceManager.java:98)
   [junit4]   2>         at org.apache.lucene.search.TestSearcherManager$9.run(TestSearcherManager.java:590)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {date=BlockTreeOrds(blocksize=128), extra35=BlockTreeOrds(blocksize=128), extra13=BlockTreeOrds(blocksize=128), extra36=PostingsFormat(name=LuceneVarGapFixedInterval), extra14=PostingsFormat(name=LuceneVarGapFixedInterval), extra33=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra11=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra8=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra12=PostingsFormat(name=LuceneFixedGap), extra9=PostingsFormat(name=LuceneFixedGap), extra34=PostingsFormat(name=LuceneFixedGap), extra39=BlockTreeOrds(blocksize=128), extra17=BlockTreeOrds(blocksize=128), extra18=PostingsFormat(name=LuceneVarGapFixedInterval), extra15=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra37=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra38=PostingsFormat(name=LuceneFixedGap), extra16=PostingsFormat(name=LuceneFixedGap), extra2=BlockTreeOrds(blocksize=128), extra3=PostingsFormat(name=LuceneVarGapFixedInterval), titleTokenized=PostingsFormat(name=LuceneVarGapFixedInterval), extra0=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra19=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra1=PostingsFormat(name=LuceneFixedGap), body=BlockTreeOrds(blocksize=128), title=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra6=BlockTreeOrds(blocksize=128), extra7=PostingsFormat(name=LuceneVarGapFixedInterval), extra4=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra5=PostingsFormat(name=LuceneFixedGap), packID=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra31=BlockTreeOrds(blocksize=128), extra32=PostingsFormat(name=LuceneVarGapFixedInterval), extra10=PostingsFormat(name=LuceneVarGapFixedInterval), extra30=PostingsFormat(name=LuceneFixedGap), extra24=BlockTreeOrds(blocksize=128), extra25=PostingsFormat(name=LuceneVarGapFixedInterval), extra22=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra23=PostingsFormat(name=LuceneFixedGap), extra28=BlockTreeOrds(blocksize=128), extra29=PostingsFormat(name=LuceneVarGapFixedInterval), docid=PostingsFormat(name=LuceneFixedGap), extra26=PostingsFormat(name=LuceneVarGapDocFreqInterval), extra27=PostingsFormat(name=LuceneFixedGap), extra20=BlockTreeOrds(blocksize=128), extra21=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{date=DocValuesFormat(name=Lucene54), extra13=DocValuesFormat(name=Lucene54), extra14=DocValuesFormat(name=Lucene54), extra11=DocValuesFormat(name=Lucene54), extra8=DocValuesFormat(name=Lucene54), extra12=DocValuesFormat(name=Asserting), extra9=DocValuesFormat(name=Lucene54), extra17=DocValuesFormat(name=Asserting), extra18=DocValuesFormat(name=Lucene54), extra15=DocValuesFormat(name=Lucene54), extra16=DocValuesFormat(name=Lucene54), extra2=DocValuesFormat(name=Lucene54), extra3=DocValuesFormat(name=Asserting), titleTokenized=DocValuesFormat(name=Lucene54), extra0=DocValuesFormat(name=Asserting), extra19=DocValuesFormat(name=Asserting), extra1=DocValuesFormat(name=Lucene54), body=DocValuesFormat(name=Asserting), extra6=DocValuesFormat(name=Lucene54), extra7=DocValuesFormat(name=Lucene54), extra4=DocValuesFormat(name=Lucene54), extra5=DocValuesFormat(name=Asserting), extra10=DocValuesFormat(name=Lucene54), extra35=DocValuesFormat(name=Asserting), extra36=DocValuesFormat(name=Lucene54), docid_int=DocValuesFormat(name=Lucene54), extra33=DocValuesFormat(name=Lucene54), extra34=DocValuesFormat(name=Lucene54), extra39=DocValuesFormat(name=Lucene54), extra37=DocValuesFormat(name=Asserting), extra38=DocValuesFormat(name=Lucene54), title=DocValuesFormat(name=Lucene54), packID=DocValuesFormat(name=Lucene54), docid_intDV=DocValuesFormat(name=Lucene54), extra31=DocValuesFormat(name=Lucene54), extra32=DocValuesFormat(name=Asserting), extra30=DocValuesFormat(name=Lucene54), extra24=DocValuesFormat(name=Lucene54), extra25=DocValuesFormat(name=Lucene54), extra22=DocValuesFormat(name=Lucene54), extra23=DocValuesFormat(name=Asserting), extra28=DocValuesFormat(name=Asserting), extra29=DocValuesFormat(name=Lucene54), docid=DocValuesFormat(name=Asserting), extra26=DocValuesFormat(name=Lucene54), extra27=DocValuesFormat(name=Lucene54), extra20=DocValuesFormat(name=Asserting), extra21=DocValuesFormat(name=Lucene54), titleDV=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1762, maxMBSortInHeap=7.4180958464928235, sim=RandomSimilarity(queryNorm=true,coord=no): {extra35=DFR I(n)L1, extra13=DFR I(F)1, extra36=DFR I(ne)BZ(0.3), extra14=IB LL-LZ(0.3), extra33=DFR G3(800.0), extra11=DFI(Saturated), extra8=DFR I(ne)2, extra12=IB SPL-L3(800.0), extra9=DFR I(ne)L3(800.0), extra34=IB SPL-D2, extra39=DFR I(ne)1, extra17=DFR I(ne)B1, extra18=DFR I(F)L3(800.0), extra15=DFR I(F)L2, extra37=IB SPL-L1, extra38=DFR I(F)1, extra16=IB SPL-D3(800.0), extra2=IB SPL-DZ(0.3), extra3=DFR I(ne)Z(0.3), titleTokenized=DFR G2, extra0=IB LL-DZ(0.3), extra19=DFR I(ne)BZ(0.3), extra1=LM Jelinek-Mercer(0.700000), body=IB SPL-D3(800.0), extra6=DFI(Standardized), extra7=DFR I(n)B2, extra4=IB SPL-LZ(0.3), extra5=DFR I(n)1, extra31=DFR I(F)L3(800.0), extra32=DFR I(F)L2, extra10=IB LL-L3(800.0), extra30=DFR I(F)Z(0.3), extra24=DFR I(F)2, extra25=IB LL-L2, extra22=DFR I(n)B3(800.0), extra23=DFR I(n)3(800.0), extra28=DFR I(n)B1, extra29=DFR GBZ(0.3), extra26=IB LL-D1, extra27=DFR I(ne)B3(800.0), extra20=DFR I(n)Z(0.3), extra21=DFI(ChiSquared)}, locale=ga-IE, timezone=Asia/Muscat
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=3,free=116099416,total=354942976
   [junit4]   2> NOTE: All tests run in this JVM: [Test2BPoints, TestStringMSBRadixSorter, TestFrequencyTrackingRingBuffer, TestLevenshteinAutomata, MultiCollectorTest, TestDocInverterPerFieldErrorInfo, TestStressIndexing, TestSameTokenSamePosition, TestSpanMultiTermQueryWrapper, TestForUtil, TestRamUsageEstimator, TestSpansEnum, TestBoolean2, TestRoaringDocIdSet, TestTrackingDirectoryWrapper, TestTermVectorsWriter, TestSimilarity, TestFieldsReader, TestWildcardRandom, TestLucene53NormsFormat, TestBlendedTermQuery, TestGrowableByteArrayDataOutput, TestReqExclBulkScorer, TestAllFilesCheckIndexHeader, TestUTF32ToUTF8, TestSpanSearchEquivalence, TestSegmentTermEnum, TestBooleanQuery, TestControlledRealTimeReopenThread, TestVersion, TestTopFieldCollector, TestMergedIterator, TestSwappedIndexFiles, TestGeoUtils, TestBooleanMinShouldMatch, TestClassicSimilarity, TestMultiCollector, TestIndexWriterOnJRECrash, TestIndexWriterFromReader, TestSpanNotQuery, TestBytesStore, TestSnapshotDeletionPolicy, TestByteBlockPool, TestIndexWriterReader, TestIndexWriterMerging, TestDeterminizeLexicon, TestCodecs, TestIndexWriterDelete, TestPrefixInBooleanQuery, TestRecyclingIntBlockAllocator, TestPayloadsOnVectors, TestOperations, TestSloppyPhraseQuery2, TestNumericRangeQuery32, TestNativeFSLockFactory, TestBytesRefHash, TestBooleanScorer, TestCachingTokenFilter, TestSegmentReader, TestSetOnce, TestTermdocPerf, TestTragicIndexWriterDeadlock, TestPackedTokenAttributeImpl, TestFileSwitchDirectory, TestCompiledAutomaton, TestSmallFloat, TestSimpleExplanationsOfNonMatches, TestCollectionUtil, TestNeedsScores, FiniteStringsIteratorTest, TestFilterCodecReader, TestComplexExplanations, TestSegmentInfos, TestExceedMaxTermLength, TestAllFilesHaveCodecHeader, TestSearchWithThreads, TestIndexWriterWithThreads, TestGraphTokenizers, TestAddIndexes, TestShardSearching, TestMultiMMap, TestSearcherManager]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSearcherManager -Dtests.seed=F70A69FB1A02E070 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=ga-IE -Dtests.timezone=Asia/Muscat -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestSearcherManager (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7461, name=Thread-6579, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: java.lang.RuntimeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:661)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c0_Asserting_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingDocValuesFormat.fieldsProducer(AssertingDocValuesFormat.java:66)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:197)
   [junit4]    > 	at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:103)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:467)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:103)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:108)
   [junit4]    > 	at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$11.run(TestSearcherManager.java:649)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7486, name=Lucene Merge Thread #2, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]    > Caused by: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot merge
   [junit4]    > 	at org.apache.lucene.index.IndexWriter._mergeInit(IndexWriter.java:4088)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeInit(IndexWriter.java:4068)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3922)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    > 	... 2 moreThrowable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7484, name=Lucene Merge Thread #0, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:683)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)Throwable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7458, name=Thread-6576, state=RUNNABLE, group=TGRP-TestSearcherManager]
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F70A69FB1A02E070]:0)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.numDeletedDocs(IndexWriter.java:726)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4582)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4572)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.segString(IndexWriter.java:4559)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.merge(ConcurrentMergeScheduler.java:517)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:5005)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5043)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5034)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1574)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1316)
   [junit4]    > 	at org.apache.lucene.search.TestSearcherManager$8.run(TestSearcherManager.java:559)
   [junit4]    > Caused by: java.nio.file.FileSystemException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/lucene/build/core/test/J2/temp/lucene.search.TestSearcherManager_F70A69FB1A02E070-001/tempDir-001/_c9_Lucene54_0.dvm: Too many open files
   [junit4]    > 	at org.apache.lucene.mockfile.HandleLimitFS.onOpen(HandleLimitFS.java:48)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:81)
   [junit4]    > 	at org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:197)
   [junit4]    > 	at org.apache.lucene.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:202)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:287)
   [junit4]    > 	at java.nio.channels.FileChannel.open(FileChannel.java:335)
   [junit4]    > 	at org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:81)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2741)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:749)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesProducer.<init>(Lucene54DocValuesProducer.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.lucene54.Lucene54DocValuesFormat.fieldsProducer(Lucene54DocValuesFormat.java:113)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat$FieldsReader.<init>(PerFieldDocValuesFormat.java:294)
   [junit4]    > 	at org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.fieldsProducer(PerFieldDocValuesFormat.java:383)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.newDocValuesProducer(SegmentDocValues.java:51)
   [junit4]    > 	at org.apache.lucene.index.SegmentDocValues.getDocValuesProducer(SegmentDocValues.java:67)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.initDocValuesProducer(SegmentReader.java:164)
   [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:90)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
   [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4286)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:661)
   [junit4] Completed [456/456 (1!)] on J2 in 7223.23s, 3 tests, 6 errors <<< FAILURES!

[...truncated 10408 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/init-core-data-001
   [junit4]   2> 771062 WARN  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 771062 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 771064 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-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> 771065 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/tempDir-001
   [junit4]   2> 771065 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 771066 INFO  (Thread-2960) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 771066 INFO  (Thread-2960) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 771075 ERROR (Thread-2960) [    ] 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> 771166 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:47460
   [junit4]   2> 771183 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 771189 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 771192 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@670aecae{/solr,null,AVAILABLE}
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1959aef3{SSL,[ssl, http/1.1]}{127.0.0.1:47682}
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.e.j.s.Server Started @774558ms
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47682}
   [junit4]   2> 771201 ERROR (jetty-launcher-31445-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 771201 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 771202 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-08T09:45:39.298Z
   [junit4]   2> 771203 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4120162e{/solr,null,AVAILABLE}
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3729b5bc{SSL,[ssl, http/1.1]}{127.0.0.1:41494}
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.e.j.s.Server Started @774562ms
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41494}
   [junit4]   2> 771205 ERROR (jetty-launcher-31445-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 771205 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-08T09:45:39.301Z
   [junit4]   2> 771215 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 771225 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 771227 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 771228 INFO  (jetty-launcher-31445-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47460/solr
   [junit4]   2> 771232 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 771236 INFO  (jetty-launcher-31445-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47460/solr
   [junit4]   2> 771254 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 771258 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47682_solr
   [junit4]   2> 771259 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.Overseer Overseer (id=97926298937786372-127.0.0.1:47682_solr-n_0000000000) starting
   [junit4]   2> 771262 INFO  (jetty-launcher-31445-thread-2) [n:127.0.0.1:41494_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 771263 INFO  (jetty-launcher-31445-thread-2) [n:127.0.0.1:41494_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41494_solr
   [junit4]   2> 771267 INFO  (zkCallback-31453-thread-1-processing-n:127.0.0.1:47682_solr) [n:127.0.0.1:47682_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 771279 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47682_solr
   [junit4]   2> 771280 INFO  (zkCallback-31458-thread-1-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 771284 INFO  (zkCallback-31453-thread-1-processing-n:127.0.0.1:47682_solr) [n:127.0.0.1:47682_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 771291 INFO  (zkCallback-31458-thread-1-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 771343 INFO  (jetty-launcher-31445-thread-2) [n:127.0.0.1:41494_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/tempDir-001/node2/.
   [junit4]   2> 771352 INFO  (jetty-launcher-31445-thread-1) [n:127.0.0.1:47682_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001/tempDir-001/node1/.
   [junit4]   2> 771642 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]  

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

41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@56b698b1
   [junit4]   2> 902947 INFO  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@27f46dae[collection1_shard2_replica2] main]
   [junit4]   2> 902948 INFO  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 902948 INFO  (searcherExecutor-6981-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher Searcher@27f46dae[collection1_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.6.0):C2)))}
   [junit4]   2> 902948 INFO  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] {add=[2 (1566820847685992448), 3 (1566820847693332480)]} 0 56
   [junit4]   2> 902948 WARN  (recoveryExecutor-6988-thread-1-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=2 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
   [junit4]   2> 902948 INFO  (coreZkRegister-6973-thread-2-processing-n:127.0.0.1:41494_solr x:collection1_shard2_replica2 s:shard2 c:collection1 r:core_node2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 903053 INFO  (zkCallback-31492-thread-1-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1012812 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[3A47B4CBBFB61A9B]) [    ] o.a.s.SolrTestCaseJ4 ###Ending leaderRecoverFromLogOnStartupTest
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudRecovery -Dtests.method=leaderRecoverFromLogOnStartupTest -Dtests.seed=3A47B4CBBFB61A9B -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=ro-RO -Dtests.timezone=Asia/Tel_Aviv -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  180s J0 | TestCloudRecovery.leaderRecoverFromLogOnStartupTest <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Timeout waiting for all live and active
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3A47B4CBBFB61A9B:4EB7558EFB925D14]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:105)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1012817 INFO  (jetty-closer-31446-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6c9e80b9{SSL,[ssl, http/1.1]}{127.0.0.1:41494}
   [junit4]   2> 1012818 INFO  (jetty-closer-31446-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1598054702
   [junit4]   2> 1012821 INFO  (coreCloseExecutor-6991-thread-1) [n:127.0.0.1:41494_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2c9f576b
   [junit4]   2> 1012821 INFO  (coreCloseExecutor-6991-thread-2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.c.SolrCore [collection1_shard2_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b3a43b2
   [junit4]   2> 1012824 INFO  (zkCallback-31492-thread-2-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1012825 INFO  (coreCloseExecutor-6991-thread-1) [n:127.0.0.1:41494_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard1.replica2
   [junit4]   2> 1012826 INFO  (coreCloseExecutor-6991-thread-2) [n:127.0.0.1:41494_solr c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica2] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1.shard2.replica2
   [junit4]   2> 1012831 INFO  (jetty-closer-31446-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97926298937786385-127.0.0.1:41494_solr-n_0000000004) closing
   [junit4]   2> 1012832 INFO  (OverseerStateUpdate-97926298937786385-127.0.0.1:41494_solr-n_0000000004) [n:127.0.0.1:41494_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41494_solr
   [junit4]   2> 1014337 WARN  (zkCallback-31492-thread-2-processing-n:127.0.0.1:41494_solr) [n:127.0.0.1:41494_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1014337 INFO  (jetty-closer-31446-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1014337 INFO  (jetty-closer-31446-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@726f8116{/solr,null,UNAVAILABLE}
   [junit4]   2> 1014338 ERROR (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-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> 1014338 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47460 47460
   [junit4]   2> 1014524 INFO  (Thread-2960) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47460 47460
   [junit4]   2> 1014525 WARN  (Thread-2960) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1014525 INFO  (SUITE-TestCloudRecovery-seed#[3A47B4CBBFB61A9B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_3A47B4CBBFB61A9B-001
   [junit4]   2> May 08, 2017 9:49:42 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=747, maxMBSortInHeap=5.582613842313201, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ro-RO, timezone=Asia/Tel_Aviv
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=305770280,total=517996544
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterMaxOffsetTest, DistributedFacetPivotSmallAdvancedTest, HdfsSyncSliceTest, LeaderElectionContextKeyTest, TestInfoStreamLogging, TestBadConfig, SmileWriterTest, DistributedQueryComponentCustomSortTest, SSLMigrationTest, TestSolrCoreProperties, TestDFISimilarityFactory, TestStressRecovery, TestQuerySenderNoQuery, SyncSliceTest, TestStressLiveNodes, TestAuthenticationFramework, TestSolrCloudWithSecureImpersonation, HdfsUnloadDistributedZkTest, SolrCLIZkUtilsTest, JvmMetricsTest, TestSizeLimitedDistributedMap, TestFieldCollectionResource, UUIDFieldTest, TestRandomFaceting, TestHighlightDedupGrouping, CoreAdminCreateDiscoverTest, TestSolrCloudSnapshots, TestRealTimeGet, SolrIndexMetricsTest, TestSolr4Spatial, ConfigureRecoveryStrategyTest, ZkNodePropsTest, TestRemoteStreaming, TestRangeQuery, UtilsToolTest, PeerSyncTest, TestRestManager, AtomicUpdateProcessorFactoryTest, TestCloudRecovery]
   [junit4] Completed [170/711 (1!)] on J0 in 243.98s, 2 tests, 1 failure <<< FAILURES!

[...truncated 45150 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 343 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/343/

1 tests failed.
FAILED:  org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test

Error Message:
Error from server at http://127.0.0.1:54905/sf: Error CREATEing SolrCore 'test_unload_shard_and_collection_1': Unable to create core [test_unload_shard_and_collection_1] Caused by: Direct buffer memory

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54905/sf: Error CREATEing SolrCore 'test_unload_shard_and_collection_1': Unable to create core [test_unload_shard_and_collection_1] Caused by: Direct buffer memory
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:125)
	at org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:70)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)




Build Log:
[...truncated 13338 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/init-core-data-001
   [junit4]   2> 4020960 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 4020962 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 4020962 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /sf/
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 4020991 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 4020996 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4020997 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 4021011 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_59710_hdfs____.aau678/webapp
   [junit4]   2> 4021384 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59710
   [junit4]   2> 4021441 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4021442 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 4021455 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_52052_datanode____.wvimmh/webapp
   [junit4]   2> 4021785 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:52052
   [junit4]   2> 4021824 WARN  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 4021825 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 4021843 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.2-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_44056_datanode____.kisbbc/webapp
   [junit4]   2> 4021897 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-3e9939ee-b69f-4150-944d-ccb895ce4240 node DatanodeRegistration(127.0.0.1:45652, datanodeUuid=8f3770ad-28d9-46ad-9aa6-c235613cf005, infoPort=43490, infoSecurePort=0, ipcPort=51544, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 4021897 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395 node DatanodeRegistration(127.0.0.1:45652, datanodeUuid=8f3770ad-28d9-46ad-9aa6-c235613cf005, infoPort=43490, infoSecurePort=0, ipcPort=51544, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4022253 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44056
   [junit4]   2> 4022359 INFO  (IPC Server handler 8 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-6948a08e-3c09-433f-9a7d-50fb02074596 node DatanodeRegistration(127.0.0.1:55000, datanodeUuid=64cfd6a6-f7ca-4e3f-a47c-601972595dad, infoPort=53244, infoSecurePort=0, ipcPort=58197, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 4022359 INFO  (IPC Server handler 8 on 46888) [    ] BlockStateChange BLOCK* processReport: from storage DS-066cbffa-d2c8-4fd1-84b0-116dd18195db node DatanodeRegistration(127.0.0.1:55000, datanodeUuid=64cfd6a6-f7ca-4e3f-a47c-601972595dad, infoPort=53244, infoSecurePort=0, ipcPort=58197, storageInfo=lv=-56;cid=testClusterID;nsid=172923919;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 4022427 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4022427 INFO  (Thread-33173) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4022427 INFO  (Thread-33173) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4022429 ERROR (Thread-33173) [    ] 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> 4022527 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkTestServer start zk server on port:39317
   [junit4]   2> 4022540 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4022543 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4022545 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4022555 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4022557 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4022558 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4022560 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4022561 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4022562 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4022564 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4022565 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4022682 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores/collection1
   [junit4]   2> 4022683 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4022685 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d0a05a0{/sf,null,AVAILABLE}
   [junit4]   2> 4022686 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@79fd98db{HTTP/1.1,[http/1.1]}{127.0.0.1:57794}
   [junit4]   2> 4022696 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4025893ms
   [junit4]   2> 4022696 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_control_data, hostContext=/sf, hostPort=57794, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores}
   [junit4]   2> 4022697 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4022697 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:52.966Z
   [junit4]   2> 4022700 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4022700 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/solr.xml
   [junit4]   2> 4022707 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4022708 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4022730 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4022730 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57794_sf
   [junit4]   2> 4022732 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.Overseer Overseer (id=97920543142510596-127.0.0.1:57794_sf-n_0000000000) starting
   [junit4]   2> 4022740 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57794_sf
   [junit4]   2> 4022742 INFO  (zkCallback-3362-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4022810 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores
   [junit4]   2> 4022810 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:57794_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4022811 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4022813 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 4023837 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4023839 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4023856 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4023984 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4023998 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4023999 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/control-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data/]
   [junit4]   2> 4023999 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4023999 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data/snapshot_metadata
   [junit4]   2> 4024007 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4024007 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4024007 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4024015 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4024015 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data
   [junit4]   2> 4024031 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/control_collection/core_node1/data/index
   [junit4]   2> 4024037 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4024037 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4024037 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4024043 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4024043 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7e11e0b3
   [junit4]   2> 4024055 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45652 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6948a08e-3c09-433f-9a7d-50fb02074596:NORMAL:127.0.0.1:55000|RBW], ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW]]} size 0
   [junit4]   2> 4024056 INFO  (IPC Server handler 4 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55000 is added to blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-066cbffa-d2c8-4fd1-84b0-116dd18195db:NORMAL:127.0.0.1:55000|FINALIZED]]} size 0
   [junit4]   2> 4024076 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   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> 4024121 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4024121 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4024121 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4024132 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4024132 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4024133 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27114887591318865]
   [junit4]   2> 4024138 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59067670[collection1] main]
   [junit4]   2> 4024139 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4024139 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4024139 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4024141 INFO  (searcherExecutor-7470-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@59067670[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4024142 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4024143 WARN  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4024143 INFO  (coreLoadExecutor-7469-thread-1-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566728692078477312
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57794/sf/collection1/
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4024150 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57794/sf/collection1/ has no replicas
   [junit4]   2> 4024151 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4024157 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57794/sf/collection1/ shard1
   [junit4]   2> 4024308 INFO  (coreZkRegister-7462-thread-1-processing-n:127.0.0.1:57794_sf x:collection1 c:control_collection) [n:127.0.0.1:57794_sf c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4024519 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4024520 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39317/solr ready
   [junit4]   2> 4024520 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4024520 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 4024642 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores/collection1
   [junit4]   2> 4024642 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001
   [junit4]   2> 4024643 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4024647 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@695e493b{/sf,null,AVAILABLE}
   [junit4]   2> 4024648 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f4f7934{HTTP/1.1,[http/1.1]}{127.0.0.1:54905}
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4027845ms
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/sf, hostPort=54905, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores}
   [junit4]   2> 4024649 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4024649 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:54.918Z
   [junit4]   2> 4024652 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4024652 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/solr.xml
   [junit4]   2> 4024660 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4024661 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4024670 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4024672 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4024674 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54905_sf
   [junit4]   2> 4024675 INFO  (zkCallback-3362-thread-2-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4024676 INFO  (zkCallback-3366-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4024677 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4024755 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores
   [junit4]   2> 4024755 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:54905_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4024757 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4024758 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 4024862 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4025772 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4025773 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4025788 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4025909 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4025921 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-1-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data/]
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4025922 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data/snapshot_metadata
   [junit4]   2> 4025930 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4025930 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4025930 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4025934 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4025935 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data
   [junit4]   2> 4025950 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node1/data/index
   [junit4]   2> 4025956 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4025956 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4025956 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4025960 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4025961 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@33745f8c
   [junit4]   2> 4025972 INFO  (IPC Server handler 1 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55000 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-6948a08e-3c09-433f-9a7d-50fb02074596:NORMAL:127.0.0.1:55000|FINALIZED]]} size 0
   [junit4]   2> 4025973 INFO  (IPC Server handler 2 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45652 is added to blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6948a08e-3c09-433f-9a7d-50fb02074596:NORMAL:127.0.0.1:55000|FINALIZED], ReplicaUC[[DISK]DS-3e9939ee-b69f-4150-944d-ccb895ce4240:NORMAL:127.0.0.1:45652|FINALIZED]]} size 0
   [junit4]   2> 4025981 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   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> 4026037 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4026037 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4026037 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4026049 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4026049 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4026050 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27114887591318865]
   [junit4]   2> 4026054 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@dd3a35[collection1] main]
   [junit4]   2> 4026055 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4026056 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4026056 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4026058 INFO  (searcherExecutor-7481-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@dd3a35[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4026061 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4026061 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4026062 WARN  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4026062 INFO  (coreLoadExecutor-7480-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566728694090694656
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54905/sf/collection1/
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:54905/sf/collection1/ has no replicas
   [junit4]   2> 4026069 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4026074 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54905/sf/collection1/ shard2
   [junit4]   2> 4026176 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4026226 INFO  (coreZkRegister-7475-thread-1-processing-n:127.0.0.1:54905_sf x:collection1 c:collection1) [n:127.0.0.1:54905_sf c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4026330 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4026544 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores/collection1
   [junit4]   2> 4026545 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001
   [junit4]   2> 4026546 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4026547 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@447d2de3{/sf,null,AVAILABLE}
   [junit4]   2> 4026547 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7285cdb4{HTTP/1.1,[http/1.1]}{127.0.0.1:46273}
   [junit4]   2> 4026548 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4029745ms
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_jetty2, solrconfig=solrconfig.xml, hostContext=/sf, hostPort=46273, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores}
   [junit4]   2> 4026549 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4026549 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:56.818Z
   [junit4]   2> 4026552 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4026552 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/solr.xml
   [junit4]   2> 4026559 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4026560 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4026573 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4026575 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4026577 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46273_sf
   [junit4]   2> 4026578 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026578 INFO  (zkCallback-3366-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026578 INFO  (zkCallback-3362-thread-2-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026583 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4026668 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores
   [junit4]   2> 4026668 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:46273_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4026682 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4026683 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 4026786 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4026786 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4027696 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4027697 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4027712 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4027834 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4027849 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4027849 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-2-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4027850 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 4027858 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4027858 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4027858 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4027862 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4027863 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 4027878 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 4027885 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4027885 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4027885 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4027889 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4027889 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1301e839
   [junit4]   2> 4027898 INFO  (IPC Server handler 2 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55000 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-066cbffa-d2c8-4fd1-84b0-116dd18195db:NORMAL:127.0.0.1:55000|RBW]]} size 0
   [junit4]   2> 4027898 INFO  (IPC Server handler 3 on 46888) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:45652 is added to blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-4ad435f4-8bf2-4668-bb77-1d6f392e4395:NORMAL:127.0.0.1:45652|RBW], ReplicaUC[[DISK]DS-066cbffa-d2c8-4fd1-84b0-116dd18195db:NORMAL:127.0.0.1:55000|RBW]]} size 0
   [junit4]   2> 4027907 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   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> 4027954 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 4027954 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4027954 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 4027965 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4027965 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4027966 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.27114887591318865]
   [junit4]   2> 4027970 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3242c7fd[collection1] main]
   [junit4]   2> 4027971 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4027971 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4027971 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4027973 INFO  (searcherExecutor-7492-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3242c7fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4027975 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4027975 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4027976 WARN  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for hdfs://localhost:47236/solr3 due to exception: java.net.ConnectException: Call From lucene1-us-west/10.41.0.5 to localhost:47236 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   [junit4]   2> 4027976 INFO  (coreLoadExecutor-7491-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566728696097669120
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46273/sf/collection1/
   [junit4]   2> 4027982 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4027983 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46273/sf/collection1/ has no replicas
   [junit4]   2> 4027983 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4027986 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46273/sf/collection1/ shard1
   [junit4]   2> 4028089 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4028089 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4028137 INFO  (coreZkRegister-7486-thread-1-processing-n:127.0.0.1:46273_sf x:collection1 c:collection1) [n:127.0.0.1:46273_sf c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4028241 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4028241 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 4028461 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores/collection1
   [junit4]   2> 4028461 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001
   [junit4]   2> 4028462 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 4028464 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@404e840f{/sf,null,AVAILABLE}
   [junit4]   2> 4028465 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@486bc2a3{HTTP/1.1,[http/1.1]}{127.0.0.1:35086}
   [junit4]   2> 4028465 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.e.j.s.Server Started @4031661ms
   [junit4]   2> 4028465 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:46888/hdfs__localhost_46888__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-6.x_checkout_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/sf, hostPort=35086, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores}
   [junit4]   2> 4028466 ERROR (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.0
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4028466 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-07T09:21:58.735Z
   [junit4]   2> 4028470 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4028470 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/solr.xml
   [junit4]   2> 4028477 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4028478 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39317/solr
   [junit4]   2> 4028490 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4028493 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4028497 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35086_sf
   [junit4]   2> 4028499 INFO  (zkCallback-3366-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028499 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028500 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028500 INFO  (zkCallback-3384-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028501 INFO  (zkCallback-3362-thread-2-processing-n:127.0.0.1:57794_sf) [n:127.0.0.1:57794_sf    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4028567 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores
   [junit4]   2> 4028567 INFO  (TEST-HdfsUnloadDistributedZkTest.test-seed#[2B948F8DD7019AE4]) [n:127.0.0.1:35086_sf    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4028569 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4028575 INFO  (OverseerStateUpdate-97920543142510596-127.0.0.1:57794_sf-n_0000000000) [n:127.0.0.1:57794_sf    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 4028678 INFO  (zkCallback-3372-thread-1-processing-n:127.0.0.1:54905_sf) [n:127.0.0.1:54905_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4028678 INFO  (zkCallback-3384-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4028678 INFO  (zkCallback-3378-thread-1-processing-n:127.0.0.1:46273_sf) [n:127.0.0.1:46273_sf    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4029589 WARN  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 4029590 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 4029606 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4029735 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1, trusted=true
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:46888/solr_hdfs_home
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001/shard-3-001/cores/collection1], dataDir=[hdfs://localhost:46888/solr_hdfs_home/collection1/core_node3/data/]
   [junit4]   2> 4029755 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@945f9ff
   [junit4]   2> 4029756 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node3/data/snapshot_metadata
   [junit4]   2> 4029763 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 4029763 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
   [junit4]   2> 4029764 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 4029768 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 4029768 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:46888/solr_hdfs_home/collection1/core_node3/data
   [junit4]   2> 4029785 INFO  (coreLoadExecutor-7502-thread-1-processing-n:127.0.0.1:35086_sf) [n:127.0.0.1:35086_sf c:collection1   x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory f

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

NameNode.java:872)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1726)
   [junit4]   2> 	at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1705)
   [junit4]   2> 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.teardownClass(HdfsTestUtil.java:203)
   [junit4]   2> 	at org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.teardownClass(HdfsUnloadDistributedZkTest.java:46)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2> 	... 53 more
   [junit4]   2> 4095995 INFO  (SUITE-HdfsUnloadDistributedZkTest-seed#[2B948F8DD7019AE4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_2B948F8DD7019AE4-001
   [junit4]   2> May 07, 2017 9:23:06 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {other_tl1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false), multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_i1=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Memory doPackFST= false), range_facet_i_dv=BlockTreeOrds(blocksize=128), text=FSTOrd50, range_facet_l=BlockTreeOrds(blocksize=128), timestamp=BlockTreeOrds(blocksize=128)}, docValues:{other_tl1=DocValuesFormat(name=Lucene54), range_facet_l_dv=DocValuesFormat(name=Lucene54), multiDefault=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene54), a_i1=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene54), a_t=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene54), text=DocValuesFormat(name=Memory), intDvoDefault=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=881, maxMBSortInHeap=7.445702934436504, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=sq-AL, timezone=America/Thunder_Bay
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=310471024,total=535298048
   [junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, BasicFunctionalityTest, LargeFieldTest, TestReqParamsAPI, SearchHandlerTest, HLLUtilTest, TestExportWriter, TestSegmentSorting, TestFastOutputStream, TestFieldSortValues, TestRTGBase, SolrCloudExampleTest, TestDynamicFieldCollectionResource, TestMissingGroups, SystemInfoHandlerTest, ShardRoutingTest, SolrIndexConfigTest, TestHighFrequencyDictionaryFactory, DirectSolrConnectionTest, HdfsDirectoryFactoryTest, DistributedQueueTest, SmileWriterTest, TestBlendedInfixSuggestions, HdfsWriteToMultipleCollectionsTest, BlockJoinFacetRandomTest, IndexBasedSpellCheckerTest, TestMacroExpander, MoreLikeThisHandlerTest, TestJsonFacets, TestDistributedGrouping, SolrMetricsIntegrationTest, TestManagedResource, WordBreakSolrSpellCheckerTest, SliceStateTest, TestCharFilters, HdfsRecoveryZkTest, RAMDirectoryFactoryTest, TestCSVResponseWriter, CoreAdminRequestStatusTest, AssignTest, TestUpdate, SubstringBytesRefFilterTest, TermVectorComponentTest, TestCollectionAPIs, TestSolrCoreSnapshots, TestQueryTypes, TestInPlaceUpdatesDistrib, TermsComponentTest, TestSha256AuthenticationProvider, TestEmbeddedSolrServerConstructors, ClassificationUpdateProcessorTest, TestSuggestSpellingConverter, SampleTest, TestFuzzyAnalyzedSuggestions, IndexSchemaTest, TestSchemalessBufferedUpdates, TestCursorMarkWithoutUniqueKey, MoveReplicaTest, TestHashQParserPlugin, TestRawTransformer, SpatialFilterTest, DirectSolrSpellCheckerTest, TestPartialUpdateDeduplication, TestFiltering, TestComplexPhraseLeadingWildcard, TestNonDefinedSimilarityFactory, MetricsHandlerTest, ZkCLITest, TestConfigSets, ForceLeaderTest, TestSystemCollAutoCreate, TestStressCloudBlindAtomicUpdates, DateMathParserTest, TestSystemIdResolver, SuggesterFSTTest, TestReRankQParserPlugin, TestSolrCloudWithHadoopAuthPlugin, TestSurroundQueryParser, AddBlockUpdateTest, OverseerTaskQueueTest, AtomicUpdatesTest, SharedFSAutoReplicaFailoverUtilsTest, TestDocBasedVersionConstraints, OpenCloseCoreStressTest, IndexSchemaRuntimeFieldTest, SpellingQueryConverterTest, TestSolr4Spatial2, TestSolrQueryParserResource, TestFieldResource, SimpleMLTQParserTest, TestDocTermOrds, DeleteInactiveReplicaTest, BufferStoreTest, DocumentBuilderTest, URLClassifyProcessorTest, OverseerModifyCollectionTest, TestClusterProperties, HighlighterTest, TestConfigOverlay, EnumFieldTest, ConvertedLegacyTest, TestExclusionRuleCollectionAccess, TestSQLHandlerNonCloud, TestManagedSynonymFilterFactory, TestSchemaVersionResource, TestDynamicLoading, SpellCheckComponentTest, TestLockTree, DistributedFacetPivotLargeTest, SolrIndexSplitterTest, TestSolrIndexConfig, TestBulkSchemaAPI, UpdateRequestProcessorFactoryTest, DeleteReplicaTest, DistributedIntervalFacetingTest, HdfsCollectionsAPIDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, ShardRoutingCustomTest, AutoCommitTest, TestHashPartitioner, TermVectorComponentDistributedTest, TestStressVersions, DistributedTermsComponentTest, TestCoreContainer, TestSolr4Spatial, QueryElevationComponentTest, TestFunctionQuery, SoftAutoCommitTest, TestWordDelimiterFilterFactory, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, TestWriterPerf, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, RegexBoostProcessorTest, QueryParsingTest, JsonLoaderTest, TestPHPSerializedResponseWriter, TestComponentsName, TestLFUCache, DOMUtilTest, TestSolrJ, TestLRUCache, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, CdcrBootstrapTest, CdcrRequestHandlerTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteStatusTest, DistribCursorPagingTest, DocValuesNotIndexedTest, HttpPartitionTest, LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, TestCryptoKeys, TestHdfsCloudBackupRestore, TestRandomFlRTGCloud, HdfsNNFailoverTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest]
   [junit4] Completed [540/711 (1!)] on J1 in 85.00s, 1 test, 1 error <<< FAILURES!

[...truncated 43942 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 342 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/342/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
ObjectTracker found 6 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, SolrIndexSearcher, MDCAwareThreadPoolExecutor, MockDirectoryWrapper] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)  at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)  at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)  at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)  at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not released!!! [MockDirectoryWrapper, SolrCore, MockDirectoryWrapper, SolrIndexSearcher, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:91)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:728)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1010)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)
	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)
	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	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:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest:     1) Thread[id=11816, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=11815, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)         at java.lang.Thread.run(Thread.java:745)    3) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    4) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest: 
   1) Thread[id=11816, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=11815, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
        at java.lang.Thread.run(Thread.java:745)
   3) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   4) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.schema.BadIndexSchemaTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]         at java.lang.Object.wait(Native Method)         at java.lang.Object.wait(Object.java:502)         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)




Build Log:
[...truncated 12097 lines...]
   [junit4] Suite: org.apache.solr.schema.BadIndexSchemaTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001
   [junit4]   2> 1327936 WARN  (SUITE-BadIndexSchemaTest-seed#[9BC5ADC86C03A75D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1327937 INFO  (SUITE-BadIndexSchemaTest-seed#[9BC5ADC86C03A75D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1327939 INFO  (SUITE-BadIndexSchemaTest-seed#[9BC5ADC86C03A75D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1327941 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSchemaWithDefaultSearchField
   [junit4]   2> 1327942 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1327942 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1327968 WARN  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1327969 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1327978 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 1327980 WARN  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' on request instead.
   [junit4]   2> 1327980 ERROR (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema defaultSearchField has been deprecated and is incompatible with configs with luceneMatchVersion >= 6.6.0.  Use 'df' on requests instead.
   [junit4]   2> 1327980 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1327980 INFO  (TEST-BadIndexSchemaTest.testSchemaWithDefaultSearchField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSchemaWithDefaultSearchField
   [junit4]   2> 1327983 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDocValuesUnsupported
   [junit4]   2> 1327984 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1327984 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328007 WARN  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328007 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328015 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-docValues-unsupported
   [junit4]   2> 1328020 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328021 INFO  (TEST-BadIndexSchemaTest.testDocValuesUnsupported-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDocValuesUnsupported
   [junit4]   2> 1328023 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 1328023 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328024 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328069 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328070 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328078 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-nontext-analyzer
   [junit4]   2> 1328080 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328080 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328081 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328103 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328104 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328114 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-analyzer-class-and-nested
   [junit4]   2> 1328116 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnexpectedAnalyzer-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForUnexpectedAnalyzer
   [junit4]   2> 1328119 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadExternalFileField
   [junit4]   2> 1328119 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328119 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328140 WARN  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328141 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328150 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-external-filefield
   [junit4]   2> 1328152 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328152 INFO  (TEST-BadIndexSchemaTest.testBadExternalFileField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadExternalFileField
   [junit4]   2> 1328154 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 1328154 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328155 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328177 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328178 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328186 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1328191 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328191 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328194 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1328229 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328234 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328234 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328241 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328272 WARN  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328273 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328291 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1328295 WARN  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-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@4a1a6703
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1328296 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1328298 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@734e03a
   [junit4]   2> 1328299 INFO  (coreLoadExecutor-3442-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1328301 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1328301 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328302 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=706943949
   [junit4]   2> 1328302 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1328303 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1328304 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeHasNoExplicitSim-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimDefaultFieldTypeHasNoExplicitSim
   [junit4]   2> 1328306 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSweetSpotSimBadConfig
   [junit4]   2> 1328307 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328307 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328331 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328332 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328344 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-both-tf
   [junit4]   2> 1328349 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328350 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328350 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328373 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328373 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328383 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-baseline
   [junit4]   2> 1328386 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328386 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328386 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328412 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328412 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328421 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-hyperbolic
   [junit4]   2> 1328424 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328424 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328425 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328448 WARN  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328448 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328464 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sweetspot-partial-norms
   [junit4]   2> 1328466 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328466 INFO  (TEST-BadIndexSchemaTest.testSweetSpotSimBadConfig-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSweetSpotSimBadConfig
   [junit4]   2> 1328470 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateFields
   [junit4]   2> 1328470 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328471 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328492 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328492 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328503 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-field
   [junit4]   2> 1328505 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328505 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFields-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateFields
   [junit4]   2> 1328508 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCurrencyBogusCode
   [junit4]   2> 1328508 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328509 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328529 WARN  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328530 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328538 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-default-code
   [junit4]   2> 1328540 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328540 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328540 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328561 WARN  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328562 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328570 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-currency-ft-bogus-code-in-xml
   [junit4]   2> 1328572 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-currency-ft-bogus-code-in-xml/1.4 with uniqueid field id
   [junit4]   2> 1328574 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328574 INFO  (TEST-BadIndexSchemaTest.testCurrencyBogusCode-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCurrencyBogusCode
   [junit4]   2> 1328576 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 1328577 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328577 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328599 WARN  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328599 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328607 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 1328609 WARN  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328610 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328612 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1328658 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328665 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328665 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1328667 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328705 WARN  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328706 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328714 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-codec-global-vs-ft-mismatch
   [junit4]   2> 1328717 WARN  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-codec-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-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@4a1a6703
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1328717 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1328719 ERROR (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore FieldType 'direct1' is configured with a postings format, but the codec does not support it: class org.apache.solr.core.SolrCore$1
   [junit4]   2> 1328719 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@382f9602
   [junit4]   2> 1328719 INFO  (coreLoadExecutor-3450-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1328721 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1323446901
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1328722 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1328724 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypePostingsFormatButNoSchemaCodecFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerFieldtypePostingsFormatButNoSchemaCodecFactory
   [junit4]   2> 1328726 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUniqueKeyRules
   [junit4]   2> 1328726 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328727 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328751 WARN  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328752 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328761 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-is-copyfield-dest
   [junit4]   2> 1328762 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema uniqueKey field (id) can not be the dest of a copyField(source=XXX)
   [junit4]   2> 1328763 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328763 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328763 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328793 WARN  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328794 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328804 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-uses-default
   [junit4]   2> 1328806 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema uniqueKey field (null) can not be configured with a default value (XXX)
   [junit4]   2> 1328807 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328807 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328808 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328834 WARN  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328834 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328843 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-uniquekey-multivalued
   [junit4]   2> 1328846 ERROR (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema uniqueKey field (null) can not be configured to be multivalued
   [junit4]   2> 1328847 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328847 INFO  (TEST-BadIndexSchemaTest.testUniqueKeyRules-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testUniqueKeyRules
   [junit4]   2> 1328851 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 1328852 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328853 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328892 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328893 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328902 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dynamicfield-default-val
   [junit4]   2> 1328904 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328904 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328904 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328926 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328926 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328936 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dynamicfield-required
   [junit4]   2> 1328937 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328937 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForUnsupportedAttributesOnDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForUnsupportedAttributesOnDynamicField
   [junit4]   2> 1328941 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBogusParameters
   [junit4]   2> 1328941 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328942 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1328970 WARN  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1328971 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1328980 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-field-parameters
   [junit4]   2> 1328987 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1328987 INFO  (TEST-BadIndexSchemaTest.testBogusParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBogusParameters
   [junit4]   2> 1328990 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 1328990 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1328990 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329011 WARN  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329012 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329021 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1329025 ERROR (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema FieldType 'sim1' is configured with a similarity, but the global similarity does not support it: class org.apache.solr.search.similarities.BM25SimilarityFactory
   [junit4]   2> 1329025 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329025 INFO  (TEST-BadIndexSchemaTest.testPerFieldtypeSimButNoSchemaSimFactory-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerFieldtypeSimButNoSchemaSimFactory
   [junit4]   2> 1329029 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBogusAnalysisParameters
   [junit4]   2> 1329029 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329029 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329059 WARN  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329061 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329076 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-bogus-analysis-parameters
   [junit4]   2> 1329079 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329079 INFO  (TEST-BadIndexSchemaTest.testBogusAnalysisParameters-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBogusAnalysisParameters
   [junit4]   2> 1329082 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 1329082 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329083 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329105 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329106 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329116 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-dynamicField
   [junit4]   2> 1329117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329117 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateDynamicField-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateDynamicField
   [junit4]   2> 1329122 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultOperatorNotBannedForPre66
   [junit4]   2> 1329122 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329122 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329143 WARN  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329144 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329152 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-default-operator
   [junit4]   2> 1329154 WARN  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead. Will not work from Solr 7
   [junit4]   2> 1329155 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-default-operator/1.6 with uniqueid field id
   [junit4]   2> 1329157 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1329188 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329193 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329193 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329195 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329230 WARN  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329231 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329240 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-default-operator
   [junit4]   2> 1329244 WARN  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] query parser default operator is OR. WARNING: Deprecated, please use 'q.op' on request instead. Will not work from Solr 7
   [junit4]   2> 1329244 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-default-operator/1.6 with uniqueid field id
   [junit4]   2> 1329244 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1329245 INFO  (coreLoadExecutor-3458-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@4a1a6703
   [junit4]   2> 1329245 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1329245 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1329248 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@67ac8f5a
   [junit4]   2> 1329306 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329306 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329307 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=63.2705078125, floorSegmentMB=0.9306640625, forceMergeDeletesPctAllowed=11.426877247089317, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1732928914921189
   [junit4]   2> 1329308 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8fa3844[collection1] main]
   [junit4]   2> 1329308 WARN  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1329308 INFO  (coreLoadExecutor-3458-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329308 INFO  (searcherExecutor-3459-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8fa3844[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329310 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1329310 INFO  (TEST-BadIndexSchemaTest.testDefaultOperatorNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDefaultOperatorNotBannedForPre66
   [junit4]   2> 1329313 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimDefaultFieldTypeDoesNotExist
   [junit4]   2> 1329313 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329314 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329345 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329346 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329362 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1329366 WARN  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1329367 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1329370 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1329403 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329408 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329408 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a1a6703
   [junit4]   2> 1329410 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329438 WARN  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329439 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329447 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=bad-schema-sim-global-vs-ft-mismatch
   [junit4]   2> 1329451 WARN  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 1329451 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema bad-schema-sim-global-vs-ft-mismatch/1.0 with uniqueid field null
   [junit4]   2> 1329451 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1329452 INFO  (coreLoadExecutor-3468-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@4a1a6703
   [junit4]   2> 1329452 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1329452 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J2/temp/solr.schema.BadIndexSchemaTest_9BC5ADC86C03A75D-001/init-core-data-001/]
   [junit4]   2> 1329454 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a263b09
   [junit4]   2> 1329455 INFO  (coreLoadExecutor-3468-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1329456 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1329456 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329456 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1370913716
   [junit4]   2> 1329457 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1329457 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1329458 INFO  (TEST-BadIndexSchemaTest.testSimDefaultFieldTypeDoesNotExist-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSimDefaultFieldTypeDoesNotExist
   [junit4]   2> 1329461 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSevereErrorsForDuplicateFieldType
   [junit4]   2> 1329461 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329462 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329491 WARN  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329491 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1329500 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-dup-fieldType
   [junit4]   2> 1329502 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1329503 INFO  (TEST-BadIndexSchemaTest.testSevereErrorsForDuplicateFieldType-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSevereErrorsForDuplicateFieldType
   [junit4]   2> 1329507 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDefaultSearchFieldNotBannedForPre66
   [junit4]   2> 1329507 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1329507 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1329526 WARN  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1329527 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329535 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] Schema name=bad-schema-defaultsearchfield
   [junit4]   2> 1329536 WARN  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema 'defaultSearchField' is deprecated, please use 'df' on request instead.
   [junit4]   2> 1329537 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema [null] default search field in schema is id.
   [junit4]   2> 1329537 INFO  (TEST-BadIndexSchemaTest.testDefaultSearchFieldNotBannedForPre66-seed#[9BC5ADC86C03A75D]) [    ] o.a.s.s.IndexSchema Loaded schema bad-schema-defaultsearchfield/1.6 with uniqueid field id

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

sk.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:482)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:913)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.search.SolrIndexSearcher
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:323)
   [junit4]    > 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2008)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
   [junit4]    > 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:696)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:919)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]    > 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE scope at org.apache.solr.schema.BadIndexSchemaTest: 
   [junit4]    >    1) Thread[id=11816, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=11815, name=solr-idle-connections-evictor, state=TIMED_WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.update.UpdateShardHandler$IdleConnectionsEvictor$1.run(UpdateShardHandler.java:266)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    3) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    4) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11820, name=searcherExecutor-3459-thread-1, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=11818, name=Thread-4784, state=WAITING, group=TGRP-BadIndexSchemaTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Object.wait(Object.java:502)
   [junit4]    >         at org.apache.solr.core.CloserThread.run(CoreContainer.java:1496)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9BC5ADC86C03A75D]:0)
   [junit4] Completed [160/711 (1!)] on J2 in 46.30s, 23 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 45108 lines...]

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 341 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/341/

5 tests failed.
FAILED:  org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:D42B5A5DA0C5E421]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForRecoveriesToFinish(BaseCdcrDistributedZkTest.java:507)
	at org.apache.solr.cloud.BaseCdcrDistributedZkTest.restartServer(BaseCdcrDistributedZkTest.java:548)
	at org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:226)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CdcrReplicationHandlerTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest:     1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest: 
   1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CdcrReplicationHandlerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)


FAILED:  org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery

Error Message:
Expected a collection with one shard and two replicas null Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"MissingSegmentRecoveryTest_shard1_replica2",           "base_url":"http://127.0.0.1:34714/solr",           "node_name":"127.0.0.1:34714_solr",           "state":"active",           "leader":"true"},         "core_node2":{           "core":"MissingSegmentRecoveryTest_shard1_replica1",           "base_url":"http://127.0.0.1:52763/solr",           "node_name":"127.0.0.1:52763_solr",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"MissingSegmentRecoveryTest_shard1_replica2",
          "base_url":"http://127.0.0.1:34714/solr",
          "node_name":"127.0.0.1:34714_solr",
          "state":"active",
          "leader":"true"},
        "core_node2":{
          "core":"MissingSegmentRecoveryTest_shard1_replica1",
          "base_url":"http://127.0.0.1:52763/solr",
          "node_name":"127.0.0.1:52763_solr",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:57779240BC77CEAB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)


FAILED:  org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test

Error Message:
Shard shard1 replicas do not have same number of documents expected:<10> but was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1 replicas do not have same number of documents expected:<10> but was:<0>
	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:8F7635994BAA154E]: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.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
	at org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)




Build Log:
[...truncated 12421 lines...]
   [junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/init-core-data-001
   [junit4]   2> 1280042 WARN  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 1280043 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1280045 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1280045 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001
   [junit4]   2> 1280045 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1280046 INFO  (Thread-1668) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1280046 INFO  (Thread-1668) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1280056 ERROR (Thread-1668) [    ] 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> 1280146 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:48747
   [junit4]   2> 1280167 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1280168 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1280177 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76be961f{/solr,null,AVAILABLE}
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f74f166{HTTP/1.1,[http/1.1]}{127.0.0.1:34714}
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.e.j.s.Server Started @1292730ms
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34714}
   [junit4]   2> 1280178 ERROR (jetty-launcher-24957-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.0
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1280178 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:27:14.489Z
   [junit4]   2> 1280188 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f7b17cb{/solr,null,AVAILABLE}
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@331c71a0{HTTP/1.1,[http/1.1]}{127.0.0.1:52763}
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.e.j.s.Server Started @1292741ms
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52763}
   [junit4]   2> 1280189 ERROR (jetty-launcher-24957-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.0
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1280189 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:27:14.500Z
   [junit4]   2> 1280211 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1280216 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1280222 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1280223 INFO  (jetty-launcher-24957-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48747/solr
   [junit4]   2> 1280228 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1280229 INFO  (jetty-launcher-24957-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48747/solr
   [junit4]   2> 1280289 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1280289 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52763_solr
   [junit4]   2> 1280290 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer (id=97911362968485894-127.0.0.1:52763_solr-n_0000000000) starting
   [junit4]   2> 1280306 INFO  (jetty-launcher-24957-thread-1) [n:127.0.0.1:34714_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1280324 INFO  (jetty-launcher-24957-thread-1) [n:127.0.0.1:34714_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34714_solr
   [junit4]   2> 1280332 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1280332 INFO  (OverseerStateUpdate-97911362968485894-127.0.0.1:52763_solr-n_0000000000) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1280333 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52763_solr
   [junit4]   2> 1280337 INFO  (zkCallback-24969-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1280344 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1280441 INFO  (jetty-launcher-24957-thread-2) [n:127.0.0.1:52763_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/.
   [junit4]   2> 1280566 INFO  (jetty-launcher-24957-thread-1) [n:127.0.0.1:34714_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node1/.
   [junit4]   2> 1281272 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1281273 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:48747/solr ready
   [junit4]   2> 1281308 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
   [junit4]   2> 1281311 INFO  (qtp1293407486-93536) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1281313 INFO  (OverseerThreadFactory-7027-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.CreateCollectionCmd Create collection MissingSegmentRecoveryTest
   [junit4]   2> 1281478 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1281479 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1281479 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1281479 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1281648 INFO  (zkCallback-24969-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1281649 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1282507 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1282513 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1282518 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1282566 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1282570 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1282570 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1282570 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1282571 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node1/MissingSegmentRecoveryTest_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node1/./MissingSegmentRecoveryTest_shard1_replica2/data/]
   [junit4]   2> 1282576 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1282576 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1282577 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1282577 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1282688 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1282688 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1282689 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1282689 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1282690 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3503d734[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1282692 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1282692 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1282692 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1282693 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1282693 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1282694 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1282694 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1282694 INFO  (searcherExecutor-7032-thread-1-processing-n:127.0.0.1:34714_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@3503d734[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1282694 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566581810271354880
   [junit4]   2> 1282696 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@145e9da1[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1282697 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1282697 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1282697 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1282698 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1566581810275549184
   [junit4]   2> 1282700 INFO  (searcherExecutor-7033-thread-1-processing-n:127.0.0.1:52763_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@145e9da1[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1282712 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1282713 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1282713 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/
   [junit4]   2> 1282714 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:34714/solr START replicas=[http://127.0.0.1:52763/solr/MissingSegmentRecoveryTest_shard1_replica1/] nUpdates=100
   [junit4]   2> 1282714 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=MissingSegmentRecoveryTest_shard1_replica2 url=http://127.0.0.1:34714/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1282717 INFO  (qtp1293407486-93540) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.S.Request [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1282717 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1282717 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1282717 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1282750 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/ shard1
   [junit4]   2> 1282857 INFO  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1282857 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1282906 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1282921 INFO  (qtp1735284121-93524) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2} status=0 QTime=1443
   [junit4]   2> 1283028 INFO  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1283028 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1283714 INFO  (qtp1293407486-93538) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1  x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2} status=0 QTime=2234
   [junit4]   2> 1283718 INFO  (qtp1293407486-93536) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1283824 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1283827 INFO  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1284718 INFO  (qtp1293407486-93536) [n:127.0.0.1:52763_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3407
   [junit4]   2> 1284779 INFO  (qtp1293407486-93533) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/&wt=javabin&version=2}{add=[0 (1566581812419887104), 1 (1566581812447150080), 2 (1566581812447150081), 3 (1566581812447150082), 4 (1566581812447150083), 5 (1566581812447150084), 6 (1566581812447150085), 7 (1566581812447150086), 8 (1566581812447150087), 9 (1566581812447150088)]} 0 3
   [junit4]   2> 1284779 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1566581812419887104), 1 (1566581812447150080), 2 (1566581812447150081), 3 (1566581812447150082), 4 (1566581812447150083), 5 (1566581812447150084), 6 (1566581812447150085), 7 (1566581812447150086), 8 (1566581812447150087), 9 (1566581812447150088)]} 0 36
   [junit4]   2> 1284783 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1284783 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@780c7fed
   [junit4]   2> 1284818 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1284818 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@437fd27a
   [junit4]   2> 1284849 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@636ddac8[MissingSegmentRecoveryTest_shard1_replica2] main]
   [junit4]   2> 1284850 INFO  (searcherExecutor-7032-thread-1-processing-n:127.0.0.1:34714_solr x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1 c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher Searcher@636ddac8[MissingSegmentRecoveryTest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 1284850 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1284850 INFO  (qtp1735284121-93528) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 66
   [junit4]   2> 1284875 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@621ca1dd[MissingSegmentRecoveryTest_shard1_replica1] main]
   [junit4]   2> 1284876 INFO  (searcherExecutor-7033-thread-1-processing-n:127.0.0.1:52763_solr x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1 c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher Searcher@621ca1dd[MissingSegmentRecoveryTest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.6.0):C10)))}
   [junit4]   2> 1284876 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1284876 INFO  (qtp1293407486-93534) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34714/solr/MissingSegmentRecoveryTest_shard1_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 58
   [junit4]   2> 1284876 INFO  (qtp1735284121-93527) [n:127.0.0.1:34714_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1 x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [MissingSegmentRecoveryTest_shard1_replica2]  webapp=/solr path=/update params={_stateVer_=MissingSegmentRecoveryTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 94
   [junit4]   2> 1284879 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@331c71a0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1284880 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1179335048
   [junit4]   2> 1284886 INFO  (coreCloseExecutor-7042-thread-1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@22a65f4f
   [junit4]   2> 1284910 INFO  (coreCloseExecutor-7042-thread-1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1284912 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.Overseer Overseer (id=97911362968485894-127.0.0.1:52763_solr-n_0000000000) closing
   [junit4]   2> 1284912 INFO  (OverseerStateUpdate-97911362968485894-127.0.0.1:52763_solr-n_0000000000) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52763_solr
   [junit4]   2> 1284917 INFO  (zkCallback-24975-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1284920 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34714_solr
   [junit4]   2> 1284921 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.Overseer Overseer (id=97911362968485893-127.0.0.1:34714_solr-n_0000000001) starting
   [junit4]   2> 1284934 INFO  (zkCallback-24968-thread-2-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1284956 INFO  (zkCallback-24968-thread-2-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1286417 WARN  (zkCallback-24969-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1286418 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1286418 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f7b17cb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1286420 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1286424 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b61feec{/solr,null,AVAILABLE}
   [junit4]   2> 1286424 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6ece1237{HTTP/1.1,[http/1.1]}{127.0.0.1:52763}
   [junit4]   2> 1286425 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.e.j.s.Server Started @1298977ms
   [junit4]   2> 1286425 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52763}
   [junit4]   2> 1286425 ERROR (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.6.0
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1286432 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-05T18:27:20.743Z
   [junit4]   2> 1286480 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1286497 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1286512 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:48747/solr
   [junit4]   2> 1286560 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1286562 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1286564 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52763_solr
   [junit4]   2> 1286565 INFO  (zkCallback-24975-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1286568 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1286570 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1286582 INFO  (zkCallback-24980-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1286709 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/.
   [junit4]   2> 1286709 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [n:127.0.0.1:52763_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 1286720 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1286767 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1286784 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema [MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from collection MissingSegmentRecoveryTest, trusted=true
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1286788 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1286828 INFO  (zkCallback-24980-thread-2-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1286828 INFO  (zkCallback-24968-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1286899 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1286899 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1286901 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1286901 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1286914 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@76f0f57a
   [junit4]   2> 1286946 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1286948 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Found active leader, will attempt to create fresh core and recover.
   [junit4]   2> 1286948 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore Updating index properties... index=index.20170505202721259
   [junit4]   2> 1286951 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1286951 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/]
   [junit4]   2> 1286955 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/ afterReload=false
   [junit4]   2> 1286990 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted old index directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/index.20170505202721259
   [junit4]   2> 1287022 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/ afterReload=false
   [junit4]   2> 1287025 INFO  (OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica1) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.DirectoryFactory Deleted old index directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/./MissingSegmentRecoveryTest_shard1_replica1/data/index
   [junit4]   2> 1287322 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1287322 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1287323 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1287323 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1287325 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@77f6ba62
   [junit4]   2> 1287326 INFO  (coreLoadExecutor-7051-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2 x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica1
   [junit4]   2> 1287326 ERROR (coreContainerWorkExecutor-7047-thread-1-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.CoreContainer Error waiting for SolrCore to be created
   [junit4]   2> java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$6(CoreContainer.java:583)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [MissingSegmentRecoveryTest_shard1_replica1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:931)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:973)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:990)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:918)
   [junit4]   2> 	... 7 more
   [junit4]   2> 	Suppressed: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:973)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
   [junit4]   2> 		at org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
   [junit4]   2> 		... 7 more
   [junit4]   2> 	Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2040)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [junit4]   2> 		... 9 more
   [junit4]   2> 	Caused by: org.apache.lucene.index.CorruptIndexException: Unexpected file read error while reading index. (resource=BufferedChecksumIndexInput(MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")))
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:290)
   [junit4]   2> 		at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:930)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2> 		at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
   [junit4]   2> 		at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2> 		at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2001)
   [junit4]   2> 		... 12 more
   [junit4]   2> 	Caused by: java.io.EOFException: read past EOF: MMapIndexInput(path="/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index/segments_2")
   [junit4]   2> 		at org.apache.lucene.store.ByteBufferIndexInput.readByte(ByteBufferIndexInput.java:75)
   [junit4]   2> 		at org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
   [junit4]   2> 		at org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:300)
   [junit4]   2> 		at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:288)
   [junit4]   2> 		... 18 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2040)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2160)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1062)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:945)
   [junit4]   2> 	... 10 more
   [junit4]   2> Caused by: org.apache.lucene.index.IndexNotFoundException: no segments* file found in LockValidatingDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001/tempDir-001/node2/MissingSegmentRecoveryTest_shard1_replica1/data/index.20170505202721259 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2989f674): files: [write.lock]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:925)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:118)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:93)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2001)
   [junit4]   2> 	... 13 more
   [junit4]   2> 1377577 INFO  (qtp1207173550-93607) [n:127.0.0.1:52763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1377582 INFO  (OverseerThreadFactory-7045-thread-1-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1377584 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1377585 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@32725b8
   [junit4]   2> 1377588 INFO  (qtp1207173550-93605) [n:127.0.0.1:52763_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1377590 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
   [junit4]   2> 1377598 INFO  (qtp1735284121-93526) [n:127.0.0.1:34714_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 1377600 INFO  (zkCallback-24980-thread-3-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1377709 INFO  (zkCallback-24980-thread-3-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/MissingSegmentRecoveryTest/state.json] for collection [MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1378309 INFO  (qtp1207173550-93607) [n:127.0.0.1:52763_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2} status=0 QTime=731
   [junit4]   2> 1378309 INFO  (TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[7220A43E55678B6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery -Dtests.seed=7220A43E55678B6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=hr -Dtests.timezone=Africa/Maseru -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 97.0s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected a collection with one shard and two replicas
   [junit4]    > null
   [junit4]    > Last available state: DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:34714/solr",
   [junit4]    >           "node_name":"127.0.0.1:34714_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"MissingSegmentRecoveryTest_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:52763/solr",
   [junit4]    >           "node_name":"127.0.0.1:52763_solr",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6:57779240BC77CEAB]:0)
   [junit4]    > 	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
   [junit4]    > 	at org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1378316 INFO  (jetty-closer-24958-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f74f166{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1378316 INFO  (jetty-closer-24958-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1276252039
   [junit4]   2> 1378316 INFO  (jetty-closer-24958-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6ece1237{HTTP/1.1,[http/1.1]}{127.0.0.1:52763}
   [junit4]   2> 1378317 INFO  (jetty-closer-24958-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1884903670
   [junit4]   2> 1378319 INFO  (jetty-closer-24958-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97911362968485893-127.0.0.1:34714_solr-n_0000000001) closing
   [junit4]   2> 1378320 INFO  (OverseerStateUpdate-97911362968485893-127.0.0.1:34714_solr-n_0000000001) [n:127.0.0.1:34714_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34714_solr
   [junit4]   2> 1378322 WARN  (zkCallback-24980-thread-3-processing-n:127.0.0.1:52763_solr) [n:127.0.0.1:52763_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1378323 INFO  (jetty-closer-24958-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1378323 INFO  (jetty-closer-24958-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b61feec{/solr,null,UNAVAILABLE}
   [junit4]   2> 1379823 WARN  (zkCallback-24968-thread-3-processing-n:127.0.0.1:34714_solr) [n:127.0.0.1:34714_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1379823 INFO  (jetty-closer-24958-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1379824 INFO  (jetty-closer-24958-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76be961f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1379825 ERROR (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-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> 1379826 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48747 48747
   [junit4]   2> 1379932 INFO  (Thread-1668) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48747 48747
   [junit4]   2> 1379933 WARN  (Thread-1668) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/MissingSegmentRecoveryTest/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1379933 INFO  (SUITE-MissingSegmentRecoveryTest-seed#[7220A43E55678B6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_7220A43E55678B6-001
   [junit4]   2> May 05, 2017 6:28:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, maxPointsInLeafNode=266, maxMBSortInHeap=7.671403422900145, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=hr, timezone=Africa/Maseru
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=1,free=183146336,total=523763712
   [junit4]   2> NOTE: All tests run in this JVM: [HLLSerializationTest, StandardRequestHandlerTest, FastVectorHighlighterTest, RecoveryAfterSoftCommitTest, TestReplicationHandler, ResourceLoaderTest, PeerSyncTest, TestAtomicUpdateErrorCases, AlternateDirectoryTest, TestSolrQueryParserDefaultOperatorResource, SSLMigrationTest, TestIBSimilarityFactory, TestNamedUpdateProcessors, ConfigureRecoveryStrategyTest, ReplicationFactorTest, TestJmxIntegration, DocValuesMissingTest, TestJettySolrRunner, OverseerStatusTest, BasicDistributedZkTest, DefaultValueUpdateProcessorTest, TestComponentsName, UpdateLogTest, AtomicUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, AnalysisAfterCoreReloadTest, TestClusterStateMutator, HdfsLockFactoryTest, TestValueSourceCache, DistributedQueryComponentCustomSortTest, TestLocalFSCloudBackupRestore, TestSolrCoreProperties, TestNoOpRegenerator, TestOmitPositions, ResponseHeaderTest, TestCloudRecovery, TestCollationFieldDocValues, TestFieldCacheSortRandom, BlobRepositoryCloudTest, TestOrdValues, CursorPagingTest, PathHierarchyTokenizerFactoryTest, TestGraphTermsQParserPlugin, FacetPivotSmallTest, TestBackupRepositoryFactory, TestCoreAdminApis, DateFieldTest, TestSolrCloudSnapshots, TestFaceting, ClusterStateTest, BooleanFieldTest, TestManagedSchemaAPI, NotRequiredUniqueKeyTest, ScriptEngineTest, TestPivotHelperCode, PreAnalyzedFieldManagedSchemaCloudTest, TestSchemaManager, MetricUtilsTest, TestReloadAnd

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

  ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest_7220A43E55678B6-001
   [junit4]   2> May 05, 2017 6:44:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> May 05, 2017 6:44:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest: 
   [junit4]   2>    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> May 05, 2017 6:44:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]   2> May 05, 2017 6:44:44 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {id=FST50}, docValues:{_version_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1086, maxMBSortInHeap=6.621194677593683, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=uk, timezone=Africa/Asmera
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=4,threads=2,free=293106832,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [HLLSerializationTest, StandardRequestHandlerTest, FastVectorHighlighterTest, RecoveryAfterSoftCommitTest, TestReplicationHandler, ResourceLoaderTest, PeerSyncTest, TestAtomicUpdateErrorCases, AlternateDirectoryTest, TestSolrQueryParserDefaultOperatorResource, SSLMigrationTest, TestIBSimilarityFactory, TestNamedUpdateProcessors, ConfigureRecoveryStrategyTest, ReplicationFactorTest, TestJmxIntegration, DocValuesMissingTest, TestJettySolrRunner, OverseerStatusTest, BasicDistributedZkTest, DefaultValueUpdateProcessorTest, TestComponentsName, UpdateLogTest, AtomicUpdateProcessorFactoryTest, DisMaxRequestHandlerTest, AnalysisAfterCoreReloadTest, TestClusterStateMutator, HdfsLockFactoryTest, TestValueSourceCache, DistributedQueryComponentCustomSortTest, TestLocalFSCloudBackupRestore, TestSolrCoreProperties, TestNoOpRegenerator, TestOmitPositions, ResponseHeaderTest, TestCloudRecovery, TestCollationFieldDocValues, TestFieldCacheSortRandom, BlobRepositoryCloudTest, TestOrdValues, CursorPagingTest, PathHierarchyTokenizerFactoryTest, TestGraphTermsQParserPlugin, FacetPivotSmallTest, TestBackupRepositoryFactory, TestCoreAdminApis, DateFieldTest, TestSolrCloudSnapshots, TestFaceting, ClusterStateTest, BooleanFieldTest, TestManagedSchemaAPI, NotRequiredUniqueKeyTest, ScriptEngineTest, TestPivotHelperCode, PreAnalyzedFieldManagedSchemaCloudTest, TestSchemaManager, MetricUtilsTest, TestReloadAndDeleteDocs, TestStressLiveNodes, TestBinaryResponseWriter, DocValuesNotIndexedTest, DistributedSpellCheckComponentTest, TestFastWriter, PreAnalyzedUpdateProcessorTest, InfoHandlerTest, TestCopyFieldCollectionResource, CurrencyFieldOpenExchangeTest, SolrCoreTest, MissingSegmentRecoveryTest, GraphQueryTest, TestSQLHandler, TestCodecSupport, JSONWriterTest, TestRuleBasedAuthorizationPlugin, TestConfigSetsAPI, TestCollapseQParserPlugin, PKIAuthenticationIntegrationTest, LeaderInitiatedRecoveryOnCommitTest, TestPayloadScoreQParserPlugin, TestLazyCores, ShufflingReplicaListTransformerTest, DistanceUnitsTest, SignatureUpdateProcessorFactoryTest, TestImpersonationWithHadoopAuth, PolyFieldTest, TestSSLRandomization, DeleteStatusTest, CloudMLTQParserTest, TestJoin, TestAnalyzeInfixSuggestions, CacheHeaderTest, TestMaxScoreQueryParser, ZkNodePropsTest, TestHighlightDedupGrouping, TestApiFramework, TestCryptoKeys, TestJsonFacetRefinement, TestDocumentBuilder, TestInfoStreamLogging, TestFieldTypeResource, SecurityConfHandlerTest, RankQueryTest, QueryEqualityTest, ConfigSetsAPITest, TestAuthenticationFramework, TestLeaderElectionWithEmptyReplica, CustomCollectionTest, WrapperMergePolicyFactoryTest, TestRemoteStreaming, TestPerFieldSimilarityWithDefaultOverride, TestRandomFaceting, CdcrReplicationHandlerTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CdcrReplicationHandlerTest -Dtests.seed=7220A43E55678B6 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/test-data/enwiki.random.lines.txt -Dtests.locale=uk -Dtests.timezone=Africa/Asmera -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | CdcrReplicationHandlerTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.CdcrReplicationHandlerTest: 
   [junit4]    >    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=98363, name=cdcr-test-update-scheduler-8713-thread-1, state=WAITING, group=TGRP-CdcrReplicationHandlerTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
   [junit4]    >         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7220A43E55678B6]:0)
   [junit4] Completed [357/711 (3!)] on J0 in 452.15s, 5 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 44479 lines...]