Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/560/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading
Error Message:
Could not get expected value 'X val' for path 'x' full output: {
"responseHeader":{ "status":0, "QTime":0}, "params":{"wt":"json"},
"context":{ "webapp":"", "path":"/test1", "httpMethod":"GET"},
"class":"org.apache.solr.core.BlobStoreTestRequestHandler", "x":null}, from
server: null
Stack Trace:
java.lang.AssertionError: Could not get expected value 'X val' for path 'x'
full output: {
"responseHeader":{
"status":0,
"QTime":0},
"params":{"wt":"json"},
"context":{
"webapp":"",
"path":"/test1",
"httpMethod":"GET"},
"class":"org.apache.solr.core.BlobStoreTestRequestHandler",
"x":null}, from server: null
at
__randomizedtesting.SeedInfo.seed([75FEB5434106CD92:ADB39814B6DB6832]: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:535)
at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:232)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure
Error Message:
The data directory was not cleaned up on unload after a failed core reload
Stack Trace:
java.lang.AssertionError: The data directory was not cleaned up on unload after
a failed core reload
at
__randomizedtesting.SeedInfo.seed([75FEB5434106CD92:E37170F62241F93]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure(CoreAdminHandlerTest.java:334)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11022 lines...]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\init-core-data-001
[junit4] 2> 628129 INFO
(SUITE-TestDynamicLoading-seed#[75FEB5434106CD92]-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> 628129 INFO
(SUITE-TestDynamicLoading-seed#[75FEB5434106CD92]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 628131 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 628132 INFO (Thread-1342) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 628132 INFO (Thread-1342) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 628232 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ZkTestServer start zk server on port:59192
[junit4] 2> 628237 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 0x1586d860f110000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 628246 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 628250 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 628251 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 628253 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 628255 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 628257 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 628260 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 628262 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 628264 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 628266 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 628268 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 628719 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\control-001\cores\collection1
[junit4] 2> 628721 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 628723 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@49819f63{/,null,AVAILABLE}
[junit4] 2> 628725 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1370e416{HTTP/1.1,[http/1.1]}{127.0.0.1:59199}
[junit4] 2> 628725 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server Started @633202ms
[junit4] 2> 628725 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\tempDir-001/control/data,
hostContext=/, hostPort=59199,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\control-001\cores}
[junit4] 2> 628725 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 628725 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 628725 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 628725 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 628725 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-16T14:24:12.638Z
[junit4] 2> 628730 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 628731 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\control-001\solr.xml
[junit4] 2> 628750 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 628751 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
[junit4] 2> 628781 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59199_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:59199_
[junit4] 2> 628783 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59199_ ] o.a.s.c.Overseer Overseer
(id=96947814534283268-127.0.0.1:59199_-n_0000000000) starting
[junit4] 2> 628792 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59199_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59199_
[junit4] 2> 628796 INFO
(OverseerStateUpdate-96947814534283268-127.0.0.1:59199_-n_0000000000)
[n:127.0.0.1:59199_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 628809 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59199_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\control-001\cores
[junit4] 2> 628809 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59199_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 628813 INFO
(OverseerStateUpdate-96947814534283268-127.0.0.1:59199_-n_0000000000)
[n:127.0.0.1:59199_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 629833 WARN
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection x:collection1] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 629834 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.4.0
[junit4] 2> 629853 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 629964 WARN
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 629966 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 629983 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 629983 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\control-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\control-001\cores\collection1\data\]
[junit4] 2> 629983 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70918a7
[junit4] 2> 629984 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.443359375,
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=21.634112927176453,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4120101231300878
[junit4] 2> 629988 WARN
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 630000 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 630000 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 630005 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 630005 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 630006 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=4, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6144151907899578]
[junit4] 2> 630006 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c3683af[collection1] main]
[junit4] 2> 630008 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 630008 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 630009 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 630009 INFO
(searcherExecutor-2290-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@4c3683af[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 630009 INFO
(coreLoadExecutor-2289-thread-1-processing-n:127.0.0.1:59199_)
[n:127.0.0.1:59199_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1551165034512515072
[junit4] 2> 630018 INFO
(coreZkRegister-2282-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 630018 INFO
(coreZkRegister-2282-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
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> 630018 INFO
(coreZkRegister-2282-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:59199/collection1/
[junit4] 2> 630018 INFO
(coreZkRegister-2282-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 630018 INFO
(coreZkRegister-2282-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:59199/collection1/ has no replicas
[junit4] 2> 630024 INFO
(coreZkRegister-2282-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
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:59199/collection1/ shard1
[junit4] 2> 630176 INFO
(coreZkRegister-2282-thread-1-processing-n:127.0.0.1:59199_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:59199_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 630321 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 630323 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 630780 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-1-001\cores\collection1
[junit4] 2> 630782 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-1-001
[junit4] 2> 630783 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 630783 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@164a67ea{/,null,AVAILABLE}
[junit4] 2> 630784 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@31c64842{HTTP/1.1,[http/1.1]}{127.0.0.1:59214}
[junit4] 2> 630784 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server Started @635262ms
[junit4] 2> 630784 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=59214,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-1-001\cores}
[junit4] 2> 630785 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 630785 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 630785 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 630785 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 630785 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-16T14:24:14.698Z
[junit4] 2> 630789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 630790 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-1-001\solr.xml
[junit4] 2> 630812 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 630813 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
[junit4] 2> 630817 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 0x1586d860f110007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 630828 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59214_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 630834 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59214_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59214_
[junit4] 2> 630838 INFO
(zkCallback-860-thread-1-processing-n:127.0.0.1:59199_) [n:127.0.0.1:59199_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 630840 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:59214_) [n:127.0.0.1:59214_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 630840 INFO (zkCallback-864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 630850 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59214_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-1-001\cores
[junit4] 2> 630850 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59214_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 630853 INFO
(OverseerStateUpdate-96947814534283268-127.0.0.1:59199_-n_0000000000)
[n:127.0.0.1:59199_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 631875 WARN
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 631875 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 631896 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 632005 WARN
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 632009 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 632026 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 632026 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-1-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-1-001\cores\collection1\data\]
[junit4] 2> 632026 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70918a7
[junit4] 2> 632027 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.443359375,
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=21.634112927176453,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4120101231300878
[junit4] 2> 632030 WARN
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 632046 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 632046 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 632047 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 632048 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 632048 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=4, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6144151907899578]
[junit4] 2> 632049 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@47581ad3[collection1] main]
[junit4] 2> 632050 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 632051 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 632051 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 632052 INFO
(coreLoadExecutor-2300-thread-1-processing-n:127.0.0.1:59214_)
[n:127.0.0.1:59214_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1551165036654755840
[junit4] 2> 632054 INFO
(searcherExecutor-2301-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@47581ad3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 632061 INFO
(coreZkRegister-2295-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 632061 INFO
(coreZkRegister-2295-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ 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> 632061 INFO
(coreZkRegister-2295-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59214/collection1/
[junit4] 2> 632061 INFO
(coreZkRegister-2295-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 632061 INFO
(coreZkRegister-2295-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:59214/collection1/ has no replicas
[junit4] 2> 632067 INFO
(coreZkRegister-2295-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:59214/collection1/ shard2
[junit4] 2> 632182 INFO
(coreZkRegister-2295-thread-1-processing-n:127.0.0.1:59214_ x:collection1
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:59214_ c:collection1 s:shard2
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 632832 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-2-001\cores\collection1
[junit4] 2> 632834 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-2-001
[junit4] 2> 632836 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 632837 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@75683f01{/,null,AVAILABLE}
[junit4] 2> 632838 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@623b4dd5{HTTP/1.1,[http/1.1]}{127.0.0.1:59226}
[junit4] 2> 632838 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server Started @637315ms
[junit4] 2> 632838 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/, hostPort=59226,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-2-001\cores}
[junit4] 2> 632838 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 632838 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 632838 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 632838 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 632838 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-16T14:24:16.751Z
[junit4] 2> 632842 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 632842 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-2-001\solr.xml
[junit4] 2> 632855 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 632855 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
[junit4] 2> 632870 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59226_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 632876 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59226_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59226_
[junit4] 2> 632878 INFO
(zkCallback-875-thread-1-processing-n:127.0.0.1:59226_) [n:127.0.0.1:59226_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 632879 INFO (zkCallback-864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 632880 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:59214_) [n:127.0.0.1:59214_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 632880 INFO
(zkCallback-860-thread-2-processing-n:127.0.0.1:59199_) [n:127.0.0.1:59199_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 632898 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59226_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-2-001\cores
[junit4] 2> 632899 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59226_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 632901 INFO
(OverseerStateUpdate-96947814534283268-127.0.0.1:59199_-n_0000000000)
[n:127.0.0.1:59199_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 633914 WARN
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 633915 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 633934 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 634056 WARN
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 634058 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 634075 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 634076 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-2-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-2-001\cores\collection1\data\]
[junit4] 2> 634076 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70918a7
[junit4] 2> 634076 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.443359375,
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=21.634112927176453,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4120101231300878
[junit4] 2> 634084 WARN
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 634099 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 634099 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 634101 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 634101 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 634102 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=4, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6144151907899578]
[junit4] 2> 634102 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@258d6fa5[collection1] main]
[junit4] 2> 634104 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 634104 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 634104 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 634105 INFO
(searcherExecutor-2312-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@258d6fa5[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 634105 INFO
(coreLoadExecutor-2311-thread-1-processing-n:127.0.0.1:59226_)
[n:127.0.0.1:59226_ c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1551165038807482368
[junit4] 2> 634114 INFO
(coreZkRegister-2306-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 634114 INFO
(coreZkRegister-2306-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ 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> 634114 INFO
(coreZkRegister-2306-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:59226/collection1/
[junit4] 2> 634114 INFO
(coreZkRegister-2306-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 634114 INFO
(coreZkRegister-2306-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:59226/collection1/ has no replicas
[junit4] 2> 634120 INFO
(coreZkRegister-2306-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:59226/collection1/ shard1
[junit4] 2> 634272 INFO
(coreZkRegister-2306-thread-1-processing-n:127.0.0.1:59226_ x:collection1
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:59226_ c:collection1 s:shard1
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 635022 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-3-001\cores\collection1
[junit4] 2> 635025 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-3-001
[junit4] 2> 635026 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 635026 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4abdfb31{/,null,AVAILABLE}
[junit4] 2> 635048 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7adc27a3{HTTP/1.1,[http/1.1]}{127.0.0.1:59238}
[junit4] 2> 635048 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server Started @639526ms
[junit4] 2> 635048 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/, hostPort=59238,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-3-001\cores}
[junit4] 2> 635049 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 635049 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 635049 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 635049 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 635050 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-16T14:24:18.963Z
[junit4] 2> 635059 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 635059 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-3-001\solr.xml
[junit4] 2> 635082 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 635084 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
[junit4] 2> 635133 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59238_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 635145 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59238_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59238_
[junit4] 2> 635151 INFO
(zkCallback-875-thread-1-processing-n:127.0.0.1:59226_) [n:127.0.0.1:59226_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 635151 INFO (zkCallback-864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 635153 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:59214_) [n:127.0.0.1:59214_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 635154 INFO
(zkCallback-881-thread-1-processing-n:127.0.0.1:59238_) [n:127.0.0.1:59238_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 635154 INFO
(zkCallback-860-thread-3-processing-n:127.0.0.1:59199_) [n:127.0.0.1:59199_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 635174 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59238_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-3-001\cores
[junit4] 2> 635174 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59238_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 635179 INFO
(OverseerStateUpdate-96947814534283268-127.0.0.1:59199_-n_0000000000)
[n:127.0.0.1:59199_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 636199 WARN
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 636200 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 636220 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 636349 WARN
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 636351 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 636370 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 636370 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-3-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-3-001\cores\collection1\data\]
[junit4] 2> 636370 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70918a7
[junit4] 2> 636370 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.443359375,
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=21.634112927176453,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4120101231300878
[junit4] 2> 636375 WARN
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 636394 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 636394 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 636395 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 636395 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 636396 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=4, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6144151907899578]
[junit4] 2> 636396 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@659ccb58[collection1] main]
[junit4] 2> 636397 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 636397 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 636397 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 636398 INFO
(searcherExecutor-2323-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@659ccb58[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 636398 INFO
(coreLoadExecutor-2322-thread-1-processing-n:127.0.0.1:59238_)
[n:127.0.0.1:59238_ c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1551165041211867136
[junit4] 2> 636404 INFO
(coreZkRegister-2317-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to
recover:collection1
[junit4] 2> 636404 INFO
(updateExecutor-878-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 636404 INFO
(recoveryExecutor-879-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 636405 INFO
(recoveryExecutor-879-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 636405 INFO
(recoveryExecutor-879-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 636405 INFO
(recoveryExecutor-879-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ 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> 636405 INFO
(recoveryExecutor-879-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ 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:59214/collection1/]
and I am [http://127.0.0.1:59238/collection1/]
[junit4] 2> 636409 INFO
(recoveryExecutor-879-thread-1-processing-n:127.0.0.1:59238_ x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59238_ c:collection1 s:shard2
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:59214]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:59238_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 636413 INFO (qtp1399567736-5134) [n:127.0.0.1:59214_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 636413 INFO (qtp1399567736-5134) [n:127.0.0.1:59214_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 636413 INFO (qtp1399567736-5134) [n:127.0.0.1:59214_ ]
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:59238_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:59238","node_name":"127.0.0.1:59238_","state":"down"}
[junit4] 2> 637125 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-4-001\cores\collection1
[junit4] 2> 637128 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-4-001
[junit4] 2> 637128 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 637129 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@38f902fb{/,null,AVAILABLE}
[junit4] 2> 637130 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@42140e43{HTTP/1.1,[http/1.1]}{127.0.0.1:59251}
[junit4] 2> 637130 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.e.j.s.Server Started @641608ms
[junit4] 2> 637130 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\tempDir-001/jetty4,
solrconfig=solrconfig.xml, hostContext=/, hostPort=59251,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-4-001\cores}
[junit4] 2> 637131 ERROR
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 637131 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.4.0
[junit4] 2> 637131 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 637131 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 637131 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-16T14:24:21.044Z
[junit4] 2> 637135 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 637135 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-4-001\solr.xml
[junit4] 2> 637158 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 637159 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59192/solr
[junit4] 2> 637174 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59251_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 637180 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59251_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59251_
[junit4] 2> 637185 INFO
(zkCallback-888-thread-1-processing-n:127.0.0.1:59251_) [n:127.0.0.1:59251_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 637185 INFO
(zkCallback-860-thread-2-processing-n:127.0.0.1:59199_) [n:127.0.0.1:59199_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 637185 INFO
(zkCallback-881-thread-1-processing-n:127.0.0.1:59238_) [n:127.0.0.1:59238_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 637185 INFO (zkCallback-864-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 637185 INFO
(zkCallback-875-thread-1-processing-n:127.0.0.1:59226_) [n:127.0.0.1:59226_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 637185 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:59214_) [n:127.0.0.1:59214_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
[junit4] 2> 637193 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59251_ ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
underneath
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-4-001\cores
[junit4] 2> 637193 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92])
[n:127.0.0.1:59251_ ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 637196 INFO
(OverseerStateUpdate-96947814534283268-127.0.0.1:59199_-n_0000000000)
[n:127.0.0.1:59199_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 637413 INFO (qtp1399567736-5134) [n:127.0.0.1:59214_ ]
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:59238_, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:59238","node_name":"127.0.0.1:59238_","state":"recovering"}
[junit4] 2> 637413 INFO (qtp1399567736-5134) [n:127.0.0.1:59214_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 637413 INFO (qtp1399567736-5134) [n:127.0.0.1:59214_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:59238_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 638216 WARN
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 x:collection1] o.a.s.c.Config Beginning
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
[junit4] 2> 638217 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.4.0
[junit4] 2> 638236 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 638351 WARN
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 638353 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 x:collection1] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 638370 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 638370 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-4-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading_75FEB5434106CD92-001\shard-4-001\cores\collection1\data\]
[junit4] 2> 638370 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70918a7
[junit4] 2> 638371 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=2.443359375,
floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=21.634112927176453,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4120101231300878
[junit4] 2> 638376 WARN
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 638392 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 638393 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 638393 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 638394 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 638394 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=4, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6144151907899578]
[junit4] 2> 638394 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@295cff3b[collection1] main]
[junit4] 2> 638396 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 638396 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 638396 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 638397 INFO
(searcherExecutor-2334-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.SolrCore [collection1] Registered new
searcher Searcher@295cff3b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 638397 INFO
(coreLoadExecutor-2333-thread-1-processing-n:127.0.0.1:59251_)
[n:127.0.0.1:59251_ c:collection1 s:shard1 r:core_node4 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1551165043307970560
[junit4] 2> 638403 INFO
(coreZkRegister-2328-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.ZkController Core needs to
recover:collection1
[junit4] 2> 638403 INFO
(updateExecutor-885-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 638403 INFO
(recoveryExecutor-886-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process.
recoveringAfterStartup=true
[junit4] 2> 638403 INFO
(recoveryExecutor-886-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 638403 INFO
(recoveryExecutor-886-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates.
core=[collection1]
[junit4] 2> 638403 INFO
(recoveryExecutor-886-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 638403 INFO
(recoveryExecutor-886-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core
[collection1] as recovering, leader is [http://127.0.0.1:59226/collection1/]
and I am [http://127.0.0.1:59251/collection1/]
[junit4] 2> 638405 INFO
(recoveryExecutor-886-thread-1-processing-n:127.0.0.1:59251_ x:collection1
s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:59251_ c:collection1 s:shard1
r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:59226]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:59251_&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 638409 INFO (qtp1639709645-5163) [n:127.0.0.1:59226_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 638410 INFO (qtp1639709645-5163) [n:127.0.0.1:59226_ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard1 of collection1) have state: recovering
[junit4] 2> 638410 INFO (qtp1639709645-5163) [n:127.0.0.1:59226_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:59251_, coreNodeName=core_node4,
onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1","base_url":"http://127.0.0.1:59251","node_name":"127.0.0.1:59251_","state":"down"}
[junit4] 2> 638697 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDynamicLoading
[junit4] 2> 638699 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[75FEB5434106CD92]) [ ]
o.a.s.c.TestSolrConfigHandler going to send config command. path
/config?wt=json , payload:
[junit4] 2> 638703 INFO (qtp1639709645-5169) [n:127.0.0.1:59226_
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.SolrConfigHandler
Executed config commands successfully and persisted to ZK [{"add-runtimelib":{
[junit4] 2> "name":"colltest",
[junit4] 2> "version":1}}]
[junit4] 2> 638703 INFO (qtp1639709645-5169) [n:127.0.0.1:59226_
c:collection1 s:shard1 r:core_node2 x:collection1] o.
[...truncated too long message...]
ndler.init(ThrowErrorOnInitRequestHandler.java:45)
[junit4] 2> at
org.apache.solr.core.PluginBag.initInstance(PluginBag.java:97)
[junit4] 2> at
org.apache.solr.core.PluginBag.createPlugin(PluginBag.java:127)
[junit4] 2> at
org.apache.solr.core.PluginBag.init(PluginBag.java:226)
[junit4] 2> at
org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130)
[junit4] 2> at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:859)
[junit4] 2> ... 34 more
[junit4] 2>
[junit4] 2> 1739562 ERROR (qtp510566905-13071) [ ] o.a.s.c.SolrCore
Failed to delete data dir for unloaded core:corex
dir:C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_75FEB5434106CD92-001\init-core-data-001\org.apache.solr.handler.admin.CoreAdminHandlerTest-corex-16880943576479\.\corex\data
[junit4] 2> 1739562 INFO (qtp510566905-13071) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={deleteInstanceDir=false&core=corex&deleteDataDir=true&action=UNLOAD&indexInfo=true&wt=javabin&version=2&deleteIndex=false}
status=0 QTime=31
[junit4] 2> 1739563 INFO
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[75FEB5434106CD92])
[ ] o.e.j.s.ServerConnector Stopped
ServerConnector@341305c5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1739563 INFO
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[75FEB5434106CD92])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1780526661
[junit4] 2> 1739564 INFO (coreCloseExecutor-6827-thread-1) [ x:corex]
o.a.s.c.SolrCore [corex] CLOSING SolrCore
org.apache.solr.core.SolrCore@72219dde
[junit4] 2> 1739578 INFO
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[75FEB5434106CD92])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5921a0a6{/solr,null,UNAVAILABLE}
[junit4] 2> 1739583 INFO
(TEST-CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure-seed#[75FEB5434106CD92])
[ x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars]
o.a.s.SolrTestCaseJ4 ###Ending testDeleteInstanceDirAfterCreateFailure
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CoreAdminHandlerTest
-Dtests.method=testDeleteInstanceDirAfterCreateFailure
-Dtests.seed=75FEB5434106CD92 -Dtests.slow=true -Dtests.locale=is-IS
-Dtests.timezone=America/Argentina/Jujuy -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 0.80s J1 |
CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure <<<
[junit4] > Throwable #1: java.lang.AssertionError: The data directory was
not cleaned up on unload after a failed core reload
[junit4] > at
__randomizedtesting.SeedInfo.seed([75FEB5434106CD92:E37170F62241F93]:0)
[junit4] > at
org.apache.solr.handler.admin.CoreAdminHandlerTest.testDeleteInstanceDirAfterCreateFailure(CoreAdminHandlerTest.java:334)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1739588 INFO
(SUITE-CoreAdminHandlerTest-seed#[75FEB5434106CD92]-worker) [
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1739588 INFO
(SUITE-CoreAdminHandlerTest-seed#[75FEB5434106CD92]-worker) [
x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1646704145
[junit4] 2> 1739589 INFO
(coreCloseExecutor-6829-thread-3-processing-x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars)
[ x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars]
o.a.s.c.SolrCore [org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars]
CLOSING SolrCore org.apache.solr.core.SolrCore@3b146cef
[junit4] 2> 1739589 INFO
(coreCloseExecutor-6829-thread-1-processing-x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars)
[ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@681eaf28
[junit4] 2> 1739591 INFO
(coreCloseExecutor-6829-thread-2-processing-x:org.apache.solr.handler.admin.CoreAdminHandlerTest_sys_vars)
[ x:rename_me] o.a.s.c.SolrCore [rename_me] CLOSING SolrCore
org.apache.solr.core.SolrCore@23bd938e
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.admin.CoreAdminHandlerTest_75FEB5434106CD92-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{range_facet_l_dv=FSTOrd50, _version_=PostingsFormat(name=Memory doPackFST=
true),
multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
intDefault=PostingsFormat(name=Memory doPackFST= true), id=FSTOrd50,
range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true),
range_facet_l=PostingsFormat(name=Memory doPackFST= true),
timestamp=PostingsFormat(name=Memory doPackFST= true)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1954,
maxMBSortInHeap=6.826889492904407,
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=is-IS,
timezone=America/Argentina/Jujuy
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=58373656,total=416956416
[junit4] 2> NOTE: All tests run in this JVM: [TestCryptoKeys,
TestAddFieldRealTimeGet, TestDocSet, TestRecovery, SpatialRPTFieldTypeTest,
TestCloudManagedSchema, OverseerRolesTest, TestDistribDocBasedVersion,
TestDistributedMissingSort, HdfsWriteToMultipleCollectionsTest,
TestSolrFieldCacheMBean, TestRestManager, TestManagedSynonymFilterFactory,
TestSolrQueryParserDefaultOperatorResource, DistributedExpandComponentTest,
TestTrie, TemplateUpdateProcessorTest, LeaderElectionIntegrationTest,
IndexSchemaTest, TestManagedResource, MigrateRouteKeyTest,
ChaosMonkeySafeLeaderTest, SortByFunctionTest, ConjunctionSolrSpellCheckerTest,
TestHdfsBackupRestoreCore, CacheHeaderTest, ResourceLoaderTest,
ZkStateWriterTest, LeaderFailoverAfterPartitionTest, FileBasedSpellCheckerTest,
DistributedTermsComponentTest, TestLeaderElectionWithEmptyReplica,
TestDistributedGrouping, CachingDirectoryFactoryTest, TestHashQParserPlugin,
CollectionReloadTest, BasicFunctionalityTest, TestGeoJSONResponseWriter,
ShardRoutingCustomTest, DistributedFacetPivotLargeTest,
TestAtomicUpdateErrorCases, TestFiltering, AliasIntegrationTest,
TestDistributedStatsComponentCardinality, TestFuzzyAnalyzedSuggestions,
TestFieldResource, DataDrivenBlockJoinTest, CollectionsAPIDistributedZkTest,
TestCodecSupport, TestSolrDeletionPolicy2, TestBadConfig,
TestBlendedInfixSuggestions, TestCloudPivotFacet, TestRangeQuery, TestReload,
TestStressCloudBlindAtomicUpdates, TestBlobHandler, UUIDFieldTest,
TestSchemaVersionResource, TestMacros, TestDocBasedVersionConstraints,
AddSchemaFieldsUpdateProcessorFactoryTest, BooleanFieldTest, CursorMarkTest,
TestPerFieldSimilarityClassic, ConfigSetsAPITest, CdcrReplicationHandlerTest,
TestManagedSchema, BigEndianAscendingWordDeserializerTest,
TestShortCircuitedRequests, TestFilteredDocIdSet, TestMaxScoreQueryParser,
HttpPartitionTest, JsonLoaderTest, TestConfigSetImmutable, TestSolr4Spatial,
TestImplicitCoreProperties, TestSolrCloudWithDelegationTokens,
RAMDirectoryFactoryTest, TestQueryTypes, ExternalFileFieldSortTest,
FullSolrCloudDistribCmdsTest, TestReqParamsAPI,
UpdateRequestProcessorFactoryTest, HdfsSyncSliceTest, DeleteShardTest,
BlobRepositoryCloudTest, UpdateParamsTest, TestIntervalFaceting,
TestReloadAndDeleteDocs, TestFoldingMultitermQuery,
DistributedFacetPivotWhiteBoxTest, OverseerCollectionConfigSetProcessorTest,
EchoParamsTest, TestFieldCacheSanityChecker,
HdfsTlogReplayBufferedWhileIndexingTest, SimpleMLTQParserTest,
TestDFRSimilarityFactory, TestCollectionAPI, TestSolrCoreProperties,
TestIndexingPerformance, TestSlowCompositeReaderWrapper,
HdfsBasicDistributedZkTest, TestRandomFaceting, WordBreakSolrSpellCheckerTest,
SmileWriterTest, TestCloudRecovery, SpellingQueryConverterTest,
TestDynamicFieldResource, StatsReloadRaceTest, HdfsRecoveryZkTest,
TestCustomDocTransformer, TestSystemIdResolver, SolrCmdDistributorTest,
TestSQLHandler, TestSolrCoreSnapshots, TestNoOpRegenerator,
TestAuthorizationFramework, BadIndexSchemaTest, TestCloudSchemaless,
RequestHandlersTest, TestQueryUtils, DateMathParserTest, OverseerTaskQueueTest,
SolrInfoMBeanTest, BitVectorTest, TestConfig, TestWriterPerf,
SpellCheckComponentTest, TestExactStatsCache, BasicAuthIntegrationTest,
SpellPossibilityIteratorTest, DeleteInactiveReplicaTest, TestUninvertingReader,
TestTolerantUpdateProcessorCloud, SmileWriterTest, BufferStoreTest,
RankQueryTest, TestSubQueryTransformerCrossCore, TestFastWriter,
TestJmxMonitoredMap, TestFieldCache, DebugComponentTest,
TestMinMaxOnMultiValuedField, TestRawTransformer, TestJsonFacetRefinement,
CheckHdfsIndexTest, TestLuceneMatchVersion, TermVectorComponentDistributedTest,
QueryParsingTest, TestStressUserVersions, BasicDistributedZk2Test,
ShufflingReplicaListTransformerTest, TestLMDirichletSimilarityFactory,
ClusterStateTest, TestExclusionRuleCollectionAccess, SolrCLIZkUtilsTest,
TestManagedSchemaThreadSafety, HLLUtilTest, SolrIndexSplitterTest,
AutoCommitTest, TestFaceting, TestRealTimeGet, TestStressReorder, TestJoin,
StatsComponentTest, TestGroupingSearch, ConvertedLegacyTest, TestSort,
TestLazyCores, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest,
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery,
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, CoreAdminHandlerTest]
[junit4] Completed [360/653 (2!)] on J1 in 2.93s, 5 tests, 1 failure <<<
FAILURES!
[...truncated 61631 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]