Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.6/28/

9 tests failed.
FAILED:  
org.apache.lucene.spatial.geopoint.search.TestLegacyGeoPointQuery.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([721E11A0AE844B0E:F5496C2F3FDD378E]:0)
        at org.apache.lucene.util.fst.BytesStore.writeByte(BytesStore.java:89)
        at org.apache.lucene.util.fst.FST.pack(FST.java:1706)
        at org.apache.lucene.util.fst.Builder.finish(Builder.java:500)
        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finish(MemoryPostingsFormat.java:263)
        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:397)
        at 
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
        at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
        at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
        at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1916)
        at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1873)
        at 
org.apache.lucene.geo.BaseGeoPointTestCase.verifyRandomPolygons(BaseGeoPointTestCase.java:1068)
        at 
org.apache.lucene.geo.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:756)
        at 
org.apache.lucene.geo.BaseGeoPointTestCase.doTestRandom(BaseGeoPointTestCase.java:702)
        at 
org.apache.lucene.geo.BaseGeoPointTestCase.testRandomBig(BaseGeoPointTestCase.java:633)
        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.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)


FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig

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([8406B3D36E725FAA]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.TestGeo3DPoint

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

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


FAILED:  
org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

Error Message:
Timeout while trying to assert number of documents @ source_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ 
source_collection
        at 
__randomizedtesting.SeedInfo.seed([D7F69022476FF3B8:4FFC03C02FC6F2F]:0)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:271)
        at 
org.apache.solr.cloud.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:233)
        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:748)
Caused by: java.lang.AssertionError: expected:<170> but was:<180>
        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.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:262)
        ... 42 more


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=2329, name=Thread-645, state=RUNNABLE, 
group=TGRP-FullSolrCloudDistribCmdsTest]
        at 
__randomizedtesting.SeedInfo.seed([D7F69022476FF3B8:5FA2AFF8E9939E40]:0)
Caused by: org.apache.solr.common.SolrException: Could not load collection from 
ZK: collection2
        at __randomizedtesting.SeedInfo.seed([D7F69022476FF3B8]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1098)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:638)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1489)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1099)
        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.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection2/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1110)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1096)
        ... 7 more


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

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:46846/kcqg/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:46846/kcqg/collection1
        at 
__randomizedtesting.SeedInfo.seed([D7F69022476FF3B8:5FA2AFF8E9939E40]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:623)
        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.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:1529)
        at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:183)
        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:748)
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)
        ... 48 more


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
Error from server at http://127.0.0.1:36889/solr/authCollection: No registered 
leader was found after waiting for 4000ms , collection: authCollection slice: 
shard2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36889/solr/authCollection: No registered leader 
was found after waiting for 4000ms , collection: authCollection slice: shard2
        at 
__randomizedtesting.SeedInfo.seed([D7F69022476FF3B8:6B98E630E33C70C2]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
        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.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:194)
        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:748)


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

Error Message:
--> 
http://127.0.0.1:44893/solr/collection1:org.apache.solr.common.SolrException: 
Could not load collection from ZK: collection1_collection

Stack Trace:
java.io.IOException: --> 
http://127.0.0.1:44893/solr/collection1:org.apache.solr.common.SolrException: 
Could not load collection from ZK: collection1_collection
        at 
__randomizedtesting.SeedInfo.seed([7280676B4D3E9B3F:3117A01D182B941E]:0)
        at 
org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:233)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:6496)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testEvalStream(StreamExpressionTest.java:5133)
        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:748)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=116059, 
name=testExecutor-10509-thread-6, state=RUNNABLE, 
group=TGRP-HdfsUnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=116059, name=testExecutor-10509-thread-6, 
state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:45517: Error CREATEing SolrCore 'multiunload5': 
Unable to create core [multiunload5] Caused by: Direct buffer memory
        at __randomizedtesting.SeedInfo.seed([D7F69022476FF3B8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:612)
        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.BasicDistributedZkTest.lambda$createCollectionInOneInstance$0(BasicDistributedZkTest.java:589)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 10129 lines...]
   [junit4] Suite: 
org.apache.lucene.spatial.geopoint.search.TestLegacyGeoPointQuery
   [junit4] IGNOR/A 0.10s J1 | TestLegacyGeoPointQuery.testRandomDistance
   [junit4]    > Assumption #1: legacy encoding is too slow/hangs on this test
   [junit4] IGNOR/A 0.01s J1 | TestLegacyGeoPointQuery.testSamePointManyTimes
   [junit4]    > Assumption #1: legacy encoding goes OOM on this test
   [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=TestLegacyGeoPointQuery -Dtests.method=testRandomBig 
-Dtests.seed=721E11A0AE844B0E -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
 -Dtests.locale=el-GR -Dtests.timezone=Pacific/Bougainville 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1313s J1 | TestLegacyGeoPointQuery.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([721E11A0AE844B0E:F5496C2F3FDD378E]:0)
   [junit4]    >        at 
org.apache.lucene.util.fst.BytesStore.writeByte(BytesStore.java:89)
   [junit4]    >        at org.apache.lucene.util.fst.FST.pack(FST.java:1706)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.finish(Builder.java:500)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finish(MemoryPostingsFormat.java:263)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:397)
   [junit4]    >        at 
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:216)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:101)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4356)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3931)
   [junit4]    >        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2083)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1916)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1873)
   [junit4]    >        at 
org.apache.lucene.geo.BaseGeoPointTestCase.verifyRandomPolygons(BaseGeoPointTestCase.java:1068)
   [junit4]    >        at 
org.apache.lucene.geo.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:756)
   [junit4]    >        at 
org.apache.lucene.geo.BaseGeoPointTestCase.doTestRandom(BaseGeoPointTestCase.java:702)
   [junit4]    >        at 
org.apache.lucene.geo.BaseGeoPointTestCase.testRandomBig(BaseGeoPointTestCase.java:633)
   [junit4] IGNOR/A 0.01s J1 | TestLegacyGeoPointQuery.testRandomDistanceHuge
   [junit4]    > Assumption #1: legacy encoding is too slow/hangs on this test
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/lucene/build/spatial/test/J1/temp/lucene.spatial.geopoint.search.TestLegacyGeoPointQuery_721E11A0AE844B0E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{string=FST50, field=Lucene50(blocksize=128), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
point=PostingsFormat(name=Memory doPackFST= true)}, 
docValues:{field=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene54), point=DocValuesFormat(name=Lucene54)}, 
maxPointsInLeafNode=629, maxMBSortInHeap=7.065991696546367, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=el-GR, 
timezone=Pacific/Bougainville
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=320034232,total=455606272
   [junit4]   2> NOTE: All tests run in this JVM: [TestLegacyGeoPointQuery]
   [junit4] Completed [4/4 (1!)] on J1 in 1805.30s, 40 tests, 1 error, 3 
skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/lucene/build/spatial/test/temp/junit4-J1-20170829_175625_5393488659577377724795.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/heapdumps/java_pid31180.hprof
 ...
   [junit4] Heap dump file created [475029268 bytes in 3.274 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 284 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2> Srp 30, 2017 12:26:42 DOP. 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2>    1) Thread[id=12, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[8406B3D36E725FAA], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.findIntersections(Plane.java:829)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.findIntersections(Plane.java:650)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.StandardXYZSolid.<init>(StandardXYZSolid.java:152)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.XYZSolidFactory.makeXYZSolid(XYZSolidFactory.java:64)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:846)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [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:748)
   [junit4]   2>    2) 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:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [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>    3) Thread[id=11, 
name=SUITE-TestGeo3DPoint-seed#[8406B3D36E725FAA], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [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>    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> 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=TestGeo3DPoint 
-Dtests.method=testRandomBig -Dtests.seed=8406B3D36E725FAA -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
 -Dtests.locale=cs -Dtests.timezone=NET -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7187s J1 | TestGeo3DPoint.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8406B3D36E725FAA]:0)
   [junit4]   2> Srp 30, 2017 12:26:42 DOP. 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Srp 30, 2017 12:27:02 DOP. 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.spatial3d.TestGeo3DPoint: 
   [junit4]   2>    1) Thread[id=12, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[8406B3D36E725FAA], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoComplexPolygon.isWithin(GeoComplexPolygon.java:326)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoBaseMembershipShape.isWithin(GeoBaseMembershipShape.java:36)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:848)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [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:748)
   [junit4]   2> Srp 30, 2017 12:27:02 DOP. 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[8406B3D36E725FAA], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/lucene/build/spatial3d/test/J1/temp/lucene.spatial3d.TestGeo3DPoint_8406B3D36E725FAA-001
   [junit4]   2> Aug 29, 2017 8:27:02 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=cs, timezone=NET
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=149157264,total=491782144
   [junit4]   2> NOTE: All tests run in this JVM: [TestGeo3DPoint]
   [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=TestGeo3DPoint 
-Dtests.seed=8406B3D36E725FAA -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/test-data/enwiki.random.lines.txt
 -Dtests.locale=cs -Dtests.timezone=NET -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestGeo3DPoint (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8406B3D36E725FAA]:0)
   [junit4] Completed [10/11 (1!)] on J1 in 7221.62s, 2 tests, 2 errors <<< 
FAILURES!

[...truncated 1811 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/init-core-data-001
   [junit4]   2> 701876 WARN  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[D7F69022476FF3B8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=200 numCloses=200
   [junit4]   2> 701876 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[D7F69022476FF3B8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 701877 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[D7F69022476FF3B8]-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> 701877 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[D7F69022476FF3B8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 701899 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 701899 INFO  (Thread-547) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 701899 INFO  (Thread-547) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 701901 ERROR (Thread-547) [    ] 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> 701999 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46194
   [junit4]   2> 702100 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 702114 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 702115 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 702116 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 702116 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 702117 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 702132 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 702133 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 702146 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 702147 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 702148 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 702149 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 0x15e2fdaed890001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 702557 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/control-001/cores/collection1
   [junit4]   2> 702559 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 702634 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6ecfa2{/,null,AVAILABLE}
   [junit4]   2> 702635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3d732778{HTTP/1.1,[http/1.1]}{127.0.0.1:39208}
   [junit4]   2> 702635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.Server Started @714604ms
   [junit4]   2> 702635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/tempDir-001/control/data,
 hostContext=/, hostPort=39208, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/control-001/cores}
   [junit4]   2> 702635 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 702635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 702635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 702635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 702635 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-29T21:17:11.144Z
   [junit4]   2> 702651 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 702651 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/control-001/solr.xml
   [junit4]   2> 702674 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 702674 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46194/solr
   [junit4]   2> 702772 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39208_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 702784 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39208_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:39208_
   [junit4]   2> 702785 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39208_    ] o.a.s.c.Overseer Overseer 
(id=98568859183284228-127.0.0.1:39208_-n_0000000000) starting
   [junit4]   2> 702902 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39208_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39208_
   [junit4]   2> 702903 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:39208_) [n:127.0.0.1:39208_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 703159 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39208_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/control-001/cores
   [junit4]   2> 703159 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39208_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 703203 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 703206 INFO  
(OverseerStateUpdate-98568859183284228-127.0.0.1:39208_-n_0000000000) 
[n:127.0.0.1:39208_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 704285 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 704334 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 704736 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 704786 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 704786 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 704786 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/control-001/cores/collection1/data/]
   [junit4]   2> 704787 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ 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@1ad6888e
   [junit4]   2> 704788 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 704878 WARN  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ 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> 705009 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 705009 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 705010 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 705010 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 705011 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7804143450518743]
   [junit4]   2> 705011 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7b2d79d6[collection1] main]
   [junit4]   2> 705037 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 705038 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 705038 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 705038 INFO  
(coreLoadExecutor-579-thread-1-processing-n:127.0.0.1:39208_) 
[n:127.0.0.1:39208_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1577101750222979072
   [junit4]   2> 705094 INFO  
(searcherExecutor-580-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7b2d79d6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 705100 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 705100 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ 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> 705100 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39208/collection1/
   [junit4]   2> 705100 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 705100 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:39208/collection1/ has no replicas
   [junit4]   2> 705100 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ 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> 705117 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ 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:39208/collection1/ shard1
   [junit4]   2> 705224 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 705225 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46194/solr ready
   [junit4]   2> 705225 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 705225 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 705292 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:39208_ x:collection1 
c:control_collection) [n:127.0.0.1:39208_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 705540 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-1-001/cores/collection1
   [junit4]   2> 705557 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-1-001
   [junit4]   2> 705557 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 705558 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57ece8c5{/,null,AVAILABLE}
   [junit4]   2> 705559 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@73c2058b{HTTP/1.1,[http/1.1]}{127.0.0.1:37855}
   [junit4]   2> 705559 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.Server Started @717528ms
   [junit4]   2> 705559 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=37855, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-1-001/cores}
   [junit4]   2> 705559 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 705560 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 705560 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 705560 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 705560 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-29T21:17:14.069Z
   [junit4]   2> 705601 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 705601 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-1-001/solr.xml
   [junit4]   2> 705630 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 705631 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46194/solr
   [junit4]   2> 705653 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:37855_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 705667 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:37855_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 705669 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:37855_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37855_
   [junit4]   2> 705681 INFO  
(zkCallback-278-thread-1-processing-n:127.0.0.1:37855_) [n:127.0.0.1:37855_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 705687 INFO  (zkCallback-272-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 705687 INFO  
(zkCallback-268-thread-1-processing-n:127.0.0.1:39208_) [n:127.0.0.1:39208_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 706074 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:37855_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-1-001/cores
   [junit4]   2> 706074 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:37855_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 706090 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 706091 INFO  
(OverseerStateUpdate-98568859183284228-127.0.0.1:39208_-n_0000000000) 
[n:127.0.0.1:39208_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 706228 INFO  
(zkCallback-278-thread-1-processing-n:127.0.0.1:37855_) [n:127.0.0.1:37855_    
] 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> 707132 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.1
   [junit4]   2> 707190 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 707599 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 707691 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 707692 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 707692 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 707692 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ad6888e
   [junit4]   2> 707693 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 707748 WARN  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ 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> 707884 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 707884 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 707884 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 707884 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 707901 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7804143450518743]
   [junit4]   2> 707902 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@367fd9a7[collection1] main]
   [junit4]   2> 707906 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 707907 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 707907 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 707907 INFO  
(coreLoadExecutor-590-thread-1-processing-n:127.0.0.1:37855_) 
[n:127.0.0.1:37855_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1577101753231343616
   [junit4]   2> 707935 INFO  
(searcherExecutor-591-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@367fd9a7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 707938 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 707938 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ 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> 707951 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37855/collection1/
   [junit4]   2> 707951 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 707951 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37855/collection1/ has no 
replicas
   [junit4]   2> 707951 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 707953 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37855/collection1/ shard2
   [junit4]   2> 708055 INFO  
(zkCallback-278-thread-1-processing-n:127.0.0.1:37855_) [n:127.0.0.1:37855_    
] 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> 708103 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:37855_ x:collection1 
c:collection1) [n:127.0.0.1:37855_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 708246 INFO  
(zkCallback-278-thread-1-processing-n:127.0.0.1:37855_) [n:127.0.0.1:37855_    
] 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> 708506 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-2-001/cores/collection1
   [junit4]   2> 708507 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-2-001
   [junit4]   2> 708520 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 708521 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77cbbe25{/,null,AVAILABLE}
   [junit4]   2> 708522 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@40bea512{HTTP/1.1,[http/1.1]}{127.0.0.1:39214}
   [junit4]   2> 708522 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.e.j.s.Server Started @720491ms
   [junit4]   2> 708522 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=39214, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-2-001/cores}
   [junit4]   2> 708522 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 708523 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.1
   [junit4]   2> 708523 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 708523 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 708523 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-29T21:17:17.032Z
   [junit4]   2> 708567 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 708567 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_D7F69022476FF3B8-001/shard-2-001/solr.xml
   [junit4]   2> 708598 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 708599 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46194/solr
   [junit4]   2> 708628 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39214_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 708639 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39214_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708641 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[D7F69022476FF3B8]) 
[n:127.0.0.1:39214_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39214_
   [junit4]   2> 708679 INFO  
(zkCallback-278-thread-1-processing-n:127.0.0.1:37855_) [n:127.0.0.1:37855_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 708687 INFO  
(zkCallback-268-thread-2-processing-n:127.0.0.1:39208_) [n:127.0.0.1:39208_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 708688 INFO  
(zkCallback-284-thread-1-processing-n:127.0.0.1:39214_) [n:127.0.0.1:39214_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
 

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

porters for: solr.core.collection1_collection.shard2.replica1
   [junit4]   2> 416340 INFO  
(zkCallback-57-thread-3-processing-n:127.0.0.1:44893_solr) 
[n:127.0.0.1:44893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 416376 INFO  
(zkCallback-1410-thread-1-processing-n:127.0.0.1:33922_solr 
x:collection1_collection_shard2_replica1 s:shard2 c:collection1_collection 
r:core_node1) [n:127.0.0.1:33922_solr c:collection1_collection s:shard2 
r:core_node1 x:collection1_collection_shard2_replica1] o.a.s.c.c.ZkStateReader 
Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 416396 INFO  (coreCloseExecutor-472-thread-1) 
[n:127.0.0.1:44893_solr c:collection1_collection s:shard1 r:core_node2 
x:collection1_collection_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.collection1_collection.shard1.replica1
   [junit4]   2> 416460 INFO  
(zkCallback-57-thread-3-processing-n:127.0.0.1:44893_solr) 
[n:127.0.0.1:44893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 416461 INFO  
(zkCallback-55-thread-4-processing-n:127.0.0.1:43164_solr) 
[n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 416480 INFO  (jetty-closer-37-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d05d262{/solr,null,UNAVAILABLE}
   [junit4]   2> 416481 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 0x15e307fe6f80009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 416494 INFO  
(zkCallback-57-thread-2-processing-n:127.0.0.1:44893_solr) 
[n:127.0.0.1:44893_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:44893_solr
   [junit4]   2> 416494 INFO  
(zkCallback-57-thread-3-processing-n:127.0.0.1:44893_solr) 
[n:127.0.0.1:44893_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 416543 WARN  
(zkCallback-57-thread-3-processing-n:127.0.0.1:44893_solr) 
[n:127.0.0.1:44893_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 417972 WARN  
(zkCallback-58-thread-4-processing-n:127.0.0.1:33922_solr) 
[n:127.0.0.1:33922_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 417972 INFO  (jetty-closer-37-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1bcf0a77{/solr,null,UNAVAILABLE}
   [junit4]   2> 418005 INFO  (jetty-closer-37-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@78b1b70d{/solr,null,UNAVAILABLE}
   [junit4]   2> 418058 ERROR 
(SUITE-StreamExpressionTest-seed#[7280676B4D3E9B3F]-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> 418059 INFO  
(SUITE-StreamExpressionTest-seed#[7280676B4D3E9B3F]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33573 33573
   [junit4]   2> 418395 INFO  (Thread-34) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33573 33573
   [junit4]   2> 418397 WARN  (Thread-34) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        66      /solr/aliases.json
   [junit4]   2>        66      /solr/clusterprops.json
   [junit4]   2>        10      /solr/configs/conf
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        66      /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/destination/state.json
   [junit4]   2>        4       /solr/collections/mainCorpus/state.json
   [junit4]   2>        3       
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        3       
/solr/collections/destinationCollection/state.json
   [junit4]   2>        2       
/solr/collections/collection1_collection/state.json
   [junit4]   2>        2       /solr/collections/workQueue/state.json
   [junit4]   2>        2       
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98569567742722059-127.0.0.1:44893_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        66      /solr/live_nodes
   [junit4]   2>        66      /solr/collections
   [junit4]   2> 
   [junit4]   2> 418398 INFO  
(SUITE-StreamExpressionTest-seed#[7280676B4D3E9B3F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_7280676B4D3E9B3F-001
   [junit4]   2> Aug 30, 2017 12:22:11 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): 
{expr_s=PostingsFormat(name=Memory doPackFST= true), 
join2_s=PostingsFormat(name=Memory doPackFST= false), 
multiDefault=PostingsFormat(name=Memory doPackFST= false), 
subject=PostingsFormat(name=Memory doPackFST= false), 
a1_s=PostingsFormat(name=Memory doPackFST= false), 
price_f=PostingsFormat(name=Memory doPackFST= false), 
a_f=PostingsFormat(name=Memory doPackFST= false), 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
join1_i=PostingsFormat(name=Memory doPackFST= true), 
a_i=PostingsFormat(name=Memory doPackFST= true), 
join3_i=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
test_i=PostingsFormat(name=Memory doPackFST= false), 
field_i=PostingsFormat(name=Memory doPackFST= false), 
level1_s=PostingsFormat(name=Memory doPackFST= true), 
body_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
s_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
col_s=PostingsFormat(name=Memory doPackFST= false), 
a_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
level2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=Memory doPackFST= true), 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 i_multi=PostingsFormat(name=Memory doPackFST= true), 
b_ls=PostingsFormat(name=Memory doPackFST= false), 
test_dt=PostingsFormat(name=Memory doPackFST= true), 
test_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
ident_s=PostingsFormat(name=Memory doPackFST= false), 
order_i=PostingsFormat(name=Memory doPackFST= false), 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 side_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
miles_i=PostingsFormat(name=Memory doPackFST= false)}, 
docValues:{expr_s=DocValuesFormat(name=Lucene54), 
join2_s=DocValuesFormat(name=Lucene54), 
multiDefault=DocValuesFormat(name=Lucene54), 
a1_s=DocValuesFormat(name=Lucene54), price_f=DocValuesFormat(name=Lucene54), 
a_f=DocValuesFormat(name=Lucene54), intDefault=DocValuesFormat(name=Memory), 
a2_s=DocValuesFormat(name=Direct), join1_i=DocValuesFormat(name=Lucene54), 
a_i=DocValuesFormat(name=Lucene54), join3_i=DocValuesFormat(name=Direct), 
test_i=DocValuesFormat(name=Lucene54), field_i=DocValuesFormat(name=Lucene54), 
level1_s=DocValuesFormat(name=Lucene54), s_multi=DocValuesFormat(name=Direct), 
col_s=DocValuesFormat(name=Lucene54), a_ss=DocValuesFormat(name=Memory), 
level2_s=DocValuesFormat(name=Memory), a_s=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Memory), 
i_multi=DocValuesFormat(name=Lucene54), b_ls=DocValuesFormat(name=Lucene54), 
test_dt=DocValuesFormat(name=Lucene54), ident_s=DocValuesFormat(name=Lucene54), 
order_i=DocValuesFormat(name=Lucene54), _version_=DocValuesFormat(name=Memory), 
side_s=DocValuesFormat(name=Direct), miles_i=DocValuesFormat(name=Lucene54)}, 
maxPointsInLeafNode=83, maxMBSortInHeap=7.875960485661203, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sv, 
timezone=Brazil/East
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=171102128,total=477102080
   [junit4]   2> NOTE: All tests run in this JVM: [SolrParamTest, 
ConcurrentUpdateSolrClientTest, HttpClientUtilTest, LessThanEvaluatorTest, 
TestBatchUpdate, CommonParamsTest, TestCoreAdmin, ArcTangentEvaluatorTest, 
TestRetryUtil, AndEvaluatorTest, TestSuggesterResponse, StreamExpressionTest]
   [junit4] Completed [84/130 (1!)] on J2 in 291.32s, 70 tests, 1 error, 9 
skipped <<< FAILURES!

[...truncated 6807 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/build.xml:783:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.6/checkout/build.xml:727:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid31180.hprof

Total time: 777 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to