Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1185/
2 tests failed.
FAILED: org.apache.solr.cloud.DistribCursorPagingTest.test
Error Message:
GC overhead limit exceeded
Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at
__randomizedtesting.SeedInfo.seed([62CECCCFAC00A40C:EA9AF31502FCC9F4]:0)
at java.io.ByteArrayOutputStream.<init>(ByteArrayOutputStream.java:77)
at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:94)
at sun.security.ssl.OutputRecord.<init>(OutputRecord.java:105)
at
sun.security.ssl.HandshakeOutStream.<init>(HandshakeOutStream.java:54)
at sun.security.ssl.Handshaker.activate(Handshaker.java:537)
at
sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
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)
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)
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)
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)
FAILED: org.apache.solr.cloud.TestCloudBackupRestore.test
Error Message:
Error from server at http://127.0.0.1:55952/solr: Backup directory already
exists:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_62CECCCFAC00A40C-001/tempDir-002/mytestbackup
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:55952/solr: Backup directory already exists:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_62CECCCFAC00A40C-001/tempDir-002/mytestbackup
at
__randomizedtesting.SeedInfo.seed([62CECCCFAC00A40C:EA9AF31502FCC9F4]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
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.sendRequest(CloudSolrClient.java:1228)
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.TestCloudBackupRestore.testBackupAndRestore(TestCloudBackupRestore.java:153)
at
org.apache.solr.cloud.TestCloudBackupRestore.test(TestCloudBackupRestore.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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(Thread.java:745)
Build Log:
[...truncated 10683 lines...]
[junit4] Suite: org.apache.solr.cloud.DistribCursorPagingTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/init-core-data-001
[junit4] 2> 224543 INFO
(SUITE-DistribCursorPagingTest-seed#[62CECCCFAC00A40C]-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> 224545 INFO
(SUITE-DistribCursorPagingTest-seed#[62CECCCFAC00A40C]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /de_/ic
[junit4] 2> 224546 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 224547 INFO (Thread-552) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 224547 INFO (Thread-552) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 224647 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.ZkTestServer start zk server on port:50594
[junit4] 2> 224647 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 224647 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 224650 INFO (zkCallback-270-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6670d66d
name:ZooKeeperConnection Watcher:127.0.0.1:50594 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 224651 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 224651 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 224651 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 224655 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 224660 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 224661 INFO (zkCallback-271-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@28dca47f
name:ZooKeeperConnection Watcher:127.0.0.1:50594/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 224661 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 224661 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 224661 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 224662 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 224663 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 224664 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 224665 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-deeppaging.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 224665 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 224666 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema-sorts.xml
to /configs/conf1/schema.xml
[junit4] 2> 224667 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 224667 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 224668 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 224669 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 224669 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 224669 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 224670 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 224670 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 224671 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 224671 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 224672 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 224672 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 224672 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 224673 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 224673 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 224678 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 224678 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 224679 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 224679 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 224680 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 224687 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 224689 INFO (zkCallback-273-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@60244747
name:ZooKeeperConnection Watcher:127.0.0.1:50594/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 224689 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 224689 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 224755 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1
[junit4] 2> 224762 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 224763 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@41d920ab{/de_/ic,null,AVAILABLE}
[junit4] 2> 224766 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@5eda614e{SSL,[ssl,
http/1.1]}{127.0.0.1:39511}
[junit4] 2> 224766 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.Server Started @229251ms
[junit4] 2> 224766 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/tempDir-001/control/data,
hostContext=/de_/ic, hostPort=39511,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores}
[junit4] 2> 224766 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 224767 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001'
[junit4] 2> 224767 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 224767 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 224767 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 224772 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 224776 INFO (zkCallback-274-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@12e76644
name:ZooKeeperConnection Watcher:127.0.0.1:50594/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 224776 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 224776 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 224777 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 224777 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/solr.xml
[junit4] 2> 224781 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores
[junit4] 2> 224781 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1149947150
[junit4] 2> 224781 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001]
[junit4] 2> 224781 WARN
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/lib
[junit4] 2> 224781 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
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> 224783 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 224783 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 224783 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 224783 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50594/solr
[junit4] 2> 224783 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 224783 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 224784 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 224792 INFO (zkCallback-277-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@11e4f81a
name:ZooKeeperConnection Watcher:127.0.0.1:50594 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 224793 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 224793 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 224794 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$81/746405028@4856891a
[junit4] 2> 224797 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 224799 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5aa09499
name:ZooKeeperConnection Watcher:127.0.0.1:50594/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 224799 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ConnectionManager Client is
connected to ZooKeeper
[junit4] 2> 224800 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue
[junit4] 2> 224800 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 224802 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 224803 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 224803 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 224804 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 224805 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 224805 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/clusterstate.json
[junit4] 2> 224806 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 224806 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 224806 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ZkStateReader Loaded cluster
properties: {urlScheme=https}
[junit4] 2> 224807 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (0)
[junit4] 2> 224807 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect
[junit4] 2> 224808 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 224808 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 224809 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.LeaderElector Joined leadership
election with path:
/overseer_elect/election/95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000
[junit4] 2> 224809 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:39511_de_%2Fic
[junit4] 2> 224809 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 224809 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.Overseer Overseer
(id=95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000) starting
[junit4] 2> 224810 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 224812 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.OverseerAutoReplicaFailoverThread
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 224812 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.Overseer Starting to work on the main
queue
[junit4] 2> 224813 INFO
(OverseerCollectionConfigSetProcessor-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 224816 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39511_de_%2Fic
[junit4] 2> 224816 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:39511_de_%2Fic
[junit4] 2> 224816 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (0)
[junit4] 2> 224817 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] 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> 224817 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 224825 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 224825 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 224825 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores
[junit4] 2> 224826 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.CoreDescriptor Created CoreDescriptor:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=control_collection, coreNodeName=, dataDir=data/, shard=}
[junit4] 2> 224826 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.CorePropertiesLocator Found core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1
[junit4] 2> 224826 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions
[junit4] 2> 224827 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 224827 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 224828 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
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> 224828 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1
[junit4] 2> 224828 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 224828 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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:39511/de_/ic",
[junit4] 2> "node_name":"127.0.0.1:39511_de_%2Fic",
[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> 224828 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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:39511/de_/ic",
[junit4] 2> "node_name":"127.0.0.1:39511_de_%2Fic",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 224830 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
[junit4] 2> 224830 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.o.ClusterStateMutator building a new
cName: control_collection
[junit4] 2> 224831 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 224831 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 224832 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] 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> 225832 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 225832 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 225833 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 225833 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 225833 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 225834 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1'
[junit4] 2> 225834 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 225834 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 225835 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.Config loaded config solrconfig.xml with version 0
[junit4] 2> 225841 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 225844 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 225848 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 225859 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=sortable
[junit4] 2> 226197 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 226198 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1
[junit4] 2> 226198 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 226198 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 226199 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1/data/]
[junit4] 2> 226199 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core:
collection1
[junit4] 2> 226199 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1/data
[junit4] 2> 226199 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1/data/index/
[junit4] 2> 226199 WARN
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 226199 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1/data/index
[junit4] 2> 226199 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 226200 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@3e5cc6f2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7dafe955),segFN=segments_1,generation=1}
[junit4] 2> 226200 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 226201 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 226204 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39511_de_%2Fic
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1/data/
[junit4] 2> 226204 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:39511_de_%2Fic
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.DirectoryFactory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/control-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 226210 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 226211 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 226212 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 226213 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 226215 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] 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> 226215 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 226215 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 226215 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 226216 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 226216 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 226216 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=31.9912109375,
floorSegmentMB=1.0478515625, forceMergeDeletesPctAllowed=0.5234303878476698,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 226216 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2> commit{dir=RawDirectoryWrapper(RAMDirectory@3e5cc6f2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7dafe955),segFN=segments_1,generation=1}
[junit4] 2> 226216 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 226216 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@14f00876[collection1] main]
[junit4] 2> 226216 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 226217 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 226217 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based
storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 226217 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
with znodeBase: /configs/conf1
[junit4] 2> 226217 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 226218 INFO
(searcherExecutor-824-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@14f00876[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 226218 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1535978098780012544
[junit4] 2> 226220 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with
highest version 1535978098780012544
[junit4] 2> 226220 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 226221 INFO
(coreLoadExecutor-823-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 226221 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController Register replica - core:collection1
address:https://127.0.0.1:39511/de_/ic collection:control_collection
shard:shard1
[junit4] 2> 226221 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 226223 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.LeaderElector Joined leadership election with path:
/collections/control_collection/leader_elect/shard1/election/95998631064436741-core_node1-n_0000000000
[junit4] 2> 226223 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process
for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
[junit4] 2> 226224 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 226224 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 226224 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:39511/de_/ic/collection1/
[junit4] 2> 226224 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 226224 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:39511/de_/ic/collection1/
has no replicas
[junit4] 2> 226224 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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> 226225 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 226227 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] 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/95998631064436741-core_node1-n_0000000000
[junit4] 2> 226229 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:39511/de_/ic/collection1/ shard1
[junit4] 2> 226229 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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:39511/de_/ic",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 226332 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:50594/solr
[junit4] 2> 226333 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 226334 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 226345 INFO (zkCallback-282-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7df02b3 name:ZooKeeperConnection
Watcher:127.0.0.1:50594/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 226348 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 226348 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] 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> 226348 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 226348 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 226380 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https}
[junit4] 2> 226380 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController We are
https://127.0.0.1:39511/de_/ic/collection1/ and leader is
https://127.0.0.1:39511/de_/ic/collection1/
[junit4] 2> 226380 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1
baseURL=https://127.0.0.1:39511/de_/ic
[junit4] 2> 226380 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 226381 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController publishing state=active
[junit4] 2> 226381 INFO
(coreZkRegister-817-thread-1-processing-n:127.0.0.1:39511_de_%2Fic
x:collection1 s:shard1 c:control_collection r:core_node1)
[n:127.0.0.1:39511_de_%2Fic c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading
it from system property
[junit4] 2> 226388 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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:39511/de_/ic",
[junit4] 2> "node_name":"127.0.0.1:39511_de_%2Fic",
[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> 226389 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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:39511/de_/ic",
[junit4] 2> "node_name":"127.0.0.1:39511_de_%2Fic",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 226391 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 226393 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 226447 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/cores/collection1
[junit4] 2> 226448 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001
[junit4] 2> 226449 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 226450 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@651ea107{/de_/ic,null,AVAILABLE}
[junit4] 2> 226451 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.ServerConnector Started ServerConnector@6efa1c8d{SSL,[ssl,
http/1.1]}{127.0.0.1:57435}
[junit4] 2> 226451 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.e.j.s.Server Started @230936ms
[junit4] 2> 226451 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/de_/ic, hostPort=57435,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/cores}
[junit4] 2> 226452 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 226452 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001'
[junit4] 2> 226452 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 226452 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 226452 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 226452 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 226454 INFO (zkCallback-283-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@69e14f1f
name:ZooKeeperConnection Watcher:127.0.0.1:50594/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 226454 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 226454 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 226460 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 226460 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/solr.xml
[junit4] 2> 226463 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/cores
[junit4] 2> 226463 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CoreContainer New CoreContainer 527613947
[junit4] 2> 226463 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001]
[junit4] 2> 226463 WARN
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/lib
[junit4] 2> 226463 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
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> 226464 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 226465 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 226465 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 226465 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50594/solr
[junit4] 2> 226465 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 226465 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 226465 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 226469 INFO (zkCallback-286-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4ec887e9
name:ZooKeeperConnection Watcher:127.0.0.1:50594 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 226469 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 226470 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 226471 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$81/746405028@4363f0a9
[junit4] 2> 226471 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 226472 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@4469fb6c
name:ZooKeeperConnection Watcher:127.0.0.1:50594/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 226472 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ConnectionManager Client is
connected to ZooKeeper
[junit4] 2> 226476 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 226477 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ZkStateReader Loaded cluster
properties: {urlScheme=https}
[junit4] 2> 226477 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 226478 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 226479 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.LeaderElector Joined leadership
election with path:
/overseer_elect/election/95998631064436745-127.0.0.1:57435_de_%2Fic-n_0000000001
[junit4] 2> 226479 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000
to know if I could be the leader
[junit4] 2> 226479 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.ZkController Publish
node=127.0.0.1:57435_de_%2Fic as DOWN
[junit4] 2> 226485 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:57435_de_%2Fic"} current state
version: 2
[junit4] 2> 226485 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.o.NodeMutator DownNode state invoked
for node: 127.0.0.1:57435_de_%2Fic
[junit4] 2> 226587 INFO (zkCallback-282-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> 226587 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] 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> 226588 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic ] 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> 227485 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57435_de_%2Fic
[junit4] 2> 227486 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:57435_de_%2Fic
[junit4] 2> 227487 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] 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> 227487 INFO (zkCallback-282-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> 227487 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic ] 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> 227487 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 227487 INFO (zkCallback-282-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 227488 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 227499 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 227499 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 227499 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/cores
[junit4] 2> 227500 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.CoreDescriptor Created CoreDescriptor:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml,
loadOnStartup=true, configSetProperties=configsetprops.json,
collection=collection1, coreNodeName=, dataDir=data/, shard=}
[junit4] 2> 227500 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.CorePropertiesLocator Found core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/cores/collection1
[junit4] 2> 227500 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions
[junit4] 2> 227501 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 227501 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 227501 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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:57435/de_/ic",
[junit4] 2> "node_name":"127.0.0.1:57435_de_%2Fic",
[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> 227501 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] 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:57435/de_/ic",
[junit4] 2> "node_name":"127.0.0.1:57435_de_%2Fic",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 227501 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.o.ClusterStateMutator building a new
cName: collection1
[junit4] 2> 227502 INFO
(OverseerStateUpdate-95998631064436741-127.0.0.1:39511_de_%2Fic-n_0000000000)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 227502 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1
[junit4] 2> 227502 INFO
(TEST-DistribCursorPagingTest.test-seed#[62CECCCFAC00A40C])
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 227502 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.ZkController
Collection collection1 not visible yet, but flagging it so a watch is
registered when it becomes visible
[junit4] 2> 227503 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
o.a.s.c.c.ZkStateReader Deleting data for [collection1]
[junit4] 2> 227503 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.ZkController
look for our core node name
[junit4] 2> 227603 INFO
(zkCallback-278-thread-1-processing-n:127.0.0.1:39511_de_%2Fic)
[n:127.0.0.1:39511_de_%2Fic ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
[junit4] 2> 227603 INFO (zkCallback-282-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: [2])
[junit4] 2> 227603 INFO
(zkCallback-287-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic ] o.a.s.c.c.ZkStateReader A cluster state
change: [WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
[junit4] 2> 228503 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.ZkController
waiting to find shard id in clusterstate for collection1
[junit4] 2> 228504 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.ZkController
Check for collection zkNode:collection1
[junit4] 2> 228504 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.ZkController
Collection zkNode exists
[junit4] 2> 228504 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
[junit4] 2> 228504 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1]
specified config exists in ZooKeeper
[junit4] 2> 228505 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest_62CECCCFAC00A40C-001/shard-1-001/cores/collection1'
[junit4] 2> 228505 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 228505 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 228506 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 228510 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 228512 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 228516 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 228519 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=sortable
[junit4] 2> 228582 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1] o.a.s.s.IndexSchema
unique key field: id
[junit4] 2> 228583 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
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=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1
[junit4] 2> 228583 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 228583 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 228583 INFO
(coreLoadExecutor-834-thread-1-processing-n:127.0.0.1:57435_de_%2Fic)
[n:127.0.0.1:57435_de_%2Fic c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/sol
[...truncated too long message...]
kuprestore_shard1_1_replica1] o.a.s.c.CachingDirectoryFactory Closing
directory, CoreContainer#isShutdown=true
[junit4] 2> 1905212 INFO (coreCloseExecutor-5094-thread-4)
[n:127.0.0.1:55096_solr c:backuprestore s:shard1_1 r:core_node6
x:backuprestore_shard1_1_replica1] o.a.s.c.CachingDirectoryFactory Closing
directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_62CECCCFAC00A40C-001/tempDir-001/node2/./backuprestore_shard1_1_replica1/data
[junit4] 2> 1905212 INFO (jetty-launcher-1741-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=95998739438764037-127.0.0.1:55096_solr-n_0000000000) closing
[junit4] 2> 1905212 INFO
(OverseerStateUpdate-95998739438764037-127.0.0.1:55096_solr-n_0000000000)
[n:127.0.0.1:55096_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:55096_solr
[junit4] 2> 1905213 WARN
(zkCallback-1751-thread-1-processing-n:127.0.0.1:55096_solr)
[n:127.0.0.1:55096_solr ] o.a.s.c.LeaderElector
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for
/collections/backuprestore/leader_elect/shard1_0/election
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1905214 INFO
(zkCallback-1751-thread-2-processing-n:127.0.0.1:55096_solr)
[n:127.0.0.1:55096_solr ] 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> 1905214 WARN
(zkCallback-1751-thread-2-processing-n:127.0.0.1:55096_solr)
[n:127.0.0.1:55096_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1905214 INFO (jetty-launcher-1741-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5604b2d4{/solr,null,UNAVAILABLE}
[junit4] 2> 1905215 INFO
(SUITE-TestCloudBackupRestore-seed#[62CECCCFAC00A40C]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35209 35209
[junit4] 2> 1905494 INFO (Thread-5237) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:35209 35209
[junit4] 2> 1905495 WARN (Thread-5237) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/backuprestore/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> 1905495 INFO
(SUITE-TestCloudBackupRestore-seed#[62CECCCFAC00A40C]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudBackupRestore_62CECCCFAC00A40C-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{shard_s=PostingsFormat(name=Direct), _version_=BlockTreeOrds(blocksize=128),
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=811,
maxMBSortInHeap=7.5716305308475995, sim=ClassicSimilarity, locale=es-AR,
timezone=Africa/Lusaka
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_74 (64-bit)/cpus=4,threads=1,free=154599472,total=507510784
[junit4] 2> NOTE: All tests run in this JVM: [SortSpecParsingTest,
TestSolrDynamicMBean, HighlighterMaxOffsetTest, TestDocTermOrds,
DocumentAnalysisRequestHandlerTest, RuleEngineTest, TestCloudSchemaless,
SolrCoreTest, TestNumericTerms32, IndexSchemaTest, CopyFieldTest,
SolrCloudExampleTest, JsonLoaderTest, TestStressLucene, ForceLeaderTest,
TestRandomDVFaceting, TestBadConfig, ReturnFieldsTest, TestJoin,
TestFoldingMultitermQuery, CdcrReplicationDistributedZkTest,
ActionThrottleTest, TestAtomicUpdateErrorCases, TestPhraseSuggestions,
TestConfigSets, TestExactSharedStatsCache, DistribJoinFromCollectionTest,
AddBlockUpdateTest, TestSolr4Spatial2, BasicAuthIntegrationTest, TestLazyCores,
TestRealTimeGet, TestCloudPivotFacet, DocExpirationUpdateProcessorFactoryTest,
TestConfigOverlay, CacheHeaderTest, AnalysisAfterCoreReloadTest,
TestFunctionQuery, CreateCollectionCleanupTest, SecurityConfHandlerTest,
TestHighFrequencyDictionaryFactory, EchoParamsTest,
DistributedFacetPivotSmallAdvancedTest, ExternalFileFieldSortTest,
JSONWriterTest, TestMergePolicyConfig, TestLuceneMatchVersion,
OverseerCollectionConfigSetProcessorTest, HdfsBasicDistributedZkTest,
PreAnalyzedUpdateProcessorTest, TestStressUserVersions,
UUIDUpdateProcessorFallbackTest, IndexSchemaRuntimeFieldTest,
TriLevelCompositeIdRoutingTest, TestPivotHelperCode,
TestSerializedLuceneMatchVersion, DistributedExpandComponentTest,
SignatureUpdateProcessorFactoryTest, TestSolr4Spatial, TestConfig,
PolyFieldTest, HdfsCollectionsAPIDistributedZkTest,
LeaderInitiatedRecoveryOnCommitTest, ResponseLogComponentTest,
HdfsRecoveryZkTest, CheckHdfsIndexTest, OutputWriterTest,
PingRequestHandlerTest, DataDrivenBlockJoinTest, TestRTimerTree,
TestDynamicFieldResource, SolrRequestParserTest, PreAnalyzedFieldTest,
TestBinaryField, AsyncCallRequestStatusResponseTest, TestJsonFacets,
TestHighlightDedupGrouping, AlternateDirectoryTest, BadCopyFieldTest,
TestTolerantUpdateProcessorCloud, OverseerTaskQueueTest, QueryEqualityTest,
TestBulkSchemaConcurrent, CloudExitableDirectoryReaderTest, CursorPagingTest,
BufferStoreTest, TestFieldTypeCollectionResource, TestSolrConfigHandlerCloud,
TestCollapseQParserPlugin, TestReplicationHandler, TestArbitraryIndexDir,
DistributedQueryElevationComponentTest, CoreAdminRequestStatusTest,
DocValuesMissingTest, TestReplicaProperties,
ConcurrentDeleteAndCreateCollectionTest, DateFieldTest,
PathHierarchyTokenizerFactoryTest, CursorMarkTest, TestRangeQuery,
URLClassifyProcessorTest, DeleteLastCustomShardedReplicaTest, DeleteStatusTest,
DistributedVersionInfoTest, MigrateRouteKeyTest, MultiThreadedOCPTest,
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest,
SolrXmlInZkTest, TestCloudBackupRestore]
[junit4] Completed [460/611 (2!)] on J0 in 27.89s, 1 test, 1 error <<<
FAILURES!
[...truncated 472 lines...]
[junit4] JVM J1: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/temp/junit4-J1-20160601_231032_590.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/heapdumps/java_pid8315.hprof
...
[junit4] Heap dump file created [544927491 bytes in 2.174 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 17 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/common-build.xml:531:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1427:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:984:
There were test failures: 611 suites (10 ignored), 2559 tests, 2 errors, 87
ignored (72 assumptions) [seed: 62CECCCFAC00A40C]
Total time: 67 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]