Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/749/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery
Error Message:
Expected a collection with one shard and two replicas null Last available
state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
"replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "core":"MissingSegmentRecoveryTest_shard1_replica2",
"base_url":"http://127.0.0.1:57829/solr",
"node_name":"127.0.0.1:57829_solr", "state":"down"},
"core_node2":{ "core":"MissingSegmentRecoveryTest_shard1_replica1",
"base_url":"http://127.0.0.1:57826/solr",
"node_name":"127.0.0.1:57826_solr", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected a collection with one shard and two replicas
null
Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"MissingSegmentRecoveryTest_shard1_replica2",
"base_url":"http://127.0.0.1:57829/solr",
"node_name":"127.0.0.1:57829_solr",
"state":"down"},
"core_node2":{
"core":"MissingSegmentRecoveryTest_shard1_replica1",
"base_url":"http://127.0.0.1:57826/solr",
"node_name":"127.0.0.1:57826_solr",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([B5B702CE1E17DE35:E5E29ACD47366828]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
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:745)
Build Log:
[...truncated 12009 lines...]
[junit4] Suite: org.apache.solr.cloud.MissingSegmentRecoveryTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\init-core-data-001
[junit4] 2> 1312730 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1312740 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1312749 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001
[junit4] 2> 1312749 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1312751 INFO (Thread-3149) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1312751 INFO (Thread-3149) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1312858 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:57822
[junit4] 2> 1312869 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 0x15a732493550000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1312873 INFO (jetty-launcher-2051-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1312874 INFO (jetty-launcher-2051-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@c6a58c0{/solr,null,AVAILABLE}
[junit4] 2> 1312873 INFO (jetty-launcher-2051-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1312875 INFO (jetty-launcher-2051-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2d879dc2{/solr,null,AVAILABLE}
[junit4] 2> 1312876 INFO (jetty-launcher-2051-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@255f949{HTTP/1.1,[http/1.1]}{127.0.0.1:57829}
[junit4] 2> 1312876 INFO (jetty-launcher-2051-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@646f419d{HTTP/1.1,[http/1.1]}{127.0.0.1:57826}
[junit4] 2> 1312876 INFO (jetty-launcher-2051-thread-1) [ ]
o.e.j.s.Server Started @1319542ms
[junit4] 2> 1312876 INFO (jetty-launcher-2051-thread-2) [ ]
o.e.j.s.Server Started @1319542ms
[junit4] 2> 1312876 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57829}
[junit4] 2> 1312876 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57826}
[junit4] 2> 1312877 ERROR (jetty-launcher-2051-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1312877 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1312877 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1312877 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1312877 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-25T02:41:01.386Z
[junit4] 2> 1312880 ERROR (jetty-launcher-2051-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1312881 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 1312881 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1312881 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1312881 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-25T02:41:01.390Z
[junit4] 2> 1312897 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1312898 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1312990 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1312991 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1312992 INFO (jetty-launcher-2051-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57822/solr
[junit4] 2> 1312992 INFO (jetty-launcher-2051-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57822/solr
[junit4] 2> 1313065 INFO (jetty-launcher-2051-thread-2)
[n:127.0.0.1:57826_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1313065 INFO (jetty-launcher-2051-thread-1)
[n:127.0.0.1:57829_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1313066 INFO (jetty-launcher-2051-thread-1)
[n:127.0.0.1:57829_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:57829_solr
[junit4] 2> 1313067 INFO (jetty-launcher-2051-thread-2)
[n:127.0.0.1:57826_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57826_solr
[junit4] 2> 1313067 INFO (jetty-launcher-2051-thread-1)
[n:127.0.0.1:57829_solr ] o.a.s.c.Overseer Overseer
(id=97516942869725189-127.0.0.1:57829_solr-n_0000000000) starting
[junit4] 2> 1313094 INFO
(zkCallback-2063-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1313095 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1313104 INFO (jetty-launcher-2051-thread-1)
[n:127.0.0.1:57829_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57829_solr
[junit4] 2> 1313158 INFO
(zkCallback-2063-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1313159 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1313364 INFO (jetty-launcher-2051-thread-1)
[n:127.0.0.1:57829_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.
[junit4] 2> 1313399 INFO (jetty-launcher-2051-thread-2)
[n:127.0.0.1:57826_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node2\.
[junit4] 2> 1314310 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 0x15a732493550007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1314315 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1314317 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57822/solr ready
[junit4] 2> 1314366 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.SolrTestCaseJ4 ###Starting testLeaderRecovery
[junit4] 2> 1314377 INFO (qtp1175956556-12086) [n:127.0.0.1:57829_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1314382 INFO
(OverseerThreadFactory-5529-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr ] o.a.s.c.CreateCollectionCmd Create collection
MissingSegmentRecoveryTest
[junit4] 2> 1314494 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
[junit4] 2> 1314494 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2
[junit4] 2> 1314612 INFO
(zkCallback-2063-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1314613 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1315532 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.5.0
[junit4] 2> 1315532 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.5.0
[junit4] 2> 1315539 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
[junit4] 2> 1315540 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica1] Schema name=minimal
[junit4] 2> 1315548 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1315548 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1315556 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from
collection MissingSegmentRecoveryTest
[junit4] 2> 1315556 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica1' using configuration from
collection MissingSegmentRecoveryTest
[junit4] 2> 1315556 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node2\MissingSegmentRecoveryTest_shard1_replica1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node2\.\MissingSegmentRecoveryTest_shard1_replica1\data\]
[junit4] 2> 1315556 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\]
[junit4] 2> 1315757 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1315758 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1315760 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1315760 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1315760 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1315760 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1315763 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1315763 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1315764 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@631524df[MissingSegmentRecoveryTest_shard1_replica1] main]
[junit4] 2> 1315766 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1315767 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1315767 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1315767 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1560271089068670976
[junit4] 2> 1315767 INFO
(searcherExecutor-5531-thread-1-processing-n:127.0.0.1:57826_solr
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1
c:MissingSegmentRecoveryTest) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher
Searcher@631524df[MissingSegmentRecoveryTest_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1315767 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@54e036ab[MissingSegmentRecoveryTest_shard1_replica2] main]
[junit4] 2> 1315768 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1315772 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1315772 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 1315773 INFO
(searcherExecutor-5530-thread-1-processing-n:127.0.0.1:57829_solr
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1
c:MissingSegmentRecoveryTest) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher
Searcher@54e036ab[MissingSegmentRecoveryTest_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1315773 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1560271089074962432
[junit4] 2> 1315776 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1315882 INFO
(zkCallback-2063-thread-3-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1315882 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1316278 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1316278 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1316278 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SyncStrategy Sync
replicas to
http://127.0.0.1:57826/solr/MissingSegmentRecoveryTest_shard1_replica1/
[junit4] 2> 1316278 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.PeerSync PeerSync:
core=MissingSegmentRecoveryTest_shard1_replica1 url=http://127.0.0.1:57826/solr
START
replicas=[http://127.0.0.1:57829/solr/MissingSegmentRecoveryTest_shard1_replica2/]
nUpdates=100
[junit4] 2> 1316280 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.PeerSync PeerSync:
core=MissingSegmentRecoveryTest_shard1_replica1 url=http://127.0.0.1:57826/solr
DONE. We have no versions. sync failed.
[junit4] 2> 1316283 INFO (qtp1175956556-12084) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.S.Request
[MissingSegmentRecoveryTest_shard1_replica2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1316283 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SyncStrategy Leader's
attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 1316284 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1]
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> 1316284 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1316290 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57826/solr/MissingSegmentRecoveryTest_shard1_replica1/ shard1
[junit4] 2> 1316396 INFO
(zkCallback-2063-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1316396 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1316443 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 1316448 INFO (qtp1273875080-12072) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica1&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2}
status=0 QTime=1954
[junit4] 2> 1316549 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1316549 INFO
(zkCallback-2063-thread-3-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1316787 INFO (qtp1175956556-12085) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=MissingSegmentRecoveryTest_shard1_replica2&action=CREATE&numShards=1&collection=MissingSegmentRecoveryTest&shard=shard1&wt=javabin&version=2}
status=0 QTime=2293
[junit4] 2> 1316791 INFO (qtp1175956556-12086) [n:127.0.0.1:57829_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> 1316887 INFO
(zkCallback-2063-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1316887 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1317792 INFO (qtp1175956556-12086) [n:127.0.0.1:57829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=MissingSegmentRecoveryTest&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=3414
[junit4] 2> 1317814 INFO (qtp1175956556-12082) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica2] webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:57826/solr/MissingSegmentRecoveryTest_shard1_replica1/&wt=javabin&version=2}{add=[0
(1560271091198328832), 1 (1560271091205668864), 2 (1560271091205668865), 3
(1560271091205668866), 4 (1560271091205668867), 5 (1560271091205668868), 6
(1560271091205668869), 7 (1560271091205668870), 8 (1560271091205668871), 9
(1560271091205668872)]} 0 6
[junit4] 2> 1317815 INFO (qtp1273875080-12079) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica1] webapp=/solr path=/update
params={wt=javabin&version=2}{add=[0 (1560271091198328832), 1
(1560271091205668864), 2 (1560271091205668865), 3 (1560271091205668866), 4
(1560271091205668867), 5 (1560271091205668868), 6 (1560271091205668869), 7
(1560271091205668870), 8 (1560271091205668871), 9 (1560271091205668872)]} 0 17
[junit4] 2> 1317820 INFO (qtp1175956556-12101) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1317820 INFO (qtp1273875080-12077) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1317821 INFO (qtp1273875080-12077) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@174c4cdf
[junit4] 2> 1317821 INFO (qtp1175956556-12101) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@7245d4fd
[junit4] 2> 1317867 INFO (qtp1273875080-12077) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@362f71cd[MissingSegmentRecoveryTest_shard1_replica1] main]
[junit4] 2> 1317867 INFO (qtp1273875080-12077) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 1317867 INFO
(searcherExecutor-5531-thread-1-processing-n:127.0.0.1:57826_solr
x:MissingSegmentRecoveryTest_shard1_replica1 s:shard1
c:MissingSegmentRecoveryTest r:core_node2) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica1] Registered new searcher
Searcher@362f71cd[MissingSegmentRecoveryTest_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
[junit4] 2> 1317867 INFO (qtp1273875080-12077) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica1] webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57826/solr/MissingSegmentRecoveryTest_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 47
[junit4] 2> 1317868 INFO (qtp1175956556-12101) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@79dadefe[MissingSegmentRecoveryTest_shard1_replica2] main]
[junit4] 2> 1317869 INFO
(searcherExecutor-5530-thread-1-processing-n:127.0.0.1:57829_solr
x:MissingSegmentRecoveryTest_shard1_replica2 s:shard1
c:MissingSegmentRecoveryTest r:core_node1) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica2] Registered new searcher
Searcher@79dadefe[MissingSegmentRecoveryTest_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C10)))}
[junit4] 2> 1317869 INFO (qtp1175956556-12101) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 1317869 INFO (qtp1175956556-12101) [n:127.0.0.1:57829_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica2] webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:57826/solr/MissingSegmentRecoveryTest_shard1_replica1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 48
[junit4] 2> 1317869 INFO (qtp1273875080-12078) [n:127.0.0.1:57826_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node2
x:MissingSegmentRecoveryTest_shard1_replica1]
o.a.s.u.p.LogUpdateProcessorFactory
[MissingSegmentRecoveryTest_shard1_replica1] webapp=/solr path=/update
params={_stateVer_=MissingSegmentRecoveryTest:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 51
[junit4] 2> 1317874 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.e.j.s.AbstractConnector Stopped
ServerConnector@255f949{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1317875 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1985367217
[junit4] 2> 1317883 INFO (coreCloseExecutor-5540-thread-1)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@24d5461
[junit4] 2> 1317887 INFO (coreCloseExecutor-5540-thread-1)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
[junit4] 2> 1317891 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.c.Overseer Overseer
(id=97516942869725189-127.0.0.1:57829_solr-n_0000000000) closing
[junit4] 2> 1317891 INFO
(OverseerStateUpdate-97516942869725189-127.0.0.1:57829_solr-n_0000000000)
[n:127.0.0.1:57829_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:57829_solr
[junit4] 2> 1317894 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 0x15a732493550005, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1317895 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1317896 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2d879dc2{/solr,null,UNAVAILABLE}
[junit4] 2> 1317897 INFO
(zkCallback-2062-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 1317897 INFO (zkCallback-2069-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1317898 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1317899 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4016979f{/solr,null,AVAILABLE}
[junit4] 2> 1317899 INFO
(zkCallback-2062-thread-2-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:57826_solr
[junit4] 2> 1317900 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@7d9c52a2{HTTP/1.1,[http/1.1]}{127.0.0.1:57829}
[junit4] 2> 1317900 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.e.j.s.Server Started @1324566ms
[junit4] 2> 1317900 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=57829}
[junit4] 2> 1317900 ERROR
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 1317903 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 6.5.0
[junit4] 2> 1317903 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port
null
[junit4] 2> 1317903 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1317903 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-25T02:41:06.412Z
[junit4] 2> 1317909 INFO
(zkCallback-2062-thread-2-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.Overseer Overseer
(id=97516942869725190-127.0.0.1:57826_solr-n_0000000001) starting
[junit4] 2> 1317916 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1317929 INFO
(zkCallback-2062-thread-2-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1317945 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with
params: socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1317946 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57822/solr
[junit4] 2> 1317965 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35])
[n:127.0.0.1:57829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1317970 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35])
[n:127.0.0.1:57829_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1317973 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35])
[n:127.0.0.1:57829_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57829_solr
[junit4] 2> 1317979 INFO
(zkCallback-2062-thread-2-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1317982 INFO
(zkCallback-2074-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1317983 INFO (zkCallback-2069-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1318284 INFO
(zkCallback-2062-thread-2-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1318329 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35])
[n:127.0.0.1:57829_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.
[junit4] 2> 1318329 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35])
[n:127.0.0.1:57829_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[MissingSegmentRecoveryTest_shard1_replica2]
[junit4] 2> 1318434 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 6.5.0
[junit4] 2> 1318441 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema
[MissingSegmentRecoveryTest_shard1_replica2] Schema name=minimal
[junit4] 2> 1318447 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1318451 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Creating
SolrCore 'MissingSegmentRecoveryTest_shard1_replica2' using configuration from
collection MissingSegmentRecoveryTest
[junit4] 2> 1318451 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\]
[junit4] 2> 1318581 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1318581 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1318583 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1318583 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1318586 INFO
(zkCallback-2062-thread-3-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_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> 1318586 INFO
(zkCallback-2074-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1318590 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@49ae3f09
[junit4] 2> 1318591 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
[junit4] 2> 1318595 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.CoreContainer Found
active leader, will attempt to create fresh core and recover.
[junit4] 2> 1318596 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore Updating index
properties... index=index.20170225024107105
[junit4] 2> 1318599 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[[MissingSegmentRecoveryTest_shard1_replica2] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\]
[junit4] 2> 1318624 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Found 1
old index directories to clean-up under
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\
afterReload=false
[junit4] 2> 1318630 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Deleted
old index directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\index.20170225024107105
[junit4] 2> 1318748 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Found 1
old index directories to clean-up under
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\
afterReload=false
[junit4] 2> 1318751 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1318751 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1318755 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1318755 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1318781 INFO
(OldIndexDirectoryCleanupThreadForCore-MissingSegmentRecoveryTest_shard1_replica2)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.DirectoryFactory Deleted
old index directory:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\.\MissingSegmentRecoveryTest_shard1_replica2\data\index
[junit4] 2> 1318814 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@2488c0a
[junit4] 2> 1318815 INFO
(coreLoadExecutor-5549-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr c:MissingSegmentRecoveryTest s:shard1 r:core_node1
x:MissingSegmentRecoveryTest_shard1_replica2] o.a.s.m.SolrMetricManager Closing
metric reporters for: solr.core.MissingSegmentRecoveryTest.shard1.replica2
[junit4] 2> 1318815 ERROR
(coreContainerWorkExecutor-5545-thread-1-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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_replica2]
[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$4(CoreContainer.java:580)
[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:229)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: org.apache.solr.common.SolrException: Unable to
create core [MissingSegmentRecoveryTest_shard1_replica2]
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:932)
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$3(CoreContainer.java:552)
[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:947)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
[junit4] 2> at
org.apache.solr.core.CoreContainer.processCoreCreateException(CoreContainer.java:991)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:919)
[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:947)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:811)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:917)
[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:1988)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2108)
[junit4] 2> at
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1036)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:920)
[junit4] 2> ... 9 more
[junit4] 2> Caused by:
org.apache.lucene.index.CorruptIndexException: Unexpected file read error while
reading index.
(resource=BufferedChecksumIndexInput(MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica2\data\index\segments_2")))
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:290)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:938)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1949)
[junit4] 2> ... 12 more
[junit4] 2> Caused by: java.io.EOFException: read past EOF:
MMapIndexInput(path="C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica2\data\index\segments_2")
[junit4] 2> at
org.apache.lucene.store.ByteBufferIndexInput.readByte(ByteBufferIndexInput.java:75)
[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:300)
[junit4] 2> at
org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:288)
[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:1988)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2108)
[junit4] 2> at
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1036)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:920)
[junit4] 2> ... 10 more
[junit4] 2> Caused by: org.apache.lucene.index.IndexNotFoundException: no
segments* file found in
LockValidatingDirectoryWrapper(MetricsDirectory(MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001\tempDir-001\node1\MissingSegmentRecoveryTest_shard1_replica2\data\index.20170225024107105
lockFactory=org.apache.lucene.store.NativeFSLockFactory@92013f0)): files:
[write.lock]
[junit4] 2> at
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:933)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:125)
[junit4] 2> at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:100)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:240)
[junit4] 2> at
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:114)
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1949)
[junit4] 2> ... 13 more
[junit4] 2> 1408971 INFO (qtp1579087324-12166) [n:127.0.0.1:57829_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> 1408980 INFO
(OverseerThreadFactory-5543-thread-1-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.OverseerCollectionMessageHandler Executing
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 1408997 INFO (qtp1273875080-12079) [n:127.0.0.1:57826_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.MissingSegmentRecoveryTest.shard1.replica1
[junit4] 2> 1408997 INFO (qtp1273875080-12079) [n:127.0.0.1:57826_solr
] o.a.s.c.SolrCore [MissingSegmentRecoveryTest_shard1_replica1] CLOSING
SolrCore org.apache.solr.core.SolrCore@2ccb22d0
[junit4] 2> 1409005 INFO (qtp1273875080-12079) [n:127.0.0.1:57826_solr
] o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.MissingSegmentRecoveryTest.shard1.replica1
[junit4] 2> 1409040 INFO (qtp1579087324-12157) [n:127.0.0.1:57829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=50
[junit4] 2> 1409042 INFO (qtp1273875080-12079) [n:127.0.0.1:57826_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={deleteInstanceDir=true&core=MissingSegmentRecoveryTest_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
status=0 QTime=52
[junit4] 2> 1409045 INFO
(zkCallback-2074-thread-2-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1409157 INFO
(zkCallback-2074-thread-2-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_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> 1409751 INFO (qtp1579087324-12166) [n:127.0.0.1:57829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={name=MissingSegmentRecoveryTest&action=DELETE&wt=javabin&version=2}
status=0 QTime=780
[junit4] 2> 1409752 INFO
(TEST-MissingSegmentRecoveryTest.testLeaderRecovery-seed#[B5B702CE1E17DE35]) [
] o.a.s.SolrTestCaseJ4 ###Ending testLeaderRecovery
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=MissingSegmentRecoveryTest -Dtests.method=testLeaderRecovery
-Dtests.seed=B5B702CE1E17DE35 -Dtests.slow=true -Dtests.locale=en-MT
-Dtests.timezone=Europe/Lisbon -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 95.4s J0 | MissingSegmentRecoveryTest.testLeaderRecovery <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected a collection
with one shard and two replicas
[junit4] > null
[junit4] > Last available state:
DocCollection(MissingSegmentRecoveryTest//collections/MissingSegmentRecoveryTest/state.json/8)={
[junit4] > "replicationFactor":"2",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "core":"MissingSegmentRecoveryTest_shard1_replica2",
[junit4] > "base_url":"http://127.0.0.1:57829/solr",
[junit4] > "node_name":"127.0.0.1:57829_solr",
[junit4] > "state":"down"},
[junit4] > "core_node2":{
[junit4] > "core":"MissingSegmentRecoveryTest_shard1_replica1",
[junit4] > "base_url":"http://127.0.0.1:57826/solr",
[junit4] > "node_name":"127.0.0.1:57826_solr",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([B5B702CE1E17DE35:E5E29ACD47366828]:0)
[junit4] > at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:265)
[junit4] > at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:105)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1409759 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 0x15a732493550008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1409761 INFO (jetty-closer-2052-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@7d9c52a2{HTTP/1.1,[http/1.1]}{127.0.0.1:57829}
[junit4] 2> 1409762 INFO (jetty-closer-2052-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@646f419d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1409763 INFO (jetty-closer-2052-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=487983770
[junit4] 2> 1409764 INFO (jetty-closer-2052-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=84738742
[junit4] 2> 1409769 INFO (jetty-closer-2052-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=97516942869725190-127.0.0.1:57826_solr-n_0000000001) closing
[junit4] 2> 1409769 INFO
(OverseerStateUpdate-97516942869725190-127.0.0.1:57826_solr-n_0000000001)
[n:127.0.0.1:57826_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:57826_solr
[junit4] 2> 1409770 WARN
(zkCallback-2074-thread-2-processing-n:127.0.0.1:57829_solr)
[n:127.0.0.1:57829_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1409770 INFO
(zkCallback-2062-thread-40-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 1409771 INFO (jetty-closer-2052-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1409771 INFO (jetty-closer-2052-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4016979f{/solr,null,UNAVAILABLE}
[junit4] 2> 1409772 WARN
(zkCallback-2062-thread-40-processing-n:127.0.0.1:57826_solr)
[n:127.0.0.1:57826_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1409776 INFO (jetty-closer-2052-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1409776 INFO (jetty-closer-2052-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@c6a58c0{/solr,null,UNAVAILABLE}
[junit4] 2> 1409781 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:57822 57822
[junit4] 2> 1409784 INFO (Thread-3149) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:57822 57822
[junit4] 2> 1409785 WARN (Thread-3149) [ ] 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> 92 /solr/overseer/collection-queue-work
[junit4] 2> 20 /solr/overseer/queue
[junit4] 2> 4 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 1409785 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[B5B702CE1E17DE35]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.MissingSegmentRecoveryTest_B5B702CE1E17DE35-001
[junit4] 2> Feb 25, 2017 2:42:38 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=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=27610, maxDocsPerChunk=131, blockSize=9),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=27610, blockSize=9)),
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=en-MT,
timezone=Europe/Lisbon
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=124535048,total=455606272
[junit4] 2> NOTE: All tests run in this JVM: [StressHdfsTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SpatialHeatmapFacetsTest,
CdcrBootstrapTest, ClassificationUpdateProcessorIntegrationTest,
ResponseLogComponentTest, TestSlowCompositeReaderWrapper, TestSolrCoreParser,
DistribCursorPagingTest, TestSolrCloudWithHadoopAuthPlugin, PluginInfoTest,
TestRecoveryHdfs, TestStressLucene, TestFastLRUCache,
TestNonDefinedSimilarityFactory, SolrSlf4jReporterTest,
SecurityConfHandlerTest, SpatialFilterTest, OverseerRolesTest,
TestFileDictionaryLookup, RecoveryAfterSoftCommitTest,
TestManagedStopFilterFactory, SimplePostToolTest, TestIntervalFaceting,
DistributedQueryElevationComponentTest, TestFieldCacheSort,
TestComplexPhraseLeadingWildcard, FileUtilsTest, ForceLeaderTest,
DeleteInactiveReplicaTest, TestManagedResourceStorage, TestStressReorder,
TestDynamicFieldCollectionResource, TestDelegationWithHadoopAuth,
TestCloudSchemaless, TestOnReconnectListenerSupport, HLLSerializationTest,
TestFastOutputStream, TestInPlaceUpdatesStandalone, PeerSyncTest,
SchemaVersionSpecificBehaviorTest, TestFaceting, TestSolrQueryParserResource,
TestBM25SimilarityFactory, TestLockTree, TestTolerantSearch,
TestPhraseSuggestions, OpenExchangeRatesOrgProviderTest,
TestCloudDeleteByQuery, QueryEqualityTest, DirectUpdateHandlerTest,
TestSolrIndexConfig, BadCopyFieldTest, TestAddFieldRealTimeGet,
MoreLikeThisHandlerTest, FastVectorHighlighterTest, ExplicitHLLTest,
ClusterStateUpdateTest, BlockJoinFacetRandomTest, PrimUtilsTest,
TestCollectionAPIs, CdcrReplicationHandlerTest, SSLMigrationTest,
TestComponentsName, TestSmileRequest, TestExpandComponent,
TestReplicationHandler, TestNoOpRegenerator, SolrXmlInZkTest,
CollectionTooManyReplicasTest, ConnectionReuseTest, StatsReloadRaceTest,
QueryResultKeyTest, TestSolrDynamicMBean, TestCoreAdminApis,
TestHashQParserPlugin, PrimitiveFieldTypeTest, BasicDistributedZkTest,
SystemInfoHandlerTest, BasicAuthStandaloneTest, TestCloudManagedSchema,
TestTolerantUpdateProcessorRandomCloud, TestStandardQParsers,
DirectSolrSpellCheckerTest, CursorMarkTest, TestSQLHandlerNonCloud,
SuggestComponentTest, StatelessScriptUpdateProcessorFactoryTest,
TestDynamicLoading, SolrTestCaseJ4Test, TestFunctionQuery,
TestSweetSpotSimilarityFactory, RequestLoggingTest, CoreSorterTest,
HdfsChaosMonkeyNothingIsSafeTest, SOLR749Test, AnalysisAfterCoreReloadTest,
ZkControllerTest, TestWordDelimiterFilterFactory, TestJsonFacets,
PreAnalyzedUpdateProcessorTest, UtilsToolTest, TestExtendedDismaxParser,
TestFieldCacheReopen, DocValuesMultiTest, TestSolrJ, TestCustomSort,
TestUpdate, CollectionReloadTest, SampleTest, XsltUpdateRequestHandlerTest,
ExitableDirectoryReaderTest, ZkNodePropsTest, TestRestoreCore, SparseHLLTest,
TestDocTermOrds, TestManagedSchema, DistributedFacetPivotWhiteBoxTest,
HdfsUnloadDistributedZkTest, HdfsThreadLeakTest, TestRTGBase,
OutOfBoxZkACLAndCredentialsProvidersTest, TimeZoneUtilsTest,
TolerantUpdateProcessorTest, RecoveryZkTest,
AsyncCallRequestStatusResponseTest, UniqFieldsUpdateProcessorFactoryTest,
TestPostingsSolrHighlighter, TestSizeLimitedDistributedMap, TestCryptoKeys,
SolrPluginUtilsTest, FacetPivotSmallTest, IndexSchemaRuntimeFieldTest,
DOMUtilTest, TestHashPartitioner, TestFieldCollectionResource,
TestExclusionRuleCollectionAccess, TestSolrCLIRunExample, RequiredFieldsTest,
TestJavabinTupleStreamParser, DisMaxRequestHandlerTest, SmileWriterTest,
GraphQueryTest, SolrRequestParserTest, CreateCollectionCleanupTest,
DistributedFacetPivotLargeTest, SolrGraphiteReporterTest,
TestMaxScoreQueryParser, TestDistribDocBasedVersion, SoftAutoCommitTest,
TestRuleBasedAuthorizationPlugin, TestCollectionAPI, DateFieldTest,
TestDefaultStatsCache, DocumentBuilderTest, TestStressRecovery,
AliasIntegrationTest, TestCloudPivotFacet, V2ApiIntegrationTest,
DeleteShardTest, MissingSegmentRecoveryTest]
[junit4] Completed [342/696 (1!)] on J0 in 97.84s, 1 test, 1 failure <<<
FAILURES!
[...truncated 63933 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]