Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/77/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:48011/g_uj","node_name":"127.0.0.1:48011_g_uj","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:48011/g_uj",
"node_name":"127.0.0.1:48011_g_uj", "state":"active",
"type":"TLOG", "leader":"true"}, "core_node5":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:37166/g_uj",
"node_name":"127.0.0.1:37166_g_uj", "state":"down",
"type":"TLOG"}, "core_node6":{ "state":"down",
"base_url":"http://127.0.0.1:47758/g_uj",
"core":"c8n_1x3_lf_shard1_replica_t4",
"node_name":"127.0.0.1:47758_g_uj", "type":"TLOG"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"3"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:48011/g_uj","node_name":"127.0.0.1:48011_g_uj","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:48011/g_uj",
"node_name":"127.0.0.1:48011_g_uj",
"state":"active",
"type":"TLOG",
"leader":"true"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:37166/g_uj",
"node_name":"127.0.0.1:37166_g_uj",
"state":"down",
"type":"TLOG"},
"core_node6":{
"state":"down",
"base_url":"http://127.0.0.1:47758/g_uj",
"core":"c8n_1x3_lf_shard1_replica_t4",
"node_name":"127.0.0.1:47758_g_uj",
"type":"TLOG"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"0",
"tlogReplicas":"3"}
at
__randomizedtesting.SeedInfo.seed([DAEAF2FFC4CEB28E:52BECD256A32DF76]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([DAEAF2FFC4CEB28E:F6D88572480AC40A]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
at
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:264)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=int_i:18&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
... 40 more
Build Log:
[...truncated 11674 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> 1141458 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DAEAF2FFC4CEB28E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/init-core-data-001
[junit4] 2> 1141459 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DAEAF2FFC4CEB28E]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 1141459 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DAEAF2FFC4CEB28E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1141461 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DAEAF2FFC4CEB28E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 1141461 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[DAEAF2FFC4CEB28E]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /g_uj/
[junit4] 2> 1141473 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1141473 INFO (Thread-2411) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1141473 INFO (Thread-2411) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1141486 ERROR (Thread-2411) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1141574 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.ZkTestServer start zk server on port:44771
[junit4] 2> 1141611 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1141614 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1141617 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1141618 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1141621 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1141623 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1141625 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1141627 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1141629 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1141632 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1141634 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractZkTestCase put
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1141637 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 1141856 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1141863 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10a235d9{/g_uj,null,AVAILABLE}
[junit4] 2> 1141891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3bf631bc{HTTP/1.1,[http/1.1]}{127.0.0.1:47842}
[junit4] 2> 1141891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server Started @1144357ms
[junit4] 2> 1141891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/tempDir-001/control/data,
hostContext=/g_uj, hostPort=62602,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/control-001/cores}
[junit4] 2> 1141892 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1141892 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 1141892 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1141892 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1141892 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T10:42:46.396Z
[junit4] 2> 1141906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1141906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/control-001/solr.xml
[junit4] 2> 1141912 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1141915 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44771/solr
[junit4] 2> 1142154 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1142155 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:62602_g_uj
[junit4] 2> 1142156 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.c.Overseer Overseer
(id=98379508349796356-127.0.0.1:62602_g_uj-n_0000000000) starting
[junit4] 2> 1142164 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:62602_g_uj
[junit4] 2> 1142171 INFO
(zkCallback-2627-thread-1-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1142362 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1142367 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1142368 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1142369 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:62602_g_uj ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/control-001/cores
[junit4] 2> 1142410 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1142431 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44771/solr ready
[junit4] 2> 1142434 INFO (SocketProxy-Acceptor-62602) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=64988,localport=62602], receiveBufferSize:130880
[junit4] 2> 1142439 INFO (SocketProxy-Acceptor-62602) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=47842,localport=44564], receiveBufferSize=139264
[junit4] 2> 1142446 INFO (qtp810989809-14326) [n:127.0.0.1:62602_g_uj
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62602_g_uj&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1142466 INFO
(OverseerThreadFactory-4009-thread-1-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1142597 INFO (SocketProxy-Acceptor-62602) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=36815,localport=62602], receiveBufferSize:130880
[junit4] 2> 1142597 INFO (SocketProxy-Acceptor-62602) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=47842,localport=59588], receiveBufferSize=139264
[junit4] 2> 1142598 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1142599 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1142708 INFO
(zkCallback-2627-thread-1-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1143619 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1143632 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1143747 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1143769 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1143770 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1143770 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1143770 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1143772 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=98.80078125,
floorSegmentMB=1.177734375, forceMergeDeletesPctAllowed=29.77095474494215,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2372962233575139
[junit4] 2> 1143774 WARN (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1143836 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1143836 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1143838 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1143838 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1143839 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=9.857421875,
floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=15.63111070859805,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1143839 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@722d977[control_collection_shard1_replica_n1] main]
[junit4] 2> 1143841 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1143842 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1143842 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1143842 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1574072136075575296
[junit4] 2> 1143843 INFO
(searcherExecutor-4012-thread-1-processing-n:127.0.0.1:62602_g_uj
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:62602_g_uj c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@722d977[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1143851 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1143851 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1143852 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:62602/g_uj/control_collection_shard1_replica_n1/
[junit4] 2> 1143852 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1143852 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:62602/g_uj/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 1143852 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1143858 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:62602/g_uj/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1143975 INFO
(zkCallback-2627-thread-1-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1144009 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1144011 INFO (qtp810989809-14323) [n:127.0.0.1:62602_g_uj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1413
[junit4] 2> 1144017 INFO (qtp810989809-14326) [n:127.0.0.1:62602_g_uj
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1144118 INFO
(zkCallback-2627-thread-1-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1144473 INFO
(OverseerCollectionConfigSetProcessor-98379508349796356-127.0.0.1:62602_g_uj-n_0000000000)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1145022 INFO (qtp810989809-14326) [n:127.0.0.1:62602_g_uj
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:62602_g_uj&wt=javabin&version=2}
status=0 QTime=2577
[junit4] 2> 1145031 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1145032 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44771/solr ready
[junit4] 2> 1145032 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1145033 INFO (SocketProxy-Acceptor-62602) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=42942,localport=62602], receiveBufferSize:130880
[junit4] 2> 1145034 INFO (SocketProxy-Acceptor-62602) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=47842,localport=59752], receiveBufferSize=139264
[junit4] 2> 1145034 INFO (qtp810989809-14324) [n:127.0.0.1:62602_g_uj
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1145039 INFO
(OverseerThreadFactory-4009-thread-2-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1145040 WARN
(OverseerThreadFactory-4009-thread-2-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1145251 INFO (qtp810989809-14324) [n:127.0.0.1:62602_g_uj
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1145251 INFO (qtp810989809-14324) [n:127.0.0.1:62602_g_uj
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=216
[junit4] 2> 1145423 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-1-001
of type TLOG
[junit4] 2> 1145423 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1145425 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@66e9fe72{/g_uj,null,AVAILABLE}
[junit4] 2> 1145425 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@62140b9b{HTTP/1.1,[http/1.1]}{127.0.0.1:52718}
[junit4] 2> 1145425 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server Started @1147892ms
[junit4] 2> 1145425 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/g_uj,
hostPort=37166,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-1-001/cores}
[junit4] 2> 1145425 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1145428 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 1145428 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1145428 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1145428 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T10:42:49.932Z
[junit4] 2> 1145436 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1145436 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-1-001/solr.xml
[junit4] 2> 1145440 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1145443 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44771/solr
[junit4] 2> 1145465 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:37166_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1145468 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:37166_g_uj ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1145474 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:37166_g_uj ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37166_g_uj
[junit4] 2> 1145476 INFO (zkCallback-2634-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1145481 INFO
(zkCallback-2627-thread-1-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1145486 INFO
(zkCallback-2639-thread-1-processing-n:127.0.0.1:37166_g_uj)
[n:127.0.0.1:37166_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1145568 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:37166_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1145571 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:37166_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1145571 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:37166_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1145572 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:37166_g_uj ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-1-001/cores
[junit4] 2> 1145586 INFO (qtp810989809-14328) [n:127.0.0.1:62602_g_uj
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:37166_g_uj&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1145603 INFO
(OverseerThreadFactory-4009-thread-3-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:37166_g_uj for creating new replica
[junit4] 2> 1145603 INFO
(OverseerCollectionConfigSetProcessor-98379508349796356-127.0.0.1:62602_g_uj-n_0000000000)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1145606 INFO (SocketProxy-Acceptor-37166) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48784,localport=37166], receiveBufferSize:130880
[junit4] 2> 1145611 INFO (SocketProxy-Acceptor-37166) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=52718,localport=44972], receiveBufferSize=139264
[junit4] 2> 1145635 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1145635 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1146694 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1146724 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
[collection1_shard2_replica_t1] Schema name=test
[junit4] 2> 1146885 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1146932 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1146933 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t1' (registry
'solr.core.collection1.shard2.replica_t1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1146933 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1146933 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[[collection1_shard2_replica_t1] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-1-001/cores/collection1_shard2_replica_t1],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-1-001/cores/collection1_shard2_replica_t1/data/]
[junit4] 2> 1146935 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=98.80078125,
floorSegmentMB=1.177734375, forceMergeDeletesPctAllowed=29.77095474494215,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2372962233575139
[junit4] 2> 1146938 WARN (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1146992 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1146992 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1146994 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1146994 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1146996 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=9.857421875,
floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=15.63111070859805,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1146996 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@263f5990[collection1_shard2_replica_t1] main]
[junit4] 2> 1147023 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1147023 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1147024 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1147024 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1574072139412144128
[junit4] 2> 1147026 INFO
(searcherExecutor-4023-thread-1-processing-n:127.0.0.1:37166_g_uj
x:collection1_shard2_replica_t1 s:shard2 c:collection1) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[collection1_shard2_replica_t1] Registered new searcher
Searcher@263f5990[collection1_shard2_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1147036 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1147036 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1147036 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:37166/g_uj/collection1_shard2_replica_t1/
[junit4] 2> 1147036 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1147036 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SyncStrategy
http://127.0.0.1:37166/g_uj/collection1_shard2_replica_t1/ has no replicas
[junit4] 2> 1147036 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1147037 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.ZkController
collection1_shard2_replica_t1 stopping background replication from leader
[junit4] 2> 1147061 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37166/g_uj/collection1_shard2_replica_t1/ shard2
[junit4] 2> 1147220 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1147224 INFO (qtp1620385326-14373) [n:127.0.0.1:37166_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1589
[junit4] 2> 1147227 INFO (qtp810989809-14328) [n:127.0.0.1:62602_g_uj
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:37166_g_uj&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1642
[junit4] 2> 1147375 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-2-001
of type TLOG
[junit4] 2> 1147376 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1147377 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@725d7a40{/g_uj,null,AVAILABLE}
[junit4] 2> 1147377 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6a2049f0{HTTP/1.1,[http/1.1]}{127.0.0.1:65053}
[junit4] 2> 1147377 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server Started @1149845ms
[junit4] 2> 1147377 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/g_uj,
hostPort=48011,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-2-001/cores}
[junit4] 2> 1147377 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1147379 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 1147380 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1147380 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1147380 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T10:42:51.884Z
[junit4] 2> 1147383 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1147383 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-2-001/solr.xml
[junit4] 2> 1147388 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1147391 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44771/solr
[junit4] 2> 1147411 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:48011_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1147415 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:48011_g_uj ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1147419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:48011_g_uj ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:48011_g_uj
[junit4] 2> 1147421 INFO
(zkCallback-2639-thread-1-processing-n:127.0.0.1:37166_g_uj)
[n:127.0.0.1:37166_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1147421 INFO
(zkCallback-2627-thread-1-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1147425 INFO (zkCallback-2634-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1147430 INFO
(zkCallback-2645-thread-1-processing-n:127.0.0.1:48011_g_uj)
[n:127.0.0.1:48011_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1147503 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:48011_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1147506 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:48011_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1147506 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:48011_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1147507 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:48011_g_uj ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-2-001/cores
[junit4] 2> 1147527 INFO (SocketProxy-Acceptor-48011) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48688,localport=48011], receiveBufferSize:130880
[junit4] 2> 1147528 INFO (SocketProxy-Acceptor-48011) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=65053,localport=38146], receiveBufferSize=139264
[junit4] 2> 1147534 INFO (qtp1248244221-14406) [n:127.0.0.1:48011_g_uj
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:48011_g_uj&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1147541 INFO
(OverseerThreadFactory-4009-thread-4-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:48011_g_uj for creating new replica
[junit4] 2> 1147541 INFO
(OverseerCollectionConfigSetProcessor-98379508349796356-127.0.0.1:62602_g_uj-n_0000000000)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1147544 INFO (SocketProxy-Acceptor-48011) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=64956,localport=48011], receiveBufferSize:130880
[junit4] 2> 1147545 INFO (SocketProxy-Acceptor-48011) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=65053,localport=51240], receiveBufferSize=139264
[junit4] 2> 1147546 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1147546 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1148574 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1148608 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.s.IndexSchema
[collection1_shard1_replica_t3] Schema name=test
[junit4] 2> 1148731 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1148757 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t3' using configuration from
collection collection1, trusted=true
[junit4] 2> 1148757 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t3' (registry
'solr.core.collection1.shard1.replica_t3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1148757 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1148757 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrCore
[[collection1_shard1_replica_t3] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-2-001/cores/collection1_shard1_replica_t3],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-2-001/cores/collection1_shard1_replica_t3/data/]
[junit4] 2> 1148760 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=98.80078125,
floorSegmentMB=1.177734375, forceMergeDeletesPctAllowed=29.77095474494215,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2372962233575139
[junit4] 2> 1148766 WARN (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1148813 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1148813 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1148815 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1148815 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1148816 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=9.857421875,
floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=15.63111070859805,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1148816 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5c22ef4b[collection1_shard1_replica_t3] main]
[junit4] 2> 1148817 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1148818 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1148818 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1148818 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1574072141293289472
[junit4] 2> 1148818 INFO
(searcherExecutor-4034-thread-1-processing-n:127.0.0.1:48011_g_uj
x:collection1_shard1_replica_t3 s:shard1 c:collection1) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrCore
[collection1_shard1_replica_t3] Registered new searcher
Searcher@5c22ef4b[collection1_shard1_replica_t3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1148827 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1148827 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1148827 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:48011/g_uj/collection1_shard1_replica_t3/
[junit4] 2> 1148827 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1148827 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SyncStrategy
http://127.0.0.1:48011/g_uj/collection1_shard1_replica_t3/ has no replicas
[junit4] 2> 1148827 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1148828 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.ZkController
collection1_shard1_replica_t3 stopping background replication from leader
[junit4] 2> 1148832 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:48011/g_uj/collection1_shard1_replica_t3/ shard1
[junit4] 2> 1148984 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1148986 INFO (qtp1248244221-14407) [n:127.0.0.1:48011_g_uj
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1441
[junit4] 2> 1148989 INFO (qtp1248244221-14406) [n:127.0.0.1:48011_g_uj
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:48011_g_uj&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1456
[junit4] 2> 1149148 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-3-001
of type TLOG
[junit4] 2> 1149149 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1149150 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5009a618{/g_uj,null,AVAILABLE}
[junit4] 2> 1149151 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@568a5fb6{HTTP/1.1,[http/1.1]}{127.0.0.1:35683}
[junit4] 2> 1149151 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.e.j.s.Server Started @1151620ms
[junit4] 2> 1149151 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/g_uj,
hostPort=47758,
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-3-001/cores}
[junit4] 2> 1149151 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1149157 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 1149157 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1149157 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1149157 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-27T10:42:53.661Z
[junit4] 2> 1149160 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1149160 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-3-001/solr.xml
[junit4] 2> 1149165 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1149167 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44771/solr
[junit4] 2> 1149186 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:47758_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1149189 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:47758_g_uj ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1149192 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:47758_g_uj ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47758_g_uj
[junit4] 2> 1149195 INFO
(zkCallback-2645-thread-1-processing-n:127.0.0.1:48011_g_uj)
[n:127.0.0.1:48011_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1149195 INFO
(zkCallback-2627-thread-2-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1149198 INFO
(zkCallback-2639-thread-1-processing-n:127.0.0.1:37166_g_uj)
[n:127.0.0.1:37166_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1149198 INFO (zkCallback-2634-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1149201 INFO
(zkCallback-2651-thread-1-processing-n:127.0.0.1:47758_g_uj)
[n:127.0.0.1:47758_g_uj ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1149258 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:47758_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1149262 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:47758_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1149262 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:47758_g_uj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1149262 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E])
[n:127.0.0.1:47758_g_uj ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-3-001/cores
[junit4] 2> 1149286 INFO (qtp1248244221-14408) [n:127.0.0.1:48011_g_uj
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:47758_g_uj&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1149294 INFO
(OverseerCollectionConfigSetProcessor-98379508349796356-127.0.0.1:62602_g_uj-n_0000000000)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1149295 INFO
(OverseerThreadFactory-4009-thread-5-processing-n:127.0.0.1:62602_g_uj)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:47758_g_uj for creating new replica
[junit4] 2> 1149298 INFO (SocketProxy-Acceptor-47758) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=49323,localport=47758], receiveBufferSize:130880
[junit4] 2> 1149305 INFO (SocketProxy-Acceptor-47758) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35683,localport=40598], receiveBufferSize=139264
[junit4] 2> 1149310 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t5&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1149311 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1150336 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 1150350 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.s.IndexSchema
[collection1_shard2_replica_t5] Schema name=test
[junit4] 2> 1150466 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1150514 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t5' using configuration from
collection collection1, trusted=true
[junit4] 2> 1150514 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t5' (registry
'solr.core.collection1.shard2.replica_t5') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@75935da5
[junit4] 2> 1150514 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1150514 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore
[[collection1_shard2_replica_t5] ] Opening new SolrCore at
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-3-001/cores/collection1_shard2_replica_t5],
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_DAEAF2FFC4CEB28E-001/shard-3-001/cores/collection1_shard2_replica_t5/data/]
[junit4] 2> 1150517 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=98.80078125,
floorSegmentMB=1.177734375, forceMergeDeletesPctAllowed=29.77095474494215,
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2372962233575139
[junit4] 2> 1150519 WARN (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1150578 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1150578 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1150580 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1150580 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1150581 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=9.857421875,
floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=15.63111070859805,
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1150584 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@8c9aad6[collection1_shard2_replica_t5] main]
[junit4] 2> 1150585 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1150585 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1150586 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1150586 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1574072143147171840
[junit4] 2> 1150587 INFO
(searcherExecutor-4045-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.c.SolrCore
[collection1_shard2_replica_t5] Registered new searcher
Searcher@8c9aad6[collection1_shard2_replica_t5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1150590 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_t5
[junit4] 2> 1150591 INFO
(updateExecutor-2648-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1150591 INFO (qtp1140154343-14440) [n:127.0.0.1:47758_g_uj
c:collection1 s:shard2 x:collection1_shard2_replica_t5] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t5&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1281
[junit4] 2> 1150592 INFO
(recoveryExecutor-2649-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node6)
[n:127.0.0.1:47758_g_uj c:collection1 s:shard2 r:core_node6
x:collection1_shard2_replica_t5] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 1150592 INFO
(recoveryExecutor-2649-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node6)
[n:127.0.0.1:47758_g_uj c:collection1 s:shard2 r:core_node6
x:collection1_shard2_replica_t5] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 1150592 INFO
(recoveryExecutor-2649-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node6)
[n:127.0.0.1:47758_g_uj c:collection1 s:shard2 r:core_node6
x:collection1_shard2_replica_t5] o.a.s.c.ZkController
collection1_shard2_replica_t5 stopping background replication from leader
[junit4] 2> 1150592 INFO
(recoveryExecutor-2649-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node6)
[n:127.0.0.1:47758_g_uj c:collection1 s:shard2 r:core_node6
x:collection1_shard2_replica_t5] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_t5]
[junit4] 2> 1150592 INFO
(recoveryExecutor-2649-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node6)
[n:127.0.0.1:47758_g_uj c:collection1 s:shard2 r:core_node6
x:collection1_shard2_replica_t5] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1150592 INFO
(recoveryExecutor-2649-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node6)
[n:127.0.0.1:47758_g_uj c:collection1 s:shard2 r:core_node6
x:collection1_shard2_replica_t5] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_t5] as recovering, leader is
[http://127.0.0.1:37166/g_uj/collection1_shard2_replica_t1/] and I am
[http://127.0.0.1:47758/g_uj/collection1_shard2_replica_t5/]
[junit4] 2> 1150595 INFO
(recoveryExecutor-2649-thread-1-processing-n:127.0.0.1:47758_g_uj
x:collection1_shard2_replica_t5 s:shard2 c:collection1 r:core_node6)
[n:127.0.0.1:47758_g_uj c:collection1 s:shard2 r:core_node6
x:collection1_shard2_replica_t5] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:37166/g_uj]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_t1&nodeName=127.0.0.1:47758_g_uj&coreNodeName=core_node6&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1150596 INFO (SocketProxy-Acceptor-37166) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=33770,localport=37166], receiveBufferSize:130880
[junit4] 2> 1150597 INFO (SocketProxy-Acceptor-37166) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=52718,localport=50824], receiveBufferSize=139264
[junit4] 2> 1150599 INFO (qtp1620385326-14374) [n:127.0.0.1:37166_g_uj
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node6, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 1150600 INFO (qtp1620385326-14374) [n:127.0.0.1:37166_g_uj
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_t1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:47758_g_uj,
coreNodeName=core_node6, onlyIfActiveCheckResult=false, nodeProps:
core_node6:{"core":"collection1_shard2_replica_t5","base_url":"http://127.0.0.1:47758/g_uj","node_name":"127.0.0.1:47758_g_uj","state":"down","type":"TLOG"}
[junit4] 2> 1150601 INFO (qtp1248244221-14408) [n:127.0.0.1:48011_g_uj
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:47758_g_uj&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1316
[junit4] 2> 1150604 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1150604 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 1150604 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[DAEAF2FFC4CEB28E]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 1151296 INFO
(OverseerCollectionConfigSetProcessor-98379508349796356-127.0.0.1:62602_g_uj-n_0000000000)
[n:127.0.0.1:62602_g_uj ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1151600 INFO (qtp1620385326-14374) [n:127.0.0.1:37166_g_uj
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_t1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive
[...truncated too long message...]
tream = new OffsetWindowTokenFilter(tvStream);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'tvWindowStream' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 9. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/request/SimpleFacets.java
(at line 912)
[ecj-lint] fastForRandomSet = new HashDocSet(sset.getDocs(), 0,
sset.size());
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'fastForRandomSet' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 10. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/response/SmileResponseWriter.java
(at line 33)
[ecj-lint] new SmileWriter(out, request, response).writeResponse();
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 11. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgProvider.java
(at line 146)
[ecj-lint] ratesJsonStream =
resourceLoader.openResource(ratesFileLocation);
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 12. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java
(at line 1315)
[ecj-lint] UninvertingReader uninvertingReader = new UninvertingReader(new
ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
[ecj-lint] ^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'uninvertingReader' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 13. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/search/DocSlice.java
(at line 145)
[ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len);
[ecj-lint] ^
[ecj-lint] Resource leak: 'h' is never closed
[ecj-lint] ----------
[ecj-lint] 14. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/search/DocSlice.java
(at line 154)
[ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len);
[ecj-lint] ^
[ecj-lint] Resource leak: 'h' is never closed
[ecj-lint] ----------
[ecj-lint] 15. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/search/DocSlice.java
(at line 163)
[ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len);
[ecj-lint] ^
[ecj-lint] Resource leak: 'h' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 16. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.java
(at line 78)
[ecj-lint] SolrIndexSearcher is = (SolrIndexSearcher) o;
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 17. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java
(at line 78)
[ecj-lint] SolrIndexSearcher is = (SolrIndexSearcher) o;
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 18. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
(at line 287)
[ecj-lint] throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred
while loading solr.xml from zookeeper", e);
[ecj-lint]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: 'loader' is not closed at this location
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 19. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java
(at line 98)
[ecj-lint] ChannelFastInputStream is = new ChannelFastInputStream(channel,
pos);
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 20. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java
(at line 191)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] 21. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/HdfsTransactionLog.java
(at line 261)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 22. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 228)
[ecj-lint] ChannelFastInputStream is = new ChannelFastInputStream(channel,
pos);
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] 23. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 228)
[ecj-lint] ChannelFastInputStream is = new ChannelFastInputStream(channel,
pos);
[ecj-lint] ^^
[ecj-lint] Resource leak: 'is' is never closed
[ecj-lint] ----------
[ecj-lint] 24. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 260)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] 25. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 275)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] 26. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/TransactionLog.java
(at line 529)
[ecj-lint] LogCodec codec = new LogCodec(resolver);
[ecj-lint] ^^^^^
[ecj-lint] Resource leak: 'codec' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 27. ERROR in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java
(at line 23)
[ecj-lint] import org.apache.solr.common.SolrException;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.apache.solr.common.SolrException is never used
[ecj-lint] ----------
[ecj-lint] 28. ERROR in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java
(at line 24)
[ecj-lint] import static org.apache.solr.common.SolrException.ErrorCode.*;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.apache.solr.common.SolrException.ErrorCode is never
used
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 29. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/update/processor/UpdateRequestProcessor.java
(at line 85)
[ecj-lint] UpdateRequestProcessor p = this;
[ecj-lint] ^
[ecj-lint] Resource leak: 'p' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 30. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
(at line 655)
[ecj-lint] BAOS bos = new BAOS();
[ecj-lint] ^^^
[ecj-lint] Resource leak: 'bos' is never closed
[ecj-lint] ----------
[ecj-lint] 31. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
(at line 655)
[ecj-lint] BAOS bos = new BAOS();
[ecj-lint] ^^^
[ecj-lint] Resource leak: 'bos' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 32. WARNING in
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java
(at line 149)
[ecj-lint] SolrQueryRequest req = requestInfo == null ? null :
requestInfo.getReq();
[ecj-lint] ^^^
[ecj-lint] Resource leak: 'req' is never closed
[ecj-lint] ----------
[ecj-lint] 32 problems (2 errors, 30 warnings)
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:810: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:101: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build.xml:689: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:2007:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:2046:
Compile failed; see the compiler error output for details.
Total time: 82 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]