Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6823/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED:
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests
Error Message:
DeleteCollection did not complete expected same:<COMPLETED> was not:<FAILED>
Stack Trace:
java.lang.AssertionError: DeleteCollection did not complete expected
same:<COMPLETED> was not:<FAILED>
at
__randomizedtesting.SeedInfo.seed([7780120901B9DB52:93C42EBEA711958D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotSame(Assert.java:641)
at org.junit.Assert.assertSame(Assert.java:580)
at
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader
Error Message:
Doc with id=1 not found in
http://127.0.0.1:61232/ltx/forceleader_test_collection due to: Path not found:
/id; rsp={doc=null}
Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in
http://127.0.0.1:61232/ltx/forceleader_test_collection due to: Path not found:
/id; rsp={doc=null}
at
__randomizedtesting.SeedInfo.seed([7780120901B9DB52:911726C9383B2233]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
at
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11401 lines...]
[junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\init-core-data-001
[junit4] 2> 687625 INFO
(SUITE-ForceLeaderTest-seed#[7780120901B9DB52]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 687628 INFO
(SUITE-ForceLeaderTest-seed#[7780120901B9DB52]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 687628 INFO
(SUITE-ForceLeaderTest-seed#[7780120901B9DB52]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 687628 INFO
(SUITE-ForceLeaderTest-seed#[7780120901B9DB52]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ltx/
[junit4] 2> 687631 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 687632 INFO (Thread-1541) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 687632 INFO (Thread-1541) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 687638 ERROR (Thread-1541) [ ] 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> 687732 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.ZkTestServer start zk server on port:60612
[junit4] 2> 687755 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 687759 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 687761 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 687764 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 687766 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 687768 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 687771 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 687773 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 687775 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 687778 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 687780 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 687784 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless
explicitly asked otherwise
[junit4] 2> 687784 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 0x15de20a88350001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 688499 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 688499 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@442ec4b{/ltx,null,AVAILABLE}
[junit4] 2> 688501 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@6f3e1269{HTTP/1.1,[http/1.1]}{127.0.0.1:60623}
[junit4] 2> 688501 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server Started @696559ms
[junit4] 2> 688501 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\tempDir-001/control/data,
replicaType=NRT, hostContext=/ltx, hostPort=60622,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\control-001\cores}
[junit4] 2> 688502 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 688502 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 688502 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 688502 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 688502 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T18:38:48.213Z
[junit4] 2> 688509 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 688509 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\control-001\solr.xml
[junit4] 2> 688520 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 688527 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60612/solr
[junit4] 2> 688531 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 0x15de20a88350003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 688667 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 688667 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:60622_ltx
[junit4] 2> 688668 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.c.Overseer Overseer
(id=98483301734744068-127.0.0.1:60622_ltx-n_0000000000) starting
[junit4] 2> 688678 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60622_ltx
[junit4] 2> 688680 INFO
(OverseerStateUpdate-98483301734744068-127.0.0.1:60622_ltx-n_0000000000)
[n:127.0.0.1:60622_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 688825 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 688825 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 688825 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 688843 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60622_ltx ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\control-001\cores
[junit4] 2> 688885 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 688885 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60612/solr
ready
[junit4] 2> 688885 INFO (SocketProxy-Acceptor-60622) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60638,localport=60622], receiveBufferSize:65536
[junit4] 2> 688890 INFO (SocketProxy-Acceptor-60622) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60623,localport=60639], receiveBufferSize=65536
[junit4] 2> 688891 INFO (qtp1981803108-6619) [n:127.0.0.1:60622_ltx ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60622_ltx&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 688896 INFO
(OverseerThreadFactory-2624-thread-1-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 689004 INFO (SocketProxy-Acceptor-60622) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60643,localport=60622], receiveBufferSize:65536
[junit4] 2> 689004 INFO (SocketProxy-Acceptor-60622) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60623,localport=60644], receiveBufferSize=65536
[junit4] 2> 689007 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 689008 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 689119 INFO
(zkCallback-1081-thread-1-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 690037 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 690049 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 690179 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 690201 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 690201 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 690202 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 690202 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\control-001\cores\control_collection_shard1_replica_n1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\control-001\cores\control_collection_shard1_replica_n1\data\]
[junit4] 2> 690204 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 690206 WARN (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 690304 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 690304 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 690305 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 690305 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 690307 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=97.5654296875,
floorSegmentMB=1.01953125, forceMergeDeletesPctAllowed=11.836872422657862,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7217115328872558
[junit4] 2> 690307 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@62c1727e[control_collection_shard1_replica_n1] main]
[junit4] 2> 690309 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 690309 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 690310 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 690310 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1575732830557700096
[junit4] 2> 690313 INFO
(searcherExecutor-2627-thread-1-processing-n:127.0.0.1:60622_ltx
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:60622_ltx c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@62c1727e[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 690322 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 690322 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 690322 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:60622/ltx/control_collection_shard1_replica_n1/
[junit4] 2> 690322 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 690322 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:60622/ltx/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 690322 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 690328 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60622/ltx/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 690434 INFO
(zkCallback-1081-thread-1-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 690482 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 690484 INFO (qtp1981803108-6614) [n:127.0.0.1:60622_ltx
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1477
[junit4] 2> 690488 INFO (qtp1981803108-6619) [n:127.0.0.1:60622_ltx ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 690589 INFO
(zkCallback-1081-thread-1-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 690907 INFO
(OverseerCollectionConfigSetProcessor-98483301734744068-127.0.0.1:60622_ltx-n_0000000000)
[n:127.0.0.1:60622_ltx ] 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> 691490 INFO (qtp1981803108-6619) [n:127.0.0.1:60622_ltx ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60622_ltx&wt=javabin&version=2}
status=0 QTime=2597
[junit4] 2> 691504 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 691506 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60612/solr
ready
[junit4] 2> 691506 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 691506 INFO (SocketProxy-Acceptor-60622) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60661,localport=60622], receiveBufferSize:65536
[junit4] 2> 691507 INFO (SocketProxy-Acceptor-60622) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60623,localport=60662], receiveBufferSize=65536
[junit4] 2> 691507 INFO (qtp1981803108-6611) [n:127.0.0.1:60622_ltx ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 691512 INFO
(OverseerThreadFactory-2624-thread-2-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 691513 WARN
(OverseerThreadFactory-2624-thread-2-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.CreateCollectionCmd It is unusual to create
a collection (collection1) without cores.
[junit4] 2> 691719 INFO (qtp1981803108-6611) [n:127.0.0.1:60622_ltx ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 691720 INFO (qtp1981803108-6611) [n:127.0.0.1:60622_ltx ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=212
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-1-001
of type TLOG
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5d6ee8d2{/ltx,null,AVAILABLE}
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@1a283040{HTTP/1.1,[http/1.1]}{127.0.0.1:60684}
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server Started @700629ms
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ltx, hostPort=60683,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-1-001\cores}
[junit4] 2> 692569 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 692569 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T18:38:52.280Z
[junit4] 2> 692582 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 692582 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-1-001\solr.xml
[junit4] 2> 692602 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 692612 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60612/solr
[junit4] 2> 692616 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 0x15de20a88350008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 692630 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60683_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 692635 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60683_ltx ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 692638 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60683_ltx ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60683_ltx
[junit4] 2> 692642 INFO
(zkCallback-1081-thread-1-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 692643 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 692644 INFO (zkCallback-1088-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 692864 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60683_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 692874 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60683_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 692874 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60683_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 692877 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60683_ltx ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-1-001\cores
[junit4] 2> 692901 INFO (qtp1981803108-6610) [n:127.0.0.1:60622_ltx ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:60683_ltx&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 692904 INFO
(OverseerCollectionConfigSetProcessor-98483301734744068-127.0.0.1:60622_ltx-n_0000000000)
[n:127.0.0.1:60622_ltx ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 692904 INFO
(OverseerThreadFactory-2624-thread-3-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:60683_ltx for creating new replica
[junit4] 2> 692908 INFO (SocketProxy-Acceptor-60683) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60703,localport=60683], receiveBufferSize:65536
[junit4] 2> 692908 INFO (SocketProxy-Acceptor-60683) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60684,localport=60704], receiveBufferSize=65536
[junit4] 2> 692910 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 692911 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 693020 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] 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> 693934 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 693945 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 694076 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 694100 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from
collection collection1, trusted=true
[junit4] 2> 694100 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t41' (registry
'solr.core.collection1.shard2.replica_t41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 694101 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 694101 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-1-001\cores\collection1_shard2_replica_t41],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-1-001\cores\collection1_shard2_replica_t41\data\]
[junit4] 2> 694102 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 694104 WARN (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 694175 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 694175 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 694176 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 694176 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 694176 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=97.5654296875,
floorSegmentMB=1.01953125, forceMergeDeletesPctAllowed=11.836872422657862,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7217115328872558
[junit4] 2> 694177 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@648df63c[collection1_shard2_replica_t41] main]
[junit4] 2> 694178 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 694179 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 694179 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 694179 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1575732834614640640
[junit4] 2> 694180 INFO
(searcherExecutor-2638-thread-1-processing-n:127.0.0.1:60683_ltx
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@648df63c[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 694189 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 694189 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 694189 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:60683/ltx/collection1_shard2_replica_t41/
[junit4] 2> 694189 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 694189 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:60683/ltx/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 694189 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 694189 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
collection1_shard2_replica_t41 stopping background replication from leader
[junit4] 2> 694192 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60683/ltx/collection1_shard2_replica_t41/ shard2
[junit4] 2> 694299 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] 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> 694347 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 694348 INFO (qtp1240075242-6669) [n:127.0.0.1:60683_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1437
[junit4] 2> 694351 INFO (qtp1981803108-6610) [n:127.0.0.1:60622_ltx ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:60683_ltx&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1449
[junit4] 2> 694453 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] 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> 694907 INFO
(OverseerCollectionConfigSetProcessor-98483301734744068-127.0.0.1:60622_ltx-n_0000000000)
[n:127.0.0.1:60622_ltx ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 695008 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-2-001
of type TLOG
[junit4] 2> 695009 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 695009 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6b88dc32{/ltx,null,AVAILABLE}
[junit4] 2> 695011 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@74d10f2d{HTTP/1.1,[http/1.1]}{127.0.0.1:60710}
[junit4] 2> 695011 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server Started @703069ms
[junit4] 2> 695011 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ltx, hostPort=60709,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-2-001\cores}
[junit4] 2> 695012 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 695012 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 695012 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 695012 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 695012 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T18:38:54.723Z
[junit4] 2> 695017 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 0x15de20a8835000a, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 695017 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 695017 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-2-001\solr.xml
[junit4] 2> 695026 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 695031 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60612/solr
[junit4] 2> 695035 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 0x15de20a8835000b, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 695046 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60709_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 695049 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60709_ltx ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 695052 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60709_ltx ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60709_ltx
[junit4] 2> 695053 INFO (zkCallback-1088-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 695054 INFO
(zkCallback-1081-thread-1-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 695055 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:60709_ltx)
[n:127.0.0.1:60709_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 695055 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 695198 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60709_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 695207 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60709_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 695207 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60709_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 695209 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60709_ltx ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-2-001\cores
[junit4] 2> 695242 INFO (SocketProxy-Acceptor-60709) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60725,localport=60709], receiveBufferSize:65536
[junit4] 2> 695242 INFO (SocketProxy-Acceptor-60709) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60710,localport=60726], receiveBufferSize=65536
[junit4] 2> 695244 INFO (qtp2054179248-6697) [n:127.0.0.1:60709_ltx ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:60709_ltx&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 695247 INFO
(OverseerThreadFactory-2624-thread-4-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:60709_ltx for creating new replica
[junit4] 2> 695250 INFO (SocketProxy-Acceptor-60709) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60727,localport=60709], receiveBufferSize:65536
[junit4] 2> 695250 INFO (SocketProxy-Acceptor-60709) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60710,localport=60728], receiveBufferSize=65536
[junit4] 2> 695250 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 695251 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 695359 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:60709_ltx)
[n:127.0.0.1:60709_ltx ] 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: [3])
[junit4] 2> 695360 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] 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: [3])
[junit4] 2> 696285 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 696299 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
[collection1_shard1_replica_t43] Schema name=test
[junit4] 2> 696434 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 696463 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from
collection collection1, trusted=true
[junit4] 2> 696463 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t43' (registry
'solr.core.collection1.shard1.replica_t43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 696463 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 696465 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[[collection1_shard1_replica_t43] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-2-001\cores\collection1_shard1_replica_t43],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-2-001\cores\collection1_shard1_replica_t43\data\]
[junit4] 2> 696466 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 696468 WARN (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 696551 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 696551 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 696554 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 696554 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 696555 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=97.5654296875,
floorSegmentMB=1.01953125, forceMergeDeletesPctAllowed=11.836872422657862,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7217115328872558
[junit4] 2> 696555 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@67167f30[collection1_shard1_replica_t43] main]
[junit4] 2> 696557 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 696558 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 696559 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 696559 INFO
(searcherExecutor-2649-thread-1-processing-n:127.0.0.1:60709_ltx
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[collection1_shard1_replica_t43] Registered new searcher
Searcher@67167f30[collection1_shard1_replica_t43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 696559 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1575732837110251520
[junit4] 2> 696567 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 696567 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 696567 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:60709/ltx/collection1_shard1_replica_t43/
[junit4] 2> 696567 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 696567 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
http://127.0.0.1:60709/ltx/collection1_shard1_replica_t43/ has no replicas
[junit4] 2> 696567 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 696567 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
collection1_shard1_replica_t43 stopping background replication from leader
[junit4] 2> 696573 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:60709/ltx/collection1_shard1_replica_t43/ shard1
[junit4] 2> 696677 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] 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: [3])
[junit4] 2> 696677 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:60709_ltx)
[n:127.0.0.1:60709_ltx ] 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: [3])
[junit4] 2> 696724 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 696726 INFO (qtp2054179248-6699) [n:127.0.0.1:60709_ltx
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1475
[junit4] 2> 696728 INFO (qtp2054179248-6697) [n:127.0.0.1:60709_ltx ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:60709_ltx&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1484
[junit4] 2> 696829 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] 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: [3])
[junit4] 2> 696829 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:60709_ltx)
[n:127.0.0.1:60709_ltx ] 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: [3])
[junit4] 2> 697247 INFO
(OverseerCollectionConfigSetProcessor-98483301734744068-127.0.0.1:60622_ltx-n_0000000000)
[n:127.0.0.1:60622_ltx ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 697527 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-3-001
of type TLOG
[junit4] 2> 697528 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 697529 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@558510ec{/ltx,null,AVAILABLE}
[junit4] 2> 697530 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@42108c49{HTTP/1.1,[http/1.1]}{127.0.0.1:60790}
[junit4] 2> 697530 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.e.j.s.Server Started @705588ms
[junit4] 2> 697530 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ltx, hostPort=60789,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-3-001\cores}
[junit4] 2> 697530 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 697530 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 697530 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 697530 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 697530 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T18:38:57.241Z
[junit4] 2> 697600 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 697600 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-3-001\solr.xml
[junit4] 2> 697615 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 697622 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60612/solr
[junit4] 2> 697671 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60789_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 697674 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60789_ltx ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 697695 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60789_ltx ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:60789_ltx
[junit4] 2> 697698 INFO
(zkCallback-1081-thread-1-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 697700 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:60709_ltx)
[n:127.0.0.1:60709_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 697705 INFO
(zkCallback-1105-thread-1-processing-n:127.0.0.1:60789_ltx)
[n:127.0.0.1:60789_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 697706 INFO (zkCallback-1088-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 697706 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 697826 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60789_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 697837 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60789_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 697838 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60789_ltx ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 697839 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[7780120901B9DB52])
[n:127.0.0.1:60789_ltx ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-3-001\cores
[junit4] 2> 697899 INFO (SocketProxy-Acceptor-60789) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60802,localport=60789], receiveBufferSize:65536
[junit4] 2> 697900 INFO (SocketProxy-Acceptor-60789) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60790,localport=60803], receiveBufferSize=65536
[junit4] 2> 697903 INFO (qtp615984946-6740) [n:127.0.0.1:60789_ltx ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:60789_ltx&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 697907 INFO
(OverseerThreadFactory-2624-thread-5-processing-n:127.0.0.1:60622_ltx)
[n:127.0.0.1:60622_ltx ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:60789_ltx for creating new replica
[junit4] 2> 697910 INFO (SocketProxy-Acceptor-60789) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60804,localport=60789], receiveBufferSize:65536
[junit4] 2> 697910 INFO (SocketProxy-Acceptor-60789) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=60790,localport=60805], receiveBufferSize=65536
[junit4] 2> 697911 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 697912 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 698024 INFO
(zkCallback-1093-thread-1-processing-n:127.0.0.1:60683_ltx)
[n:127.0.0.1:60683_ltx ] 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: [4])
[junit4] 2> 698024 INFO
(zkCallback-1099-thread-1-processing-n:127.0.0.1:60709_ltx)
[n:127.0.0.1:60709_ltx ] 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: [4])
[junit4] 2> 698024 INFO
(zkCallback-1105-thread-1-processing-n:127.0.0.1:60789_ltx)
[n:127.0.0.1:60789_ltx ] 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: [4])
[junit4] 2> 698960 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 699031 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
[collection1_shard2_replica_t45] Schema name=test
[junit4] 2> 699180 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 699217 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from
collection collection1, trusted=true
[junit4] 2> 699217 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t45' (registry
'solr.core.collection1.shard2.replica_t45') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2767e4c1
[junit4] 2> 699218 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 699218 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
[[collection1_shard2_replica_t45] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-3-001\cores\collection1_shard2_replica_t45],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ForceLeaderTest_7780120901B9DB52-001\shard-3-001\cores\collection1_shard2_replica_t45\data\]
[junit4] 2> 699221 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 699223 WARN (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 699332 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 699332 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 699333 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 699333 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 699333 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=15, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=97.5654296875,
floorSegmentMB=1.01953125, forceMergeDeletesPctAllowed=11.836872422657862,
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7217115328872558
[junit4] 2> 699333 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@cc75944[collection1_shard2_replica_t45] main]
[junit4] 2> 699345 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 699346 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 699347 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 699347 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1575732840033681408
[junit4] 2> 699348 INFO
(searcherExecutor-2660-thread-1-processing-n:127.0.0.1:60789_ltx
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
[collection1_shard2_replica_t45] Registered new searcher
Searcher@cc75944[collection1_shard2_replica_t45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 699360 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_t45
[junit4] 2> 699360 INFO
(updateExecutor-1102-thread-1-processing-n:127.0.0.1:60789_ltx
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 699361 INFO (qtp615984946-6736) [n:127.0.0.1:60789_ltx
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1449
[junit4] 2> 699361 INFO
(recoveryExecutor-1103-thread-1-processing-n:127.0.0.1:60789_ltx
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:60789_ltx c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 699362 INFO
(recoveryExecutor-1103-thread-1-processing-n:127.0.0.1:60789_ltx
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:60789_ltx c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 699362 INFO
(recoveryExecutor-1103-thread-1-processing-n:127.0.0.1:60789_lt
[...truncated too long message...]
llection.testasynccollectioncreation.shard1_1.leader, tag=964136459
[junit4] 2> 2054613 INFO (coreCloseExecutor-8286-thread-2)
[n:127.0.0.1:54282_solr c:testasynccollectioncreation s:shard1_0 r:core_node7
x:testasynccollectioncreation_shard1_0_replica_n5] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.testasynccollectioncreation.shard1_0.replica_n5,
tag=1534925933
[junit4] 2> 2054613 INFO (coreCloseExecutor-8286-thread-2)
[n:127.0.0.1:54282_solr c:testasynccollectioncreation s:shard1_0 r:core_node7
x:testasynccollectioncreation_shard1_0_replica_n5] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52f17383:
rootName = solr_54282, domain =
solr.core.testasynccollectioncreation.shard1_0.replica_n5, service url = null,
agent id = null] for registry
solr.core.testasynccollectioncreation.shard1_0.replica_n5 / null
[junit4] 2> 2054613 INFO (coreCloseExecutor-8286-thread-2)
[n:127.0.0.1:54282_solr c:testasynccollectioncreation s:shard1_0 r:core_node7
x:testasynccollectioncreation_shard1_0_replica_n5] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.testasynccollectioncreation.shard1_0.leader,
tag=1534925933
[junit4] 2> 2054617 WARN
(zkCallback-2903-thread-2-processing-n:127.0.0.1:54282_solr)
[n:127.0.0.1:54282_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2054617 INFO (jetty-closer-2892-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4f0035a4{/solr,null,UNAVAILABLE}
[junit4] 2> 2054618 ERROR
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[7780120901B9DB52]-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> 2054618 INFO
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[7780120901B9DB52]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:54278 54278
[junit4] 2> 2054620 INFO (Thread-4086) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:54278 54278
[junit4] 2> 2054621 WARN (Thread-4086) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 48
/solr/collections/testasynccollectioncreation/state.json
[junit4] 2> 34 /solr/collections/testAsyncOperations/state.json
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_7780120901B9DB52-001
[junit4] 2> Aug 14, 2017 7:01:34 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 3 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {id=FST50,
_route_=FSTOrd50}, docValues:{}, maxPointsInLeafNode=342,
maxMBSortInHeap=5.466455733489379, sim=RandomSimilarity(queryNorm=false): {},
locale=es-SV, timezone=Europe/Tallinn
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=1,free=287663664,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [V2ApiIntegrationTest,
ImplicitSnitchTest, TestAddFieldRealTimeGet, ChaosMonkeySafeLeaderTest,
TestWordDelimiterFilterFactory, OverseerModifyCollectionTest,
LeaderElectionIntegrationTest, DocumentBuilderTest, TestRealTimeGet,
ZkSolrClientTest, EchoParamsTest, TestMacros, PingRequestHandlerTest,
SecurityConfHandlerTest, SolrCmdDistributorTest, HdfsUnloadDistributedZkTest,
CdcrVersionReplicationTest, CleanupOldIndexTest, TestXmlQParserPlugin,
PeerSyncWithIndexFingerprintCachingTest, LeaderFailoverAfterPartitionTest,
CdcrReplicationHandlerTest, BadComponentTest, DistributedExpandComponentTest,
TestSolrCoreParser, BlockJoinFacetRandomTest, SuggesterFSTTest,
AsyncCallRequestStatusResponseTest, DocValuesMissingTest,
TestConfigSetsAPIExclusivity, PluginInfoTest, SolrMetricReporterTest,
RankQueryTest, TestConfigSetImmutable, CheckHdfsIndexTest,
SchemaVersionSpecificBehaviorTest, TestTrieFacet,
TestTolerantUpdateProcessorRandomCloud, TestLegacyTerms, TermsComponentTest,
TestBlendedInfixSuggestions, OverriddenZkACLAndCredentialsProvidersTest,
TestLMJelinekMercerSimilarityFactory, DocExpirationUpdateProcessorFactoryTest,
TestConfigSets, TestStreamBody, TestSuggestSpellingConverter,
HdfsDirectoryFactoryTest, ShowFileRequestHandlerTest,
UUIDUpdateProcessorFallbackTest, TestSchemaSimilarityResource,
TestRebalanceLeaders, TestPivotHelperCode, TestDocSet, TestCustomSort,
CloudMLTQParserTest, TestCoreAdminApis, AutoScalingHandlerTest,
MigrateRouteKeyTest, FullSolrCloudDistribCmdsTest, TestNoOpRegenerator,
TestRTimerTree, TestDistributedGrouping, OpenExchangeRatesOrgProviderTest,
TestDocumentBuilder, TestAnalyzedSuggestions, SimpleCollectionCreateDeleteTest,
TestSearcherReuse, TestHdfsUpdateLog, TestCloudSchemaless,
PKIAuthenticationIntegrationTest, SpellCheckComponentTest,
DistribCursorPagingTest, TestSolrCoreSnapshots, TestNumericRangeQuery32,
DistributedMLTComponentTest, JavabinLoaderTest, QueryEqualityTest,
TestBulkSchemaAPI, CollectionTooManyReplicasTest, JsonLoaderTest,
TestFieldCacheVsDocValues, DocumentAnalysisRequestHandlerTest,
TestFilteredDocIdSet, TestQueryUtils, TestFastWriter, SolrShardReporterTest,
TestLockTree, HdfsCollectionsAPIDistributedZkTest, ForceLeaderTest,
SearchHandlerTest, CreateCollectionCleanupTest, FileBasedSpellCheckerTest,
BadIndexSchemaTest, TestTrie, TestPostingsSolrHighlighter, TestReload,
TestFieldCacheSort, TestSubQueryTransformer, CurrencyFieldTypeTest,
DOMUtilTest, TestSolrIndexConfig, TestManagedSchemaAPI, TestCloudInspectUtil,
DistributedFacetPivotSmallAdvancedTest, SuggesterTSTTest,
TestLeaderElectionWithEmptyReplica, TestRandomFlRTGCloud,
TermVectorComponentDistributedTest, TestRawResponseWriter,
DistributedQueryElevationComponentTest, MoveReplicaHDFSTest,
TestPerFieldSimilarity, OpenCloseCoreStressTest, TestConfigReload,
TestHashQParserPlugin, AutoCommitTest, TestImplicitCoreProperties,
TestClassicSimilarityFactory, TestSSLRandomization, AnalyticsQueryTest,
FacetPivotSmallTest, ZkNodePropsTest, DistribJoinFromCollectionTest,
RollingRestartTest, CollectionReloadTest, JvmMetricsTest,
TestSQLHandlerNonCloud, TestNumericTokenStream, TestRecovery,
TestNumericTerms64, LoggingHandlerTest, TestCoreDiscovery,
TestDocBasedVersionConstraints, TestSolrConfigHandlerConcurrent,
StatsComponentTest, TestCloudRecovery, SolrGangliaReporterTest,
DirectSolrSpellCheckerTest, TestZkChroot, TestExclusionRuleCollectionAccess,
TestManagedStopFilterFactory, HdfsRestartWhileUpdatingTest,
SolrJmxReporterCloudTest, BJQParserTest, AssignBackwardCompatibilityTest,
OverseerStatusTest, TestLegacyNumericRangeQueryBuilder, HttpPartitionTest,
DistributedFacetPivotWhiteBoxTest, ManagedSchemaRoundRobinCloudTest,
SharedFSAutoReplicaFailoverTest, MoveReplicaTest,
BigEndianAscendingWordSerializerTest, TestCustomStream,
TestInPlaceUpdatesStandalone, TestSolr4Spatial, PeerSyncReplicationTest,
TestMaxTokenLenTokenizer, BooleanFieldTest, TestQueryWrapperFilter,
TestPKIAuthenticationPlugin, TestFreeTextSuggestions, ZkStateReaderTest,
TestBulkSchemaConcurrent, TestMissingGroups, TestFastLRUCache,
ExternalFileFieldSortTest, TestReplicationHandlerBackup,
TestSolrDeletionPolicy1, TestShortCircuitedRequests, SOLR749Test,
MoreLikeThisHandlerTest, TestUnifiedSolrHighlighter,
ChaosMonkeySafeLeaderWithPullReplicasTest, BasicDistributedZkTest,
BasicDistributedZk2Test, SyncSliceTest, ShardRoutingTest, RecoveryZkTest,
TestRandomFaceting, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest,
TestFaceting, TestJoin, HardAutoCommitTest, DistributedTermsComponentTest,
TestCoreContainer, TestGroupingSearch, QueryElevationComponentTest,
TestFunctionQuery, TestBadConfig, SoftAutoCommitTest, SimplePostToolTest,
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, CoreAdminHandlerTest,
TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader,
PolyFieldTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest,
FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest,
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest,
DocValuesMultiTest, DebugComponentTest, IndexBasedSpellCheckerTest,
DisMaxRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest,
TestOmitPositions, TestValueSourceCache, TermVectorComponentTest,
TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest,
UpdateRequestProcessorFactoryTest, MBeansHandlerTest,
TestPartialUpdateDeduplication, UpdateParamsTest, SolrIndexConfigTest,
MultiTermTest, SampleTest, TestBinaryField, TestSearchPerf, TestConfig,
TestFuzzyAnalyzedSuggestions, TestLuceneMatchVersion, SynonymTokenizerTest,
TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory,
TestFastOutputStream, PreAnalyzedFieldTest, RAMDirectoryFactoryTest,
TestLRUCache, SystemInfoHandlerTest, CircularListTest, CursorPagingTest,
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
TestSimpleTrackingShardHandler, AliasIntegrationTest,
CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest,
CollectionsAPIAsyncDistributedZkTest]
[junit4] Completed [499/730 (2!)] on J1 in 70.43s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 44047 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]