Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6658/
Java: 32bit/jdk1.8.0_131 -server -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery
Error Message:
Expected a collection with one shard and two replicas null Live Nodes:
[127.0.0.1:53432_solr, 127.0.0.1:53429_solr] Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"base_url":"http://127.0.0.1:53432/solr",
"node_name":"127.0.0.1:53432_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node2":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"base_url":"http://127.0.0.1:53429/solr",
"node_name":"127.0.0.1:53429_solr", "state":"down",
"type":"NRT"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Live Nodes: [127.0.0.1:53432_solr, 127.0.0.1:53429_solr]
Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
"base_url":"http://127.0.0.1:53432/solr",
"node_name":"127.0.0.1:53432_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node2":{
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
"base_url":"http://127.0.0.1:53429/solr",
"node_name":"127.0.0.1:53429_solr",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([46B6CF4122AED5F1:16E357427B8F63EC]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.V2ApiIntegrationTest.testCollectionsApi
Error Message:
Error from server at https://127.0.0.1:59874/solr: Expected mime type
application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error
400 </title> </head> <body> <h2>HTTP ERROR: 400</h2> <p>Problem accessing
/solr/____v2/c. Reason: <pre>
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=java.nio.file.InvalidPathException},msg=java.nio.file.InvalidPathException:
Illegal char <?> at index 53:
C:UsersjenkinsworkspaceLucene-Solr-master-Windowssolr?uildsolr-core estJ1
empsolr.handler.V2ApiIntegrationTest_46B6CF4122AED5F1-001
empDir-002,code=400}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered
by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:59874/solr: Expected mime type
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 400 </title>
</head>
<body>
<h2>HTTP ERROR: 400</h2>
<p>Problem accessing /solr/____v2/c. Reason:
<pre>
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=java.nio.file.InvalidPathException},msg=java.nio.file.InvalidPathException:
Illegal char <?> at index 53:
C:UsersjenkinsworkspaceLucene-Solr-master-Windowssolr?uildsolr-core estJ1
empsolr.handler.V2ApiIntegrationTest_46B6CF4122AED5F1-001
empDir-002,code=400}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.14.v20161028</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([46B6CF4122AED5F1:9A2828C09AB7B14F]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:563)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:231)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:220)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:459)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:389)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1135)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:876)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.handler.V2ApiIntegrationTest.testCollectionsApi(V2ApiIntegrationTest.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 10921 lines...]
[junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\init-core-data-001
[junit4] 2> 21609 WARN
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 21609 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 21613 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 21614 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001
[junit4] 2> 21614 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 21615 INFO (Thread-34) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 21615 INFO (Thread-34) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 21619 ERROR (Thread-34) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 21716 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:53424
[junit4] 2> 21728 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 0x15cba5271a20000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 21732 INFO (jetty-launcher-30-thread-1) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 21732 INFO (jetty-launcher-30-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@d8397f{/solr,null,AVAILABLE}
[junit4] 2> 21733 INFO (jetty-launcher-30-thread-2) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 21734 INFO (jetty-launcher-30-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1ce39e0{HTTP/1.1,[http/1.1]}{127.0.0.1:53429}
[junit4] 2> 21734 INFO (jetty-launcher-30-thread-1) [ ] o.e.j.s.Server
Started @24951ms
[junit4] 2> 21734 INFO (jetty-launcher-30-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53429}
[junit4] 2> 21734 INFO (jetty-launcher-30-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17fa300{/solr,null,AVAILABLE}
[junit4] 2> 21734 ERROR (jetty-launcher-30-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 21734 INFO (jetty-launcher-30-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 21735 INFO (jetty-launcher-30-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 21735 INFO (jetty-launcher-30-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 21735 INFO (jetty-launcher-30-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T08:29:44.343Z
[junit4] 2> 21735 INFO (jetty-launcher-30-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@11f936d{HTTP/1.1,[http/1.1]}{127.0.0.1:53432}
[junit4] 2> 21737 INFO (jetty-launcher-30-thread-2) [ ] o.e.j.s.Server
Started @24954ms
[junit4] 2> 21737 INFO (jetty-launcher-30-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53432}
[junit4] 2> 21737 ERROR (jetty-launcher-30-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 21737 INFO (jetty-launcher-30-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 21737 INFO (jetty-launcher-30-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 21737 INFO (jetty-launcher-30-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 21737 INFO (jetty-launcher-30-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T08:29:44.345Z
[junit4] 2> 21748 INFO (jetty-launcher-30-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 21749 INFO (jetty-launcher-30-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 21778 INFO (jetty-launcher-30-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53424/solr
[junit4] 2> 21778 INFO (jetty-launcher-30-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53424/solr
[junit4] 2> 21786 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 0x15cba5271a20003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 21789 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 0x15cba5271a20004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 21817 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 21817 INFO (jetty-launcher-30-thread-2)
[n:127.0.0.1:53432_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 21818 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:53429_solr
[junit4] 2> 21819 INFO (jetty-launcher-30-thread-2)
[n:127.0.0.1:53432_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53432_solr
[junit4] 2> 21819 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.c.Overseer Overseer
(id=98158155151835141-127.0.0.1:53429_solr-n_0000000000) starting
[junit4] 2> 21820 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 21820 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 21829 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53429_solr
[junit4] 2> 21831 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 21831 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 21982 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53429.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 21982 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53429.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 21982 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53429.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 21987 INFO (jetty-launcher-30-thread-1)
[n:127.0.0.1:53429_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.
[junit4] 2> 22032 INFO (jetty-launcher-30-thread-2)
[n:127.0.0.1:53432_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53432.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 22036 INFO (jetty-launcher-30-thread-2)
[n:127.0.0.1:53432_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53432.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 22036 INFO (jetty-launcher-30-thread-2)
[n:127.0.0.1:53432_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53432.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 22037 INFO (jetty-launcher-30-thread-2)
[n:127.0.0.1:53432_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node2\.
[junit4] 2> 22312 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 22314 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53424/solr ready
[junit4] 2> 22331 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
[junit4] 2> 22336 INFO (qtp16352812-180) [n:127.0.0.1:53432_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 22341 INFO
(OverseerThreadFactory-71-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.CreateCollectionCmd Create collection
MissingSegmentRecoveryTest
[junit4] 2> 22454 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 22455 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 22457 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 22458 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 22567 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 22567 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 23480 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 23487 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 23497 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica_n2] Schema name=minimal
[junit4] 2> 23502 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
[junit4] 2> 23503 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 23503 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n2' using configuration
from collection MissingSegmentRecoveryTest, trusted=true
[junit4] 2> 23508 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_53432.solr.core.MissingSegmentRecoveryTest.shard1.replica_n2' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 23509 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 23509 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n1' using configuration
from collection MissingSegmentRecoveryTest, trusted=true
[junit4] 2> 23509 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_53429.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 23525 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 23525 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica_n2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica_n2\data\]
[junit4] 2> 23526 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 23526 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
[junit4] 2> 23651 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 23651 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 23651 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 23651 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 23657 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 23657 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 23658 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 23658 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 23661 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher
Opening [Searcher@3f3890[MissingSegmentRecoveryTest_shard1_replica_n2] main]
[junit4] 2> 23661 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@13b0fb7[MissingSegmentRecoveryTest_shard1_replica_n1] main]
[junit4] 2> 23663 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 23663 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 23663 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 23663 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 23664 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 23664 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 23664 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570530484574748672
[junit4] 2> 23664 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570530484574748672
[junit4] 2> 23667 INFO
(searcherExecutor-74-thread-1-processing-n:127.0.0.1:53432_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2 s:shard1
c:MissingSegmentRecoveryTest) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n2] Registered new searcher
Searcher@3f3890[MissingSegmentRecoveryTest_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 23668 INFO
(searcherExecutor-75-thread-1-processing-n:127.0.0.1:53429_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n1] Registered new searcher
Searcher@13b0fb7[MissingSegmentRecoveryTest_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 23672 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 23673 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 23673 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SyncStrategy Sync
replicas to
http://127.0.0.1:53432/solr/MissingSegmentRecoveryTest_shard1_replica_n2/
[junit4] 2> 23681 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync:
core=MissingSegmentRecoveryTest_shard1_replica_n2
url=http://127.0.0.1:53432/solr START
replicas=[http://127.0.0.1:53429/solr/MissingSegmentRecoveryTest_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 23682 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.PeerSync PeerSync:
core=MissingSegmentRecoveryTest_shard1_replica_n2
url=http://127.0.0.1:53432/solr DONE. We have no versions. sync failed.
[junit4] 2> 23684 INFO (qtp2892621-174) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.S.Request
[MissingSegmentRecoveryTest_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 23685 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 23685 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 23685 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 23689 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53432/solr/MissingSegmentRecoveryTest_shard1_replica_n2/ shard1
[junit4] 2> 23792 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 23792 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 23842 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 23854 INFO (qtp16352812-179) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1400
[junit4] 2> 23954 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 23954 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 24677 INFO (qtp2892621-167) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica_n1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2220
[junit4] 2> 24680 INFO (qtp16352812-180) [n:127.0.0.1:53432_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 24777 INFO
(zkCallback-41-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 24777 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 25689 INFO (qtp16352812-180) [n:127.0.0.1:53432_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3354
[junit4] 2> 25802 INFO (qtp2892621-173) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n1] webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:53432/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&wt=javabin&version=2}{add=[0
(1570530486711746560), 1 (1570530486727475200), 2 (1570530486727475201), 3
(1570530486769418240), 4 (1570530486770466816), 5 (1570530486783049728), 6
(1570530486806118400), 7 (1570530486808215552), 8 (1570530486810312704), 9
(1570530486810312705)]} 0 39
[junit4] 2> 25802 INFO (qtp16352812-178) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n2] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0 (1570530486711746560), 1
(1570530486727475200), 2 (1570530486727475201), 3 (1570530486769418240), 4
(1570530486770466816), 5 (1570530486783049728), 6 (1570530486806118400), 7
(1570530486808215552), 8 (1570530486810312704), 9 (1570530486810312705)]} 0 102
[junit4] 2> 25826 INFO (qtp2892621-172) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2
start
commit{_version_=1570530486841769984,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 25826 INFO (qtp2892621-172) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1ef69da
commitCommandVersion:1570530486841769984
[junit4] 2> 25841 INFO (qtp16352812-176) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2
start
commit{_version_=1570530486857498624,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 25842 INFO (qtp16352812-176) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@f2f83e
commitCommandVersion:1570530486857498624
[junit4] 2> 25875 INFO (qtp2892621-172) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@aa6b7a[MissingSegmentRecoveryTest_shard1_replica_n1] main]
[junit4] 2> 25878 INFO (qtp2892621-172) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 25894 INFO (qtp16352812-176) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.s.SolrIndexSearcher
Opening [Searcher@191c4ed[MissingSegmentRecoveryTest_shard1_replica_n2] main]
[junit4] 2> 25897 INFO (qtp16352812-176) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 25911 INFO
(searcherExecutor-75-thread-1-processing-n:127.0.0.1:53429_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n1] Registered new searcher
Searcher@aa6b7a[MissingSegmentRecoveryTest_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
[junit4] 2> 25916 INFO
(searcherExecutor-74-thread-1-processing-n:127.0.0.1:53432_solr
x:MissingSegmentRecoveryTest_shard1_replica_n2 s:shard1
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n2] Registered new searcher
Searcher@191c4ed[MissingSegmentRecoveryTest_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C10)))}
[junit4] 2> 25954 INFO (qtp2892621-172) [n:127.0.0.1:53429_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n1] webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53432/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 128
[junit4] 2> 25954 INFO (qtp16352812-176) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n2] webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:53432/solr/MissingSegmentRecoveryTest_shard1_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 114
[junit4] 2> 25954 INFO (qtp16352812-177) [n:127.0.0.1:53432_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica_n2] webapp=/solr path=/update
params={_stateVer_=MissingSegmentRecoveryTest:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 152
[junit4] 2> 25965 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.e.j.s.AbstractConnector Stopped
ServerConnector@1ce39e0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 25983 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=13955066
[junit4] 2> 25983 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 25988 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 25992 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 26075 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 26091 INFO (coreCloseExecutor-84-thread-1)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1634f09
[junit4] 2> 26098 INFO (coreCloseExecutor-84-thread-1)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=23285513
[junit4] 2> 26136 INFO (coreCloseExecutor-84-thread-1)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=23285513
[junit4] 2> 26140 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.c.Overseer Overseer
(id=98158155151835141-127.0.0.1:53429_solr-n_0000000000) closing
[junit4] 2> 26140 INFO
(OverseerStateUpdate-98158155151835141-127.0.0.1:53429_solr-n_0000000000)
[n:127.0.0.1:53429_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:53429_solr
[junit4] 2> 26145 WARN
(zkCallback-41-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 26148 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@d8397f{/solr,null,UNAVAILABLE}
[junit4] 2> 26150 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:53432_solr
[junit4] 2> 26170 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 26170 INFO
(zkCallback-42-thread-2-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 26173 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.Overseer Overseer
(id=98158155151835142-127.0.0.1:53432_solr-n_0000000001) starting
[junit4] 2> 26185 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 26187 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b4600{/solr,null,AVAILABLE}
[junit4] 2> 26189 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@37e13b{HTTP/1.1,[http/1.1]}{127.0.0.1:53429}
[junit4] 2> 26189 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.e.j.s.Server Started @29406ms
[junit4] 2> 26212 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53429}
[junit4] 2> 26213 ERROR
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 26213 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.0.0
[junit4] 2> 26213 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port
null
[junit4] 2> 26213 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 26213 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T08:29:48.821Z
[junit4] 2> 26255 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [1])
[junit4] 2> 26265 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 26367 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53424/solr
[junit4] 2> 26441 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 26445 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 26449 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53429_solr
[junit4] 2> 26534 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 26563 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 26653 INFO
(zkCallback-53-thread-2-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 26885 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 26948 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53429.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 26963 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53429.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 26963 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_53429.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 26969 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.
[junit4] 2> 26970 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1])
[n:127.0.0.1:53429_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[MissingSegmentRecoveryTest_shard1_replica_n1]
[junit4] 2> 27022 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 27069 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.0.0
[junit4] 2> 27097 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica_n1] Schema name=minimal
[junit4] 2> 27106 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.s.IndexSchema Loaded
schema minimal/1.1 with uniqueid field id
[junit4] 2> 27106 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica_n1' using configuration
from collection MissingSegmentRecoveryTest, trusted=true
[junit4] 2> 27107 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_53429.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 27107 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 27107 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
[junit4] 2> 27311 INFO
(zkCallback-53-thread-2-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 27311 INFO
(zkCallback-42-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 27546 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 27546 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 27578 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 27578 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 27590 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@12a6cda
[junit4] 2> 27591 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=19557594
[junit4] 2> 27594 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=19557594
[junit4] 2> 27599 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.CoreContainer Found
active leader, will attempt to create fresh core and recover.
[junit4] 2> 27682 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore Updating index
properties... index=index.20170618142950209
[junit4] 2> 27738 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for
'solr_53429.solr.core.MissingSegmentRecoveryTest.shard1.replica_n1' (registry
'solr.core.MissingSegmentRecoveryTest.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@bff334
[junit4] 2> 27738 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 27738 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica_n1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\]
[junit4] 2> 27826 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory Found
1 old index directories to clean-up under
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\
afterReload=false
[junit4] 2> 27864 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory
Deleted old index directory:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index
[junit4] 2> 27887 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory Found
1 old index directories to clean-up under
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\
afterReload=false
[junit4] 2> 27893 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica_n1)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.DirectoryFactory
Deleted old index directory:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20170618142950209
[junit4] 2> 27950 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 27950 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 27954 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 27954 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 27964 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@84f19d
[junit4] 2> 27973 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=8712605
[junit4] 2> 27995 INFO
(coreLoadExecutor-93-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=8712605
[junit4] 2> 28002 ERROR
(coreContainerWorkExecutor-89-thread-1-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.CoreContainer Error waiting for SolrCore
to be created
[junit4] 2> java.util.concurrent.ExecutionException:
org.apache.solr.common.SolrException: Unable to create core
[MissingSegmentRecoveryTest_shard1_replica_n1]
[junit4] 2> at
java.util.concurrent.FutureTask.report(FutureTask.java:122)
[junit4] 2> at
java.util.concurrent.FutureTask.get(FutureTask.java:192)
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$8(CoreContainer.java:639)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [MissingSegmentRecoveryTest_shard1_replica_n1]
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:994)
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$7(CoreContainer.java:611)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
[junit4] 2> ... 5 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Error opening
new searcher
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:855)
[junit4] 2> at
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:1053)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:981)
[junit4] 2> ... 7 more
[junit4] 2> Suppressed: org.apache.solr.common.SolrException: Error
opening new searcher
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1002)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:855)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:979)
[junit4] 2> ... 7 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Error
opening new searcher
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2079)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2199)
[junit4] 2> at
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1085)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:974)
[junit4] 2> ... 9 more
[junit4] 2> Caused by:
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while
reading index.
(resource=BufferedChecksumIndexInput(SimpleFSIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\data\index\segments_2")))
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:295)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:929)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2040)
[junit4] 2> ... 12 more
[junit4] 2> Caused by: java.io.EOFException: read past EOF:
SimpleFSIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\data\index\segments_2")
[junit4] 2> at
org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:336)
[junit4] 2> at
org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:54)
[junit4] 2> at
org.apache.lucene.store.BufferedChecksumIndexInput.readByte(BufferedChecksumIndexInput.java:41)
[junit4] 2> at
org.apache.lucene.store.DataInput.readInt(DataInput.java:101)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:305)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:293)
[junit4] 2> ... 18 more
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Error opening
new searcher
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2079)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2199)
[junit4] 2> at
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1085)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:974)
[junit4] 2> ... 10 more
[junit4] 2> Caused by: org.apache.lucene.index.IndexNotFoundException: no
segments* file found in
LockValidatingDirectoryWrapper(SimpleFSDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica_n1\data\index.20170618142950209
lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f7550): files:
[write.lock]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:924)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:119)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:94)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:248)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:122)
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2040)
[junit4] 2> ... 13 more
[junit4] 2> 118087 INFO (qtp16352812-194) [n:127.0.0.1:53432_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params
name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 118101 INFO
(OverseerThreadFactory-87-thread-1-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 118105 INFO (qtp16352812-192) [n:127.0.0.1:53432_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=null
[junit4] 2> 118112 INFO (qtp16352812-192) [n:127.0.0.1:53432_solr ]
o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica_n2] CLOSING
SolrCore org.apache.solr.core.SolrCore@1b53be
[junit4] 2> 118118 INFO (qtp16352812-192) [n:127.0.0.1:53432_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n2, tag=1790910
[junit4] 2> 118118 INFO (qtp16352812-192) [n:127.0.0.1:53432_solr ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=1790910
[junit4] 2> 118127 INFO (qtp29070225-258) [n:127.0.0.1:53429_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=22
[junit4] 2> 118140 INFO (qtp16352812-192) [n:127.0.0.1:53432_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=36
[junit4] 2> 118145 INFO
(zkCallback-53-thread-3-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 118256 INFO
(zkCallback-53-thread-3-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDeleted
path:/collections/MissingSegmentRecoveryTest/state.json] for collection
[MissingSegmentRecoveryTest] has occurred - updating... (live nodes size: [2])
[junit4] 2> 118860 INFO (qtp16352812-194) [n:127.0.0.1:53432_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2}
status=0 QTime=772
[junit4] 2> 118860 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[46B6CF4122AED5F1]) [
] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery
-Dtests.seed=46B6CF4122AED5F1 -Dtests.slow=true -Dtests.locale=es-CU
-Dtests.timezone=BST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] FAILURE 96.6s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected a collection
with one shard and two replicas
[junit4] > null
[junit4] > Live Nodes: [127.0.0.1:53432_solr, 127.0.0.1:53429_solr]
[junit4] > Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/7)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"2",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] >
"core":"MissingSegmentRecoveryTest_shard1_replica_n2",
[junit4] > "base_url":"http://127.0.0.1:53432/solr",
[junit4] > "node_name":"127.0.0.1:53432_solr",
[junit4] > "state":"active",
[junit4] > "type":"NRT",
[junit4] > "leader":"true"},
[junit4] > "core_node2":{
[junit4] >
"core":"MissingSegmentRecoveryTest_shard1_replica_n1",
[junit4] > "base_url":"http://127.0.0.1:53429/solr",
[junit4] > "node_name":"127.0.0.1:53429_solr",
[junit4] > "state":"down",
[junit4] > "type":"NRT"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"2",
[junit4] > "tlogReplicas":"0"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([46B6CF4122AED5F1:16E357427B8F63EC]:0)
[junit4] > at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
[junit4] > at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 118870 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 0x15cba5271a20008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 118872 INFO (jetty-closer-31-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@11f936d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 118873 INFO (jetty-closer-31-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=3305910
[junit4] 2> 118873 INFO (jetty-closer-31-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 118875 INFO (jetty-closer-31-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@37e13b{HTTP/1.1,[http/1.1]}{127.0.0.1:53429}
[junit4] 2> 118875 INFO (jetty-closer-31-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=6583369
[junit4] 2> 118875 INFO (jetty-closer-31-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 118876 INFO (jetty-closer-31-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 118877 INFO (jetty-closer-31-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 118878 INFO (jetty-closer-31-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 118879 INFO (jetty-closer-31-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 118880 INFO (jetty-closer-31-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 118882 INFO (jetty-closer-31-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 118885 INFO (jetty-closer-31-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98158155151835142-127.0.0.1:53432_solr-n_0000000001) closing
[junit4] 2> 118886 INFO
(OverseerStateUpdate-98158155151835142-127.0.0.1:53432_solr-n_0000000001)
[n:127.0.0.1:53432_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:53432_solr
[junit4] 2> 118889 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 0x15cba5271a2000b, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 118890 WARN
(zkCallback-53-thread-3-processing-n:127.0.0.1:53429_solr)
[n:127.0.0.1:53429_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 118891 INFO (jetty-closer-31-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7b4600{/solr,null,UNAVAILABLE}
[junit4] 2> 118891 INFO
(zkCallback-42-thread-3-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 118892 WARN
(zkCallback-42-thread-3-processing-n:127.0.0.1:53432_solr)
[n:127.0.0.1:53432_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 118894 INFO (jetty-closer-31-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@17fa300{/solr,null,UNAVAILABLE}
[junit4] 2> 118896 ERROR
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 118896 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53424 53424
[junit4] 2> 118897 INFO (Thread-34) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:53424 53424
[junit4] 2> 118898 WARN (Thread-34) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 4 /solr/clusterprops.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4
/solr/collections/MissingSegmentRecoveryTest/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_46B6CF4122AED5F1-001
[junit4] 2> Jun 18, 2017 8:31:21 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 4 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=es-CU, timezone=BST
[junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_131
(32-bit)/cpus=3,threads=1,free=16807536,total=67108864
[junit4] 2> NOTE: All tests run in this JVM: [TestCloudPseudoReturnFields,
OutputWriterTest, SegmentsInfoRequestHandlerTest, MissingSegmentRecoveryTest]
[junit4] Completed [5/725 (1!)] on J0 in 97.82s, 1 test, 1 failure <<<
FAILURES!
[...truncated 1970 lines...]
[junit4] Suite: org.apache.solr.handler.V2ApiIntegrationT
[...truncated too long message...]
expired for /live_nodes]
[junit4] 2> 2856205 INFO
(zkCallback-4674-thread-1-processing-n:127.0.0.1:59873_solr)
[n:127.0.0.1:59873_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 2856205 INFO (jetty-closer-4663-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1294d67{/solr,null,UNAVAILABLE}
[junit4] 2> 2856209 INFO (coreCloseExecutor-9053-thread-1)
[n:127.0.0.1:59873_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=26646807
[junit4] 2> 2856209 INFO (jetty-closer-4663-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=98158340698996742-127.0.0.1:59873_solr-n_0000000000) closing
[junit4] 2> 2856209 INFO
(OverseerStateUpdate-98158340698996742-127.0.0.1:59873_solr-n_0000000000)
[n:127.0.0.1:59873_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:59873_solr
[junit4] 2> 2856210 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 0x15cba7da51b0006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 2856210 WARN
(zkCallback-4674-thread-2-processing-n:127.0.0.1:59873_solr)
[n:127.0.0.1:59873_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2856211 INFO (jetty-closer-4663-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1b368f{/solr,null,UNAVAILABLE}
[junit4] 2> 2856211 ERROR
(SUITE-V2ApiIntegrationTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 2856212 INFO
(SUITE-V2ApiIntegrationTest-seed#[46B6CF4122AED5F1]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59869 59869
[junit4] 2> 2856213 INFO (Thread-4528) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:59869 59869
[junit4] 2> 2856214 WARN (Thread-4528) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/configs/conf1/managed-schema
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.handler.V2ApiIntegrationTest_46B6CF4122AED5F1-001
[junit4] 2> Jun 18, 2017 9:16:59 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 4 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1740, maxMBSortInHeap=6.656837550540583,
sim=RandomSimilarity(queryNorm=true): {}, locale=uk-UA,
timezone=America/Argentina/Jujuy
[junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_131
(32-bit)/cpus=3,threads=1,free=174700360,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestComponentsName,
ChaosMonkeyNothingIsSafeTest, MoveReplicaTest, RankQueryTest,
TestFoldingMultitermQuery, SolrJmxReporterTest,
UpdateRequestProcessorFactoryTest, TestLRUCache, SmileWriterTest,
TestSchemaVersionResource, SpellCheckComponentTest, TestRestoreCore,
UpdateParamsTest, TestSolrQueryResponse, SpatialHeatmapFacetsTest,
SolrCoreCheckLockOnStartupTest, TestCopyFieldCollectionResource,
TestSmileRequest, TestExactStatsCache, TestSolrQueryParser, TestBadConfig,
DocValuesNotIndexedTest, TestPullReplicaErrorHandling,
TestStressCloudBlindAtomicUpdates, RegexBoostProcessorTest, TestDocTermOrds,
TestXmlQParserPlugin, TestHashQParserPlugin, TestCustomSort,
TestExclusionRuleCollectionAccess, StatsComponentTest, TestCloudPivotFacet,
TestInfoStreamLogging, SolrIndexMetricsTest, TestFieldResource,
BlockDirectoryTest, LeaderElectionIntegrationTest, TestNumericRangeQuery32,
CollectionsAPIAsyncDistributedZkTest, TestCloudSchemaless,
TestAtomicUpdateErrorCases, HdfsBasicDistributedZkTest, AtomicUpdatesTest,
ReplicationFactorTest, TestSchemalessBufferedUpdates,
UninvertDocValuesMergePolicyTest, DebugComponentTest, TestReplicaProperties,
TestCrossCoreJoin, SubstringBytesRefFilterTest, TestCustomDocTransformer,
DirectUpdateHandlerOptimizeTest, TestRequestStatusCollectionAPI,
SolrInfoBeanTest, UtilsToolTest, TestSolrCoreParser, CloudMLTQParserTest,
TestPayloadCheckQParserPlugin, TestSolrCloudSnapshots,
CoreMergeIndexesAdminHandlerTest, TestSQLHandlerNonCloud, TestConfigReload,
TestFastWriter, TestObjectReleaseTracker, TestFieldCacheWithThreads,
CustomCollectionTest, OverseerModifyCollectionTest, TestRandomFaceting,
TestLuceneMatchVersion, TestRecoveryHdfs, TestScoreJoinQPScore,
TestManagedSynonymFilterFactory, DocValuesMissingTest, BasicDistributedZk2Test,
TestOrdValues, TestDistributedMissingSort, SaslZkACLProviderTest,
AddSchemaFieldsUpdateProcessorFactoryTest, MinimalSchemaTest,
TestSizeLimitedDistributedMap, BlockJoinFacetRandomTest, TestDynamicLoading,
TestManagedSchemaAPI, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
TestAnalyzeInfixSuggestions, TermVectorComponentDistributedTest,
BadCopyFieldTest, ClassificationUpdateProcessorIntegrationTest, TestTrieFacet,
TestExpandComponent, DeleteStatusTest, TestTolerantUpdateProcessorCloud,
OpenCloseCoreStressTest, FullHLLTest, TestNRTOpen, PrimUtilsTest,
QueryResultKeyTest, DefaultValueUpdateProcessorTest, TestFieldTypeResource,
TestIndexSearcher, AutoCommitTest, HdfsWriteToMultipleCollectionsTest,
TestJavabinTupleStreamParser, TestSchemaResource, StatsReloadRaceTest,
ShowFileRequestHandlerTest, BlobRepositoryCloudTest,
TestOnReconnectListenerSupport, DistributedQueueTest, TestSolrCLIRunExample,
TestJoin, TestEmbeddedSolrServerConstructors, CoreSorterTest, TestDistribIDF,
TestNumericTerms32, SuggestComponentTest, TestClusterStateMutator,
DistributedFacetPivotLargeTest, SystemInfoHandlerTest,
TestDFRSimilarityFactory, NodeMutatorTest,
HdfsTlogReplayBufferedWhileIndexingTest, TestSolrCoreProperties,
ZkSolrClientTest, SecurityConfHandlerTest, PreAnalyzedUpdateProcessorTest,
TestLegacyTerms, UUIDFieldTest, TestAnalyzedSuggestions,
CdcrReplicationDistributedZkTest, TestConfigOverlay, TestCollectionAPI,
TestFileDictionaryLookup, PreAnalyzedFieldTest, DistanceFunctionTest,
TestIndexingPerformance, CollectionsAPIDistributedZkTest, TestOmitPositions,
CdcrRequestHandlerTest, BigEndianAscendingWordDeserializerTest,
PKIAuthenticationIntegrationTest, LoggingHandlerTest, TestSolr4Spatial,
TestQueryUtils, TestRealTimeGet, SolrCmdDistributorTest, TestZkChroot,
TestMacros, TestRangeQuery, TestSubQueryTransformer, SortByFunctionTest,
BadIndexSchemaTest, RollingRestartTest, TestFieldCacheReopen,
TestShardHandlerFactory, CurrencyFieldOpenExchangeTest, SliceStateTest,
TestStressLiveNodes, CoreAdminCreateDiscoverTest, TestDistribDocBasedVersion,
TestLMJelinekMercerSimilarityFactory, TestRecovery, DistanceUnitsTest,
TestReversedWildcardFilterFactory, SimpleCollectionCreateDeleteTest,
TestImpersonationWithHadoopAuth, TestNonDefinedSimilarityFactory,
TestCollectionAPIs, ReturnFieldsTest, TemplateUpdateProcessorTest,
TestSimpleTrackingShardHandler, ActionThrottleTest, HdfsRecoveryZkTest,
TestGeoJSONResponseWriter, HLLUtilTest, CoreAdminHandlerTest, TestFiltering,
BasicDistributedZkTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch,
TestJettySolrRunner, ConnectionReuseTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CollectionStateFormat2Test,
CollectionsAPISolrJTest, DistribDocExpirationUpdateProcessorTest,
HttpPartitionTest, LeaderFailureAfterFreshStartTest,
LeaderInitiatedRecoveryOnCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
OverseerStatusTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest,
TestAuthenticationFramework, TestCloudInspectUtil,
TestCloudJSONFacetJoinDomain, TestConfigSetsAPI, TestConfigSetsAPIExclusivity,
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestLeaderElectionZkExpiry,
TestLeaderInitiatedRecoveryThread, TestLockTree, TestRandomFlRTGCloud,
TestRandomRequestDistribution, TestSegmentSorting,
TestSolrCloudWithDelegationTokens, TlogReplayBufferedWhileIndexingTest,
TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest,
HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest,
HdfsRecoverLeaseTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest,
HdfsThreadLeakTest, ZkStateReaderTest, ZkStateWriterTest, RuleEngineTest,
CachingDirectoryFactoryTest, ConfigureRecoveryStrategyTest,
ExitableDirectoryReaderTest, TestConfigSetImmutable, TestConfigSetProperties,
TestCorePropertiesReload, TestCustomStream, TestSolrXml, RequestLoggingTest,
TestBlobHandler, TestSolrConfigHandlerCloud, V2ApiIntegrationTest]
[junit4] Completed [590/725 (2!)] on J1 in 4.64s, 5 tests, 1 error <<<
FAILURES!
[...truncated 39828 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]