Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16898/
Java: 64bit/jdk-9-ea+120 -XX:-UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED: org.apache.solr.update.HardAutoCommitTest.testCommitWithin
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([D0C25AD7E00EA301:6A1035AF63204D14]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
at
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:99)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
... 40 more
FAILED: org.apache.solr.cloud.DistribCursorPagingTest.test
Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: https://127.0.0.1:33848/y_/aq/collection1
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: https://127.0.0.1:33848/y_/aq/collection1
at
__randomizedtesting.SeedInfo.seed([D0C25AD7E00EA301:5896650D4EF2CEF9]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:713)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:998)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:934)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.indexDoc(AbstractFullDistribZkTestBase.java:796)
at
org.apache.solr.cloud.DistribCursorPagingTest.doRandomSortsOnLargeIndex(DistribCursorPagingTest.java:582)
at
org.apache.solr.cloud.DistribCursorPagingTest.test(DistribCursorPagingTest.java:94)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:33848/y_/aq/collection1
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:707)
... 49 more
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to
127.0.0.1:33848 [/127.0.0.1] failed: Read timed out
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:143)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
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:511)
... 54 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(java.base@9-ea/Native Method)
at
java.net.SocketInputStream.socketRead(java.base@9-ea/SocketInputStream.java:116)
at
java.net.SocketInputStream.read(java.base@9-ea/SocketInputStream.java:170)
at
java.net.SocketInputStream.read(java.base@9-ea/SocketInputStream.java:141)
at
sun.security.ssl.SSLSocketInputRecord.read(java.base@9-ea/SSLSocketInputRecord.java:425)
at
sun.security.ssl.SSLSocketInputRecord.decode(java.base@9-ea/SSLSocketInputRecord.java:154)
at
sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-ea/SSLSocketImpl.java:1024)
at
sun.security.ssl.SSLSocketImpl.readRecord(java.base@9-ea/SSLSocketImpl.java:966)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(java.base@9-ea/SSLSocketImpl.java:1393)
at
sun.security.ssl.SSLSocketImpl.startHandshake(java.base@9-ea/SSLSocketImpl.java:1420)
at
sun.security.ssl.SSLSocketImpl.startHandshake(java.base@9-ea/SSLSocketImpl.java:1404)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:394)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:353)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134)
... 64 more
FAILED:
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates
Error Message:
2 mismatched bits expected:<2> but was:<4>
Stack Trace:
java.lang.AssertionError: 2 mismatched bits expected:<2> but was:<4>
at
__randomizedtesting.SeedInfo.seed([D0C25AD7E00EA301:EC038F6797735D13]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates(TestTolerantUpdateProcessorRandomCloud.java:295)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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:367)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
Build Log:
[...truncated 11033 lines...]
[junit4] Suite: org.apache.solr.cloud.DistribCursorPagingTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/init-core-data-001
[junit4] 2> 423826 INFO
(SUITE-DistribCursorPagingTest-seed#[D0C25AD7E00EA301]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 423827 INFO
(SUITE-DistribCursorPagingTest-seed#[D0C25AD7E00EA301]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /y_/aq
[junit4] 2> 423829 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 423835 INFO (Thread-1216) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 423835 INFO (Thread-1216) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 423935 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkTestServer start zk server on port:45294
[junit4] 2> 423935 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 423936 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 423937 INFO (zkCallback-615-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@dcdfe2e name:ZooKeeperConnection
Watcher:127.0.0.1:45294 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 423938 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 423938 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 423938 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 423939 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 423939 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 423940 INFO (zkCallback-616-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@66ec251a
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 423940 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 423940 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 423940 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 423941 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 423942 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 423942 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 423943 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-deeppaging.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 423943 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 423944 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-sorts.xml
to /configs/conf1/schema.xml
[junit4] 2> 423945 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 423945 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 423945 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 423946 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 423946 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 423947 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 423947 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 423948 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 423948 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 423948 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 423948 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 423949 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 423949 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 423950 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 423950 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 423950 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 423951 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 423951 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 423951 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 423952 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 423952 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 423953 INFO (zkCallback-618-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@23cd4a61
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 423953 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 423953 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 424016 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1
[junit4] 2> 424018 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 424019 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@33d99e0a{/y_/aq,null,AVAILABLE}
[junit4] 2> 424021 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@14477f3a{SSL,[ssl,
http/1.1]}{127.0.0.1:41723}
[junit4] 2> 424021 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.Server Started @426328ms
[junit4] 2> 424021 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/y_/aq,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/tempDir-001/control/data,
hostPort=41723,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores}
[junit4] 2> 424022 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@71e7a66b
[junit4] 2> 424022 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001'
[junit4] 2> 424022 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 424022 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 424022 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 424022 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 424023 INFO (zkCallback-619-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@291d5634
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 424023 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 424023 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 424024 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 424024 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/solr.xml
[junit4] 2> 424029 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores
[junit4] 2> 424029 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1448072590
[junit4] 2> 424029 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001]
[junit4] 2> 424029 WARN
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/lib
[junit4] 2> 424052 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 424054 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 424054 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 424055 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 424055 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45294/solr
[junit4] 2> 424055 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 424055 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 424055 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 424056 INFO (zkCallback-622-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3cd0a079
name:ZooKeeperConnection Watcher:127.0.0.1:45294 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 424057 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 424057 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 424058 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$155/269848257@7f437a07
[junit4] 2> 424058 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 424060 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@24f31dae
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 424060 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 424061 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 424062 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 424063 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 424065 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 424066 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 424066 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 424067 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 424068 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 424068 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 424068 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 424069 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 424069 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 424070 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 424070 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 424071 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 424071 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000
[junit4] 2> 424071 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:41723_y_%2Faq
[junit4] 2> 424071 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 424072 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.Overseer Overseer
(id=96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) starting
[junit4] 2> 424073 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 424076 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 424076 INFO
(OverseerCollectionConfigSetProcessor-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 424077 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 424077 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41723_y_%2Faq
[junit4] 2> 424078 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:41723_y_%2Faq
[junit4] 2> 424078 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 424078 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [0])
[junit4] 2> 424079 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 424086 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 424086 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 424087 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores
[junit4] 2> 424088 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml,
dataDir=data/, collection=control_collection, loadOnStartup=true,
coreNodeName=, transient=false, name=collection1, shard=,
config=solrconfig.xml, configSetProperties=configsetprops.json}
[junit4] 2> 424088 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1
[junit4] 2> 424088 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 424089 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 424089 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 424089 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 424089 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 424090 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController Collection control_collection not visible yet, but
flagging it so a watch is registered when it becomes visible
[junit4] 2> 424090 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
[junit4] 2> 424091 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41723/y_/aq",
[junit4] 2> "node_name":"127.0.0.1:41723_y_%2Faq",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 424091 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41723/y_/aq",
[junit4] 2> "node_name":"127.0.0.1:41723_y_%2Faq",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 424091 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
[junit4] 2> 424091 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 424091 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 424092 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1'
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 425092 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 425093 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.Config loaded config solrconfig.xml with version 0
[junit4] 2> 425097 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 425099 WARN (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 425100 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 425106 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 425109 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=sortable
[junit4] 2> 425549 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 425552 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 425552 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 425552 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 425552 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1/data/]
[junit4] 2> 425552 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 425553 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1/data
[junit4] 2> 425553 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1/data/index/
[junit4] 2> 425553 WARN (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 425553 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1/data/index
[junit4] 2> 425553 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 425554 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3fceb1d8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3267c1f1),segFN=segments_1,generation=1}
[junit4] 2> 425554 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 425554 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1/data/
[junit4] 2> 425554 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/control-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 425556 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 425558 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 425559 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 425560 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 425560 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 425561 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
[junit4] 2> 425562 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 425562 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 425562 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 425563 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 425563 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 425563 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=36, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=12.2705078125,
floorSegmentMB=0.6025390625, forceMergeDeletesPctAllowed=7.664209259624367,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 425564 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3fceb1d8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3267c1f1),segFN=segments_1,generation=1}
[junit4] 2> 425564 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 425564 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2cd6ad0f[collection1] main]
[junit4] 2> 425564 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the
RestManager with znodeBase: /configs/conf1
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 425565 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 425566 INFO (searcherExecutor-1592-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2cd6ad0f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 425566 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 425566 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 425566 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 425566 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1536006398861639680
[junit4] 2> 425568 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version
1536006398861639680
[junit4] 2> 425568 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 425568 INFO (coreLoadExecutor-1591-thread-1) [ ]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 425569 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ZkController Register replica - core:collection1
address:https://127.0.0.1:41723/y_/aq collection:control_collection shard:shard1
[junit4] 2> 425569 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 425570 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/collections/control_collection/leader_elect/shard1/election/96000399815475205-core_node1-n_0000000000
[junit4] 2> 425571 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1
and weAreReplacement=false and leaderVoteWait=10000
[junit4] 2> 425571 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 425571 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 425571 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41723/y_/aq/collection1/
[junit4] 2> 425571 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 425571 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.SyncStrategy https://127.0.0.1:41723/y_/aq/collection1/ has no replicas
[junit4] 2> 425572 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state version: 1
[junit4] 2> 425572 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
[junit4] 2> 425573 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/96000399815475205-core_node1-n_0000000000
[junit4] 2> 425574 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:41723/y_/aq/collection1/ shard1
[junit4] 2> 425575 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"https://127.0.0.1:41723/y_/aq",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 425591 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 425592 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 425593 INFO (zkCallback-627-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5e056850
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 425593 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 425593 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 425593 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 425593 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 425593 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 425594 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 425594 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 425594 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 425594 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 425601 INFO (zkCallback-628-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4bbd7470
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 425602 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 425602 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 425603 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":"2"} current state version: 1
[junit4] 2> 425604 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
[junit4] 2> 425604 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 425604 INFO (zkCallback-627-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 425625 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ZkController We are https://127.0.0.1:41723/y_/aq/collection1/ and
leader is https://127.0.0.1:41723/y_/aq/collection1/
[junit4] 2> 425625 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ZkController No LogReplay needed for core=collection1
baseURL=https://127.0.0.1:41723/y_/aq
[junit4] 2> 425625 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 425625 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ZkController publishing state=active
[junit4] 2> 425625 INFO (coreZkRegister-1585-thread-1) [ ]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 425632 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41723/y_/aq",
[junit4] 2> "node_name":"127.0.0.1:41723_y_%2Faq",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 425632 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:41723/y_/aq",
[junit4] 2> "node_name":"127.0.0.1:41723_y_%2Faq",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 425635 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/collection1/state.json
[junit4] 2> 425696 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1
[junit4] 2> 425697 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001
[junit4] 2> 425699 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 425700 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3c68ee69{/y_/aq,null,AVAILABLE}
[junit4] 2> 425701 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@4a8fd856{SSL,[ssl,
http/1.1]}{127.0.0.1:33848}
[junit4] 2> 425701 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.e.j.s.Server Started @428008ms
[junit4] 2> 425701 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/y_/aq,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/tempDir-001/jetty1,
hostPort=33848,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores}
[junit4] 2> 425701 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@71e7a66b
[junit4] 2> 425701 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001'
[junit4] 2> 425702 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 425702 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 425702 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 425703 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 425703 INFO (zkCallback-629-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5cf87f00
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 425703 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 425704 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 425704 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 425704 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/solr.xml
[junit4] 2> 425708 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores
[junit4] 2> 425709 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1842061029
[junit4] 2> 425709 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001]
[junit4] 2> 425709 WARN
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/lib
[junit4] 2> 425709 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 425710 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 425711 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 425711 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 425711 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45294/solr
[junit4] 2> 425711 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 425711 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 425711 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 425712 INFO (zkCallback-632-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4750abdb
name:ZooKeeperConnection Watcher:127.0.0.1:45294 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 425713 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 425713 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 425713 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$155/269848257@68e48a09
[junit4] 2> 425714 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 425714 INFO (zkCallback-633-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@40292b7e
name:ZooKeeperConnection Watcher:127.0.0.1:45294/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 425714 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 425717 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 425717 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 425717 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 425718 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 425719 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96000399815475210-127.0.0.1:33848_y_%2Faq-n_0000000001
[junit4] 2> 425719 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000
to know if I could be the leader
[junit4] 2> 425720 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:33848_y_%2Faq as DOWN
[junit4] 2> 425721 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:33848_y_%2Faq"} current state
version: 2
[junit4] 2> 425721 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.NodeMutator DownNode state invoked for node:
127.0.0.1:33848_y_%2Faq
[junit4] 2> 425721 INFO (zkCallback-627-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 425721 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 425721 INFO (zkCallback-633-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 425828 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/collection1/state.json version: 0
[junit4] 2> 426721 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33848_y_%2Faq
[junit4] 2> 426721 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:33848_y_%2Faq
[junit4] 2> 426722 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 426722 INFO (zkCallback-627-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 426722 INFO (zkCallback-627-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 426722 INFO (zkCallback-623-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 426722 INFO (zkCallback-633-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 426728 INFO (zkCallback-633-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 426732 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 426732 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 426732 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores
[junit4] 2> 426733 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml,
dataDir=data/, collection=collection1, loadOnStartup=true, coreNodeName=,
transient=false, name=collection1, shard=, config=solrconfig.xml,
configSetProperties=configsetprops.json}
[junit4] 2> 426733 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1
[junit4] 2> 426733 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 426738 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 426738 INFO
(TEST-DistribCursorPagingTest.test-seed#[D0C25AD7E00EA301]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 426738 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 426738 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 426739 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ZkController Registering watch for collection collection1
[junit4] 2> 426739 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:33848/y_/aq",
[junit4] 2> "node_name":"127.0.0.1:33848_y_%2Faq",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 426739 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.c.ZkStateReader Add data for [collection1] ver [1]
[junit4] 2> 426739 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:33848/y_/aq",
[junit4] 2> "node_name":"127.0.0.1:33848_y_%2Faq",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 426740 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
[junit4] 2> 426740 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 426740 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 426841 INFO
(OverseerStateUpdate-96000399815475205-127.0.0.1:41723_y_%2Faq-n_0000000000) [
] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/collection1/state.json version: 1
[junit4] 2> 426842 INFO (zkCallback-633-thread-1) [ ]
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> 426842 INFO (zkCallback-633-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updating data for [collection1] from [1] to [2]
[junit4] 2> 427740 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 427740 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ZkController Check for collection zkNode:collection1
[junit4] 2> 427740 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 427740 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
[junit4] 2> 427741 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1]
specified config exists in ZooKeeper
[junit4] 2> 427741 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1'
[junit4] 2> 427741 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 427741 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 427742 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.Config loaded config solrconfig.xml with version 0
[junit4] 2> 427748 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 427750 WARN (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 427751 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 427756 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 427761 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=sortable
[junit4] 2> 427882 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 427884 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 427884 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 427884 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 427884 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 427884 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 427885 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1/data
[junit4] 2> 427885 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 427885 WARN (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 427885 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 427885 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 427886 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@a91a968
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40e4fe44),segFN=segments_1,generation=1}
[junit4] 2> 427886 INFO (coreLoadExecutor-1602-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 427886 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_D0C25AD7E00EA301-001/shard-1-001/cores/co
[...truncated too long message...]
170836 INFO (SUITE-HardAutoCommitTest-seed#[D0C25AD7E00EA301]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1170836 INFO
(SUITE-HardAutoCommitTest-seed#[D0C25AD7E00EA301]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1912609354
[junit4] 2> 1170837 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4e5b78f5
[junit4] 2> 1170837 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 closing
DirectUpdateHandler2{commits=0,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=1,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 1170837 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 1170837 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing
IndexWriter
[junit4] 2> 1170837 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
[junit4] 2> 1170837 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 1170838 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@41e3ca7
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@653d2cd8),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@41e3ca7
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@653d2cd8),segFN=segments_2,generation=2}
[junit4] 2> 1170839 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
[junit4] 2> 1170839 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 1170846 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories
currently being tracked
[junit4] 2> 1170846 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D0C25AD7E00EA301-001/init-core-data-001
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D0C25AD7E00EA301-001/init-core-data-001;done=false>>]
[junit4] 2> 1170846 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1170846 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D0C25AD7E00EA301-001/init-core-data-001
[junit4] 2> 1170846 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D0C25AD7E00EA301-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D0C25AD7E00EA301-001/init-core-data-001/index;done=false>>]
[junit4] 2> 1170846 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
[junit4] 2> 1170846 INFO (coreCloseExecutor-5066-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D0C25AD7E00EA301-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.HardAutoCommitTest_D0C25AD7E00EA301-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{range_facet_l_dv=PostingsFormat(name=Memory doPackFST= false),
_version_=BlockTreeOrds(blocksize=128), field_t=PostingsFormat(name=Memory
doPackFST= false), multiDefault=PostingsFormat(name=LuceneFixedGap),
subject=PostingsFormat(name=LuceneFixedGap),
intDefault=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Memory
doPackFST= false), range_facet_i_dv=PostingsFormat(name=LuceneFixedGap),
text=Lucene50(blocksize=128),
range_facet_l=PostingsFormat(name=LuceneFixedGap),
timestamp=PostingsFormat(name=LuceneFixedGap)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=170,
maxMBSortInHeap=6.447934323667594,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=zh,
timezone=Africa/Asmara
[junit4] 2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=53695016,total=495976448
[junit4] 2> NOTE: All tests run in this JVM: [TestCloudBackupRestore,
SolrCloudExampleTest, TestChildDocTransformer, TestFieldTypeCollectionResource,
TestConfigSets, HdfsCollectionsAPIDistributedZkTest,
DistributedExpandComponentTest, OverseerTaskQueueTest, TestJoin,
SynonymTokenizerTest, OverseerCollectionConfigSetProcessorTest,
OutputWriterTest, TestLMDirichletSimilarityFactory, TestRTGBase,
CdcrVersionReplicationTest, BasicZkTest, DefaultValueUpdateProcessorTest,
RAMDirectoryFactoryTest, DistributedQueryComponentCustomSortTest,
TestFoldingMultitermQuery, SharedFSAutoReplicaFailoverTest,
TestSolrConfigHandlerCloud, TestSerializedLuceneMatchVersion, PeerSyncTest,
TestConfig, PathHierarchyTokenizerFactoryTest, XsltUpdateRequestHandlerTest,
DocExpirationUpdateProcessorFactoryTest, ResponseHeaderTest,
TestMergePolicyConfig, TestIntervalFaceting, IndexSchemaRuntimeFieldTest,
TestCopyFieldCollectionResource, TestMiniSolrCloudClusterBase, TestLazyCores,
TestDFISimilarityFactory, DistribJoinFromCollectionTest,
HdfsWriteToMultipleCollectionsTest, FileBasedSpellCheckerTest, RuleEngineTest,
TestConfigOverlay, BasicDistributedZkTest, TestSolrCloudWithKerberosAlt,
TestReqParamsAPI, TestFastOutputStream, TestMissingGroups,
DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest,
TestCloudSchemaless, HdfsRecoveryZkTest, TestRandomDVFaceting,
PreAnalyzedUpdateProcessorTest, TestRawTransformer, ZkNodePropsTest,
TestPhraseSuggestions, SOLR749Test, BigEndianAscendingWordDeserializerTest,
SolrRequestParserTest, PingRequestHandlerTest, SortSpecParsingTest,
DateFieldTest, FacetPivotSmallTest, SystemInfoHandlerTest, JSONWriterTest,
TestSolr4Spatial2, TestOmitPositions, TestCloudPivotFacet,
TestAtomicUpdateErrorCases, TestFieldCacheSanityChecker, TestCrossCoreJoin,
BasicAuthIntegrationTest, PrimUtilsTest, MultiThreadedOCPTest,
CurrencyFieldOpenExchangeTest, BufferStoreTest, TestPivotHelperCode,
ExitableDirectoryReaderTest, TestLRUCache, TestBulkSchemaConcurrent,
TestQueryWrapperFilter, DeleteStatusTest, QueryElevationComponentTest,
TestExactSharedStatsCache, TestFieldCacheVsDocValues,
TestHighlightDedupGrouping, PreAnalyzedFieldTest, TestDocTermOrds,
TestUseDocValuesAsStored2, TestRangeQuery, TestDocSet, ResourceLoaderTest,
TestValueSourceCache, ReplicationFactorTest, TestSearcherReuse,
TestComponentsName, TestHdfsUpdateLog, TestSolrDynamicMBean,
AlternateDirectoryTest, CloudMLTQParserTest, TestRemoteStreaming,
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest,
OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest,
ZkSolrClientTest, AutoCommitTest, TestFaceting,
DistributedSpellCheckComponentTest, TestRealTimeGet, HardAutoCommitTest]
[junit4] Completed [326/611 (3!)] on J0 in 0.95s, 1 test, 1 error <<<
FAILURES!
[...truncated 894 lines...]
[junit4] JVM J1: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20160602_063704_509.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid29320.hprof
...
[junit4] Heap dump file created [509276514 bytes in 1.804 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:531: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1427:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:984:
There were test failures: 611 suites (10 ignored), 2559 tests, 2 errors, 1
failure, 118 ignored (72 assumptions) [seed: D0C25AD7E00EA301]
Total time: 56 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
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]