Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/747/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.OverseerRolesTest.testOverseerRole
Error Message:
Timed out waiting for overseer state change
Stack Trace:
java.lang.AssertionError: Timed out waiting for overseer state change
at
__randomizedtesting.SeedInfo.seed([742460D0CAF956E6:95EF9D44F14A6037]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:62)
at
org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([742460D0CAF956E6:FF03B3018BFFFD62]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:865)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:437)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 12557 lines...]
[junit4] Suite: org.apache.solr.cloud.OverseerRolesTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_742460D0CAF956E6-001\init-core-data-001
[junit4] 2> 1913692 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1913701 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1913706 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_742460D0CAF956E6-001\tempDir-001
[junit4] 2> 1913706 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1913706 INFO (Thread-3839) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1913706 INFO (Thread-3839) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1913806 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:63351
[junit4] 2> 1913834 INFO (jetty-launcher-2634-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1913835 INFO (jetty-launcher-2634-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@51fc93a3{/solr,null,AVAILABLE}
[junit4] 2> 1913838 INFO (jetty-launcher-2634-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@427b6566{SSL,[ssl,
http/1.1]}{127.0.0.1:63355}
[junit4] 2> 1913838 INFO (jetty-launcher-2634-thread-2) [ ]
o.e.j.s.Server Started @1918718ms
[junit4] 2> 1913838 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=63355}
[junit4] 2> 1913838 ERROR (jetty-launcher-2634-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1913839 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1913839 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1913839 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1913839 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-23T21:43:33.574Z
[junit4] 2> 1913851 INFO (jetty-launcher-2634-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1913852 INFO (jetty-launcher-2634-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@32f74a7f{/solr,null,AVAILABLE}
[junit4] 2> 1913854 INFO (jetty-launcher-2634-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5e2b8852{SSL,[ssl,
http/1.1]}{127.0.0.1:63360}
[junit4] 2> 1913854 INFO (jetty-launcher-2634-thread-3) [ ]
o.e.j.s.Server Started @1918734ms
[junit4] 2> 1913854 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=63360}
[junit4] 2> 1913855 ERROR (jetty-launcher-2634-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1913855 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1913855 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1913855 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1913855 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-23T21:43:33.590Z
[junit4] 2> 1913876 INFO (jetty-launcher-2634-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1913877 INFO (jetty-launcher-2634-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1bfd7c82{/solr,null,AVAILABLE}
[junit4] 2> 1913879 INFO (jetty-launcher-2634-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@510880eb{SSL,[ssl,
http/1.1]}{127.0.0.1:63365}
[junit4] 2> 1913879 INFO (jetty-launcher-2634-thread-1) [ ]
o.e.j.s.Server Started @1918759ms
[junit4] 2> 1913879 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=63365}
[junit4] 2> 1913880 ERROR (jetty-launcher-2634-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1913880 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1913880 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1913880 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1913880 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-23T21:43:33.615Z
[junit4] 2> 1913882 INFO (jetty-launcher-2634-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1913883 INFO (jetty-launcher-2634-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b99edc7{/solr,null,AVAILABLE}
[junit4] 2> 1913885 INFO (jetty-launcher-2634-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3e901ca0{SSL,[ssl,
http/1.1]}{127.0.0.1:63368}
[junit4] 2> 1913885 INFO (jetty-launcher-2634-thread-4) [ ]
o.e.j.s.Server Started @1918764ms
[junit4] 2> 1913885 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=63368}
[junit4] 2> 1913885 ERROR (jetty-launcher-2634-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1913885 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1913886 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1913886 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1913886 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-23T21:43:33.621Z
[junit4] 2> 1913917 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1913917 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1913923 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1913931 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1913943 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a6cede1480004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1913946 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a6cede1480001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1913951 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1913951 INFO (jetty-launcher-2634-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63351/solr
[junit4] 2> 1913953 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1913958 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1913960 INFO (jetty-launcher-2634-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63351/solr
[junit4] 2> 1913961 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1913969 INFO (jetty-launcher-2634-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63351/solr
[junit4] 2> 1913970 INFO (jetty-launcher-2634-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63351/solr
[junit4] 2> 1914041 INFO (jetty-launcher-2634-thread-4)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1914054 INFO (jetty-launcher-2634-thread-4)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63368_solr
[junit4] 2> 1914061 INFO (jetty-launcher-2634-thread-4)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528137-127.0.0.1:63368_solr-n_0000000000) starting
[junit4] 2> 1914079 INFO (jetty-launcher-2634-thread-2)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1914084 INFO (jetty-launcher-2634-thread-1)
[n:127.0.0.1:63365_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1914084 INFO (jetty-launcher-2634-thread-2)
[n:127.0.0.1:63355_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63355_solr
[junit4] 2> 1914084 INFO (jetty-launcher-2634-thread-3)
[n:127.0.0.1:63360_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1914085 INFO (jetty-launcher-2634-thread-4)
[n:127.0.0.1:63368_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63368_solr
[junit4] 2> 1914092 INFO
(zkCallback-2655-thread-1-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1914094 INFO
(zkCallback-2656-thread-1-processing-n:127.0.0.1:63365_solr)
[n:127.0.0.1:63365_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1914190 INFO
(zkCallback-2653-thread-1-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1914191 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1914191 INFO (jetty-launcher-2634-thread-1)
[n:127.0.0.1:63365_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63365_solr
[junit4] 2> 1914193 INFO (jetty-launcher-2634-thread-3)
[n:127.0.0.1:63360_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63360_solr
[junit4] 2> 1914204 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (4)
[junit4] 2> 1914204 INFO
(zkCallback-2656-thread-1-processing-n:127.0.0.1:63365_solr)
[n:127.0.0.1:63365_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (4)
[junit4] 2> 1914217 INFO
(zkCallback-2655-thread-1-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (4)
[junit4] 2> 1914217 INFO
(zkCallback-2653-thread-1-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (4)
[junit4] 2> 1914405 INFO (jetty-launcher-2634-thread-3)
[n:127.0.0.1:63360_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_742460D0CAF956E6-001\tempDir-001\node3\.
[junit4] 2> 1914405 INFO (jetty-launcher-2634-thread-1)
[n:127.0.0.1:63365_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_742460D0CAF956E6-001\tempDir-001\node1\.
[junit4] 2> 1914436 INFO (jetty-launcher-2634-thread-2)
[n:127.0.0.1:63355_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_742460D0CAF956E6-001\tempDir-001\node2\.
[junit4] 2> 1914450 INFO (jetty-launcher-2634-thread-4)
[n:127.0.0.1:63368_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_742460D0CAF956E6-001\tempDir-001\node4\.
[junit4] 2> 1918219 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1918222 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63351/solr ready
[junit4] 2> 1918261 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testOverseerRole
[junit4] 2> 1918262 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:63368_solr
[junit4] 2> 1918263 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest Election queue:
[junit4] 2> 1918264 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest ### Setting overseer designate 127.0.0.1:63365_solr
[junit4] 2> 1918330 INFO (qtp1546363804-16400) [n:127.0.0.1:63360_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params
node=127.0.0.1:63365_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1918340 INFO
(OverseerThreadFactory-8053-thread-1-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerRoleCmd Overseer role added to
127.0.0.1:63365_solr
[junit4] 2> 1918344 INFO (qtp1546363804-16400) [n:127.0.0.1:63360_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:63365_solr&role=overseer&action=ADDROLE&wt=javabin&version=2}
status=0 QTime=13
[junit4] 2> 1918346 INFO (Thread-3888) [n:127.0.0.1:63368_solr ]
o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at
97510110884528137-127.0.0.1:63368_solr-n_0000000000 overseer designates are
[127.0.0.1:63365_solr]
[junit4] 2> 1918346 INFO (Thread-3888) [n:127.0.0.1:63368_solr ]
o.a.s.c.OverseerNodePrioritizer sorted nodes
[97510110884528137-127.0.0.1:63368_solr-n_0000000000,
97510110884528138-127.0.0.1:63355_solr-n_0000000001,
97510110884528140-127.0.0.1:63365_solr-n_0000000002,
97510110884528139-127.0.0.1:63360_solr-n_0000000003]
[junit4] 2> 1918347 INFO (Thread-3888) [n:127.0.0.1:63368_solr ]
o.a.s.c.OverseerNodePrioritizer asking node
97510110884528140-127.0.0.1:63365_solr-n_0000000002 to come join election at
head
[junit4] 2> 1918422 INFO (qtp472941889-16412) [n:127.0.0.1:63365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=97510110884528140-127.0.0.1:63365_solr-n_0000000002&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1918424 INFO (Thread-3888) [n:127.0.0.1:63368_solr ]
o.a.s.c.OverseerNodePrioritizer asking the old first in line
97510110884528138-127.0.0.1:63355_solr-n_0000000001 to rejoin election
[junit4] 2> 1918478 INFO (qtp765205394-16392) [n:127.0.0.1:63355_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=97510110884528138-127.0.0.1:63355_solr-n_0000000001&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1918484 INFO
(OverseerStateUpdate-97510110884528137-127.0.0.1:63368_solr-n_0000000000)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Quit command received {
[junit4] 2> "operation":"quit",
[junit4] 2> "id":"97510110884528137-127.0.0.1:63368_solr-n_0000000000"}
127.0.0.1:63368_solr
[junit4] 2> 1918486 INFO
(OverseerStateUpdate-97510110884528137-127.0.0.1:63368_solr-n_0000000000)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63368_solr
[junit4] 2> 1918488 WARN (OverseerExitThread) [n:127.0.0.1:63368_solr
] o.a.s.c.Overseer I'm exiting, but I'm still the leader
[junit4] 2> 1918489 INFO (OverseerExitThread) [n:127.0.0.1:63368_solr
] o.a.s.c.Overseer Overseer
(id=97510110884528137-127.0.0.1:63368_solr-n_0000000000) closing
[junit4] 2> 1918489 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63355_solr
[junit4] 2> 1918491 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528138-127.0.0.1:63355_solr-n_0000000001) starting
[junit4] 2> 1918506 INFO
(OverseerCollectionConfigSetProcessor-97510110884528138-127.0.0.1:63355_solr-n_0000000001)
[n:127.0.0.1:63355_solr ] o.a.s.c.OverseerNodePrioritizer prioritizing
overseer nodes at 97510110884528138-127.0.0.1:63355_solr-n_0000000001 overseer
designates are [127.0.0.1:63365_solr]
[junit4] 2> 1918507 INFO
(OverseerCollectionConfigSetProcessor-97510110884528138-127.0.0.1:63355_solr-n_0000000001)
[n:127.0.0.1:63355_solr ] o.a.s.c.OverseerNodePrioritizer sorted nodes
[97510110884528138-127.0.0.1:63355_solr-n_0000000001,
97510110884528140-127.0.0.1:63365_solr-n_0000000002,
97510110884528139-127.0.0.1:63360_solr-n_0000000003,
97510110884528137-127.0.0.1:63368_solr-n_0000000004]
[junit4] 2> 1918511 INFO
(OverseerStateUpdate-97510110884528138-127.0.0.1:63355_solr-n_0000000001)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Quit command received {
[junit4] 2> "operation":"quit",
[junit4] 2> "id":"97510110884528138-127.0.0.1:63355_solr-n_0000000001"}
127.0.0.1:63355_solr
[junit4] 2> 1918511 INFO
(OverseerStateUpdate-97510110884528138-127.0.0.1:63355_solr-n_0000000001)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63355_solr
[junit4] 2> 1918517 WARN (OverseerExitThread) [n:127.0.0.1:63355_solr
] o.a.s.c.Overseer I'm exiting, but I'm still the leader
[junit4] 2> 1918519 INFO (OverseerExitThread) [n:127.0.0.1:63355_solr
] o.a.s.c.Overseer Overseer
(id=97510110884528138-127.0.0.1:63355_solr-n_0000000001) closing
[junit4] 2> 1918519 INFO
(zkCallback-2656-thread-1-processing-n:127.0.0.1:63365_solr)
[n:127.0.0.1:63365_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63365_solr
[junit4] 2> 1918522 INFO
(zkCallback-2656-thread-1-processing-n:127.0.0.1:63365_solr)
[n:127.0.0.1:63365_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528140-127.0.0.1:63365_solr-n_0000000002) starting
[junit4] 2> 1918550 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest ### Adding another overseer designate
127.0.0.1:63360_solr
[junit4] 2> 1918554 INFO (qtp1546363804-16399) [n:127.0.0.1:63360_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params
node=127.0.0.1:63360_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1918581 INFO
(OverseerThreadFactory-8065-thread-1-processing-n:127.0.0.1:63365_solr)
[n:127.0.0.1:63365_solr ] o.a.s.c.OverseerRoleCmd Overseer role added to
127.0.0.1:63360_solr
[junit4] 2> 1918585 INFO (qtp1546363804-16399) [n:127.0.0.1:63360_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:63360_solr&role=overseer&action=ADDROLE&wt=javabin&version=2}
status=0 QTime=30
[junit4] 2> 1918586 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:63365_solr
[junit4] 2> 1918586 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest Election queue:
[junit4] 2> 1918586 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 63365
[junit4] 2> 1918586 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=543484595
[junit4] 2> 1918595 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.Overseer Overseer
(id=97510110884528140-127.0.0.1:63365_solr-n_0000000002) closing
[junit4] 2> 1918595 INFO
(OverseerStateUpdate-97510110884528140-127.0.0.1:63365_solr-n_0000000002)
[n:127.0.0.1:63365_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63365_solr
[junit4] 2> 1918599 WARN
(zkCallback-2656-thread-1-processing-n:127.0.0.1:63365_solr)
[n:127.0.0.1:63365_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1918599 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1918601 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@510880eb{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1918605 INFO
(zkCallback-2655-thread-1-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63360_solr
[junit4] 2> 1918606 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1bfd7c82{/solr,null,UNAVAILABLE}
[junit4] 2> 1918606 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 1918608 INFO
(zkCallback-2653-thread-4-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 1918608 INFO (zkCallback-2664-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1918608 INFO
(zkCallback-2655-thread-2-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 1918610 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest ### Adding last overseer designate
127.0.0.1:63355_solr
[junit4] 2> 1918611 INFO
(zkCallback-2655-thread-1-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528139-127.0.0.1:63360_solr-n_0000000003) starting
[junit4] 2> 1918613 INFO (qtp1546363804-16445) [n:127.0.0.1:63360_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params
node=127.0.0.1:63355_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1918639 INFO
(OverseerThreadFactory-8068-thread-1-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.OverseerRoleCmd Overseer role added to
127.0.0.1:63355_solr
[junit4] 2> 1918642 INFO (qtp1546363804-16445) [n:127.0.0.1:63360_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:63355_solr&role=overseer&action=ADDROLE&wt=javabin&version=2}
status=0 QTime=29
[junit4] 2> 1918644 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest Overseer: 127.0.0.1:63360_solr
[junit4] 2> 1918644 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest Election queue:
[junit4] 2> 1918651 INFO (qtp1546363804-16444) [n:127.0.0.1:63360_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :removerole with
params
node=127.0.0.1:63360_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1918656 INFO
(OverseerCollectionConfigSetProcessor-97510110884528139-127.0.0.1:63360_solr-n_0000000003)
[n:127.0.0.1:63360_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1918661 INFO
(OverseerThreadFactory-8068-thread-2-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.OverseerRoleCmd Overseer role removed from
127.0.0.1:63360_solr
[junit4] 2> 1918664 INFO (qtp1546363804-16444) [n:127.0.0.1:63360_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:63360_solr&role=overseer&action=REMOVEROLE&wt=javabin&version=2}
status=0 QTime=12
[junit4] 2> 1918667 INFO (Thread-3892) [n:127.0.0.1:63360_solr ]
o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at
97510110884528139-127.0.0.1:63360_solr-n_0000000003 overseer designates are
[127.0.0.1:63365_solr, 127.0.0.1:63355_solr]
[junit4] 2> 1918669 INFO (Thread-3892) [n:127.0.0.1:63360_solr ]
o.a.s.c.OverseerNodePrioritizer sorted nodes
[97510110884528139-127.0.0.1:63360_solr-n_0000000003,
97510110884528137-127.0.0.1:63368_solr-n_0000000004,
97510110884528138-127.0.0.1:63355_solr-n_0000000005]
[junit4] 2> 1918669 INFO (Thread-3892) [n:127.0.0.1:63360_solr ]
o.a.s.c.OverseerNodePrioritizer asking node
97510110884528138-127.0.0.1:63355_solr-n_0000000005 to come join election at
head
[junit4] 2> 1918680 INFO (qtp765205394-16389) [n:127.0.0.1:63355_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=97510110884528138-127.0.0.1:63355_solr-n_0000000005&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1918681 INFO (Thread-3892) [n:127.0.0.1:63360_solr ]
o.a.s.c.OverseerNodePrioritizer asking the old first in line
97510110884528137-127.0.0.1:63368_solr-n_0000000004 to rejoin election
[junit4] 2> 1918750 INFO (qtp951172761-16422) [n:127.0.0.1:63368_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=97510110884528137-127.0.0.1:63368_solr-n_0000000004&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1918757 INFO
(OverseerStateUpdate-97510110884528139-127.0.0.1:63360_solr-n_0000000003)
[n:127.0.0.1:63360_solr ] o.a.s.c.Overseer Quit command received {
[junit4] 2> "operation":"quit",
[junit4] 2> "id":"97510110884528139-127.0.0.1:63360_solr-n_0000000003"}
127.0.0.1:63360_solr
[junit4] 2> 1918757 INFO
(OverseerStateUpdate-97510110884528139-127.0.0.1:63360_solr-n_0000000003)
[n:127.0.0.1:63360_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63360_solr
[junit4] 2> 1918763 WARN (OverseerExitThread) [n:127.0.0.1:63360_solr
] o.a.s.c.Overseer I'm exiting, but I'm still the leader
[junit4] 2> 1918764 INFO (OverseerExitThread) [n:127.0.0.1:63360_solr
] o.a.s.c.Overseer Overseer
(id=97510110884528139-127.0.0.1:63360_solr-n_0000000003) closing
[junit4] 2> 1918765 INFO
(zkCallback-2653-thread-4-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63368_solr
[junit4] 2> 1918769 INFO
(zkCallback-2653-thread-4-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528137-127.0.0.1:63368_solr-n_0000000004) starting
[junit4] 2> 1918781 INFO
(OverseerCollectionConfigSetProcessor-97510110884528137-127.0.0.1:63368_solr-n_0000000004)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerNodePrioritizer prioritizing
overseer nodes at 97510110884528137-127.0.0.1:63368_solr-n_0000000004 overseer
designates are [127.0.0.1:63365_solr, 127.0.0.1:63355_solr]
[junit4] 2> 1918781 INFO
(OverseerCollectionConfigSetProcessor-97510110884528137-127.0.0.1:63368_solr-n_0000000004)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerNodePrioritizer sorted nodes
[97510110884528137-127.0.0.1:63368_solr-n_0000000004,
97510110884528138-127.0.0.1:63355_solr-n_0000000005,
97510110884528139-127.0.0.1:63360_solr-n_0000000006]
[junit4] 2> 1918784 INFO
(OverseerStateUpdate-97510110884528137-127.0.0.1:63368_solr-n_0000000004)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Quit command received {
[junit4] 2> "operation":"quit",
[junit4] 2> "id":"97510110884528137-127.0.0.1:63368_solr-n_0000000004"}
127.0.0.1:63368_solr
[junit4] 2> 1918786 INFO
(OverseerStateUpdate-97510110884528137-127.0.0.1:63368_solr-n_0000000004)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63368_solr
[junit4] 2> 1918793 WARN (OverseerExitThread) [n:127.0.0.1:63368_solr
] o.a.s.c.Overseer I'm exiting, but I'm still the leader
[junit4] 2> 1918794 INFO (OverseerExitThread) [n:127.0.0.1:63368_solr
] o.a.s.c.Overseer Overseer
(id=97510110884528137-127.0.0.1:63368_solr-n_0000000004) closing
[junit4] 2> 1918795 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63355_solr
[junit4] 2> 1918797 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528138-127.0.0.1:63355_solr-n_0000000005) starting
[junit4] 2> 1918870 INFO (qtp1546363804-16443) [n:127.0.0.1:63360_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrole with params
node=127.0.0.1:63360_solr&role=overseer&action=ADDROLE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 1918878 INFO
(OverseerThreadFactory-8072-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.OverseerRoleCmd Overseer role added to
127.0.0.1:63360_solr
[junit4] 2> 1918880 INFO (qtp1546363804-16443) [n:127.0.0.1:63360_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:63360_solr&role=overseer&action=ADDROLE&wt=javabin&version=2}
status=0 QTime=9
[junit4] 2> 1918882 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.OverseerRolesTest ### Sending QUIT to overseer 127.0.0.1:63355_solr
[junit4] 2> 1918884 INFO
(OverseerStateUpdate-97510110884528138-127.0.0.1:63355_solr-n_0000000005)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Quit command received {
[junit4] 2> "operation":"quit",
[junit4] 2> "id":"97510110884528138-127.0.0.1:63355_solr-n_0000000005"}
127.0.0.1:63355_solr
[junit4] 2> 1918885 INFO
(OverseerStateUpdate-97510110884528138-127.0.0.1:63355_solr-n_0000000005)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63355_solr
[junit4] 2> 1918891 WARN (OverseerExitThread) [n:127.0.0.1:63355_solr
] o.a.s.c.Overseer I'm exiting, but I'm still the leader
[junit4] 2> 1918892 INFO (Thread-3893) [n:127.0.0.1:63355_solr ]
o.a.s.c.OverseerNodePrioritizer prioritizing overseer nodes at
97510110884528138-127.0.0.1:63355_solr-n_0000000005 overseer designates are
[127.0.0.1:63365_solr, 127.0.0.1:63355_solr, 127.0.0.1:63360_solr]
[junit4] 2> 1918892 INFO (Thread-3893) [n:127.0.0.1:63355_solr ]
o.a.s.c.OverseerNodePrioritizer sorted nodes
[97510110884528138-127.0.0.1:63355_solr-n_0000000005,
97510110884528139-127.0.0.1:63360_solr-n_0000000006,
97510110884528137-127.0.0.1:63368_solr-n_0000000007]
[junit4] 2> 1918892 INFO (OverseerExitThread) [n:127.0.0.1:63355_solr
] o.a.s.c.Overseer Overseer
(id=97510110884528138-127.0.0.1:63355_solr-n_0000000005) closing
[junit4] 2> 1918892 INFO (Thread-3893) [n:127.0.0.1:63355_solr ]
o.a.s.c.OverseerNodePrioritizer asking node
97510110884528138-127.0.0.1:63355_solr-n_0000000005 to come join election at
head
[junit4] 2> 1918893 INFO
(zkCallback-2655-thread-3-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63360_solr
[junit4] 2> 1918894 INFO
(zkCallback-2655-thread-3-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528139-127.0.0.1:63360_solr-n_0000000006) starting
[junit4] 2> 1918912 WARN (qtp765205394-16435) [n:127.0.0.1:63355_solr
] o.a.s.c.ZkController Asked to rejoin with wrong election node :
97510110884528138-127.0.0.1:63355_solr-n_0000000005, current node is
/overseer_elect/election/97510110884528138-127.0.0.1:63355_solr-n_0000000008
[junit4] 2> 1918913 INFO (qtp765205394-16435) [n:127.0.0.1:63355_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={op=rejoinAtHead&qt=/admin/cores&action=OVERSEEROP&electionNode=97510110884528138-127.0.0.1:63355_solr-n_0000000005&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1918913 INFO (Thread-3893) [n:127.0.0.1:63355_solr ]
o.a.s.c.OverseerNodePrioritizer asking the old first in line
97510110884528139-127.0.0.1:63360_solr-n_0000000006 to rejoin election
[junit4] 2> 1918917 INFO (qtp1546363804-16401) [n:127.0.0.1:63360_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={op=rejoin&qt=/admin/cores&action=OVERSEEROP&electionNode=97510110884528139-127.0.0.1:63360_solr-n_0000000006&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1918919 INFO
(OverseerStateUpdate-97510110884528139-127.0.0.1:63360_solr-n_0000000006)
[n:127.0.0.1:63360_solr ] o.a.s.c.Overseer Quit command received {
[junit4] 2> "operation":"quit",
[junit4] 2> "id":"97510110884528139-127.0.0.1:63360_solr-n_0000000006"}
127.0.0.1:63360_solr
[junit4] 2> 1918921 INFO
(OverseerStateUpdate-97510110884528139-127.0.0.1:63360_solr-n_0000000006)
[n:127.0.0.1:63360_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63360_solr
[junit4] 2> 1918923 WARN (OverseerExitThread) [n:127.0.0.1:63360_solr
] o.a.s.c.Overseer I'm exiting, but I'm still the leader
[junit4] 2> 1918925 INFO (OverseerExitThread) [n:127.0.0.1:63360_solr
] o.a.s.c.Overseer Overseer
(id=97510110884528139-127.0.0.1:63360_solr-n_0000000006) closing
[junit4] 2> 1918925 INFO
(zkCallback-2653-thread-4-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63368_solr
[junit4] 2> 1918926 INFO
(zkCallback-2653-thread-4-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528137-127.0.0.1:63368_solr-n_0000000007) starting
[junit4] 2> 1918941 INFO
(OverseerCollectionConfigSetProcessor-97510110884528137-127.0.0.1:63368_solr-n_0000000007)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerNodePrioritizer prioritizing
overseer nodes at 97510110884528137-127.0.0.1:63368_solr-n_0000000007 overseer
designates are [127.0.0.1:63365_solr, 127.0.0.1:63355_solr,
127.0.0.1:63360_solr]
[junit4] 2> 1918941 INFO
(OverseerCollectionConfigSetProcessor-97510110884528137-127.0.0.1:63368_solr-n_0000000007)
[n:127.0.0.1:63368_solr ] o.a.s.c.OverseerNodePrioritizer sorted nodes
[97510110884528137-127.0.0.1:63368_solr-n_0000000007,
97510110884528138-127.0.0.1:63355_solr-n_0000000008,
97510110884528139-127.0.0.1:63360_solr-n_0000000009]
[junit4] 2> 1918945 INFO
(OverseerStateUpdate-97510110884528137-127.0.0.1:63368_solr-n_0000000007)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Quit command received {
[junit4] 2> "operation":"quit",
[junit4] 2> "id":"97510110884528137-127.0.0.1:63368_solr-n_0000000007"}
127.0.0.1:63368_solr
[junit4] 2> 1918946 INFO
(OverseerStateUpdate-97510110884528137-127.0.0.1:63368_solr-n_0000000007)
[n:127.0.0.1:63368_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63368_solr
[junit4] 2> 1918950 WARN (OverseerExitThread) [n:127.0.0.1:63368_solr
] o.a.s.c.Overseer I'm exiting, but I'm still the leader
[junit4] 2> 1918965 INFO (OverseerExitThread) [n:127.0.0.1:63368_solr
] o.a.s.c.Overseer Overseer
(id=97510110884528137-127.0.0.1:63368_solr-n_0000000007) closing
[junit4] 2> 1918966 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:63355_solr
[junit4] 2> 1918970 INFO
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Overseer
(id=97510110884528138-127.0.0.1:63355_solr-n_0000000008) starting
[junit4] 2> 1920101 ERROR (Thread-3889) [n:127.0.0.1:63365_solr ]
o.a.s.c.OverseerRoleCmd Error in prioritizing Overseer
[junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /roles.json
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
[junit4] 2> at
org.apache.solr.cloud.OverseerNodePrioritizer.prioritizeOverseerNodes(OverseerNodePrioritizer.java:61)
[junit4] 2> at
org.apache.solr.cloud.OverseerRoleCmd.lambda$call$0(OverseerRoleCmd.java:93)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1933982 INFO
(TEST-OverseerRolesTest.testOverseerRole-seed#[742460D0CAF956E6]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testOverseerRole
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=OverseerRolesTest
-Dtests.method=testOverseerRole -Dtests.seed=742460D0CAF956E6 -Dtests.slow=true
-Dtests.locale=he-IL -Dtests.timezone=Pacific/Norfolk -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 15.8s J1 | OverseerRolesTest.testOverseerRole <<<
[junit4] > Throwable #1: java.lang.AssertionError: Timed out waiting for
overseer state change
[junit4] > at
__randomizedtesting.SeedInfo.seed([742460D0CAF956E6:95EF9D44F14A6037]:0)
[junit4] > at
org.apache.solr.cloud.OverseerRolesTest.waitForNewOverseer(OverseerRolesTest.java:62)
[junit4] > at
org.apache.solr.cloud.OverseerRolesTest.testOverseerRole(OverseerRolesTest.java:140)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1933989 INFO (jetty-closer-2635-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@5e2b8852{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1933989 INFO (jetty-closer-2635-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@427b6566{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1933990 INFO (jetty-closer-2635-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1449077683
[junit4] 2> 1933991 INFO (jetty-closer-2635-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3e901ca0{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1933991 INFO (jetty-closer-2635-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=216987234
[junit4] 2> 1933992 INFO (jetty-closer-2635-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1177211707
[junit4] 2> 1933998 INFO (jetty-closer-2635-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=97510110884528138-127.0.0.1:63355_solr-n_0000000008) closing
[junit4] 2> 1933998 INFO
(OverseerStateUpdate-97510110884528138-127.0.0.1:63355_solr-n_0000000008)
[n:127.0.0.1:63355_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:63355_solr
[junit4] 2> 1933999 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a6cede1480009, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1933999 WARN
(zkCallback-2653-thread-4-processing-n:127.0.0.1:63368_solr)
[n:127.0.0.1:63368_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1934001 INFO (jetty-closer-2635-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1934001 INFO (jetty-closer-2635-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7b99edc7{/solr,null,UNAVAILABLE}
[junit4] 2> 1935500 WARN
(zkCallback-2655-thread-3-processing-n:127.0.0.1:63360_solr)
[n:127.0.0.1:63360_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1935500 WARN
(zkCallback-2654-thread-1-processing-n:127.0.0.1:63355_solr)
[n:127.0.0.1:63355_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1935500 INFO (jetty-closer-2635-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1935500 INFO (jetty-closer-2635-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1935501 INFO (jetty-closer-2635-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@32f74a7f{/solr,null,UNAVAILABLE}
[junit4] 2> 1935501 INFO (jetty-closer-2635-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@51fc93a3{/solr,null,UNAVAILABLE}
[junit4] 2> 1935504 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63351 63351
[junit4] 2> 1935509 INFO (Thread-3839) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:63351 63351
[junit4] 2> 1935510 WARN (Thread-3839) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 23 /solr/overseer/collection-queue-work
[junit4] 2> 18 /solr/overseer/queue-work
[junit4] 2> 5 /solr/overseer/queue
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> 1935510 INFO
(SUITE-OverseerRolesTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OverseerRolesTest_742460D0CAF956E6-001
[junit4] 2> Feb 23, 2017 9:43:55 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=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=1264, maxMBSortInHeap=7.415211809754679,
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=he-IL,
timezone=Pacific/Norfolk
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=246469680,total=511705088
[junit4] 2> NOTE: All tests run in this JVM: [TestCodecSupport,
TestManagedSynonymFilterFactory, LeaderElectionIntegrationTest,
TestBackupRepositoryFactory, TestStressInPlaceUpdates, HdfsLockFactoryTest,
HdfsTlogReplayBufferedWhileIndexingTest, SliceStateTest, TestNumericTerms32,
SolrIndexConfigTest, RAMDirectoryFactoryTest, ConvertedLegacyTest,
DistanceFunctionTest, TestConfigSetsAPI,
DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestSolr4Spatial2,
FullHLLTest, TestTestInjection, TestDistributedMissingSort,
UpdateRequestProcessorFactoryTest, DistributedQueueTest,
TestBinaryResponseWriter, OverseerStatusTest,
TestDistributedStatsComponentCardinality, TlogReplayBufferedWhileIndexingTest,
BaseCdcrDistributedZkTest, ShowFileRequestHandlerTest, TestApiFramework,
TestClassNameShortening, TestUninvertingReader,
CollectionsAPIDistributedZkTest, TestRTimerTree, TestMacroExpander,
TestLocalFSCloudBackupRestore, TestPointFields,
UUIDUpdateProcessorFallbackTest, SolrIndexSplitterTest,
FullSolrCloudDistribCmdsTest, SpellingQueryConverterTest, SortSpecParsingTest,
WrapperMergePolicyFactoryTest, EnumFieldTest, DirectoryFactoryTest,
TestDistribIDF, AddSchemaFieldsUpdateProcessorFactoryTest,
TestHdfsBackupRestoreCore, BlockJoinFacetSimpleTest, TestBadConfig,
TestGraphMLResponseWriter, VMParamsZkACLAndCredentialsProvidersTest,
TestPHPSerializedResponseWriter, TermVectorComponentTest, TestReload,
TestCloudInspectUtil, EchoParamsTest, BlobRepositoryCloudTest,
TestFieldCacheSortRandom, TestCustomStream, CdcrRequestHandlerTest,
HdfsNNFailoverTest, TestFastWriter, TestReRankQParserPlugin,
TestIndexingPerformance, TestReloadDeadlock, TestDownShardTolerantSearch,
TestCollationFieldDocValues, ConnectionManagerTest, TestManagedResource,
TestQuerySenderListener, TestMiniSolrCloudCluster, TestMergePolicyConfig,
TestSolr4Spatial, TestPivotHelperCode, TestSolrXml, SolrCmdDistributorTest,
SolrCloudExampleTest, RollingRestartTest, SolrCoreMetricManagerTest,
TestRequestForwarding, TestExactStatsCache, ConjunctionSolrSpellCheckerTest,
TestAuthenticationFramework, MergeStrategyTest, TestInitParams, JSONWriterTest,
SolrIndexMetricsTest, CustomCollectionTest, HdfsRecoveryZkTest, TestSearchPerf,
TestSimpleTrackingShardHandler, TestMissingGroups, TestZkChroot, CopyFieldTest,
TestFieldTypeResource, SolrGangliaReporterTest, HttpSolrCallGetCoreTest,
TestSolrCloudWithSecureImpersonation, TestWriterPerf, TestCrossCoreJoin,
TestAtomicUpdateErrorCases, TestMiniSolrCloudClusterSSL,
TestTolerantUpdateProcessorCloud, HdfsChaosMonkeySafeLeaderTest,
TestSystemIdResolver, TestRecovery, DistributedFacetPivotLongTailTest,
AutoCommitTest, WordBreakSolrSpellCheckerTest, TestRealTimeGet,
BinaryUpdateRequestHandlerTest, CollectionStateFormat2Test,
TestImplicitCoreProperties, TestConfigsApi, InfixSuggestersTest,
ClassificationUpdateProcessorTest, ZkSolrClientTest, TestJsonRequest,
TestJmxMonitoredMap, SpellCheckCollatorTest, TestUtils, DeleteReplicaTest,
TestLMDirichletSimilarityFactory, ConcurrentDeleteAndCreateCollectionTest,
TestHdfsCloudBackupRestore, DistributedDebugComponentTest, TestPathTrie,
CoreAdminCreateDiscoverTest, TestSolrConfigHandler, ReplicationFactorTest,
ZkStateWriterTest, TestDFISimilarityFactory, TestFoldingMultitermQuery,
TestUnifiedSolrHighlighter, DataDrivenBlockJoinTest, TestReloadAndDeleteDocs,
TestJoin, ShardRoutingCustomTest, CollectionsAPIAsyncDistributedZkTest,
IndexSchemaTest, HdfsDirectoryFactoryTest, SharedFSAutoReplicaFailoverTest,
CoreMergeIndexesAdminHandlerTest, JsonLoaderTest,
DocExpirationUpdateProcessorFactoryTest, TestManagedSchemaAPI,
TestJettySolrRunner, HdfsSyncSliceTest, CircularListTest, TestFieldSortValues,
TestFieldCacheWithThreads, PreAnalyzedFieldManagedSchemaCloudTest,
TestDynamicFieldResource, TestRandomFlRTGCloud,
SuggestComponentContextFilterQueryTest, DistributedTermsComponentTest,
BooleanFieldTest, URLClassifyProcessorTest, TestOmitPositions, TestFieldCache,
DistributedSuggestComponentTest, AssignTest, TestRawTransformer,
CacheHeaderTest, TestReversedWildcardFilterFactory, TestSQLHandler,
TestOverriddenPrefixQueryForCustomFieldType, TestRebalanceLeaders,
TestQuerySenderNoQuery, BadIndexSchemaTest, LukeRequestHandlerTest,
BasicZkTest, TestRandomFaceting, TestRandomDVFaceting, ZkCLITest,
TestDistributedGrouping, TestHashPartitioner,
TermVectorComponentDistributedTest, TestStressReorder, TestRangeQuery,
SimpleFacetsTest, StatsComponentTest, SpellCheckComponentTest, TestSort,
TestFiltering, BasicFunctionalityTest, TestLazyCores, SoftAutoCommitTest,
DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest,
CoreAdminHandlerTest, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest,
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields,
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest,
SolrInfoMBeanTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes,
TermsComponentTest, TestValueSourceCache, MoreLikeThisHandlerTest,
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest,
MBeansHandlerTest, TestAnalyzedSuggestions, PingRequestHandlerTest,
TestBinaryResponseWriter, HighlighterConfigTest, TestSolrIndexConfig,
TestStressRecovery, TestDocSet, TestBinaryField, TestConfig,
ExternalFileFieldSortTest, TestSolrCoreProperties, TestPhraseSuggestions,
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
ScriptEngineTest, DateMathParserTest, PreAnalyzedFieldTest,
TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest,
TestSolrJ, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest,
FileUtilsTest, TestRTGBase, DistributedIntervalFacetingTest,
TestCursorMarkWithoutUniqueKey, TestTolerantSearch,
TestEmbeddedSolrServerConstructors, ActionThrottleTest,
AsyncCallRequestStatusResponseTest, CdcrBootstrapTest,
CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, ForceLeaderTest,
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest,
OverseerRolesTest]
[junit4] Completed [510/696 (1!)] on J1 in 22.70s, 1 test, 1 failure <<<
FAILURES!
[...truncated 222 lines...]
[junit4] Suite: org.apache.solr.cloud.ShardSplitTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\init-core-data-001
[junit4] 2> 1963625 INFO
(SUITE-ShardSplitTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1963631 INFO
(SUITE-ShardSplitTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 1963631 INFO
(SUITE-ShardSplitTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1963634 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1963634 INFO (Thread-4022) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1963634 INFO (Thread-4022) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1963735 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ZkTestServer start zk server on port:63662
[junit4] 2> 1963742 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a6ceea4500000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1963755 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1963758 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 1963762 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1963764 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1963767 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1963770 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1963772 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1963774 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1963778 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1963781 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1963783 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1964563 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\control-001\cores\collection1
[junit4] 2> 1964566 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1964568 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@343759e6{/,null,AVAILABLE}
[junit4] 2> 1964571 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2ced5622{HTTP/1.1,[http/1.1]}{127.0.0.1:63669}
[junit4] 2> 1964571 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.Server Started @1969450ms
[junit4] 2> 1964571 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\tempDir-001/control/data,
hostContext=/, hostPort=63669,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\control-001\cores}
[junit4] 2> 1964571 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1964571 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1964571 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1964571 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1964571 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-23T21:44:24.306Z
[junit4] 2> 1964603 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1964604 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\control-001\solr.xml
[junit4] 2> 1964619 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1964621 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63662/solr
[junit4] 2> 1964686 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63669_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1964688 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63669_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:63669_
[junit4] 2> 1964691 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63669_ ] o.a.s.c.Overseer Overseer
(id=97510114156609540-127.0.0.1:63669_-n_0000000000) starting
[junit4] 2> 1964700 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63669_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63669_
[junit4] 2> 1964704 INFO
(zkCallback-2744-thread-1-processing-n:127.0.0.1:63669_) [n:127.0.0.1:63669_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1964850 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63669_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\control-001\cores
[junit4] 2> 1964850 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63669_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1965071 INFO
(OverseerStateUpdate-97510114156609540-127.0.0.1:63669_-n_0000000000)
[n:127.0.0.1:63669_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 1965106 WARN
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1965107 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1965121 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1965255 WARN
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1965257 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 1965286 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 1965287 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\control-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\control-001\cores\collection1\data\]
[junit4] 2> 1965287 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11364b2
[junit4] 2> 1965295 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=23.509765625,
floorSegmentMB=0.376953125, forceMergeDeletesPctAllowed=6.396995030970567,
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1965309 WARN
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1965475 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1965475 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1965477 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1965477 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1965477 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.596624662750129]
[junit4] 2> 1965541 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ee84b71[collection1] main]
[junit4] 2> 1965634 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1965634 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1965635 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1965636 INFO
(coreLoadExecutor-8244-thread-1-processing-n:127.0.0.1:63669_)
[n:127.0.0.1:63669_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1560161828597661696
[junit4] 2> 1965643 INFO
(searcherExecutor-8245-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5ee84b71[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1965802 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 1965802 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 1965802 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:63669/collection1/
[junit4] 2> 1965802 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1965802 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:63669/collection1/ has no replicas
[junit4] 2> 1965802 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 1965808 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:63669/collection1/ shard1
[junit4] 2> 1966023 INFO
(coreZkRegister-8237-thread-1-processing-n:127.0.0.1:63669_ x:collection1
c:control_collection) [n:127.0.0.1:63669_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 1966034 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1966036 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63662/solr ready
[junit4] 2> 1966036 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1966036 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 1966041 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a6ceea4500006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1966632 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\shard-1-001\cores\collection1
[junit4] 2> 1966634 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\shard-1-001
[junit4] 2> 1966635 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1966637 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3479f160{/,null,AVAILABLE}
[junit4] 2> 1966638 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2107b33f{HTTP/1.1,[http/1.1]}{127.0.0.1:63687}
[junit4] 2> 1966638 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.Server Started @1971518ms
[junit4] 2> 1966638 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=63687,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\shard-1-001\cores}
[junit4] 2> 1966639 ERROR
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1966639 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1966639 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1966639 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1966639 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-23T21:44:26.374Z
[junit4] 2> 1966644 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15a6ceea4500007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1966645 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1966645 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\shard-1-001\solr.xml
[junit4] 2> 1966664 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1966665 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63662/solr
[junit4] 2> 1966682 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63687_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1966687 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63687_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1966689 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63687_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:63687_
[junit4] 2> 1966693 INFO
(zkCallback-2754-thread-1-processing-n:127.0.0.1:63687_) [n:127.0.0.1:63687_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1966698 INFO (zkCallback-2748-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1966699 INFO
(zkCallback-2744-thread-2-processing-n:127.0.0.1:63669_) [n:127.0.0.1:63669_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1966844 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63687_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001\shard-1-001\cores
[junit4] 2> 1966844 INFO
(TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[742460D0CAF956E6])
[n:127.0.0.1:63687_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 1966850 INFO
(OverseerStateUpdate-97510114156609540-127.0.0.1:63669_-n_0000000000)
[n:127.0.0.1:63669_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 1966968 INFO
(zkCallback-2754-thread-1-processing-n:127.0.0.1:63687_) [n:127.0.0.1:63687_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1967961 WARN
(coreLoadExecutor-8255-thread-1-processing-n:127.0.0.1:63687_)
[n:127.0.0.1:63687_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 1967963 INFO
(coreLoadExecutor-8255-thread-1-processing-n:127.0.0.1:63687_)
[n:127.0.0.1:63687_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 1967988 INFO
(coreLoadExecutor-8255-thread-1-processing-n:127.0.0.1:63687_)
[n:127.0.0.1:63687_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1968129 WARN
(coreLoadExecutor-8255-thread-1-processing-n:127.0.0.1:63687_)
[n:127.0.0.1:63687_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 1968130 INFO
(coreLoadExecutor-8255-thread-1-processing-n:127.0.0.1:63687_)
[n:127.0.0.1:63687_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded s
[...truncated too long message...]
r /live_nodes]
[junit4] 2> 2652438 INFO (zkCallback-2936-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 2652438 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[742460D0CAF956E6]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 2652440 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@1a7f2194{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2652442 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[742460D0CAF956E6]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@19535746{/,null,UNAVAILABLE}
[junit4] 2> 2652453 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 50437
[junit4] 2> 2652454 INFO
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[742460D0CAF956E6]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:50430 50430
[junit4] 2> 2652455 INFO (Thread-4304) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:50430 50430
[junit4] 2> 2652456 WARN (Thread-4304) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 73 /solr/collections/shardSplitWithRule/state.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 105 /solr/overseer/queue
[junit4] 2> 31 /solr/overseer/collection-queue-work
[junit4] 2> 22 /solr/overseer/queue-work
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[junit4] 2> 2652460 INFO
(SUITE-ShardSplitTest-seed#[742460D0CAF956E6]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest_742460D0CAF956E6-001
[junit4] 2> Feb 23, 2017 9:55:52 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 3 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{rnd_b=PostingsFormat(name=LuceneVarGapFixedInterval),
shard_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
n_ti=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
a_i=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{rnd_b=DocValuesFormat(name=Lucene54),
shard_s=DocValuesFormat(name=Asserting),
_version_=DocValuesFormat(name=Asserting),
n_ti=DocValuesFormat(name=Asserting), a_t=DocValuesFormat(name=Asserting),
a_i=DocValuesFormat(name=Lucene54), id=DocValuesFormat(name=Lucene54)},
maxPointsInLeafNode=1914, maxMBSortInHeap=6.170135007120934,
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=be-BY,
timezone=Australia/ACT
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=186089752,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestCodecSupport,
TestManagedSynonymFilterFactory, LeaderElectionIntegrationTest,
TestBackupRepositoryFactory, TestStressInPlaceUpdates, HdfsLockFactoryTest,
HdfsTlogReplayBufferedWhileIndexingTest, SliceStateTest, TestNumericTerms32,
SolrIndexConfigTest, RAMDirectoryFactoryTest, ConvertedLegacyTest,
DistanceFunctionTest, TestConfigSetsAPI,
DistribDocExpirationUpdateProcessorTest, SortByFunctionTest, TestSolr4Spatial2,
FullHLLTest, TestTestInjection, TestDistributedMissingSort,
UpdateRequestProcessorFactoryTest, DistributedQueueTest,
TestBinaryResponseWriter, OverseerStatusTest,
TestDistributedStatsComponentCardinality, TlogReplayBufferedWhileIndexingTest,
BaseCdcrDistributedZkTest, ShowFileRequestHandlerTest, TestApiFramework,
TestClassNameShortening, TestUninvertingReader,
CollectionsAPIDistributedZkTest, TestRTimerTree, TestMacroExpander,
TestLocalFSCloudBackupRestore, TestPointFields,
UUIDUpdateProcessorFallbackTest, SolrIndexSplitterTest,
FullSolrCloudDistribCmdsTest, SpellingQueryConverterTest, SortSpecParsingTest,
WrapperMergePolicyFactoryTest, EnumFieldTest, DirectoryFactoryTest,
TestDistribIDF, AddSchemaFieldsUpdateProcessorFactoryTest,
TestHdfsBackupRestoreCore, BlockJoinFacetSimpleTest, TestBadConfig,
TestGraphMLResponseWriter, VMParamsZkACLAndCredentialsProvidersTest,
TestPHPSerializedResponseWriter, TermVectorComponentTest, TestReload,
TestCloudInspectUtil, EchoParamsTest, BlobRepositoryCloudTest,
TestFieldCacheSortRandom, TestCustomStream, CdcrRequestHandlerTest,
HdfsNNFailoverTest, TestFastWriter, TestReRankQParserPlugin,
TestIndexingPerformance, TestReloadDeadlock, TestDownShardTolerantSearch,
TestCollationFieldDocValues, ConnectionManagerTest, TestManagedResource,
TestQuerySenderListener, TestMiniSolrCloudCluster, TestMergePolicyConfig,
TestSolr4Spatial, TestPivotHelperCode, TestSolrXml, SolrCmdDistributorTest,
SolrCloudExampleTest, RollingRestartTest, SolrCoreMetricManagerTest,
TestRequestForwarding, TestExactStatsCache, ConjunctionSolrSpellCheckerTest,
TestAuthenticationFramework, MergeStrategyTest, TestInitParams, JSONWriterTest,
SolrIndexMetricsTest, CustomCollectionTest, HdfsRecoveryZkTest, TestSearchPerf,
TestSimpleTrackingShardHandler, TestMissingGroups, TestZkChroot, CopyFieldTest,
TestFieldTypeResource, SolrGangliaReporterTest, HttpSolrCallGetCoreTest,
TestSolrCloudWithSecureImpersonation, TestWriterPerf, TestCrossCoreJoin,
TestAtomicUpdateErrorCases, TestMiniSolrCloudClusterSSL,
TestTolerantUpdateProcessorCloud, HdfsChaosMonkeySafeLeaderTest,
TestSystemIdResolver, TestRecovery, DistributedFacetPivotLongTailTest,
AutoCommitTest, WordBreakSolrSpellCheckerTest, TestRealTimeGet,
BinaryUpdateRequestHandlerTest, CollectionStateFormat2Test,
TestImplicitCoreProperties, TestConfigsApi, InfixSuggestersTest,
ClassificationUpdateProcessorTest, ZkSolrClientTest, TestJsonRequest,
TestJmxMonitoredMap, SpellCheckCollatorTest, TestUtils, DeleteReplicaTest,
TestLMDirichletSimilarityFactory, ConcurrentDeleteAndCreateCollectionTest,
TestHdfsCloudBackupRestore, DistributedDebugComponentTest, TestPathTrie,
CoreAdminCreateDiscoverTest, TestSolrConfigHandler, ReplicationFactorTest,
ZkStateWriterTest, TestDFISimilarityFactory, TestFoldingMultitermQuery,
TestUnifiedSolrHighlighter, DataDrivenBlockJoinTest, TestReloadAndDeleteDocs,
TestJoin, ShardRoutingCustomTest, CollectionsAPIAsyncDistributedZkTest,
IndexSchemaTest, HdfsDirectoryFactoryTest, SharedFSAutoReplicaFailoverTest,
CoreMergeIndexesAdminHandlerTest, JsonLoaderTest,
DocExpirationUpdateProcessorFactoryTest, TestManagedSchemaAPI,
TestJettySolrRunner, HdfsSyncSliceTest, CircularListTest, TestFieldSortValues,
TestFieldCacheWithThreads, PreAnalyzedFieldManagedSchemaCloudTest,
TestDynamicFieldResource, TestRandomFlRTGCloud,
SuggestComponentContextFilterQueryTest, DistributedTermsComponentTest,
BooleanFieldTest, URLClassifyProcessorTest, TestOmitPositions, TestFieldCache,
DistributedSuggestComponentTest, AssignTest, TestRawTransformer,
CacheHeaderTest, TestReversedWildcardFilterFactory, TestSQLHandler,
TestOverriddenPrefixQueryForCustomFieldType, TestRebalanceLeaders,
TestQuerySenderNoQuery, BadIndexSchemaTest, LukeRequestHandlerTest,
BasicZkTest, TestRandomFaceting, TestRandomDVFaceting, ZkCLITest,
TestDistributedGrouping, TestHashPartitioner,
TermVectorComponentDistributedTest, TestStressReorder, TestRangeQuery,
SimpleFacetsTest, StatsComponentTest, SpellCheckComponentTest, TestSort,
TestFiltering, BasicFunctionalityTest, TestLazyCores, SoftAutoCommitTest,
DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest,
CoreAdminHandlerTest, SuggesterTest, SuggesterWFSTTest, NoCacheHeaderTest,
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields,
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest,
SolrInfoMBeanTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes,
TermsComponentTest, TestValueSourceCache, MoreLikeThisHandlerTest,
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest,
MBeansHandlerTest, TestAnalyzedSuggestions, PingRequestHandlerTest,
TestBinaryResponseWriter, HighlighterConfigTest, TestSolrIndexConfig,
TestStressRecovery, TestDocSet, TestBinaryField, TestConfig,
ExternalFileFieldSortTest, TestSolrCoreProperties, TestPhraseSuggestions,
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
ScriptEngineTest, DateMathParserTest, PreAnalyzedFieldTest,
TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, ClusterStateTest,
TestSolrJ, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest,
FileUtilsTest, TestRTGBase, DistributedIntervalFacetingTest,
TestCursorMarkWithoutUniqueKey, TestTolerantSearch,
TestEmbeddedSolrServerConstructors, ActionThrottleTest,
AsyncCallRequestStatusResponseTest, CdcrBootstrapTest,
CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, ForceLeaderTest,
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest,
OverseerRolesTest, RemoteQueryErrorTest, ReplaceNodeTest, ShardSplitTest]
[junit4] Completed [563/696 (2!)] on J1 in 689.92s, 5 tests, 1 failure <<<
FAILURES!
[...truncated 63134 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]