Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3453/
Java: 32bit/jdk-9-ea+168 -server -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_replica3","base_url":"http://127.0.0.1:43383/z_yo/t","node_name":"127.0.0.1:43383_z_yo%2Ft","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:42146/z_yo/t",
"node_name":"127.0.0.1:42146_z_yo%2Ft", "state":"down"},
"core_node2":{ "state":"down",
"base_url":"http://127.0.0.1:41845/z_yo/t",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:41845_z_yo%2Ft"}, "core_node3":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:43383/z_yo/t",
"node_name":"127.0.0.1:43383_z_yo%2Ft", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:43383/z_yo/t","node_name":"127.0.0.1:43383_z_yo%2Ft","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:42146/z_yo/t",
"node_name":"127.0.0.1:42146_z_yo%2Ft",
"state":"down"},
"core_node2":{
"state":"down",
"base_url":"http://127.0.0.1:41845/z_yo/t",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:41845_z_yo%2Ft"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:43383/z_yo/t",
"node_name":"127.0.0.1:43383_z_yo%2Ft",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([97377C266A9DCBCC:1F6343FCC461A634]: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:168)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.TestCloudPivotFacet.test
Error Message:
{main(facet=true&facet.pivot={!stats%3Dst2}pivot_tf,pivot_tf1,pivot_tl&facet.limit=11&facet.offset=7&facet.missing=false&facet.sort=count),extra(rows=0&q=id:[*+TO+738]&fq=id:[*+TO+2053]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_dt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}dense_pivot_x_s1&stats.field={!key%3Dsk3+tag%3Dst3,st4}dense_pivot_y_s1&_test_miss=false&_test_sort=count)}
==> Mean of sk1 => pivot_tf,pivot_tf1,pivot_tl:
{params(rows=0),defaults({main(rows=0&q=id:[*+TO+738]&fq=id:[*+TO+2053]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_dt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}dense_pivot_x_s1&stats.field={!key%3Dsk3+tag%3Dst3,st4}dense_pivot_y_s1&_test_miss=false&_test_sort=count),extra(fq={!term+f%3Dpivot_tf}0.09090909)})}
(w/dates converted to ms) expected:<-64920384736589256> but
was:<-64920384736589240>
Stack Trace:
java.lang.AssertionError:
{main(facet=true&facet.pivot={!stats%3Dst2}pivot_tf,pivot_tf1,pivot_tl&facet.limit=11&facet.offset=7&facet.missing=false&facet.sort=count),extra(rows=0&q=id:[*+TO+738]&fq=id:[*+TO+2053]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_dt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}dense_pivot_x_s1&stats.field={!key%3Dsk3+tag%3Dst3,st4}dense_pivot_y_s1&_test_miss=false&_test_sort=count)}
==> Mean of sk1 => pivot_tf,pivot_tf1,pivot_tl:
{params(rows=0),defaults({main(rows=0&q=id:[*+TO+738]&fq=id:[*+TO+2053]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_dt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}dense_pivot_x_s1&stats.field={!key%3Dsk3+tag%3Dst3,st4}dense_pivot_y_s1&_test_miss=false&_test_sort=count),extra(fq={!term+f%3Dpivot_tf}0.09090909)})}
(w/dates converted to ms) expected:<-64920384736589256> but
was:<-64920384736589240>
at
__randomizedtesting.SeedInfo.seed([97377C266A9DCBCC:1F6343FCC461A634]:0)
at
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:297)
at
org.apache.solr.cloud.TestCloudPivotFacet.test(TestCloudPivotFacet.java:244)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.AssertionError: Mean of sk1 =>
pivot_tf,pivot_tf1,pivot_tl:
{params(rows=0),defaults({main(rows=0&q=id:[*+TO+738]&fq=id:[*+TO+2053]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_dt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}dense_pivot_x_s1&stats.field={!key%3Dsk3+tag%3Dst3,st4}dense_pivot_y_s1&_test_miss=false&_test_sort=count),extra(fq={!term+f%3Dpivot_tf}0.09090909)})}
(w/dates converted to ms) expected:<-64920384736589256> but
was:<-64920384736589240>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestCloudPivotFacet.assertNumerics(TestCloudPivotFacet.java:741)
at
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotStats(TestCloudPivotFacet.java:406)
at
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotData(TestCloudPivotFacet.java:355)
at
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:318)
at
org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:287)
... 41 more
Build Log:
[...truncated 12699 lines...]
[junit4] Suite: org.apache.solr.cloud.TestCloudPivotFacet
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/init-core-data-001
[junit4] 2> 1437488 WARN
(SUITE-TestCloudPivotFacet-seed#[97377C266A9DCBCC]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
[junit4] 2> 1437488 INFO
(SUITE-TestCloudPivotFacet-seed#[97377C266A9DCBCC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1437489 INFO
(SUITE-TestCloudPivotFacet-seed#[97377C266A9DCBCC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
[junit4] 2> 1437489 INFO
(SUITE-TestCloudPivotFacet-seed#[97377C266A9DCBCC]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1437489 INFO
(SUITE-TestCloudPivotFacet-seed#[97377C266A9DCBCC]-worker) [ ]
o.a.s.c.TestCloudPivotFacet init'ing useFieldRandomizedFactor = 16
[junit4] 2> 1437491 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1437491 INFO (Thread-3287) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1437491 INFO (Thread-3287) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1437493 ERROR (Thread-3287) [ ] 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> 1437591 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkTestServer start zk server on port:43906
[junit4] 2> 1437598 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1437599 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1437600 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1437600 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1437601 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1437602 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1437603 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1437604 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1437604 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1437605 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1437607 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1437722 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/control-001/cores/collection1
[junit4] 2> 1437723 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 1437724 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39247b{/,null,AVAILABLE}
[junit4] 2> 1437727 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@d65f9{HTTP/1.1,[http/1.1]}{127.0.0.1:42445}
[junit4] 2> 1437727 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
Started @1439643ms
[junit4] 2> 1437727 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/tempDir-001/control/data,
hostPort=42445,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/control-001/cores}
[junit4] 2> 1437727 ERROR
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1437728 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1437728 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1437728 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1437728 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-06T17:31:28.574267Z
[junit4] 2> 1437730 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1437730 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/control-001/solr.xml
[junit4] 2> 1437734 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1437735 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43906/solr
[junit4] 2> 1437745 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.a.s.c.Overseer
Overseer (id=null) closing
[junit4] 2> 1437746 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42445_
[junit4] 2> 1437746 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.a.s.c.Overseer
Overseer (id=97916805994119172-127.0.0.1:42445_-n_0000000000) starting
[junit4] 2> 1437749 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42445_
[junit4] 2> 1437751 INFO (zkCallback-2280-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1438045 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/control-001/cores
[junit4] 2> 1438045 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1438046 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1438047 INFO
(OverseerStateUpdate-97916805994119172-127.0.0.1:42445_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1439054 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1439066 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1439153 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1439160 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection, trusted=true
[junit4] 2> 1439161 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1439161 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/control-001/cores/collection1/data/]
[junit4] 2> 1439161 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@85b5ee
[junit4] 2> 1439162 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.33384040459174713]
[junit4] 2> 1439168 WARN (coreLoadExecutor-6122-thread-1) [ ]
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> 1439215 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1439215 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1439216 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1439216 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1439216 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=97.25,
floorSegmentMB=0.7880859375, forceMergeDeletesPctAllowed=1.4676599412856073,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1546140004353883
[junit4] 2> 1439216 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d32e45[collection1] main]
[junit4] 2> 1439217 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1439217 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1439217 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1439218 INFO (searcherExecutor-6123-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1d32e45[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1439218 INFO (coreLoadExecutor-6122-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1566668897715748864
[junit4] 2> 1439222 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1439222 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1439222 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42445/collection1/
[junit4] 2> 1439222 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1439222 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:42445/collection1/ has no replicas
[junit4] 2> 1439223 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1439224 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42445/collection1/ shard1
[junit4] 2> 1439375 INFO (coreZkRegister-6115-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1439696 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1439696 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43906/solr ready
[junit4] 2> 1439696 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1439800 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-1-001/cores/collection1
[junit4] 2> 1439800 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-1-001
[junit4] 2> 1439801 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 1439802 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@251288{/,null,AVAILABLE}
[junit4] 2> 1439802 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@e061c7{HTTP/1.1,[http/1.1]}{127.0.0.1:46840}
[junit4] 2> 1439803 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
Started @1441719ms
[junit4] 2> 1439803 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/tempDir-001/jetty1,
hostPort=46840,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-1-001/cores}
[junit4] 2> 1439803 ERROR
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1439803 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1439803 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1439803 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1439803 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-06T17:31:30.649681Z
[junit4] 2> 1439805 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1439805 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-1-001/solr.xml
[junit4] 2> 1439809 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1439810 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43906/solr
[junit4] 2> 1439816 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1439816 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.a.s.c.Overseer
Overseer (id=null) closing
[junit4] 2> 1439817 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46840_
[junit4] 2> 1439818 INFO (zkCallback-2280-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1439818 INFO (zkCallback-2289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1439818 INFO (zkCallback-2284-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1439924 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-1-001/cores
[junit4] 2> 1439924 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1439925 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1439927 INFO
(OverseerStateUpdate-97916805994119172-127.0.0.1:42445_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 1440941 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1440957 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1441059 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1441066 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1441066 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1441066 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1441066 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@85b5ee
[junit4] 2> 1441067 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.33384040459174713]
[junit4] 2> 1441072 WARN (coreLoadExecutor-6133-thread-1) [ ]
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> 1441108 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1441108 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1441109 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1441109 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1441109 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=97.25,
floorSegmentMB=0.7880859375, forceMergeDeletesPctAllowed=1.4676599412856073,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1546140004353883
[junit4] 2> 1441109 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@15f447c[collection1] main]
[junit4] 2> 1441111 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1441111 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1441111 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1441112 INFO (searcherExecutor-6134-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@15f447c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1441112 INFO (coreLoadExecutor-6133-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1566668899701751808
[junit4] 2> 1441116 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1441116 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1441116 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46840/collection1/
[junit4] 2> 1441116 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1441116 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:46840/collection1/ has no replicas
[junit4] 2> 1441116 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1441118 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:46840/collection1/ shard2
[junit4] 2> 1441269 INFO (coreZkRegister-6128-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1441651 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-2-001/cores/collection1
[junit4] 2> 1441652 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-2-001
[junit4] 2> 1441652 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 1441653 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15aac4e{/,null,AVAILABLE}
[junit4] 2> 1441653 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@b1326e{HTTP/1.1,[http/1.1]}{127.0.0.1:41645}
[junit4] 2> 1441653 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
Started @1443569ms
[junit4] 2> 1441653 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/tempDir-001/jetty2,
hostPort=41645,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-2-001/cores}
[junit4] 2> 1441653 ERROR
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1441653 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1441654 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1441654 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1441654 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-06T17:31:32.500149Z
[junit4] 2> 1441656 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1441656 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-2-001/solr.xml
[junit4] 2> 1441660 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1441660 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43906/solr
[junit4] 2> 1441666 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1441667 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.a.s.c.Overseer
Overseer (id=null) closing
[junit4] 2> 1441668 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41645_
[junit4] 2> 1441669 INFO (zkCallback-2284-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1441669 INFO (zkCallback-2295-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1441669 INFO (zkCallback-2280-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1441669 INFO (zkCallback-2289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1441826 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-2-001/cores
[junit4] 2> 1441826 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1441827 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1441827 INFO
(OverseerStateUpdate-97916805994119172-127.0.0.1:42445_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1442836 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1442848 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1442942 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1442949 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1442949 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1442949 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1442949 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@85b5ee
[junit4] 2> 1442950 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.33384040459174713]
[junit4] 2> 1442955 WARN (coreLoadExecutor-6144-thread-1) [ ]
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> 1443000 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1443001 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1443001 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1443001 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1443002 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=97.25,
floorSegmentMB=0.7880859375, forceMergeDeletesPctAllowed=1.4676599412856073,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1546140004353883
[junit4] 2> 1443002 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@8821e2[collection1] main]
[junit4] 2> 1443003 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1443003 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1443003 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1443004 INFO (searcherExecutor-6145-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@8821e2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1443004 INFO (coreLoadExecutor-6144-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1566668901685657600
[junit4] 2> 1443008 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1443008 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1443008 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41645/collection1/
[junit4] 2> 1443008 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1443008 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:41645/collection1/ has no replicas
[junit4] 2> 1443008 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1443009 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41645/collection1/ shard1
[junit4] 2> 1443160 INFO (coreZkRegister-6139-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1443571 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-3-001/cores/collection1
[junit4] 2> 1443572 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-3-001
[junit4] 2> 1443572 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 1443573 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1c72867{/,null,AVAILABLE}
[junit4] 2> 1443573 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@68ba15{HTTP/1.1,[http/1.1]}{127.0.0.1:42072}
[junit4] 2> 1443573 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
Started @1445489ms
[junit4] 2> 1443573 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/tempDir-001/jetty3,
hostPort=42072,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-3-001/cores}
[junit4] 2> 1443574 ERROR
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1443574 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1443574 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1443574 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1443574 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-06T17:31:34.420369Z
[junit4] 2> 1443576 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1443576 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-3-001/solr.xml
[junit4] 2> 1443580 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1443581 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43906/solr
[junit4] 2> 1443586 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1443588 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.a.s.c.Overseer
Overseer (id=null) closing
[junit4] 2> 1443589 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42072_
[junit4] 2> 1443589 INFO (zkCallback-2295-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1443589 INFO (zkCallback-2301-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1443589 INFO (zkCallback-2280-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1443589 INFO (zkCallback-2284-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1443589 INFO (zkCallback-2289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1443708 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-3-001/cores
[junit4] 2> 1443709 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1443709 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1443710 INFO
(OverseerStateUpdate-97916805994119172-127.0.0.1:42445_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 1444718 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1444730 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1444834 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1444840 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1444840 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1444840 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 1444841 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@85b5ee
[junit4] 2> 1444842 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.33384040459174713]
[junit4] 2> 1444847 WARN (coreLoadExecutor-6155-thread-1) [ ]
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> 1444879 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1444879 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1444880 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1444880 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1444880 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=97.25,
floorSegmentMB=0.7880859375, forceMergeDeletesPctAllowed=1.4676599412856073,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1546140004353883
[junit4] 2> 1444880 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@75d845[collection1] main]
[junit4] 2> 1444881 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1444881 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1444881 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1444883 INFO (searcherExecutor-6156-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@75d845[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1444883 INFO (coreLoadExecutor-6155-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1566668903655931904
[junit4] 2> 1444886 INFO (coreZkRegister-6150-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 1444886 INFO (updateExecutor-2298-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1444886 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 1444886 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 1444886 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 1444886 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 1444886 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:46840/collection1/] and I am
[http://127.0.0.1:42072/collection1/]
[junit4] 2> 1444887 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:46840]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42072_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1444890 INFO (qtp8851291-13512) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 1444890 INFO (qtp8851291-13512) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 1444891 INFO (qtp8851291-13512) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:42072_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42072","node_name":"127.0.0.1:42072_","state":"down"}
[junit4] 2> 1445453 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-4-001/cores/collection1
[junit4] 2> 1445454 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-4-001
[junit4] 2> 1445455 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 1445455 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6379d3{/,null,AVAILABLE}
[junit4] 2> 1445456 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@f6abfd{HTTP/1.1,[http/1.1]}{127.0.0.1:33505}
[junit4] 2> 1445456 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.e.j.s.Server
Started @1447372ms
[junit4] 2> 1445456 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/tempDir-001/jetty4,
hostPort=33505,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-4-001/cores}
[junit4] 2> 1445456 ERROR
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1445456 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.0
[junit4] 2> 1445456 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1445456 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1445456 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-06T17:31:36.302818Z
[junit4] 2> 1445458 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1445458 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-4-001/solr.xml
[junit4] 2> 1445462 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1445463 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43906/solr
[junit4] 2> 1445468 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1445469 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ] o.a.s.c.Overseer
Overseer (id=null) closing
[junit4] 2> 1445470 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33505_
[junit4] 2> 1445471 INFO (zkCallback-2295-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1445471 INFO (zkCallback-2289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1445471 INFO (zkCallback-2308-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1445471 INFO (zkCallback-2280-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1445471 INFO (zkCallback-2301-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1445471 INFO (zkCallback-2284-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 1445573 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-4-001/cores
[junit4] 2> 1445573 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1445575 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1445575 INFO
(OverseerStateUpdate-97916805994119172-127.0.0.1:42445_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1445891 INFO (qtp8851291-13512) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:42072_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42072","node_name":"127.0.0.1:42072_","state":"recovering"}
[junit4] 2> 1445891 INFO (qtp8851291-13512) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1445891 INFO (qtp8851291-13512) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:42072_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 1446392 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:46840/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 1446392 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:42072 START
replicas=[http://127.0.0.1:46840/collection1/] nUpdates=100
[junit4] 2> 1446394 INFO (qtp8851291-13512) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1446394 INFO (qtp8851291-13512) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1446394 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1446394 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 1446394 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1446395 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1446395 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1446395 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 1446395 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 1446395 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 1446395 INFO (recoveryExecutor-2299-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 1446584 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1446596 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1446685 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1446692 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1446692 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1446692 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-4-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudPivotFacet_97377C266A9DCBCC-001/shard-4-001/cores/collection1/data/]
[junit4] 2> 1446692 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@85b5ee
[junit4] 2> 1446693 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.33384040459174713]
[junit4] 2> 1446698 WARN (coreLoadExecutor-6166-thread-1) [ ]
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> 1446729 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1446729 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1446731 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1446731 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1446731 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=97.25,
floorSegmentMB=0.7880859375, forceMergeDeletesPctAllowed=1.4676599412856073,
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1546140004353883
[junit4] 2> 1446731 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1194a99[collection1] main]
[junit4] 2> 1446732 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1446732 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1446732 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1446733 INFO (searcherExecutor-6167-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1194a99[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1446733 INFO (coreLoadExecutor-6166-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1566668905595797504
[junit4] 2> 1446736 INFO (coreZkRegister-6161-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 1446736 INFO (updateExecutor-2305-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1446736 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 1446736 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 1446736 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 1446736 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 1446736 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:41645/collection1/] and I am
[http://127.0.0.1:33505/collection1/]
[junit4] 2> 1446737 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:41645]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:33505_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1446738 INFO (qtp32959397-13540) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 1446738 INFO (qtp32959397-13540) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 1446739 INFO (qtp32959397-13540) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:33505_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:33505","node_name":"127.0.0.1:33505_","state":"down"}
[junit4] 2> 1447205 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1447206 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 1447206 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 1447739 INFO (qtp32959397-13540) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:33505_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:33505","node_name":"127.0.0.1:33505_","state":"recovering"}
[junit4] 2> 1447739 INFO (qtp32959397-13540) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1447739 INFO (qtp32959397-13540) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:33505_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 1448239 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:41645/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 1448239 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:33505 START
replicas=[http://127.0.0.1:41645/collection1/] nUpdates=100
[junit4] 2> 1448241 INFO (qtp32959397-13540) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1448241 INFO (qtp32959397-13540) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 1448242 INFO (recoveryExecutor-2306-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 1449207 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 1449208 INFO (qtp26200737-13479) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1449208 INFO (qtp26200737-13479) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1449208 INFO (qtp26200737-13479) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1449208 INFO (qtp26200737-13479) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 1449210 INFO (qtp32959397-13541) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1449210 INFO (qtp32959397-13541) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1449210 INFO (qtp32959397-13541) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1449211 INFO (qtp32959397-13541) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46840/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1449211 INFO (qtp8851291-13512) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1449211 INFO (qtp8851291-13512) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1449211 INFO (qtp8851291-13512) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1449211 INFO (qtp8851291-13512) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46840/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1449211 INFO (qtp8627601-13568) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1449211 INFO (qtp12509618-13603) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1449211 INFO (qtp8627601-13568) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1449211 INFO (qtp12509618-13603) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1449211 INFO (qtp8627601-13568) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1449211 INFO (qtp12509618-13603) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1449211 INFO (qtp8627601-13568) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46840/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1449211 INFO (qtp12509618-13603) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46840/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1449211 INFO (qtp8851291-13507) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 2
[junit4] 2> 1449212 INFO (qtp8851291-13510) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 1449213 INFO (qtp8627601-13570) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 1449214 INFO (qtp32959397-13540) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 1449214 INFO (qtp12509618-13605) [ ] o.a.s.c.S.Request
[collection1] webapp= path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 1451214 INFO
(TEST-TestCloudPivotFacet.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.TestCloudPivotFacet numDocs: 2176
[junit4] 2> 1451241 INFO (qtp12509618-13603) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41645/collection1/&wt=javabin&version=2}{add=[1
(1566668910296563712)]} 0 1
[junit4] 2> 1451241 INFO (qtp32959397-13541) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{add=[1 (1566668910296563712)]} 0 24
[junit4] 2> 1451249 INFO (qtp8627601-13569) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46840/collection1/&wt=javabin&version=2}{add=[2
(1566668910324875264)]} 0 2
[junit4] 2> 1451249 INFO (qtp8851291-13508) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{add=[2 (1566668910324875264)]} 0 6
[junit4] 2> 1451254 INFO (qtp8627601-13568) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46840/collection1/&wt=javabin&version=2}{add=[3
(1566668910333263872)]} 0 0
[junit4] 2> 1451254 INFO (qtp8851291-13507) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{add=[3 (1566668910333263872)]} 0 2
[junit4] 2> 1451258 INFO (qtp12509618-13599) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:41645/collection1/&wt=javabin&version=2}{add=[4
(1566668910338506752)]} 0 0
[junit4] 2> 1451259 INFO (qtp32959397-13538) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={wt=javabin&version=2}{add=[4 (1566668910338506752)]} 0 3
[junit4] 2> 1451264 INFO (qtp8627601-13564) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp= path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:46840/collection1/&wt=javabin&version=2}{add=[5
(1566668910343749632)]} 0 0
[junit4] 2> 1451264 INFO (qtp8851291-13514)
[...truncated too long message...]
collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 2
/solr/overseer_elect/election/97916800019529736-127.0.0.1:45137_z_yo%2Ft-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 1479410 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42146/z_yo/t,
target: http://127.0.0.1:35933/z_yo/t
[junit4] 2> 1479410 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:43383/z_yo/t,
target: http://127.0.0.1:42878/z_yo/t
[junit4] 2> 1479410 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:41845/z_yo/t,
target: http://127.0.0.1:42511/z_yo/t
[junit4] 2> 1479411 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[97377C266A9DCBCC]) [ ]
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:45137/z_yo/t,
target: http://127.0.0.1:34698/z_yo/t
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=97377C266A9DCBCC -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=se-SE -Dtests.timezone=Canada/Mountain -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 133s J2 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:43383/z_yo/t","node_name":"127.0.0.1:43383_z_yo%2Ft","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
[junit4] > "replicationFactor":"3",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica2",
[junit4] > "base_url":"http://127.0.0.1:42146/z_yo/t",
[junit4] > "node_name":"127.0.0.1:42146_z_yo%2Ft",
[junit4] > "state":"down"},
[junit4] > "core_node2":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:41845/z_yo/t",
[junit4] > "core":"c8n_1x3_lf_shard1_replica1",
[junit4] > "node_name":"127.0.0.1:41845_z_yo%2Ft"},
[junit4] > "core_node3":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica3",
[junit4] > "base_url":"http://127.0.0.1:43383/z_yo/t",
[junit4] > "node_name":"127.0.0.1:43383_z_yo%2Ft",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([97377C266A9DCBCC:1F6343FCC461A634]:0)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:563)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1479413 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[97377C266A9DCBCC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_97377C266A9DCBCC-001
[junit4] 2> May 06, 2017 5:32:10 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=21780, maxDocsPerChunk=8, blockSize=4),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=21780, blockSize=4)),
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=se-SE,
timezone=Canada/Mountain
[junit4] 2> NOTE: Linux 4.4.0-75-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=12,threads=1,free=91412224,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [MinimalSchemaTest,
TestWriterPerf, TestTestInjection, TestUniqueKeyFieldResource, BlockCacheTest,
DeleteShardTest, TestRebalanceLeaders, TestJmxMonitoredMap, UpdateParamsTest,
PingRequestHandlerTest, MultiThreadedOCPTest, TestSolrCloudWithKerberosAlt,
CircularListTest, TestNRTOpen, TestSchemaResource, TestFilteredDocIdSet,
TestLeaderInitiatedRecoveryThread, TestLMJelinekMercerSimilarityFactory,
SolrMetricManagerTest, TestDFRSimilarityFactory, TestSimpleTextCodec,
TestRandomCollapseQParserPlugin, TestFieldTypeCollectionResource,
TestMiniSolrCloudCluster, QueryParsingTest, TestShortCircuitedRequests,
TestManagedSchema, LeaderElectionTest, TestPerFieldSimilarityClassic,
TestSubQueryTransformerCrossCore, HttpPartitionTest, TestDynamicFieldResource,
CoreAdminHandlerTest, CurrencyFieldXmlFileTest, DirectoryFactoryTest,
TestConfigSetImmutable, DateRangeFieldTest, BadIndexSchemaTest,
TestHdfsBackupRestoreCore, TestHdfsCloudBackupRestore, RequestHandlersTest,
TestBinaryResponseWriter, TemplateUpdateProcessorTest,
ClassificationUpdateProcessorFactoryTest, TestRecoveryHdfs, TestSolrCoreParser,
TestGeoJSONResponseWriter, XmlUpdateRequestHandlerTest,
TestUseDocValuesAsStored, TestImplicitCoreProperties, RecoveryZkTest,
TestZkChroot, DocValuesMultiTest, ManagedSchemaRoundRobinCloudTest,
TestExceedMaxTermLength, TermVectorComponentDistributedTest,
TestPKIAuthenticationPlugin, AutoCommitTest, CachingDirectoryFactoryTest,
CdcrVersionReplicationTest, JSONWriterTest, ShardSplitTest, TestNumericTerms64,
ResponseLogComponentTest, QueryResultKeyTest, BinaryUpdateRequestHandlerTest,
SimpleFacetsTest, TestExpandComponent, SolrXmlInZkTest,
TestAddFieldRealTimeGet, TestObjectReleaseTracker, TestXmlQParserPlugin,
TestConfigSetsAPIZkFailure, TestManagedResourceStorage,
ConcurrentDeleteAndCreateCollectionTest, TestPushWriter, TestPhraseSuggestions,
VMParamsZkACLAndCredentialsProvidersTest, HdfsChaosMonkeyNothingIsSafeTest,
TestJsonRequest, TestConfig, ActionThrottleTest, TestExactStatsCache,
FieldAnalysisRequestHandlerTest, DeleteLastCustomShardedReplicaTest,
V2ApiIntegrationTest, CloneFieldUpdateProcessorFactoryTest,
SolrPluginUtilsTest, MigrateRouteKeyTest, TestDelegationWithHadoopAuth,
DistributedExpandComponentTest, TestCloudSchemaless, SolrTestCaseJ4Test,
HdfsTlogReplayBufferedWhileIndexingTest, TestSolrQueryParser, TestBinaryField,
BlockJoinFacetSimpleTest, TestFieldCache, TestGroupingSearch,
TestDistributedMissingSort, LeaderFailureAfterFreshStartTest,
TestAnalyzedSuggestions, TestConfigsApi, PreAnalyzedFieldTest,
SolrCoreCheckLockOnStartupTest, TestSerializedLuceneMatchVersion,
TestReversedWildcardFilterFactory, BasicAuthStandaloneTest,
BasicDistributedZk2Test, SpellPossibilityIteratorTest, BadCopyFieldTest,
TestSolrQueryResponse, TestFieldCacheWithThreads, TestStressReorder,
HardAutoCommitTest, TestRangeQuery, SolrCmdDistributorTest,
QueryElevationComponentTest, TestSort, TestIndexSearcher,
ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery,
TestExtendedDismaxParser, TestFoldingMultitermQuery, SuggesterTSTTest,
TestStressLucene, SuggesterWFSTTest, DirectUpdateHandlerOptimizeTest,
SortByFunctionTest, DebugComponentTest, TestSurroundQueryParser,
StandardRequestHandlerTest, PrimitiveFieldTypeTest, TestOmitPositions,
TestIndexingPerformance, FastVectorHighlighterTest, TestJmxIntegration,
UniqFieldsUpdateProcessorFactoryTest, TestBinaryResponseWriter,
TestSolrIndexConfig, BadComponentTest, TestMergePolicyConfig, TestSearchPerf,
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestLuceneMatchVersion,
TestXIncludeConfig, TestIBSimilarityFactory, TimeZoneUtilsTest,
ScriptEngineTest, PluginInfoTest, TestSystemIdResolver,
TestSuggestSpellingConverter, DateFieldTest, TestSolrJ, TestUtils,
SliceStateTest, FileUtilsTest, TestRTGBase, TestCrossCoreJoin,
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch,
TestPathTrie, TestEmbeddedSolrServerConstructors,
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner,
AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest,
CdcrBootstrapTest, CollectionsAPISolrJTest, DistributedQueueTest,
DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest]
[junit4] Completed [527/711 (2!)] on J2 in 133.94s, 1 test, 1 failure <<<
FAILURES!
[...truncated 36932 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]