Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/72/
1 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testBasicLeaderElection Error Message: Error from server at http://127.0.0.1:42092/solr/tlog_replica_test_basic_leader_election_shard1_replica_t2: Async exception during distributed update: Broken pipe (Write failed) Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:42092/solr/tlog_replica_test_basic_leader_election_shard1_replica_t2: Async exception during distributed update: Broken pipe (Write failed) at __randomizedtesting.SeedInfo.seed([EADDCF3004EBFEB:98251ABBE8D4F811]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:922) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178) at org.apache.solr.cloud.TestTlogReplica.testBasicLeaderElection(TestTlogReplica.java:641) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:42092/solr/tlog_replica_test_basic_leader_election_shard1_replica_t2: Async exception during distributed update: Broken pipe (Write failed) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ... 1 more Build Log: [...truncated 12828 lines...] [junit4] Suite: org.apache.solr.cloud.TestTlogReplica [junit4] 2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/init-core-data-001 [junit4] 2> 1833257 WARN (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2 [junit4] 2> 1833262 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 1833264 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-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> 1833264 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001 [junit4] 2> 1833264 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1833269 INFO (Thread-4272) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1833269 INFO (Thread-4272) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1833309 ERROR (Thread-4272) [ ] 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> 1833369 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:33629 [junit4] 2> 1833413 INFO (jetty-launcher-2640-thread-1) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 1833430 INFO (jetty-launcher-2640-thread-2) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 1833484 INFO (jetty-launcher-2640-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59e17c2c{/solr,null,AVAILABLE} [junit4] 2> 1833485 INFO (jetty-launcher-2640-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@59582346{HTTP/1.1,[http/1.1]}{127.0.0.1:42092} [junit4] 2> 1833485 INFO (jetty-launcher-2640-thread-1) [ ] o.e.j.s.Server Started @1840556ms [junit4] 2> 1833485 INFO (jetty-launcher-2640-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42092} [junit4] 2> 1833485 ERROR (jetty-launcher-2640-thread-1) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1833485 INFO (jetty-launcher-2640-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.1.0 [junit4] 2> 1833485 INFO (jetty-launcher-2640-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1833485 INFO (jetty-launcher-2640-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 1833485 INFO (jetty-launcher-2640-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-07-19T08:40:02.957Z [junit4] 2> 1833541 INFO (jetty-launcher-2640-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a920bf{/solr,null,AVAILABLE} [junit4] 2> 1833541 INFO (jetty-launcher-2640-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7a0f9bff{HTTP/1.1,[http/1.1]}{127.0.0.1:34577} [junit4] 2> 1833542 INFO (jetty-launcher-2640-thread-2) [ ] o.e.j.s.Server Started @1840612ms [junit4] 2> 1833542 INFO (jetty-launcher-2640-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34577} [junit4] 2> 1833542 ERROR (jetty-launcher-2640-thread-2) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1833542 INFO (jetty-launcher-2640-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.1.0 [junit4] 2> 1833542 INFO (jetty-launcher-2640-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1833542 INFO (jetty-launcher-2640-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 1833542 INFO (jetty-launcher-2640-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-07-19T08:40:03.014Z [junit4] 2> 1833562 INFO (jetty-launcher-2640-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1833575 INFO (jetty-launcher-2640-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1833585 INFO (jetty-launcher-2640-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33629/solr [junit4] 2> 1833622 INFO (jetty-launcher-2640-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33629/solr [junit4] 2> 1833747 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1833748 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42092_solr [junit4] 2> 1833748 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.c.Overseer Overseer (id=98333727310348294-127.0.0.1:42092_solr-n_0000000000) starting [junit4] 2> 1833763 INFO (jetty-launcher-2640-thread-2) [n:127.0.0.1:34577_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1833763 INFO (jetty-launcher-2640-thread-2) [n:127.0.0.1:34577_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34577_solr [junit4] 2> 1833985 INFO (zkCallback-2653-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1834429 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1834432 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42092_solr [junit4] 2> 1834436 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1834438 INFO (zkCallback-2653-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1834735 INFO (jetty-launcher-2640-thread-2) [n:127.0.0.1:34577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34577.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1834758 INFO (jetty-launcher-2640-thread-2) [n:127.0.0.1:34577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34577.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1834758 INFO (jetty-launcher-2640-thread-2) [n:127.0.0.1:34577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34577.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1834759 INFO (jetty-launcher-2640-thread-2) [n:127.0.0.1:34577_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node2/. [junit4] 2> 1835047 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1835050 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1835050 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1835051 INFO (jetty-launcher-2640-thread-1) [n:127.0.0.1:42092_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node1/. [junit4] 2> 1835069 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 1835073 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33629/solr ready [junit4] 2> 1835075 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.c.TestTlogReplica Using legacyCloud?: false [junit4] 2> 1835086 INFO (qtp624245796-16771) [n:127.0.0.1:34577_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1835087 INFO (qtp624245796-16771) [n:127.0.0.1:34577_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=1 [junit4] 2> 1835165 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testKillTlogReplica [junit4] 2> 1835167 INFO (qtp624245796-16771) [n:127.0.0.1:34577_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_tlog_replica&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1835189 INFO (OverseerThreadFactory-7779-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.CreateCollectionCmd Create collection tlog_replica_test_kill_tlog_replica [junit4] 2> 1835300 INFO (OverseerStateUpdate-98333727310348294-127.0.0.1:42092_solr-n_0000000000) [n:127.0.0.1:42092_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"tlog_replica_test_kill_tlog_replica", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"tlog_replica_test_kill_tlog_replica_shard1_replica_t1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:42092/solr", [junit4] 2> "type":"TLOG"} [junit4] 2> 1835301 INFO (OverseerStateUpdate-98333727310348294-127.0.0.1:42092_solr-n_0000000000) [n:127.0.0.1:42092_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"tlog_replica_test_kill_tlog_replica", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"tlog_replica_test_kill_tlog_replica_shard1_replica_t2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:34577/solr", [junit4] 2> "type":"TLOG"} [junit4] 2> 1835775 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG [junit4] 2> 1835775 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1835775 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG [junit4] 2> 1835776 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1835991 INFO (zkCallback-2653-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1835992 INFO (zkCallback-2653-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1836016 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1836035 INFO (zkCallback-2651-thread-2-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1836847 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 1836851 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 1836860 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Schema name=minimal [junit4] 2> 1837065 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.IndexSchema [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Schema name=minimal [junit4] 2> 1837066 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1837069 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_kill_tlog_replica_shard1_replica_t1' using configuration from collection tlog_replica_test_kill_tlog_replica, trusted=true [junit4] 2> 1837070 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1837070 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_kill_tlog_replica_shard1_replica_t2' using configuration from collection tlog_replica_test_kill_tlog_replica, trusted=true [junit4] 2> 1837071 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1' (registry 'solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1837071 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1837071 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore [[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node1/tlog_replica_test_kill_tlog_replica_shard1_replica_t1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node1/./tlog_replica_test_kill_tlog_replica_shard1_replica_t1/data/] [junit4] 2> 1837073 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34577.solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2' (registry 'solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1837073 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1837073 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore [[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node2/tlog_replica_test_kill_tlog_replica_shard1_replica_t2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node2/./tlog_replica_test_kill_tlog_replica_shard1_replica_t2/data/] [junit4] 2> 1837245 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1837246 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1837247 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1837247 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1837248 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50910536[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main] [junit4] 2> 1837248 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1837249 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1837250 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 1837250 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 1837251 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e703bf0[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main] [junit4] 2> 1837253 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1837253 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1837253 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1837254 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1573339641126322176 [junit4] 2> 1837255 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 1837256 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 1837256 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 1837256 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1573339641128419328 [junit4] 2> 1837260 INFO (searcherExecutor-7784-thread-1-processing-n:127.0.0.1:42092_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1 s:shard1 c:tlog_replica_test_kill_tlog_replica r:core_node1) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Registered new searcher Searcher@50910536[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1837262 INFO (searcherExecutor-7785-thread-1-processing-n:127.0.0.1:34577_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 s:shard1 c:tlog_replica_test_kill_tlog_replica r:core_node2) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Registered new searcher Searcher@5e703bf0[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1837268 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 1837268 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1837268 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42092/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/ [junit4] 2> 1837268 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_kill_tlog_replica_shard1_replica_t1 url=http://127.0.0.1:42092/solr START replicas=[http://127.0.0.1:34577/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/] nUpdates=100 [junit4] 2> 1837271 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: core=tlog_replica_test_kill_tlog_replica_shard1_replica_t1 url=http://127.0.0.1:42092/solr DONE. We have no versions. sync failed. [junit4] 2> 1837282 INFO (qtp624245796-16768) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=8 [junit4] 2> 1837282 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 1837282 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] 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> 1837282 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 1837282 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ZkController tlog_replica_test_kill_tlog_replica_shard1_replica_t1 stopping background replication from leader [junit4] 2> 1837284 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42092/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/ shard1 [junit4] 2> 1837512 INFO (zkCallback-2651-thread-2-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1837512 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1837513 INFO (zkCallback-2653-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1837513 INFO (zkCallback-2653-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1837561 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 1837564 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1788 [junit4] 2> 1837665 INFO (zkCallback-2651-thread-2-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1837665 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1837666 INFO (zkCallback-2653-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1837666 INFO (zkCallback-2653-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1838312 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkController tlog_replica_test_kill_tlog_replica_shard1_replica_t2 starting background replication from leader [junit4] 2> 1838312 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03 [junit4] 2> 1838317 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms [junit4] 2> 1838318 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_kill_tlog_replica_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_kill_tlog_replica&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2543 [junit4] 2> 1838324 INFO (qtp624245796-16771) [n:127.0.0.1:34577_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> 1838425 INFO (zkCallback-2651-thread-2-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1838425 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1838426 INFO (zkCallback-2653-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1838426 INFO (zkCallback-2653-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1839213 INFO (OverseerCollectionConfigSetProcessor-98333727310348294-127.0.0.1:42092_solr-n_0000000000) [n:127.0.0.1:42092_solr ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper [junit4] 2> 1839324 INFO (qtp624245796-16771) [n:127.0.0.1:34577_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_kill_tlog_replica&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2} status=0 QTime=4157 [junit4] 2> 1839354 INFO (qtp671744616-16760) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1839359 INFO (qtp624245796-16774) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1839593 INFO (qtp624245796-16774) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42092/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/&wt=javabin&version=2}{add=[1 (1573339643340914688)]} 0 14 [junit4] 2> 1839594 INFO (qtp671744616-16760) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1573339643340914688)]} 0 228 [junit4] 2> 1839610 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1573339643596767232,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 1839610 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@51f65f98 commitCommandVersion:1573339643596767232 [junit4] 2> 1839612 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@254cc7fd[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main] [junit4] 2> 1839612 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 1839613 INFO (searcherExecutor-7784-thread-1-processing-n:127.0.0.1:42092_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1 s:shard1 c:tlog_replica_test_kill_tlog_replica r:core_node1) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Registered new searcher Searcher@254cc7fd[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))} [junit4] 2> 1839622 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42092/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 12 [junit4] 2> 1839624 INFO (qtp624245796-16769) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42092/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0 [junit4] 2> 1839624 INFO (qtp671744616-16759) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/update params={_stateVer_=tlog_replica_test_kill_tlog_replica:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 17 [junit4] 2> 1839626 INFO (qtp671744616-16763) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 [junit4] 2> 1839702 INFO (qtp624245796-16773) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1839803 INFO (qtp624245796-16773) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1839905 INFO (qtp624245796-16773) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1840006 INFO (qtp624245796-16773) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1840162 INFO (qtp624245796-16774) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1840242 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:42092/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t1/ [junit4] 2> 1840243 INFO (qtp671744616-16765) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0 [junit4] 2> 1840243 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 2 [junit4] 2> 1840243 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 1500453609082 [junit4] 2> 1840244 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1 [junit4] 2> 1840244 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0 [junit4] 2> 1840244 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Starting replication process [junit4] 2> 1840245 INFO (qtp671744616-16765) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=0 [junit4] 2> 1840245 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Number of files in latest index in master: 19 [junit4] 2> 1840246 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@566f4316 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70d66d14) [junit4] 2> 1840246 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840263 INFO (qtp624245796-16774) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0 [junit4] 2> 1840269 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840270 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840270 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840271 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840272 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.dvdd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840273 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840274 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840275 INFO (qtp671744616-16762) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840276 INFO (qtp671744616-16766) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840282 INFO (qtp671744616-16760) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840283 INFO (qtp671744616-16760) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene70_0.dvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840284 INFO (qtp671744616-16765) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_BlockTreeOrds_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840301 INFO (qtp671744616-16765) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene70_0.dvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840303 INFO (qtp671744616-16765) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840310 INFO (qtp671744616-16766) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.dvdm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840311 INFO (qtp671744616-16766) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840313 INFO (qtp671744616-16766) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840333 INFO (qtp671744616-16759) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0 [junit4] 2> 1840334 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=2976) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@566f4316 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70d66d14) [junit4] 2> 1840341 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used. [junit4] 2> 1840342 INFO (indexFetcher-7795-thread-1) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@62251be9[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main] [junit4] 2> 1840346 INFO (searcherExecutor-7785-thread-1-processing-n:127.0.0.1:34577_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 s:shard1 c:tlog_replica_test_kill_tlog_replica r:core_node2) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Registered new searcher Searcher@62251be9[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))} [junit4] 2> 1840365 INFO (qtp624245796-16774) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0 [junit4] 2> 1840367 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.c.ChaosMonkey monkey: kill jetty! 42092 [junit4] 2> 1840378 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@59582346{HTTP/1.1,[http/1.1]}{127.0.0.1:0} [junit4] 2> 1840404 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1608973684 [junit4] 2> 1840404 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 1840406 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 1840407 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 1840424 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 1840448 INFO (coreCloseExecutor-7797-thread-1) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] CLOSING SolrCore org.apache.solr.core.SolrCore@665a4d93 [junit4] 2> 1840540 INFO (zkCallback-2651-thread-2-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1840540 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1840540 INFO (zkCallback-2658-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1840541 INFO (zkCallback-2653-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1840541 INFO (zkCallback-2653-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1840760 INFO (coreCloseExecutor-7797-thread-1) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1, tag=1717194131 [junit4] 2> 1840763 INFO (coreCloseExecutor-7797-thread-1) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.tlog_replica_test_kill_tlog_replica.shard1.leader, tag=1717194131 [junit4] 2> 1840821 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.c.Overseer Overseer (id=98333727310348294-127.0.0.1:42092_solr-n_0000000000) closing [junit4] 2> 1840822 INFO (OverseerStateUpdate-98333727310348294-127.0.0.1:42092_solr-n_0000000000) [n:127.0.0.1:42092_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42092_solr [junit4] 2> 1840867 INFO (zkCallback-2658-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1) [junit4] 2> 1840867 INFO (zkCallback-2651-thread-2-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1) [junit4] 2> 1840868 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 1840869 INFO (zkCallback-2651-thread-3-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34577_solr [junit4] 2> 1840870 INFO (zkCallback-2651-thread-3-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.Overseer Overseer (id=98333727310348293-127.0.0.1:34577_solr-n_0000000001) starting [junit4] 2> 1840975 INFO (zkCallback-2658-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1840976 INFO (zkCallback-2651-thread-2-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1841005 INFO (zkCallback-2651-thread-4-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1842470 WARN (zkCallback-2653-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 1842471 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@59e17c2c{/solr,null,UNAVAILABLE} [junit4] 2> 1842473 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.c.ChaosMonkey monkey: stop jetty! 42092 [junit4] 2> 1843371 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34577/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/ [junit4] 2> 1843371 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me [junit4] 2> 1843371 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SyncStrategy http://127.0.0.1:34577/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/ has no replicas [junit4] 2> 1843371 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ZkController tlog_replica_test_kill_tlog_replica_shard1_replica_t2 stopping background replication from leader [junit4] 2> 1843372 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext New leader does not have old tlog to replay [junit4] 2> 1843374 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34577/solr/tlog_replica_test_kill_tlog_replica_shard1_replica_t2/ shard1 [junit4] 2> 1843375 INFO (zkCallback-2658-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1843375 INFO (zkCallback-2651-thread-4-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1843375 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [1]) [junit4] 2> 1843465 INFO (qtp624245796-16774) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1573339647634833408)]} 0 852 [junit4] 2> 1843466 INFO (qtp624245796-16772) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1573339647640076288,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 1843466 INFO (qtp624245796-16772) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@54ba7692 commitCommandVersion:1573339647640076288 [junit4] 2> 1843467 INFO (qtp624245796-16772) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4640d5e1[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main] [junit4] 2> 1843467 INFO (qtp624245796-16772) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 1843468 INFO (searcherExecutor-7785-thread-1-processing-n:127.0.0.1:34577_solr x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2 s:shard1 c:tlog_replica_test_kill_tlog_replica r:core_node2) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.SolrCore [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] Registered new searcher Searcher@4640d5e1[tlog_replica_test_kill_tlog_replica_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1) Uninverting(_1(7.1.0):C1)))} [junit4] 2> 1843468 INFO (qtp624245796-16772) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/update params={_stateVer_=tlog_replica_test_kill_tlog_replica:8&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 3 [junit4] 2> 1843479 INFO (qtp624245796-16771) [n:127.0.0.1:34577_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node2 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t2] o.a.s.c.S.Request [tlog_replica_test_kill_tlog_replica_shard1_replica_t2] webapp=/solr path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0 [junit4] 2> 1843480 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.c.ChaosMonkey monkey: starting jetty! 42092 [junit4] 2> 1843480 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.e.j.s.Server jetty-9.3.14.v20161028 [junit4] 2> 1843487 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5adfacd{/solr,null,AVAILABLE} [junit4] 2> 1843487 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7ed3ff03{HTTP/1.1,[http/1.1]}{127.0.0.1:42092} [junit4] 2> 1843487 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.e.j.s.Server Started @1850558ms [junit4] 2> 1843487 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42092} [junit4] 2> 1843487 ERROR (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 1843488 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 7.1.0 [junit4] 2> 1843488 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 1843488 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config dir: null [junit4] 2> 1843488 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-07-19T08:40:12.960Z [junit4] 2> 1843490 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1843527 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33629/solr [junit4] 2> 1843608 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1843610 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1843611 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42092_solr [junit4] 2> 1843617 INFO (zkCallback-2658-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1843617 INFO (zkCallback-2651-thread-4-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1843625 INFO (zkCallback-2663-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1843718 INFO (zkCallback-2658-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1843719 INFO (zkCallback-2651-thread-4-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1843719 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1844068 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1844073 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1844073 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1844074 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node1/. [junit4] 2> 1844074 INFO (TEST-TestTlogReplica.testKillTlogReplica-seed#[EADDCF3004EBFEB]) [n:127.0.0.1:42092_solr ] o.a.s.c.CorePropertiesLocator Cores are: [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] [junit4] 2> 1844145 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 1844176 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0 [junit4] 2> 1844280 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema [tlog_replica_test_kill_tlog_replica_shard1_replica_t1] Schema name=minimal [junit4] 2> 1844288 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 1844288 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'tlog_replica_test_kill_tlog_replica_shard1_replica_t1' using configuration from collection tlog_replica_test_kill_tlog_replica, trusted=true [junit4] 2> 1844288 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42092.solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1' (registry 'solr.core.tlog_replica_test_kill_tlog_replica.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1db6cd7c [junit4] 2> 1844288 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 1844288 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.c.SolrCore [[tlog_replica_test_kill_tlog_replica_shard1_replica_t1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node1/tlog_replica_test_kill_tlog_replica_shard1_replica_t1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001/tempDir-001/node1/./tlog_replica_test_kill_tlog_replica_shard1_replica_t1/data/] [junit4] 2> 1844289 INFO (zkCallback-2658-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1844289 INFO (zkCallback-2651-thread-1-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1844289 INFO (zkCallback-2651-thread-4-processing-n:127.0.0.1:34577_solr) [n:127.0.0.1:34577_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1844317 INFO (zkCallback-2663-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1844317 INFO (zkCallback-2663-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/tlog_replica_test_kill_tlog_replica/state.json] for collection [tlog_replica_test_kill_tlog_replica] has occurred - updating... (live nodes size: [2]) [junit4] 2> 1844405 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 1844405 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr c:tlog_replica_test_kill_tlog_replica s:shard1 r:core_node1 x:tlog_replica_test_kill_tlog_replica_shard1_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1844406 INFO (coreLoadExecutor-7806-thread-1-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_sol [...truncated too long message...] 2> 1952437 INFO (OverseerStateUpdate-98333727310348311-127.0.0.1:42092_solr-n_0000000006) [n:127.0.0.1:42092_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42092_solr [junit4] 2> 1952437 INFO (zkCallback-2692-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1) [junit4] 2> 1952438 INFO (jetty-closer-2641-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ee6b322{/solr,null,UNAVAILABLE} [junit4] 2> 1954062 WARN (zkCallback-2692-thread-2-processing-n:127.0.0.1:42092_solr) [n:127.0.0.1:42092_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 1954063 INFO (jetty-closer-2641-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d3d1561{/solr,null,UNAVAILABLE} [junit4] 2> 1954064 ERROR (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-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> 1954065 INFO (SUITE-TestTlogReplica-seed#[EADDCF3004EBFEB]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33629 33629 [junit4] 2> 1954234 INFO (Thread-4272) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33629 33629 [junit4] 2> 1954234 WARN (Thread-4272) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 33 /solr/configs/conf [junit4] 2> 10 /solr/aliases.json [junit4] 2> 9 /solr/security.json [junit4] 2> 3 /solr/clusterprops.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 42 /solr/collections/tlog_replica_test_recovery/state.json [junit4] 2> 36 /solr/collections/tlog_replica_test_create_delete/state.json [junit4] 2> 28 /solr/collections/tlog_replica_test_kill_leader/state.json [junit4] 2> 27 /solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json [junit4] 2> 26 /solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json [junit4] 2> 26 /solr/collections/tlog_replica_test_kill_tlog_replica/state.json [junit4] 2> 25 /solr/collections/tlog_replica_test_remove_leader/state.json [junit4] 2> 18 /solr/collections/tlog_replica_test_basic_leader_election/state.json [junit4] 2> 15 /solr/collections/tlog_replica_test_add_docs/state.json [junit4] 2> 15 /solr/collections/tlog_replica_test_delete_by_id/state.json [junit4] 2> 13 /solr/collections/tlog_replica_test_only_leader_indexes/state.json [junit4] 2> 10 /solr/clusterprops.json [junit4] 2> 10 /solr/clusterstate.json [junit4] 2> 6 /solr/collections/tlog_replica_test_real_time_get/state.json [junit4] 2> 5 /solr/overseer_elect/election/98333727310348293-127.0.0.1:34577_solr-n_0000000001 [junit4] 2> 4 /solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98333727310348293-core_node2-n_0000000000 [junit4] 2> 2 /solr/overseer_elect/election/98333727310348311-127.0.0.1:42092_solr-n_0000000006 [junit4] 2> 2 /solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98333727310348302-core_node8-n_0000000000 [junit4] 2> 2 /solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98333727310348302-core_node5-n_0000000001 [junit4] 2> 2 /solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98333727310348302-core_node3-n_0000000000 [junit4] 2> 2 /solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98333727310348302-core_node2-n_0000000001 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 10 /solr/collections [junit4] 2> 3 /solr/overseer/queue [junit4] 2> 3 /solr/live_nodes [junit4] 2> 3 /solr/overseer/collection-queue-work [junit4] 2> 2 /solr/overseer/queue-work [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_EADDCF3004EBFEB-001 [junit4] 2> Jul 19, 2017 8:42:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {foo=BlockTreeOrds(blocksize=128), title_s=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=Direct), foo_s=BlockTreeOrds(blocksize=128)}, docValues:{_version_=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Direct), inplace_updatable_int=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1210, maxMBSortInHeap=6.7511234930676896, sim=RandomSimilarity(queryNorm=false): {}, locale=ar-EG, timezone=America/Matamoros [junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_131 (64-bit)/cpus=4,threads=1,free=119877400,total=505413632 [junit4] 2> NOTE: All tests run in this JVM: [DistributedFacetExistsSmallTest, TestConfigReload, TestManagedSynonymFilterFactory, TestNumericTerms64, TestLRUCache, TestFieldCacheWithThreads, SuggesterTSTTest, ClusterStateUpdateTest, TestExceedMaxTermLength, HdfsCollectionsAPIDistributedZkTest, CacheHeaderTest, ExplicitHLLTest, JavabinLoaderTest, TestIntervalFaceting, OverseerModifyCollectionTest, BlockJoinFacetDistribTest, TestHalfAndHalfDocValues, NoCacheHeaderTest, TestLegacyNumericUtils, MoveReplicaTest, TestSystemIdResolver, TestExactSharedStatsCache, TestFiltering, TestComplexPhraseLeadingWildcard, CoreAdminCreateDiscoverTest, ManagedSchemaRoundRobinCloudTest, TestDFISimilarityFactory, TestSha256AuthenticationProvider, ZkCLITest, DeleteStatusTest, HdfsWriteToMultipleCollectionsTest, ConfigSetsAPITest, TestTestInjection, TestRequestForwarding, BasicAuthIntegrationTest, AnalysisAfterCoreReloadTest, MoreLikeThisHandlerTest, StatelessScriptUpdateProcessorFactoryTest, InfoHandlerTest, TestScoreJoinQPNoScore, DistributedTermsComponentTest, DocValuesMultiTest, TestCoreDiscovery, AnalyticsMergeStrategyTest, UUIDUpdateProcessorFallbackTest, CollectionsAPIDistributedZkTest, TestLockTree, ZkStateReaderTest, ParsingFieldUpdateProcessorsTest, TestConfigSets, OverseerTaskQueueTest, SolrMetricsIntegrationTest, TestInPlaceUpdatesStandalone, SliceStateTest, TestSystemCollAutoCreate, TestXIncludeConfig, TestPullReplica, TestQueryTypes, TestDistributedGrouping, RemoteQueryErrorTest, TestSolrQueryResponse, TestMacros, TestStressCloudBlindAtomicUpdates, LargeFieldTest, TestManagedResourceStorage, HdfsRecoveryZkTest, AnalysisErrorHandlingTest, FileUtilsTest, TestSolrIndexConfig, SoftAutoCommitTest, FacetPivotSmallTest, PrimUtilsTest, ZkControllerTest, DistributedFacetPivotSmallAdvancedTest, TestObjectReleaseTracker, ShardRoutingCustomTest, ConvertedLegacyTest, HdfsThreadLeakTest, TestSolrFieldCacheBean, TestPerFieldSimilarity, LeaderInitiatedRecoveryOnCommitTest, SystemInfoHandlerTest, DistributedQueryComponentCustomSortTest, TestConfigSetsAPIExclusivity, SampleTest, DocValuesTest, TestFieldCacheSort, AddSchemaFieldsUpdateProcessorFactoryTest, TestReloadDeadlock, SchemaVersionSpecificBehaviorTest, TestHttpShardHandlerFactory, TestSubQueryTransformerCrossCore, SharedFSAutoReplicaFailoverUtilsTest, RequestLoggingTest, TestMiniSolrCloudClusterSSL, TestMaxScoreQueryParser, TestShardHandlerFactory, IndexSchemaRuntimeFieldTest, TestRandomRequestDistribution, TestFieldSortValues, DateRangeFieldTest, TestSearchPerf, SpatialRPTFieldTypeTest, SolrJmxReporterTest, TestCloudDeleteByQuery, ResourceLoaderTest, TestTrieFacet, TestCoreContainer, SortSpecParsingTest, TestHashPartitioner, TestPayloadScoreQParserPlugin, TestHashQParserPlugin, HLLUtilTest, TestSchemaResource, RuleEngineTest, TestCoreAdminApis, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, TestDistributedSearch, TestStressVersions, SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, TestLazyCores, ShowFileRequestHandlerTest, SpellCheckCollatorTest, SolrRequestParserTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, TestRemoteStreaming, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestWriterPerf, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TermVectorComponentTest, LoggingHandlerTest, TestCollationField, QueryParsingTest, JsonLoaderTest, TestPHPSerializedResponseWriter, AlternateDirectoryTest, TestStressRecovery, TestRTGBase, DistributedIntervalFacetingTest, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AssignTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest, DistribJoinFromCollectionTest, DistributedQueueTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, MissingSegmentRecoveryTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerStatusTest, SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, TestCloudPivotFacet, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestTlogReplica] [junit4] Completed [593/728 (1!)] on J1 in 121.53s, 13 tests, 1 error <<< FAILURES! [...truncated 43700 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
