Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16522/
Java: 64bit/jdk-9-ea+113 -XX:+UseCompressedOops -XX:+UseG1GC -XX:-CompactStrings
2 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestStressLiveNodes
Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has
references to classes of which the sizes cannot be measured due to security
restrictions or Java 9 module encapsulation: - private static
org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?)
and null them, your test still has references to classes of which the sizes
cannot be measured due to security restrictions or Java 9 module encapsulation:
- private static org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
at __randomizedtesting.SeedInfo.seed([D3B7FF45A530B02E]:0)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
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(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final
java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
at
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a
non-public member of class java.lang.reflect.Module accessible
at
sun.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:420)
at
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
at
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
at java.security.AccessController.doPrivileged(java.base@9-ea/Native
Method)
at
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
... 13 more
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}
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}
at
__randomizedtesting.SeedInfo.seed([D3B7FF45A530B02E:BFAD21252ED158E]: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:458)
at
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:233)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
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:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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(java.base@9-ea/Thread.java:804)
Build Log:
[...truncated 11886 lines...]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/init-core-data-001
[junit4] 2> 1095591 INFO
(SUITE-TestDynamicLoading-seed#[D3B7FF45A530B02E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 1095592 INFO
(SUITE-TestDynamicLoading-seed#[D3B7FF45A530B02E]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1095593 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1095594 INFO (Thread-2311) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1095594 INFO (Thread-2311) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1095694 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42974
[junit4] 2> 1095694 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1095694 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1095706 INFO (zkCallback-1050-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@70b8787c
name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1095707 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1095707 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1095707 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 1095709 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1095710 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1095710 INFO (zkCallback-1051-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@30c0bd71
name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1095710 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1095710 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1095710 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 1095711 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 1095712 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 1095712 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 1095712 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1095712 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 1095713 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1095713 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 1095714 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1095714 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1095715 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1095715 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 1095715 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1095715 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 1095716 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1095716 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 1095716 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1095716 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 1095718 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1095718 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 1095718 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1095719 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1095719 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1095719 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 1095720 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1095720 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 1095786 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1
[junit4] 2> 1095787 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1095788 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1378c335{/,null,AVAILABLE}
[junit4] 2> 1095789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@241eda27{HTTP/1.1,[http/1.1]}{127.0.0.1:43614}
[junit4] 2> 1095789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.Server Started @1098059ms
[junit4] 2> 1095789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/tempDir-001/control/data,
hostContext=/, hostPort=43614,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores}
[junit4] 2> 1095789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@6e3c1e69
[junit4] 2> 1095789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001'
[junit4] 2> 1095789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1095789 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1095790 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1095790 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1095791 INFO (zkCallback-1052-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@b60529d name:ZooKeeperConnection
Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1095791 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1095792 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1095792 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1095792 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/solr.xml
[junit4] 2> 1095796 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores
[junit4] 2> 1095796 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1634039406
[junit4] 2> 1095796 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001]
[junit4] 2> 1095796 WARN
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/lib
[junit4] 2> 1095796 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1095798 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1095798 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1095798 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1095798 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42974/solr
[junit4] 2> 1095798 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1095798 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1095799 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1095799 INFO (zkCallback-1055-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2a1aa7ed
name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1095799 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1095800 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1095800 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$115/1455193154@494601d5
[junit4] 2> 1095800 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1095801 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@ffa1957 name:ZooKeeperConnection
Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1095801 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1095802 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1095802 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 1095806 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 1095807 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 1095808 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 1095808 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1095809 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1095809 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1095810 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1095810 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1095811 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 1095812 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1095812 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 1095813 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1095813 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95738182918406148-127.0.0.1:43614_-n_0000000000
[junit4] 2> 1095813 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43614_
[junit4] 2> 1095814 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 1095814 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.Overseer Overseer (id=95738182918406148-127.0.0.1:43614_-n_0000000000)
starting
[junit4] 2> 1095815 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 1095818 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1095818 INFO
(OverseerCollectionConfigSetProcessor-95738182918406148-127.0.0.1:43614_-n_0000000000)
[ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer
operations
[junit4] 2> 1095818 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43614_
[junit4] 2> 1095818 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1095819 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43614_
[junit4] 2> 1095822 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1095822 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 1095822 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
[junit4] 2> 1095825 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1095826 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1095826 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores
[junit4] 2> 1095827 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, collection=control_collection,
coreNodeName=, dataDir=data/, shard=}
[junit4] 2> 1095827 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1
[junit4] 2> 1095827 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1095828 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1095828 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1095828 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 1095828 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 1095829 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:43614",
[junit4] 2> "node_name":"127.0.0.1:43614_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1095829 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 1095829 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:43614",
[junit4] 2> "node_name":"127.0.0.1:43614_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1095830 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
[junit4] 2> 1095830 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 1095830 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 1096829 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 1096830 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 1096830 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 1096830 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 1096830 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 1096830 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1'
[junit4] 2> 1096830 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1096830 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1096831 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.Config loaded config solrconfig.xml with version 0
[junit4] 2> 1096834 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1096836 WARN (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1096837 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1096842 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1096845 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1096892 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1096895 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1096896 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1096899 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1096900 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1096901 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1096902 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1096902 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1096902 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 1096902 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1096902 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/]
[junit4] 2> 1096903 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4eb136c5
[junit4] 2> 1096961 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data
[junit4] 2> 1096961 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/index/
[junit4] 2> 1096961 WARN (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1096961 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/index
[junit4] 2> 1096961 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1096961 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3e8994e6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@284aa9a1),segFN=segments_1,generation=1}
[junit4] 2> 1096962 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1096962 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/
[junit4] 2> 1096962 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1096963 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 1096963 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 1096963 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1096963 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1096963 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1096963 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 1096964 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1096964 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1096964 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 1096964 WARN (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 1096965 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1096965 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1096965 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1096966 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1096967 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
[junit4] 2> 1096967 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1096967 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1096968 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1096968 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1096968 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1096968 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1096968 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3e8994e6
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@284aa9a1),segFN=segments_1,generation=1}
[junit4] 2> 1096968 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1096968 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@51ecefbc[collection1] main]
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the
RestManager with znodeBase: /configs/conf1
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1096969 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1096970 INFO (searcherExecutor-2836-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@51ecefbc[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1096970 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 1096970 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 1096970 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 1096970 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1531810928137338880
[junit4] 2> 1096972 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version
1531810928137338880
[junit4] 2> 1096972 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 1096972 INFO (coreLoadExecutor-2835-thread-1) [ ]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1096972 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ZkController Register replica - core:collection1
address:http://127.0.0.1:43614 collection:control_collection shard:shard1
[junit4] 2> 1096973 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1096973 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/collections/control_collection/leader_elect/shard1/election/95738182918406148-core_node1-n_0000000000
[junit4] 2> 1096974 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1
and weAreReplacement=false and leaderVoteWait=10000
[junit4] 2> 1096974 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1096974 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1096974 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43614/collection1/
[junit4] 2> 1096974 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1096974 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:43614/collection1/ has no replicas
[junit4] 2> 1096974 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state version: 1
[junit4] 2> 1096974 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
[junit4] 2> 1096975 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/95738182918406148-core_node1-n_0000000000
[junit4] 2> 1097002 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43614/collection1/ shard1
[junit4] 2> 1097002 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:43614",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 1097103 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 1097152 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ZkController We are http://127.0.0.1:43614/collection1/ and leader is
http://127.0.0.1:43614/collection1/
[junit4] 2> 1097171 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ZkController No LogReplay needed for core=collection1
baseURL=http://127.0.0.1:43614
[junit4] 2> 1097171 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1097172 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ZkController publishing state=active
[junit4] 2> 1097172 INFO (coreZkRegister-2829-thread-1) [ ]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 1097172 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:43614",
[junit4] 2> "node_name":"127.0.0.1:43614_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 1097173 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:43614",
[junit4] 2> "node_name":"127.0.0.1:43614_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1097274 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 1097329 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string:
127.0.0.1:42974/solr
[junit4] 2> 1097330 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1097330 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1097332 INFO (zkCallback-1058-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6003b6bc
name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1097332 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1097332 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1097332 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1097333 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1097333 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1097399 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1
[junit4] 2> 1097400 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001
[junit4] 2> 1097400 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 1097401 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@44c01d53{/,null,AVAILABLE}
[junit4] 2> 1097402 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@5b7481c7{HTTP/1.1,[http/1.1]}{127.0.0.1:35951}
[junit4] 2> 1097403 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.e.j.s.Server Started @1099673ms
[junit4] 2> 1097403 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=35951,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores}
[junit4] 2> 1097403 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
jdk.internal.loader.ClassLoaders$AppClassLoader@6e3c1e69
[junit4] 2> 1097403 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001'
[junit4] 2> 1097404 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1097404 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1097404 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1097404 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1097405 INFO (zkCallback-1059-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@642694cc
name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1097405 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1097405 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1097406 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1097406 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/solr.xml
[junit4] 2> 1097410 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores
[junit4] 2> 1097410 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer New CoreContainer 661729938
[junit4] 2> 1097410 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001]
[junit4] 2> 1097410 WARN
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/lib
[junit4] 2> 1097411 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 1097412 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
[junit4] 2> 1097413 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1097413 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1097413 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42974/solr
[junit4] 2> 1097413 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1097413 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1097413 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1097414 INFO (zkCallback-1062-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@51019c2f
name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1097414 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1097414 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1097414 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$115/1455193154@617107e4
[junit4] 2> 1097414 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1097415 INFO (zkCallback-1063-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@280dbcaa
name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1097415 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1097417 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 1097417 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1097418 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1097418 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/95738182918406152-127.0.0.1:35951_-n_0000000001
[junit4] 2> 1097419 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95738182918406148-127.0.0.1:43614_-n_0000000000 to
know if I could be the leader
[junit4] 2> 1097419 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:35951_ as DOWN
[junit4] 2> 1097420 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:35951_"} current state version: 3
[junit4] 2> 1097420 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35951_
[junit4] 2> 1097521 INFO (zkCallback-1058-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 1097521 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 1097521 INFO (zkCallback-1063-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 1098420 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35951_
[junit4] 2> 1098420 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35951_
[junit4] 2> 1098421 INFO (zkCallback-1063-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 1098421 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 1098421 INFO (zkCallback-1058-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 1098421 INFO (zkCallback-1063-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1098421 INFO (zkCallback-1058-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1098421 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1098425 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 1098425 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 1098425 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores
[junit4] 2> 1098425 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, collection=collection1, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 1098425 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1
[junit4] 2> 1098426 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 1098426 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1098426 INFO
(TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 1098426 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 1098426 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 1098427 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 1098427 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:35951",
[junit4] 2> "node_name":"127.0.0.1:35951_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 1098427 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:35951",
[junit4] 2> "node_name":"127.0.0.1:35951_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1098427 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.ClusterStateMutator building a new cName: collection1
[junit4] 2> 1098427 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 1098528 INFO (zkCallback-1063-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [2])
[junit4] 2> 1098528 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [2])
[junit4] 2> 1098528 INFO (zkCallback-1058-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [2])
[junit4] 2> 1099427 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 1099427 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ZkController Check for collection zkNode:collection1
[junit4] 2> 1099427 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 1099427 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
[junit4] 2> 1099428 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1]
specified config exists in ZooKeeper
[junit4] 2> 1099428 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1'
[junit4] 2> 1099428 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1099428 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1099429 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.Config loaded config solrconfig.xml with version 0
[junit4] 2> 1099432 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 1099434 WARN (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1099435 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1099440 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 1099444 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1099505 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1099508 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 1099510 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 1099515 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1099516 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 1099517 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1099518 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 1099518 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
[junit4] 2> 1099518 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 1099518 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1099519 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1099519 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4eb136c5
[junit4] 2> 1099519 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data
[junit4] 2> 1099520 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/index/
[junit4] 2> 1099520 WARN (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 1099520 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/index
[junit4] 2> 1099520 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1099520 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@e72a697
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca50d79),segFN=segments_1,generation=1}
[junit4] 2> 1099520 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1099520 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/
[junit4] 2> 1099521 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [ ]
o.a.s.c.DirectoryFactory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 1099523 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"nodistrib"
[junit4] 2> 1099524 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 1099524 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1099524 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1099524 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1099524 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 1099524 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1099524 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1099525 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 1099525 WARN (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 1099527 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1099528 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1099529 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1099530 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 1099532 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
[junit4] 2> 1099532 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1099532 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1099532 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1099544 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1099545 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1099546 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1099546 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@e72a697
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca50d79),segFN=segments_1,generation=1}
[junit4] 2> 1099546 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 1099546 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c0ff02b[collection1] main]
[junit4] 2> 1099546 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
[junit4] 2> 1099547 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1]
specified config exists in ZooKeeper
[junit4] 2> 1099547 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the
RestManager with znodeBase: /configs/conf1
[junit4] 2> 1099547 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1099547 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 1099547 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1099548 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 1099548 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1099548 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 1099548 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1099549 INFO (searcherExecutor-2847-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2c0ff02b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1099549 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 1099549 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 1099549 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 1099549 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1531810930841616384
[junit4] 2> 1099551 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version
1531810930841616384
[junit4] 2> 1099551 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 1099551 INFO (coreLoadExecutor-2846-thread-1) [ ]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 1099551 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.ZkController Register replica - core:collection1
address:http://127.0.0.1:35951 collection:collection1 shard:shard2
[junit4] 2> 1099551 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.c.SolrZkClient makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 1099553 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/collections/collection1/leader_elect/shard2/election/95738182918406152-core_node1-n_0000000000
[junit4] 2> 1099553 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2
and weAreReplacement=false and leaderVoteWait=10000
[junit4] 2> 1099553 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1099553 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1099553 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35951/collection1/
[junit4] 2> 1099553 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1099553 INFO (coreZkRegister-2841-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:35951/collection1/ has no replicas
[junit4] 2> 1099554 INFO
(OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [ ]
o.a.s.c.Overseer processMessage: queueSize: 1, message = {
[junit4] 2> "o
[...truncated too long message...]
.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (1)
[junit4] 2> 1657410 INFO (jetty-launcher-1994-thread-1) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@27f6a840{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1657410 INFO (jetty-launcher-1994-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1831585874
[junit4] 2> 1657410 INFO (jetty-launcher-1994-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:41158_solr as DOWN
[junit4] 2> 1657411 INFO (jetty-launcher-1994-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=95738216281079811-127.0.0.1:41158_solr-n_0000000000) closing
[junit4] 2> 1657411 INFO
(OverseerStateUpdate-95738216281079811-127.0.0.1:41158_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41158_solr
[junit4] 2> 1657411 INFO (zkCallback-2000-thread-2) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 1657412 WARN (zkCallback-2000-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1657412 INFO (jetty-launcher-1994-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@16f27b16{/solr,null,UNAVAILABLE}
[junit4] 2> 1657413 INFO
(SUITE-TestStressLiveNodes-seed#[D3B7FF45A530B02E]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37570 37570
[junit4] 2> 1657447 INFO (Thread-4602) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37570 37570
[junit4] 2> 1657448 WARN (Thread-4602) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/aliases.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/live_nodes
[junit4] 2> 2 /solr/collections
[junit4] 2>
[junit4] 2> 1657448 INFO
(SUITE-TestStressLiveNodes-seed#[D3B7FF45A530B02E]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> Apr 16, 2016 11:28:20 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 23 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity,
locale=naq, timezone=Etc/GMT-8
[junit4] 2> NOTE: Linux 4.2.0-34-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=163392736,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestSearchPerf,
TestReversedWildcardFilterFactory, QueryParsingTest, BadIndexSchemaTest,
PrimitiveFieldTypeTest, RecoveryZkTest, JavabinLoaderTest,
TestDFISimilarityFactory, OverseerTaskQueueTest, CoreAdminCreateDiscoverTest,
TestCSVResponseWriter, TestJmxMonitoredMap, FullSolrCloudDistribCmdsTest,
RequestLoggingTest, TestSchemaSimilarityResource, TestCustomDocTransformer,
UUIDUpdateProcessorFallbackTest, SuggesterTest, HLLUtilTest,
TestSolrQueryParser, TestSolrQueryParserDefaultOperatorResource,
TestExactSharedStatsCache, TestSortByMinMaxFunction, SSLMigrationTest,
TestWriterPerf, TestSQLHandler, TestLeaderInitiatedRecoveryThread, TestSolrJ,
TestIndexSearcher, ScriptEngineTest, TestPostingsSolrHighlighter,
DirectoryFactoryTest, SuggesterWFSTTest, TestCustomSort, TestUtils,
DistributedFacetPivotLongTailTest, CircularListTest, ReplicationFactorTest,
TestScoreJoinQPNoScore, LeaderElectionTest, TestHashQParserPlugin,
TestIndexingPerformance, TestReRankQParserPlugin, AddBlockUpdateTest,
TestFastWriter, HdfsThreadLeakTest, TestElisionMultitermQuery,
TestUseDocValuesAsStored, StatelessScriptUpdateProcessorFactoryTest,
MultiThreadedOCPTest, TestDefaultSearchFieldResource, TestReload,
DistribJoinFromCollectionTest, TestSolr4Spatial2, XmlUpdateRequestHandlerTest,
SolrCloudExampleTest, ChangedSchemaMergeTest, ResponseHeaderTest,
HardAutoCommitTest, SolrTestCaseJ4Test, SharedFSAutoReplicaFailoverTest,
FieldAnalysisRequestHandlerTest, BigEndianAscendingWordDeserializerTest,
SolrCoreCheckLockOnStartupTest, TestJsonFacets, SliceStateTest,
ShowFileRequestHandlerTest, TestCoreDiscovery, BinaryUpdateRequestHandlerTest,
TestSweetSpotSimilarityFactory, RankQueryTest, ConnectionManagerTest,
TestMissingGroups, ForceLeaderTest, HdfsWriteToMultipleCollectionsTest,
CloudMLTQParserTest, DeleteLastCustomShardedReplicaTest, SuggesterTSTTest,
TestSolrDeletionPolicy1, CdcrRequestHandlerTest, TestHdfsUpdateLog,
TestBlendedInfixSuggestions, TestFieldTypeResource,
SuggestComponentContextFilterQueryTest, TestRTimerTree, CoreAdminHandlerTest,
QueryResultKeyTest, TestPKIAuthenticationPlugin, TestFieldCollectionResource,
TestRecovery, RequestHandlersTest, UpdateParamsTest, DirectSolrConnectionTest,
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest,
LeaderElectionIntegrationTest, TestReplicationHandler, AutoCommitTest,
TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest,
TestStressReorder, DistributedTermsComponentTest, TestCoreContainer,
SimpleFacetsTest, StatsComponentTest, BasicFunctionalityTest, TestLazyCores,
CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest,
CurrencyFieldXmlFileTest, TestExtendedDismaxParser, SolrRequestParserTest,
TestFoldingMultitermQuery, TestStressLucene, PolyFieldTest,
TestPseudoReturnFields, QueryEqualityTest, SortByFunctionTest,
DocValuesMultiTest, DistanceFunctionTest, DebugComponentTest,
IndexBasedSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest,
RequiredFieldsTest, RegexBoostProcessorTest, TestJmxIntegration,
JSONWriterTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication,
PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener,
TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest,
TestStressRecovery, DateMathParserTest, TestSuggestSpellingConverter,
TestLRUCache, DistributedMLTComponentTest, DistributedIntervalFacetingTest,
TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner,
ActionThrottleTest, AliasIntegrationTest, CollectionStateFormat2Test,
DeleteShardTest, LeaderInitiatedRecoveryOnCommitTest,
SimpleCollectionCreateDeleteTest, TestCloudPivotFacet, TestConfigSetsAPI,
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys,
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess,
TestMiniSolrCloudClusterBase, TestMiniSolrCloudClusterSSL,
TestOnReconnectListenerSupport, TestRandomRequestDistribution,
TestRebalanceLeaders, TestSizeLimitedDistributedMap,
TestSolrCloudWithKerberosAlt, TestStressLiveNodes]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestStressLiveNodes
-Dtests.seed=D3B7FF45A530B02E -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=naq -Dtests.timezone=Etc/GMT-8 -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J2 | TestStressLiveNodes (suite) <<<
[junit4] > Throwable #1: junit.framework.AssertionFailedError: Clean up
static fields (in @AfterClass?) and null them, your test still has references
to classes of which the sizes cannot be measured due to security restrictions
or Java 9 module encapsulation:
[junit4] > - private static
org.apache.solr.client.solrj.impl.CloudSolrClient
org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
[junit4] > at
__randomizedtesting.SeedInfo.seed([D3B7FF45A530B02E]:0)
[junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
[junit4] > Caused by: java.lang.IllegalStateException: Unable to access
'private final java.lang.reflect.Layer java.lang.reflect.Module.layer' to
estimate memory usage
[junit4] > ... 10 more
[junit4] > Caused by: java.lang.reflect.InaccessibleObjectException:
Cannot make a non-public member of class java.lang.reflect.Module accessible
[junit4] > at
java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
[junit4] > at
java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
[junit4] > at
java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
[junit4] > at
java.security.AccessController.doPrivileged(java.base@9-ea/Native Method)
[junit4] > ... 13 more
[junit4] Completed [480/586 (2!)] on J2 in 53.61s, 1 test, 1 failure <<<
FAILURES!
[...truncated 329 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014:
There were test failures: 586 suites (10 ignored), 2359 tests, 1 suite-level
error, 1 failure, 116 ignored (70 assumptions) [seed: D3B7FF45A530B02E]
Total time: 58 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]