Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Windows/30/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED:
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster
Error Message:
Document mismatch on target after sync expected:<2000> but was:<1100>
Stack Trace:
java.lang.AssertionError: Document mismatch on target after sync
expected:<2000> but was:<1100>
at
__randomizedtesting.SeedInfo.seed([915429EC094AB06B:451162B5EE1C0390]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
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.core.TestDynamicLoading.testDynamicLoading
Error Message:
Could not get expected value
'org.apache.solr.core.BlobStoreTestRequestHandler' for path
'overlay/requestHandler/\/test1/class' full output: { "responseHeader":{
"status":0, "QTime":0}, "overlay":{ "znodeVersion":0,
"runtimeLib":{"colltest":{ "name":"colltest", "version":1}}}},
from server: null
Stack Trace:
java.lang.AssertionError: Could not get expected value
'org.apache.solr.core.BlobStoreTestRequestHandler' for path
'overlay/requestHandler/\/test1/class' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"overlay":{
"znodeVersion":0,
"runtimeLib":{"colltest":{
"name":"colltest",
"version":1}}}}, from server: null
at
__randomizedtesting.SeedInfo.seed([915429EC094AB06B:491904BBFE9715CB]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
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 11431 lines...]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\init-core-data-001
[junit4] 2> 552999 INFO
(SUITE-TestDynamicLoading-seed#[915429EC094AB06B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 553001 INFO
(SUITE-TestDynamicLoading-seed#[915429EC094AB06B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 553001 INFO
(SUITE-TestDynamicLoading-seed#[915429EC094AB06B]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 553003 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 553003 INFO (Thread-1264) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 553003 INFO (Thread-1264) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 553006 ERROR (Thread-1264) [ ] 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> 553104 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:57105
[junit4] 2> 553121 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 553124 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 553127 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 553129 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 553131 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 553133 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 553135 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 553137 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 553139 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 553141 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 553144 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 553454 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores\collection1
[junit4] 2> 553456 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 553456 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@45b00b60{/,null,AVAILABLE}
[junit4] 2> 553459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3b7150a1{HTTP/1.1,[http/1.1]}{127.0.0.1:57112}
[junit4] 2> 553459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server Started @558268ms
[junit4] 2> 553459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/control/data,
hostContext=/, hostPort=57112,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores}
[junit4] 2> 553459 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 553459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.1
[junit4] 2> 553459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 553459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 553459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-23T20:39:53.297Z
[junit4] 2> 553463 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 0x15e10d2a10b0002, 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> 553463 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 553463 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\solr.xml
[junit4] 2> 553471 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 553472 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
[junit4] 2> 553475 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 0x15e10d2a10b0003, 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> 553490 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57112_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 553491 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57112_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:57112_
[junit4] 2> 553492 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57112_ ] o.a.s.c.Overseer Overseer
(id=98534738679758852-127.0.0.1:57112_-n_0000000000) starting
[junit4] 2> 553496 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57112_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57112_
[junit4] 2> 553499 INFO
(OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000)
[n:127.0.0.1:57112_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 553584 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57112_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores
[junit4] 2> 553584 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57112_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 553585 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 553586 INFO
(OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000)
[n:127.0.0.1:57112_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 553606 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.6.1
[junit4] 2> 553616 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 553700 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 553712 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection, trusted=true
[junit4] 2> 553712 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 553712 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\control-001\cores\collection1\data\]
[junit4] 2> 553712 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
[junit4] 2> 553713 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 553716 WARN
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
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> 553790 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 553790 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 553790 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 553790 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 553790 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 553791 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1ec513d1[collection1] main]
[junit4] 2> 553792 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 553792 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 553792 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 553793 INFO
(searcherExecutor-2375-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1ec513d1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 553793 INFO
(coreLoadExecutor-2374-thread-1-processing-n:127.0.0.1:57112_)
[n:127.0.0.1:57112_ c:control_collection x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1576555819702419456
[junit4] 2> 553799 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 553799 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 553799 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57112/collection1/
[junit4] 2> 553799 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 553799 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:57112/collection1/ has no replicas
[junit4] 2> 553799 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 553802 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:57112/collection1/ shard1
[junit4] 2> 553954 INFO
(coreZkRegister-2367-thread-1-processing-n:127.0.0.1:57112_ x:collection1
c:control_collection) [n:127.0.0.1:57112_ c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 554107 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 554108 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57105/solr ready
[junit4] 2> 554108 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 554108 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 554113 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 0x15e10d2a10b0006, 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> 554456 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores\collection1
[junit4] 2> 554459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001
[junit4] 2> 554459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 554459 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@626e2f4b{/,null,AVAILABLE}
[junit4] 2> 554460 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@33ba9061{HTTP/1.1,[http/1.1]}{127.0.0.1:57139}
[junit4] 2> 554460 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server Started @559269ms
[junit4] 2> 554460 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57139,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores}
[junit4] 2> 554460 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 554460 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.1
[junit4] 2> 554460 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 554460 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 554460 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-23T20:39:54.298Z
[junit4] 2> 554464 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 0x15e10d2a10b0007, 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> 554464 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 554464 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\solr.xml
[junit4] 2> 554473 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 554474 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
[junit4] 2> 554485 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57139_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 554486 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57139_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 554488 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57139_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57139_
[junit4] 2> 554489 INFO
(zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 554490 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 554490 INFO (zkCallback-1592-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 554587 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57139_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores
[junit4] 2> 554588 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57139_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 554600 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 554600 INFO
(OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000)
[n:127.0.0.1:57112_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 554703 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 555637 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.1
[junit4] 2> 555651 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 555737 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 555749 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 555749 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 555749 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-1-001\cores\collection1\data\]
[junit4] 2> 555750 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
[junit4] 2> 555751 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 555754 WARN
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] 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> 555813 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 555813 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 555813 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 555813 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 555815 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=29,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 555815 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@622630cf[collection1] main]
[junit4] 2> 555817 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 555817 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 555817 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 555818 INFO
(searcherExecutor-2386-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@622630cf[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 555818 INFO
(coreLoadExecutor-2385-thread-1-processing-n:127.0.0.1:57139_)
[n:127.0.0.1:57139_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1576555821825785856
[junit4] 2> 555824 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 555824 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 555824 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57139/collection1/
[junit4] 2> 555824 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 555824 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57139/collection1/ has no
replicas
[junit4] 2> 555824 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 555827 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57139/collection1/ shard2
[junit4] 2> 555930 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 555979 INFO
(coreZkRegister-2380-thread-1-processing-n:127.0.0.1:57139_ x:collection1
c:collection1) [n:127.0.0.1:57139_ c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 556083 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 556407 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores\collection1
[junit4] 2> 556408 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001
[junit4] 2> 556409 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 556409 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@37c7947a{/,null,AVAILABLE}
[junit4] 2> 556410 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@3e41cdee{HTTP/1.1,[http/1.1]}{127.0.0.1:57164}
[junit4] 2> 556411 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server Started @561220ms
[junit4] 2> 556411 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57164,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores}
[junit4] 2> 556411 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 556411 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.1
[junit4] 2> 556411 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 556411 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 556411 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-23T20:39:56.249Z
[junit4] 2> 556414 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 556414 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 0x15e10d2a10b000a, 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> 556414 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\solr.xml
[junit4] 2> 556422 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 556423 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
[junit4] 2> 556426 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 0x15e10d2a10b000b, 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> 556432 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57164_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 556434 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57164_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 556436 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57164_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57164_
[junit4] 2> 556445 INFO
(zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 556445 INFO (zkCallback-1592-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 556445 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 556446 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 556524 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57164_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores
[junit4] 2> 556524 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57164_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 556525 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 556527 INFO
(OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000)
[n:127.0.0.1:57112_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 556630 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 556630 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] 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> 557587 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.1
[junit4] 2> 557598 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 557676 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 557689 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 557689 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 557689 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-2-001\cores\collection1\data\]
[junit4] 2> 557689 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
[junit4] 2> 557691 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 557695 WARN
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] 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> 557756 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 557756 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 557757 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 557757 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 557757 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=29,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 557758 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@2fb469df[collection1] main]
[junit4] 2> 557769 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 557769 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 557769 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 557770 INFO
(searcherExecutor-2397-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2fb469df[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 557770 INFO
(coreLoadExecutor-2396-thread-1-processing-n:127.0.0.1:57164_)
[n:127.0.0.1:57164_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1576555823872606208
[junit4] 2> 557776 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 557776 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 557776 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57164/collection1/
[junit4] 2> 557776 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 557776 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57164/collection1/ has no
replicas
[junit4] 2> 557776 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 557779 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57164/collection1/ shard1
[junit4] 2> 557883 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 557883 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] 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> 557931 INFO
(coreZkRegister-2391-thread-1-processing-n:127.0.0.1:57164_ x:collection1
c:collection1) [n:127.0.0.1:57164_ c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 558035 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 558036 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] 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> 558369 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores\collection1
[junit4] 2> 558371 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001
[junit4] 2> 558371 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 558372 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@50afe9b3{/,null,AVAILABLE}
[junit4] 2> 558372 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6f2bd37c{HTTP/1.1,[http/1.1]}{127.0.0.1:57192}
[junit4] 2> 558372 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server Started @563182ms
[junit4] 2> 558372 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57192,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores}
[junit4] 2> 558372 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 558373 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.1
[junit4] 2> 558373 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 558373 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 558373 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-23T20:39:58.211Z
[junit4] 2> 558381 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 558381 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\solr.xml
[junit4] 2> 558391 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 558391 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
[junit4] 2> 558402 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57192_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 558405 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57192_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 558407 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57192_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57192_
[junit4] 2> 558409 INFO
(zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 558409 INFO (zkCallback-1592-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 558409 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 558410 INFO
(zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 558410 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 558487 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57192_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores
[junit4] 2> 558487 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57192_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 558490 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 558501 INFO
(OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000)
[n:127.0.0.1:57112_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 558604 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 558604 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] 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> 558604 INFO
(zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_
] 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> 559528 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.6.1
[junit4] 2> 559537 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 559622 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 559636 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 559636 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 559636 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-3-001\cores\collection1\data\]
[junit4] 2> 559636 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.c.JmxMonitoredMap JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6d8cfcfb
[junit4] 2> 559637 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1833701292,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 559641 WARN
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] 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> 559701 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 559701 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 559702 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 559702 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 559702 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=29,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 559703 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.s.SolrIndexSearcher
Opening [Searcher@5a9f6e01[collection1] main]
[junit4] 2> 559704 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 559704 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 559705 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.h.ReplicationHandler
Commits will be reserved for 10000
[junit4] 2> 559706 INFO
(searcherExecutor-2408-thread-1-processing-n:127.0.0.1:57192_ x:collection1
c:collection1) [n:127.0.0.1:57192_ c:collection1 x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5a9f6e01[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 559706 INFO
(coreLoadExecutor-2407-thread-1-processing-n:127.0.0.1:57192_)
[n:127.0.0.1:57192_ c:collection1 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1576555825902649344
[junit4] 2> 559709 INFO
(coreZkRegister-2402-thread-1-processing-n:127.0.0.1:57192_ x:collection1
c:collection1) [n:127.0.0.1:57192_ c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 559710 INFO
(updateExecutor-1607-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 559710 INFO
(recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 559711 INFO
(recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 559711 INFO
(recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 559711 INFO
(recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 559711 INFO
(recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core
[collection1] as recovering, leader is [http://127.0.0.1:57139/collection1/]
and I am [http://127.0.0.1:57192/collection1/]
[junit4] 2> 559714 INFO
(recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:57139]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:57192_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 559717 INFO (qtp1647144706-5987) [n:127.0.0.1:57139_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 559717 INFO (qtp1647144706-5987) [n:127.0.0.1:57139_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 559717 INFO (qtp1647144706-5987) [n:127.0.0.1:57139_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:57192_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57192","node_name":"127.0.0.1:57192_","state":"down"}
[junit4] 2> 559814 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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> 559814 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] 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> 559814 INFO
(zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_
] 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> 560309 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\cores\collection1
[junit4] 2> 560310 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001
[junit4] 2> 560310 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 560311 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b080c23{/,null,AVAILABLE}
[junit4] 2> 560311 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7e7dffa7{HTTP/1.1,[http/1.1]}{127.0.0.1:57218}
[junit4] 2> 560312 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.e.j.s.Server Started @565120ms
[junit4] 2> 560312 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\tempDir-001/jetty4,
solrconfig=solrconfig.xml, hostContext=/, hostPort=57218,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\cores}
[junit4] 2> 560312 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 560312 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.6.1
[junit4] 2> 560312 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 560312 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 560312 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-23T20:40:00.150Z
[junit4] 2> 560316 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 560316 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\solr.xml
[junit4] 2> 560323 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 560324 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57105/solr
[junit4] 2> 560334 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57218_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 560335 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57218_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 560337 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57218_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57218_
[junit4] 2> 560339 INFO
(zkCallback-1588-thread-1-processing-n:127.0.0.1:57112_) [n:127.0.0.1:57112_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 560339 INFO (zkCallback-1592-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 560339 INFO
(zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 560339 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 560339 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 560340 INFO
(zkCallback-1617-thread-1-processing-n:127.0.0.1:57218_) [n:127.0.0.1:57218_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 560428 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57218_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestDynamicLoading_915429EC094AB06B-001\shard-4-001\cores
[junit4] 2> 560428 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[915429EC094AB06B])
[n:127.0.0.1:57218_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 560430 INFO
(coreLoadExecutor-2418-thread-1-processing-n:127.0.0.1:57218_)
[n:127.0.0.1:57218_ c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 560432 INFO
(OverseerStateUpdate-98534738679758852-127.0.0.1:57112_-n_0000000000)
[n:127.0.0.1:57112_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 560534 INFO
(zkCallback-1617-thread-1-processing-n:127.0.0.1:57218_) [n:127.0.0.1:57218_
] 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: [5])
[junit4] 2> 560534 INFO
(zkCallback-1598-thread-1-processing-n:127.0.0.1:57139_) [n:127.0.0.1:57139_
] 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: [5])
[junit4] 2> 560534 INFO
(zkCallback-1610-thread-1-processing-n:127.0.0.1:57192_) [n:127.0.0.1:57192_
] 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: [5])
[junit4] 2> 560535 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:57164_) [n:127.0.0.1:57164_
] 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: [5])
[junit4] 2> 560718 INFO (qtp1647144706-5987) [n:127.0.0.1:57139_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:57192_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:57192","node_name":"127.0.0.1:57192_","state":"recovering"}
[junit4] 2> 560718 INFO (qtp1647144706-5987) [n:127.0.0.1:57139_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 560718 INFO (qtp1647144706-5987) [n:127.0.0.1:57139_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:57192_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1001
[junit4] 2> 561219 INFO
(recoveryExecutor-1608-thread-1-processing-n:127.0.0.1:57192_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:57192_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync
from [http://127.0.0.1:57139/collection1/] - recoveringAfterStartup=[true]
[...truncated too long message...]
Keeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session
expired for /live_nodes]
[junit4] 2> 1809765 INFO (jetty-closer-3334-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5b3f46c2{/solr,null,UNAVAILABLE}
[junit4] 2> 1809769 ERROR
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[915429EC094AB06B])
[ ] 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> 1809770 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[915429EC094AB06B])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49457 49457
[junit4] 2> 1809775 INFO (Thread-3803) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:49457 49457
[junit4] 2> 1809776 WARN (Thread-3803) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/configs/cdcr-target/managed-schema
[junit4] 2> 2
/solr/collections/cdcr-target/leaders/shard1/leader
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/collections/cdcr-target/cdcr/state/process
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/collections/cdcr-target/cdcr/state/buffer
[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> 1809778 INFO
(TEST-CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster-seed#[915429EC094AB06B])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testBootstrapWithContinousIndexingOnSourceCluster
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=CdcrBootstrapTest
-Dtests.method=testBootstrapWithContinousIndexingOnSourceCluster
-Dtests.seed=915429EC094AB06B -Dtests.slow=true -Dtests.locale=nl-BE
-Dtests.timezone=EAT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 130s J1 |
CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster <<<
[junit4] > Throwable #1: java.lang.AssertionError: Document mismatch on
target after sync expected:<2000> but was:<1100>
[junit4] > at
__randomizedtesting.SeedInfo.seed([915429EC094AB06B:451162B5EE1C0390]:0)
[junit4] > at
org.apache.solr.cloud.CdcrBootstrapTest.testBootstrapWithContinousIndexingOnSourceCluster(CdcrBootstrapTest.java:309)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1809779 INFO
(SUITE-CdcrBootstrapTest-seed#[915429EC094AB06B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.6-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_915429EC094AB06B-001
[junit4] 2> Aug 23, 2017 9:00:49 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 5 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{_version_=BlockTreeOrds(blocksize=128),
xyz=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1563,
maxMBSortInHeap=7.152162977951192,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=nl-BE,
timezone=EAT
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144
(64-bit)/cpus=3,threads=1,free=99040840,total=354578432
[junit4] 2> NOTE: All tests run in this JVM: [TestFieldCacheSortRandom,
CollectionsAPIDistributedZkTest, TestRestManager, HighlighterMaxOffsetTest,
WordBreakSolrSpellCheckerTest, DebugComponentTest, LoggingHandlerTest,
SecurityConfHandlerTest, TestCoreAdminApis, RuleEngineTest,
TestExceedMaxTermLength, ReplicaListTransformerTest, TestDistributedGrouping,
ResourceLoaderTest, SuggestComponentTest, ConnectionReuseTest,
OpenCloseCoreStressTest, ShardSplitTest, URLClassifyProcessorTest,
TestSQLHandler, DistributedFacetPivotWhiteBoxTest,
TestSubQueryTransformerCrossCore, TestCloudManagedSchema, BadIndexSchemaTest,
TemplateUpdateProcessorTest, BinaryUpdateRequestHandlerTest,
TestSerializedLuceneMatchVersion, AnalysisErrorHandlingTest,
CoreAdminCreateDiscoverTest, AsyncCallRequestStatusResponseTest, CopyFieldTest,
TestQueryUtils, TestDistributedMissingSort, PreAnalyzedFieldTest,
TestCollectionAPIs, TestCrossCoreJoin,
DistributedQueryComponentOptimizationTest, TestRequestForwarding,
ShardRoutingCustomTest, SolrCLIZkUtilsTest, SolrCmdDistributorTest,
DocValuesMissingTest, MBeansHandlerTest, TestMacroExpander,
DistributedIntervalFacetingTest, TestLMDirichletSimilarityFactory,
TestObjectReleaseTracker, TestInPlaceUpdatesDistrib, TestChildDocTransformer,
TestManagedSchemaAPI, TestSchemalessBufferedUpdates, FacetPivotSmallTest,
ReturnFieldsTest, MissingSegmentRecoveryTest, TestGraphMLResponseWriter,
TestHdfsCloudBackupRestore, TestDynamicLoading,
VMParamsZkACLAndCredentialsProvidersTest, CdcrVersionReplicationTest,
SliceStateTest, AnalyticsQueryTest, TestFastWriter, TestStressInPlaceUpdates,
TestClusterStateMutator, TestUseDocValuesAsStored2, SmileWriterTest,
SpellCheckCollatorWithCollapseTest, TestIndexSearcher, TestDistribIDF,
CreateCollectionCleanupTest, TestRangeQuery, TestPKIAuthenticationPlugin,
DirectUpdateHandlerOptimizeTest, TestSolr4Spatial2,
OutOfBoxZkACLAndCredentialsProvidersTest, TestEmbeddedSolrServerSchemaAPI,
TestRawTransformer, TestReRankQParserPlugin, SortByFunctionTest,
CoreSorterTest, DistributedFacetPivotSmallAdvancedTest,
TestShortCircuitedRequests, TestDeleteCollectionOnDownNodes,
BasicAuthIntegrationTest, BasicDistributedZk2Test, TestRecovery,
JSONWriterTest, SolrIndexConfigTest, CurrencyFieldOpenExchangeTest,
TestHalfAndHalfDocValues, DistribJoinFromCollectionTest, TestClusterProperties,
DeleteInactiveReplicaTest, CollectionsAPISolrJTest, ForceLeaderTest,
TestFieldCache, TestBinaryResponseWriter,
AddSchemaFieldsUpdateProcessorFactoryTest, ScriptEngineTest,
HdfsChaosMonkeySafeLeaderTest, SSLMigrationTest, RegexBoostProcessorTest,
TestOverriddenPrefixQueryForCustomFieldType, TestManagedStopFilterFactory,
TestSearchPerf, TestConfigSetsAPIZkFailure,
HdfsTlogReplayBufferedWhileIndexingTest, TestInfoStreamLogging, JvmMetricsTest,
BlockJoinFacetSimpleTest, MultiThreadedOCPTest, SolrJmxReporterTest,
TestFiltering, CollectionReloadTest, TestSolrConfigHandler,
DistributedFacetPivotLargeTest, TestFoldingMultitermQuery, BlockCacheTest,
TestSolrCLIRunExample, TestDFRSimilarityFactory, ZkStateWriterTest,
LeaderElectionIntegrationTest, FieldAnalysisRequestHandlerTest,
TestClassNameShortening, DistanceUnitsTest, TestConfig, SimpleMLTQParserTest,
TestSolrFieldCacheMBean, SolrXmlInZkTest, MetricsHandlerTest,
TestComplexPhraseLeadingWildcard, TestXmlQParser, EchoParamsTest,
TestSortByMinMaxFunction, HdfsWriteToMultipleCollectionsTest,
TestCloudPseudoReturnFields, PKIAuthenticationIntegrationTest,
TestUninvertingReader, TestJmxMonitoredMap, TermVectorComponentTest,
ClusterStateTest, TestConfigSetsAPI, CoreAdminHandlerTest,
TestRandomCollapseQParserPlugin, SpellPossibilityIteratorTest, ReplaceNodeTest,
RankQueryTest, LeaderInitiatedRecoveryOnShardRestartTest, BadCopyFieldTest,
AutoCommitTest, TestCodecSupport, CoreMergeIndexesAdminHandlerTest,
TestSolrXml, BasicFunctionalityTest, TestExpandComponent, TestRandomFaceting,
SpellCheckComponentTest, UUIDFieldTest, TestFreeTextSuggestions,
TestMultiWordSynonyms, SpellingQueryConverterTest, CdcrReplicationHandlerTest,
TestReloadDeadlock, UpdateParamsTest,
ClassificationUpdateProcessorIntegrationTest, SolrGraphiteReporterTest,
TestValueSourceCache, SearchHandlerTest, ManagedSchemaRoundRobinCloudTest,
DistanceFunctionTest, TestReqParamsAPI, NoCacheHeaderTest,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
HardAutoCommitTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest,
PeerSyncTest, TestFunctionQuery, TestBadConfig, HighlighterTest,
SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest,
SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SuggesterFSTTest,
SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest,
SuggesterWFSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest,
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest,
QueryEqualityTest, TestSolrDeletionPolicy1, CacheHeaderTest,
StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest,
TestReversedWildcardFilterFactory, TestQueryTypes, FileBasedSpellCheckerTest,
XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest,
RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaTest,
QueryParsingTest, JsonLoaderTest, PingRequestHandlerTest,
HighlighterConfigTest, SOLR749Test, TestQuerySenderListener,
AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery,
ResponseLogComponentTest, TestStressRecovery, TestMergePolicyConfig,
TestDocSet, NumericFieldsTest, TestElisionMultitermQuery,
TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestLuceneMatchVersion,
TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, DateMathParserTest,
TestSystemIdResolver, TestSuggestSpellingConverter, DOMUtilTest,
RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils,
TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, FileUtilsTest,
CircularListTest, TestRTGBase, TestCursorMarkWithoutUniqueKey,
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, TestPathTrie,
AliasIntegrationTest, BaseCdcrDistributedZkTest, CdcrBootstrapTest]
[junit4] Completed [503/713 (2!)] on J1 in 164.57s, 3 tests, 1 failure <<<
FAILURES!
[...truncated 44180 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]