Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3447/
Java: 64bit/jdk-9-ea+168 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED:
org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest
Error Message:
expected:<2> but was:<4>
Stack Trace:
java.lang.AssertionError: expected:<2> but was:<4>
at
__randomizedtesting.SeedInfo.seed([61550F9BA9F5EFA3:15A5EEDEEDD1A82C]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:130)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test
Error Message:
Shard shard1 replicas do not have same number of documents expected:<10> but
was:<0>
Stack Trace:
java.lang.AssertionError: Shard shard1 replicas do not have same number of
documents expected:<10> but was:<0>
at
__randomizedtesting.SeedInfo.seed([61550F9BA9F5EFA3:E90130410709825B]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
at
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 12675 lines...]
[junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/init-core-data-001
[junit4] 2> 1500336 WARN
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
[junit4] 2> 1500336 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 1500337 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1500338 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001
[junit4] 2> 1500338 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1500338 INFO (Thread-3132) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1500338 INFO (Thread-3132) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1500339 ERROR (Thread-3132) [ ] 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> 1500438 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39914
[junit4] 2> 1500457 INFO (jetty-launcher-4525-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1500457 INFO (jetty-launcher-4525-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@65bba27c{/solr,null,AVAILABLE}
[junit4] 2> 1500458 INFO (jetty-launcher-4525-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1836fa53{SSL,[ssl,
http/1.1]}{127.0.0.1:٣٢٩٣٥}
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-1) [ ]
o.e.j.s.Server Started @١٥٠٣٠٠٨ms
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32935}
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@181973ed{/solr,null,AVAILABLE}
[junit4] 2> 1500459 ERROR (jetty-launcher-4525-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@39e26ad3{SSL,[ssl,
http/1.1]}{127.0.0.1:٣٤٣٩٨}
[junit4] 2> 1500459 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-05T23:24:31.241986Z
[junit4] 2> 1500460 INFO (jetty-launcher-4525-thread-2) [ ]
o.e.j.s.Server Started @١٥٠٣٠٠٩ms
[junit4] 2> 1500460 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34398}
[junit4] 2> 1500460 ERROR (jetty-launcher-4525-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1500460 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 1500460 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1500460 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1500460 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-05T23:24:31.242693Z
[junit4] 2> 1500462 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1500463 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1500468 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15bdaedd4110001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1500469 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1500469 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1500470 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39914/solr
[junit4] 2> 1500475 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39914/solr
[junit4] 2> 1500483 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1500483 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1500483 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32935_solr
[junit4] 2> 1500483 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34398_solr
[junit4] 2> 1500484 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=97912531918585860-127.0.0.1:32935_solr-n_0000000000) starting
[junit4] 2> 1500484 INFO (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1500484 INFO (zkCallback-4535-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1500490 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32935_solr
[junit4] 2> 1500492 INFO (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1500492 INFO (zkCallback-4535-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1500560 INFO (jetty-launcher-4525-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/.
[junit4] 2> 1500561 INFO (jetty-launcher-4525-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/.
[junit4] 2> 1501626 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1501626 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39914/solr ready
[junit4] 2> 1501678 INFO (qtp1901405661-21292) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1501681 INFO (OverseerThreadFactory-6640-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection collection1
[junit4] 2> 1501789 INFO (qtp1901405661-21294) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
[junit4] 2> 1501790 INFO (qtp1901405661-21294) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1501791 INFO (qtp1901405661-21298) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
[junit4] 2> 1501836 INFO (qtp1611190980-21303) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2
[junit4] 2> 1501837 INFO (qtp1611190980-21303) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1501844 INFO (qtp1611190980-21309) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2
[junit4] 2> 1501947 INFO (zkCallback-4535-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1501948 INFO (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1502799 INFO (qtp1901405661-21298) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1502813 INFO (qtp1901405661-21294) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1502815 INFO (qtp1901405661-21298) [ ] o.a.s.s.IndexSchema
[collection1_shard2_replica2] Schema name=minimal
[junit4] 2> 1502817 INFO (qtp1901405661-21298) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1502817 INFO (qtp1901405661-21298) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica2' using
configuration from collection collection1, trusted=true
[junit4] 2> 1502820 INFO (qtp1901405661-21298) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1502820 INFO (qtp1901405661-21298) [ ] o.a.s.c.SolrCore
[[collection1_shard2_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/collection1_shard2_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/./collection1_shard2_replica2/data/]
[junit4] 2> 1502821 INFO (qtp1901405661-21294) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 1502823 INFO (qtp1901405661-21294) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1502823 INFO (qtp1901405661-21294) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica2' using
configuration from collection collection1, trusted=true
[junit4] 2> 1502823 INFO (qtp1901405661-21294) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1502823 INFO (qtp1901405661-21294) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
[junit4] 2> 1502844 INFO (qtp1611190980-21303) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1502852 INFO (qtp1611190980-21303) [ ] o.a.s.s.IndexSchema
[collection1_shard2_replica1] Schema name=minimal
[junit4] 2> 1502853 INFO (qtp1611190980-21309) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1502853 INFO (qtp1611190980-21303) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1502853 INFO (qtp1611190980-21303) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1502854 INFO (qtp1611190980-21303) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1502855 INFO (qtp1611190980-21303) [ ] o.a.s.c.SolrCore
[[collection1_shard2_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/collection1_shard2_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/./collection1_shard2_replica1/data/]
[junit4] 2> 1502860 INFO (qtp1611190980-21309) [ ] o.a.s.s.IndexSchema
[collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 1502869 INFO (qtp1611190980-21309) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1502869 INFO (qtp1611190980-21309) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1502870 INFO (qtp1611190980-21309) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1502870 INFO (qtp1611190980-21309) [ ] o.a.s.c.SolrCore
[[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
[junit4] 2> 1502917 INFO (qtp1901405661-21298) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1502917 INFO (qtp1901405661-21298) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1502918 INFO (qtp1901405661-21298) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502918 INFO (qtp1901405661-21298) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502919 INFO (qtp1901405661-21298) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6cdb5b86[collection1_shard2_replica2] main]
[junit4] 2> 1502920 INFO (qtp1901405661-21298) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1502920 INFO (qtp1901405661-21298) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1502920 INFO (qtp1901405661-21298) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1502920 INFO (searcherExecutor-6645-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher
Searcher@6cdb5b86[collection1_shard2_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502920 INFO (qtp1901405661-21298) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566600513403748352
[junit4] 2> 1502924 INFO (qtp1901405661-21298) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1502952 INFO (qtp1901405661-21294) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1502952 INFO (qtp1901405661-21294) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1502953 INFO (qtp1901405661-21294) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502953 INFO (qtp1901405661-21294) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502954 INFO (qtp1901405661-21294) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5497e40a[collection1_shard1_replica2] main]
[junit4] 2> 1502955 INFO (qtp1901405661-21294) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1502955 INFO (qtp1901405661-21294) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1502955 INFO (qtp1901405661-21294) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1502955 INFO (searcherExecutor-6646-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@5497e40a[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502956 INFO (qtp1901405661-21294) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566600513441497088
[junit4] 2> 1502960 INFO (qtp1901405661-21294) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 1502971 INFO (qtp1611190980-21303) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1502972 INFO (qtp1611190980-21303) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1502972 INFO (qtp1611190980-21303) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502972 INFO (qtp1611190980-21303) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502974 INFO (qtp1611190980-21303) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1f787d47[collection1_shard2_replica1] main]
[junit4] 2> 1502975 INFO (qtp1611190980-21303) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1502975 INFO (qtp1611190980-21303) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1502975 INFO (qtp1611190980-21303) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1502976 INFO (searcherExecutor-6647-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard2_replica1] Registered new searcher
Searcher@1f787d47[collection1_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502976 INFO (qtp1611190980-21303) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566600513462468608
[junit4] 2> 1502990 INFO (qtp1611190980-21309) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1502990 INFO (qtp1611190980-21309) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1502991 INFO (qtp1611190980-21309) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1502991 INFO (qtp1611190980-21309) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1502993 INFO (qtp1611190980-21309) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6cb60605[collection1_shard1_replica1] main]
[junit4] 2> 1502994 INFO (qtp1611190980-21309) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1502994 INFO (qtp1611190980-21309) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1502994 INFO (qtp1611190980-21309) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1502994 INFO (searcherExecutor-6648-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@6cb60605[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1502994 INFO (qtp1611190980-21309) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1566600513481342976
[junit4] 2> 1503065 INFO (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1503065 INFO (zkCallback-4535-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1503424 INFO (qtp1901405661-21298) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1503424 INFO (qtp1901405661-21298) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1503425 INFO (qtp1901405661-21298) [ ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:32935/solr/collection1_shard2_replica2/
[junit4] 2> 1503425 INFO (qtp1901405661-21298) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:32935/solr
START replicas=[https://127.0.0.1:34398/solr/collection1_shard2_replica1/]
nUpdates=100
[junit4] 2> 1503425 INFO (qtp1901405661-21298) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard2_replica2 url=https://127.0.0.1:32935/solr
DONE. We have no versions. sync failed.
[junit4] 2> 1503429 INFO (qtp1611190980-21304) [ ] o.a.s.c.S.Request
[collection1_shard2_replica1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1503430 INFO (qtp1901405661-21298) [ ]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1503430 INFO (qtp1901405661-21298) [ ]
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> 1503431 INFO (qtp1901405661-21298) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1503433 INFO (qtp1901405661-21298) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:32935/solr/collection1_shard2_replica2/ shard2
[junit4] 2> 1503460 INFO (qtp1901405661-21294) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1503460 INFO (qtp1901405661-21294) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1503460 INFO (qtp1901405661-21294) [ ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:32935/solr/collection1_shard1_replica2/
[junit4] 2> 1503461 INFO (qtp1901405661-21294) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard1_replica2 url=https://127.0.0.1:32935/solr
START replicas=[https://127.0.0.1:34398/solr/collection1_shard1_replica1/]
nUpdates=100
[junit4] 2> 1503461 INFO (qtp1901405661-21294) [ ] o.a.s.u.PeerSync
PeerSync: core=collection1_shard1_replica2 url=https://127.0.0.1:32935/solr
DONE. We have no versions. sync failed.
[junit4] 2> 1503463 INFO (qtp1611190980-21369) [ ] o.a.s.c.S.Request
[collection1_shard1_replica1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1503463 INFO (qtp1901405661-21294) [ ]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1503463 INFO (qtp1901405661-21294) [ ]
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> 1503463 INFO (qtp1901405661-21294) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1503465 INFO (qtp1901405661-21294) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:32935/solr/collection1_shard1_replica2/ shard1
[junit4] 2> 1503566 INFO (zkCallback-4535-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1503566 INFO (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1503583 INFO (qtp1901405661-21298) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1503585 INFO (qtp1901405661-21298) [ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2}
status=0 QTime=1793
[junit4] 2> 1503615 INFO (qtp1901405661-21294) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1503616 INFO (qtp1901405661-21294) [ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2}
status=0 QTime=1827
[junit4] 2> 1503717 INFO (zkCallback-4535-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1503717 INFO (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1503980 INFO (qtp1611190980-21303) [ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard2_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2}
status=0 QTime=2143
[junit4] 2> 1503999 INFO (qtp1611190980-21309) [ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2}
status=0 QTime=2155
[junit4] 2> 1504002 INFO (qtp1901405661-21292) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1504100 INFO (zkCallback-4535-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1504100 INFO (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1505002 INFO (qtp1901405661-21292) [ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=3323
[junit4] 2> 1505003 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 1505003 INFO
(SUITE-TestCloudRecovery-seed#[61550F9BA9F5EFA3]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 1505013 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
[junit4] 2> 1505027 INFO (qtp1611190980-21307) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&_version_=-1566600515601563648&distrib.from=https://127.0.0.1:32935/solr/collection1_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
(-1566600515601563648)} 0 4
[junit4] 2> 1505029 INFO (qtp1611190980-21369) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&_version_=-1566600515607855104&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
(-1566600515607855104)} 0 1
[junit4] 2> 1505029 INFO (qtp1901405661-21298) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard1_replica2/&wt=javabin&version=2}{deleteByQuery=*:*
(-1566600515607855104)} 0 7
[junit4] 2> 1505029 INFO (qtp1901405661-21297) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{deleteByQuery=*:*
(-1566600515601563648)} 0 14
[junit4] 2> 1505033 INFO (qtp1611190980-21303) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1505033 INFO (qtp1901405661-21295) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1505033 INFO (qtp1901405661-21295) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1505033 INFO (qtp1611190980-21304) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1505033 INFO (qtp1611190980-21304) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1505033 INFO (qtp1901405661-21295) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1505033 INFO (qtp1901405661-21295) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1505034 INFO (qtp1611190980-21304) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1505034 INFO (qtp1611190980-21304) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1505033 INFO (qtp1611190980-21303) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1505034 INFO (qtp1901405661-21298) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1505034 INFO (qtp1901405661-21298) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1505034 INFO (qtp1611190980-21303) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1505034 INFO (qtp1611190980-21303) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 1
[junit4] 2> 1505034 INFO (qtp1901405661-21298) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1505034 INFO (qtp1901405661-21298) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 1505034 INFO (qtp1901405661-21356) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update
params={_stateVer_=collection1:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 3
[junit4] 2> 1505049 INFO (qtp1611190980-21309) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[1000
(1566600515630923776)]} 0 1
[junit4] 2> 1505049 INFO (qtp1901405661-21294) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[1000 (1566600515630923776)]} 0 4
[junit4] 2> 1505056 INFO (qtp1611190980-21307) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[1001
(1566600515638263808)]} 0 1
[junit4] 2> 1505056 INFO (qtp1901405661-21292) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[1001 (1566600515638263808)]} 0 5
[junit4] 2> 1505060 INFO (qtp1611190980-21304) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[0
(1566600515645603840)]} 0 0
[junit4] 2> 1505060 INFO (qtp1901405661-21295) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[0 (1566600515645603840)]} 0 2
[junit4] 2> 1505067 INFO (qtp1611190980-21304) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[1
(1566600515652943872)]} 0 0
[junit4] 2> 1505067 INFO (qtp1901405661-21298) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[1 (1566600515652943872)]} 0 2
[junit4] 2> 1505071 INFO (qtp1611190980-21369) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[2
(1566600515657138176)]} 0 0
[junit4] 2> 1505072 INFO (qtp1901405661-21356) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[2 (1566600515657138176)]} 0 2
[junit4] 2> 1505077 INFO (qtp1611190980-21369) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[3
(1566600515663429632)]} 0 0
[junit4] 2> 1505077 INFO (qtp1901405661-21294) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[3 (1566600515663429632)]} 0 2
[junit4] 2> 1505082 INFO (qtp1611190980-21369) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[4
(1566600515668672512)]} 0 0
[junit4] 2> 1505082 INFO (qtp1901405661-21292) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[4 (1566600515668672512)]} 0 2
[junit4] 2> 1505087 INFO (qtp1611190980-21303) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[5
(1566600515672866816)]} 0 0
[junit4] 2> 1505087 INFO (qtp1901405661-21295) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[5 (1566600515672866816)]} 0 3
[junit4] 2> 1505092 INFO (qtp1611190980-21309) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[6
(1566600515679158272)]} 0 0
[junit4] 2> 1505092 INFO (qtp1901405661-21298) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[6 (1566600515679158272)]} 0 2
[junit4] 2> 1505096 INFO (qtp1611190980-21369) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[7
(1566600515683352576)]} 0 0
[junit4] 2> 1505097 INFO (qtp1901405661-21356) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[7 (1566600515683352576)]} 0 2
[junit4] 2> 1505101 INFO (qtp1611190980-21303) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard1_replica2/&wt=javabin&version=2}{add=[8
(1566600515688595456)]} 0 0
[junit4] 2> 1505102 INFO (qtp1901405661-21294) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[8 (1566600515688595456)]} 0 2
[junit4] 2> 1505106 INFO (qtp1611190980-21309) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:32935/solr/collection1_shard2_replica2/&wt=javabin&version=2}{add=[9
(1566600515693838336)]} 0 0
[junit4] 2> 1505106 INFO (qtp1901405661-21292) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[9 (1566600515693838336)]} 0 2
[junit4] 2> 1505114 INFO (qtp1611190980-21309) [ ] o.a.s.c.S.Request
[collection1_shard2_replica1] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:34398/solr/collection1_shard2_replica1/|https://127.0.0.1:32935/solr/collection1_shard2_replica2/&rows=10&version=2&q=*:*&NOW=1494026675891&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 1505116 INFO (qtp1901405661-21294) [ ] o.a.s.c.S.Request
[collection1_shard1_replica2] webapp=/solr path=/select
params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=https://127.0.0.1:32935/solr/collection1_shard1_replica2/|https://127.0.0.1:34398/solr/collection1_shard1_replica1/&rows=10&version=2&q=*:*&NOW=1494026675891&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 1505116 INFO (qtp1611190980-21308) [ ] o.a.s.c.S.Request
[collection1_shard2_replica1] webapp=/solr path=/select
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0
QTime=7
[junit4] 2> 1505117 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 34398
[junit4] 2> 1505117 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2110170883
[junit4] 2> 1505120 INFO (coreCloseExecutor-6665-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard2_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@41412a46
[junit4] 2> 1505120 INFO (coreCloseExecutor-6665-thread-2) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6587e107
[junit4] 2> 1505123 INFO (coreCloseExecutor-6665-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica1
[junit4] 2> 1505123 INFO (coreCloseExecutor-6665-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard2.replica1
[junit4] 2> 1505127 INFO (zkCallback-4543-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1505127 INFO (zkCallback-4535-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1505220 INFO (zkCallback-4535-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1505683 INFO
(OverseerCollectionConfigSetProcessor-97912531918585860-127.0.0.1:32935_solr-n_0000000000)
[ ] 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> 1506627 WARN (zkCallback-4538-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1506627 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1506629 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@39e26ad3{SSL,[ssl,
http/1.1]}{127.0.0.1:٠}
[junit4] 2> 1506629 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@181973ed{/solr,null,UNAVAILABLE}
[junit4] 2> 1506629 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 32935
[junit4] 2> 1506630 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=848043507
[junit4] 2> 1506631 INFO (coreCloseExecutor-6667-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard2_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@4e1cb1e
[junit4] 2> 1506631 INFO (coreCloseExecutor-6667-thread-2) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@7844b5fa
[junit4] 2> 1506632 INFO (coreCloseExecutor-6667-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard1.replica2
[junit4] 2> 1506632 INFO (coreCloseExecutor-6667-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.collection1.shard2.replica2
[junit4] 2> 1506633 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.Overseer Overseer
(id=97912531918585860-127.0.0.1:32935_solr-n_0000000000) closing
[junit4] 2> 1506634 INFO
(OverseerStateUpdate-97912531918585860-127.0.0.1:32935_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32935_solr
[junit4] 2> 1506635 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15bdaedd4110004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1506636 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1506636 INFO (zkCallback-4543-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 1506637 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1836fa53{SSL,[ssl,
http/1.1]}{127.0.0.1:٠}
[junit4] 2> 1506637 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@65bba27c{/solr,null,UNAVAILABLE}
[junit4] 2> 1506640 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1506641 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@111a934a{/solr,null,AVAILABLE}
[junit4] 2> 1506641 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@8e4206d{SSL,[ssl,
http/1.1]}{127.0.0.1:٣٤٣٩٨}
[junit4] 2> 1506641 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.Server Started @١٥٠٩١٩١ms
[junit4] 2> 1506641 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34398}
[junit4] 2> 1506642 ERROR
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1506642 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 1506642 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1506642 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1506642 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-05T23:24:37.424519Z
[junit4] 2> 1506643 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1506649 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1506650 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39914/solr
[junit4] 2> 1506655 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1506656 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34398_solr
[junit4] 2> 1506656 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.Overseer Overseer
(id=97912531918585867-127.0.0.1:34398_solr-n_0000000002) starting
[junit4] 2> 1506660 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34398_solr
[junit4] 2> 1506661 INFO (zkCallback-4543-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1506662 INFO (zkCallback-4548-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1506714 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.CorePropertiesLocator Found 2 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/.
[junit4] 2> 1506714 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica1,
collection1_shard2_replica1]
[junit4] 2> 1506715 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1506723 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1506725 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1506733 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.s.IndexSchema [collection1_shard2_replica1] Schema name=minimal
[junit4] 2> 1506733 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica1' using
configuration from collection collection1, trusted=true
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.c.SolrCore [[collection1_shard2_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/collection1_shard2_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/./collection1_shard2_replica1/data/]
[junit4] 2> 1506735 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/collection1_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node2/./collection1_shard1_replica1/data/]
[junit4] 2> 1506780 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1506780 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1506780 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1506780 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1506782 WARN (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.u.UpdateLog Exception reverse reading log
[junit4] 2> java.io.EOFException
[junit4] 2> at
org.apache.solr.common.util.FastInputStream.readUnsignedByte(FastInputStream.java:72)
[junit4] 2> at
org.apache.solr.common.util.FastInputStream.readInt(FastInputStream.java:230)
[junit4] 2> at
org.apache.solr.update.TransactionLog$FSReverseReader.next(TransactionLog.java:800)
[junit4] 2> at
org.apache.solr.update.UpdateLog$RecentUpdates.update(UpdateLog.java:1245)
[junit4] 2> at
org.apache.solr.update.UpdateLog$RecentUpdates.<init>(UpdateLog.java:1175)
[junit4] 2> at
org.apache.solr.update.UpdateLog.getRecentUpdates(UpdateLog.java:1348)
[junit4] 2> at
org.apache.solr.update.UpdateLog.init(UpdateLog.java:385)
[junit4] 2> at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:153)
[junit4] 2> at
org.apache.solr.update.UpdateHandler.<init>(UpdateHandler.java:110)
[junit4] 2> at
org.apache.solr.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:108)
[junit4] 2> at
jdk.internal.reflect.GeneratedConstructorAccessor160.newInstance(Unknown Source)
[junit4] 2> at
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[junit4] 2> at
java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:487)
[junit4] 2> at
org.apache.solr.core.SolrCore.createInstance(SolrCore.java:760)
[junit4] 2> at
org.apache.solr.core.SolrCore.createUpdateHandler(SolrCore.java:822)
[junit4] 2> at
org.apache.solr.core.SolrCore.initUpdateHandler(SolrCore.java:1079)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:943)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1506782 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1506782 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1506783 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1506783 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1506784 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@23eed992[collection1_shard1_replica1] main]
[junit4] 2> 1506784 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@f6ae271[collection1_shard2_replica1] main]
[junit4] 2> 1506785 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1506785 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1506785 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1506785 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1506785 INFO (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1506785 INFO (coreLoadExecutor-6676-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1506786 INFO (searcherExecutor-6678-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard2_replica1] Registered new searcher
Searcher@f6ae271[collection1_shard2_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1506786 INFO (searcherExecutor-6677-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher
Searcher@23eed992[collection1_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1506786 WARN (coreLoadExecutor-6676-thread-2) [ ]
o.a.s.u.UpdateLog Exception reverse reading log
[junit4] 2> java.io.EOFException
[junit4] 2> at
org.apache.solr.common.util.FastInputStream.readUnsignedByte(FastInputStream.java:72)
[junit4] 2> at
org.apache.solr.common.util.FastInputStream.readInt(FastInputStream.java:230)
[junit4] 2> at
org.apache.solr.update.TransactionLog$FSReverseReader.next(TransactionLog.java:800)
[junit4] 2> at
org.apache.solr.update.UpdateLog$RecentUpdates.update(UpdateLog.java:1245)
[junit4] 2> at
org.apache.solr.update.UpdateLog$RecentUpdates.<init>(UpdateLog.java:1175)
[junit4] 2> at
org.apache.solr.update.UpdateLog.getRecentUpdates(UpdateLog.java:1348)
[junit4] 2> at
org.apache.solr.update.UpdateLog.seedBucketsWithHighestVersion(UpdateLog.java:1851)
[junit4] 2> at
org.apache.solr.update.UpdateLog.seedBucketsWithHighestVersion(UpdateLog.java:1879)
[junit4] 2> at
org.apache.solr.core.SolrCore.seedVersionBuckets(SolrCore.java:1019)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:1001)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:830)
[junit4] 2> at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:916)
[junit4] 2> at
org.apache.solr.core.CoreContainer.lambda$load$5(CoreContainer.java:555)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1506791 INFO (coreZkRegister-6669-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9998ms
[junit4] 2> 1506791 INFO (coreZkRegister-6669-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9998ms
[junit4] 2> 1506893 INFO (zkCallback-4548-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 1507517 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1507518 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1577e8f3{/solr,null,AVAILABLE}
[junit4] 2> 1507519 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2207474{SSL,[ssl,
http/1.1]}{127.0.0.1:٣٢٩٣٥}
[junit4] 2> 1507519 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.e.j.s.Server Started @١٥١٠٠٦٨ms
[junit4] 2> 1507519 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32935}
[junit4] 2> 1507519 ERROR
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1507519 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
6.6.0
[junit4] 2> 1507519 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1507519 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1507519 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-05-05T23:24:38.301917Z
[junit4] 2> 1507521 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1507526 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1507527 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39914/solr
[junit4] 2> 1507532 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1507533 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1507536 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32935_solr
[junit4] 2> 1507536 INFO (zkCallback-4543-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1507536 INFO (zkCallback-4548-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1507536 INFO (zkCallback-4554-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1507569 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.CorePropertiesLocator Found 2 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/.
[junit4] 2> 1507570 INFO
(TEST-TestCloudRecovery.corruptedLogTest-seed#[61550F9BA9F5EFA3]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard2_replica2,
collection1_shard1_replica2]
[junit4] 2> 1507571 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1507582 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1507584 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
[junit4] 2> 1507605 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
[junit4] 2> 1507607 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.s.IndexSchema [collection1_shard2_replica2] Schema name=minimal
[junit4] 2> 1507608 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1507609 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1507609 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica2' using
configuration from collection collection1, trusted=true
[junit4] 2> 1507609 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica2' using
configuration from collection collection1, trusted=true
[junit4] 2> 1507609 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1507609 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1507609 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.c.SolrCore [[collection1_shard2_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/collection1_shard2_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/./collection1_shard2_replica2/data/]
[junit4] 2> 1507609 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/collection1_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_61550F9BA9F5EFA3-001/tempDir-001/node1/./collection1_shard1_replica2/data/]
[junit4] 2> 1507649 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1507649 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1507651 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1507651 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1507652 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1507652 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1507653 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@60da2829[collection1_shard1_replica2] main]
[junit4] 2> 1507653 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1507653 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1507655 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7e532644[collection1_shard2_replica2] main]
[junit4] 2> 1507655 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1507655 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1507656 INFO (coreLoadExecutor-6692-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1507656 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 1507656 INFO (searcherExecutor-6693-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher
Searcher@60da2829[collection1_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1507656 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 1507656 INFO (coreLoadExecutor-6692-thread-2) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1507656 INFO (searcherExecutor-6694-thread-1) [ ]
o.a.s.c.SolrCore [collection1_shard2_replica2] Registered new searcher
Searcher@7e532644[collection1_shard2_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1507675 INFO (zkCallback-4554-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1507675 INFO (zkCallback-4548-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1507799 INFO (coreZkRegister-6669-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1507800 INFO (coreZkRegister-6669-thread-2) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1507800 INFO (coreZkRegister-6669-thread-2) [ ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:34398/solr/collection1_shard1_replica1/
[junit4] 2> 1507800 INFO (coreZkRegister-6669-thread-2) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica1
url=https://127.0.0.1:34398/solr START
replicas=[https://127.0.0.1:32935/solr/collection1_shard1_replica2/]
nUpdates=100
[junit4] 2> 1507800 INFO (coreZkRegister-6669-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1507800 INFO (coreZkRegister-6669-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1507800 INFO (coreZkRegister-6669-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:34398/solr/collection1_shard2_replica1/
[junit4] 2> 1507800 INFO (coreZkRegister-6669-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica1
url=https://127.0.0.1:34398/solr START
replicas=[https://127.0.0.1:32935/solr/collection1_shard2_replica2/]
nUpdates=100
[junit4] 2> 1507801 WARN (coreZkRegister-6669-thread-1) [ ]
o.a.s.u.UpdateLog Exception reverse reading log
[junit4] 2> java.io.EOFException
[junit4] 2> at
org.apache.solr.common.util.FastInputStream.readUnsignedByte(FastInputStream.java:72)
[junit4] 2> at
org.apache.solr.common.util.FastInputStream.readInt(FastInputStream.java:230)
[junit4] 2> at
org.apache.solr.update.TransactionLog$FSReverseReader.next(TransactionLog.java:800)
[junit4] 2> at
org.apache.solr.update.UpdateLog$RecentUpdates.update(UpdateLog.java:1245)
[junit4] 2> at
org.apache.solr.update.UpdateLog$RecentUpdates.<init>(UpdateLog.java:1175)
[junit4] 2> at
org.apache.solr.update.UpdateLog.getRecentUpdates(UpdateLog.java:1348)
[junit4] 2> at
org.apache.solr.update.PeerSync.sync(PeerSync.java:262)
[junit4] 2> at
org.apache.solr.cloud.SyncStrategy.syncWithReplicas(SyncStrategy.java:180)
[junit4] 2> at
org.apache.solr.cloud.SyncStrategy.syncReplicas(SyncStrategy.java:129)
[junit4] 2> at
org.apache.solr.cloud.SyncStrategy.sync(SyncStrategy.java:108)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:365)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
[junit4] 2> at
org.apache.solr.cloud.ZkController.joinElection(ZkController.java:1079)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:890)
[junit4] 2> at
org.apache.solr.cloud.ZkController.register(ZkController.java:846)
[junit4] 2> at
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1507854 ERROR (qtp1416723915-21430) [ ]
o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is
either not initialized or shutting down.
[junit4] 2> 1507854 WARN (qtp1416723915-21430) [ ]
o.e.j.s.ServletHandler /solr/collection1_shard1_replica2/get
[junit4] 2> org.apache.solr.common.SolrException: Error processing the
request. CoreContainer is either not initialized or shutting down.
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:311)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:301)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:202)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1507854 ERROR (qtp1416723915-21431) [ ]
o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is
either not initialized or shutting down.
[junit4] 2> 1507854 WARN (qtp1416723915-21431) [ ]
o.e.j.s.ServletHandler /solr/collection1_shard2_replica2/get
[...truncated too long message...]
j.s.AbstractConnector Stopped ServerConnector@520821ca{SSL,[ssl,
http/1.1]}{127.0.0.1:43520}
[junit4] 2> 1556130 INFO (jetty-closer-4604-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=929565802
[junit4] 2> 1556130 INFO (jetty-closer-4604-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@31285d6d{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 1556130 INFO (jetty-closer-4604-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1815273427
[junit4] 2> 1556131 INFO (coreCloseExecutor-6884-thread-1) [ ]
o.a.s.c.SolrCore [solr_9504_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2e55623c
[junit4] 2> 1556131 INFO (coreCloseExecutor-6885-thread-1) [ ]
o.a.s.c.SolrCore [solr_9504_shard1_replica2] CLOSING SolrCore
org.apache.solr.core.SolrCore@7281606e
[junit4] 2> 1556132 INFO (coreCloseExecutor-6885-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.solr_9504.shard1.replica2
[junit4] 2> 1556132 INFO (coreCloseExecutor-6884-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for:
solr.core.solr_9504.shard1.replica1
[junit4] 2> 1556132 INFO (jetty-closer-4604-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=97912534932848646-127.0.0.1:40141_solr-n_0000000001) closing
[junit4] 2> 1556133 INFO
(OverseerStateUpdate-97912534932848646-127.0.0.1:40141_solr-n_0000000001) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40141_solr
[junit4] 2> 1556133 WARN (zkCallback-4626-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1556133 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15bdaee87bb0006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1556133 INFO (jetty-closer-4604-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1556134 INFO (jetty-closer-4604-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7121cd7c{/solr,null,UNAVAILABLE}
[junit4] 2> 1557633 WARN (zkCallback-4615-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1557634 INFO (jetty-closer-4604-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 1557634 INFO (jetty-closer-4604-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@462c23dc{/solr,null,UNAVAILABLE}
[junit4] 2> 1557634 ERROR
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[61550F9BA9F5EFA3]-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> 1557635 INFO
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[61550F9BA9F5EFA3]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39669 39669
[junit4] 2> 1557672 INFO (Thread-3272) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:39669 39669
[junit4] 2> 1557672 WARN (Thread-3272) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 3 /solr/configs/config
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/solr_9504/state.json
[junit4] 2> 4 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 1557673 INFO
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[61550F9BA9F5EFA3]-worker) [
] o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_61550F9BA9F5EFA3-001
[junit4] 2> May 05, 2017 11:25:28 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{_version_=PostingsFormat(name=LuceneVarGapFixedInterval),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{},
maxPointsInLeafNode=1871, maxMBSortInHeap=7.970875522875587,
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ta-MY,
timezone=Asia/Kuching
[junit4] 2> NOTE: Linux 4.4.0-75-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=167501976,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestOrdValues,
TestDistributedSearch, DocValuesMissingTest, TestSolrFieldCacheMBean,
TestNamedUpdateProcessors, UtilsToolTest, BlobRepositoryCloudTest,
HighlighterConfigTest, TestBadConfig, PreAnalyzedFieldManagedSchemaCloudTest,
LeaderElectionIntegrationTest, TestPayloadScoreQParserPlugin,
TestPseudoReturnFields, TestBinaryResponseWriter, TestAtomicUpdateErrorCases,
TestDownShardTolerantSearch, ReplicationFactorTest, SolrGraphiteReporterTest,
TestSolrCloudWithSecureImpersonation, TestRTimerTree, TestLRUStatsCache,
TestSolrCoreProperties, TestFieldCollectionResource, ZkNodePropsTest,
BlockDirectoryTest, CurrencyFieldOpenExchangeTest,
TestSizeLimitedDistributedMap, TestRandomDVFaceting, ClusterStateTest,
TestPerFieldSimilarityWithDefaultOverride, TestRuleBasedAuthorizationPlugin,
TestCopyFieldCollectionResource, TestSSLRandomization, TestRawResponseWriter,
PKIAuthenticationIntegrationTest, SyncSliceTest, TestStressRecovery,
BitVectorTest, TestCloudManagedSchema, TestChildDocTransformer,
TestGraphTermsQParserPlugin, SharedFSAutoReplicaFailoverTest,
TestStressLiveNodes, MissingSegmentRecoveryTest, BaseCdcrDistributedZkTest,
TestFastLRUCache, TestReloadAndDeleteDocs, TestManagedSchemaAPI,
DistanceUnitsTest, AnalysisAfterCoreReloadTest, HighlighterMaxOffsetTest,
RecoveryAfterSoftCommitTest, TestFreeTextSuggestions, CollectionReloadTest,
NotRequiredUniqueKeyTest, TestReplicationHandler, TestCustomStream,
LeaderInitiatedRecoveryOnCommitTest, DeleteNodeTest, SmileWriterTest,
QueryElevationComponentTest, TestCrossCoreJoin,
OverseerCollectionConfigSetProcessorTest, StandardRequestHandlerTest,
TestSolrConfigHandler, TestCSVLoader, TestPivotHelperCode, TestJmxIntegration,
ShufflingReplicaListTransformerTest, TestConfigSetsAPI, TestRandomFlRTGCloud,
TestUseDocValuesAsStored2, ReturnFieldsTest, DocValuesNotIndexedTest,
TestComponentsName, TestManagedStopFilterFactory, CoreAdminCreateDiscoverTest,
TestInfoStreamLogging, TestApiFramework, CloudMLTQParserTest,
FacetPivotSmallTest, MetricUtilsTest, OutputWriterTest,
TestSolrDeletionPolicy2, UniqFieldsUpdateProcessorFactoryTest,
TestCustomDocTransformer, TestLocalFSCloudBackupRestore, TestUninvertingReader,
TestIBSimilarityFactory, JSONWriterTest, PathHierarchyTokenizerFactoryTest,
ResourceLoaderTest, ConfigureRecoveryStrategyTest, TestFastWriter,
CursorMarkTest, DistributedFacetPivotSmallAdvancedTest,
TestSolrConfigHandlerConcurrent, HdfsBasicDistributedZk2Test,
TestQuerySenderNoQuery, TestFieldTypeResource, TestGraphMLResponseWriter,
CdcrUpdateLogTest, TestCoreAdminApis, DistribJoinFromCollectionTest,
InfoHandlerTest, RankQueryTest, SuggestComponentTest, CacheHeaderTest,
HdfsUnloadDistributedZkTest, BlockJoinFacetDistribTest,
TestSolrQueryParserDefaultOperatorResource, TestDocSet,
DistributedSpellCheckComponentTest, TestTrieFacet,
DistributedQueryElevationComponentTest, BasicDistributedZkTest,
BasicDistributedZk2Test, OverseerTest, FullSolrCloudDistribCmdsTest,
ZkSolrClientTest, ShardRoutingCustomTest, AutoCommitTest, TestFaceting,
TestRecovery, TestJoin, TestRangeQuery, TestRemoteStreaming,
XsltUpdateRequestHandlerTest, TestQueryUtils,
DocumentAnalysisRequestHandlerTest, TestOmitPositions,
XmlUpdateRequestHandlerTest, DocumentBuilderTest, RequiredFieldsTest,
RegexBoostProcessorTest, QueryParsingTest, BinaryUpdateRequestHandlerTest,
TestPHPSerializedResponseWriter, SearchHandlerTest, AlternateDirectoryTest,
CopyFieldTest, NumericFieldsTest, ExternalFileFieldSortTest,
SpellPossibilityIteratorTest, SynonymTokenizerTest, TestXIncludeConfig,
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, ScriptEngineTest,
URLClassifyProcessorTest, TestSystemIdResolver, TestSuggestSpellingConverter,
DateFieldTest, SpellingQueryConverterTest, DOMUtilTest, TestLRUCache,
TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest,
FileUtilsTest, DistributedMLTComponentTest, CursorPagingTest,
DistributedIntervalFacetingTest, AliasIntegrationTest,
CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest,
DistributedQueueTest, LeaderElectionContextKeyTest,
LeaderFailoverAfterPartitionTest, NodeMutatorTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest,
PeerSyncReplicationTest, RemoteQueryErrorTest, SolrXmlInZkTest,
TestAuthenticationFramework, TestCloudRecovery,
TestDeleteCollectionOnDownNodes, TestLeaderElectionWithEmptyReplica]
[junit4] Completed [531/711 (2!)] on J0 in 12.10s, 1 test, 1 failure <<<
FAILURES!
[...truncated 36933 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]