Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4433/
Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseSerialGC
(asserts: true)
2 tests failed.
FAILED: org.apache.solr.core.TestDynamicLoading.testDistribSearch
Error Message:
New version of class is not loaded { "responseHeader":{ "status":404,
"QTime":3}, "error":{ "msg":"no such blob or version available: test/2",
"code":404}}
Stack Trace:
java.lang.AssertionError: New version of class is not loaded {
"responseHeader":{
"status":404,
"QTime":3},
"error":{
"msg":"no such blob or version available: test/2",
"code":404}}
at
__randomizedtesting.SeedInfo.seed([7EDEC14A18C4460A:FF384F526F9B2636]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestDynamicLoading.dynamicLoading(TestDynamicLoading.java:154)
at
org.apache.solr.core.TestDynamicLoading.doTest(TestDynamicLoading.java:64)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:277)
at
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:353)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 9601 lines...]
[junit4] Suite: org.apache.solr.core.TestDynamicLoading
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\init-core-data-001
[junit4] 2> 1962032 T8481 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (true)
[junit4] 2> 1962033 T8481
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /gl_/i
[junit4] 2> 1962036 T8481 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 1962037 T8481 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1962040 T8482 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1962182 T8481 oasc.ZkTestServer.run start zk server on
port:50471
[junit4] 2> 1962182 T8481
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1962187 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1962194 T8489 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@209f9de6
name:ZooKeeperConnection Watcher:127.0.0.1:50471 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1962194 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1962194 T8481 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1962194 T8481 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1962201 T8481
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1962202 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1962206 T8492 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@404f49b0
name:ZooKeeperConnection Watcher:127.0.0.1:50471/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1962206 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1962206 T8481 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1962206 T8481 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1962211 T8481 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1962217 T8481 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1962221 T8481 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1962226 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1962226 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1962232 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1962232 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1962237 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1962237 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1962242 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1962242 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1962246 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1962246 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1962249 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1962249 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1962253 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1962253 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1962259 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1962259 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1962263 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1962263 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1962267 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1962267 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1962271 T8481 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1962271 T8481 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1964552 T8481 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1964629 T8481 oejs.AbstractConnector.doStart Started
[email protected]:50478
[junit4] 2> 1964631 T8481 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 1964631 T8481 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1964631 T8481 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-002
[junit4] 2> 1964631 T8481 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-002\'
[junit4] 2> 1964681 T8481 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-002\solr.xml
[junit4] 2> 1964702 T8481 oasc.CoreContainer.<init> New CoreContainer
1622423146
[junit4] 2> 1964702 T8481 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-002\]
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1964704 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1964706 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1964706 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1964706 T8481 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 1964706 T8481 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1964706 T8481 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1964706 T8481 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1964709 T8481 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50471/solr
[junit4] 2> 1964709 T8481 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1964709 T8481
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1964713 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1964716 T8504 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@571f100c
name:ZooKeeperConnection Watcher:127.0.0.1:50471 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1964716 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1964717 T8481 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1964720 T8483 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14ac06d60430002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1964721 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1964724 T8507 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2ba3a2a4
name:ZooKeeperConnection Watcher:127.0.0.1:50471/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1964725 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1964728 T8481 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1964736 T8481 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1964741 T8481 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1964749 T8481 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1964755 T8481 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1964763 T8481 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1964766 T8481 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50478_gl_%2Fi
[junit4] 2> 1964768 T8481 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:50478_gl_%2Fi
[junit4] 2> 1964775 T8481 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1964781 T8481 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1964785 T8481 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1964790 T8481 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:50478_gl_%2Fi
[junit4] 2> 1964790 T8481 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1964796 T8481 oasc.Overseer.start Overseer
(id=93098318313488387-127.0.0.1:50478_gl_%2Fi-n_0000000000) starting
[junit4] 2> 1964802 T8481 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1964826 T8481 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1964831 T8509 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1964832 T8481 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1964838 T8481 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1964843 T8481
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1964851 T8508 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1964856 T8511 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 1964856 T8511 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1964857 T8507 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1964857 T8511 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1964866 T8508 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50478/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50478_gl_%2Fi",
[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> 1964867 T8508 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50478/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50478_gl_%2Fi",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1964867 T8508 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 1964867 T8508 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1964875 T8507 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1966359 T8511 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1966359 T8511 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 1966360 T8511 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1966360 T8511 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1966363 T8511 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1966363 T8511 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-002\collection1\'
[junit4] 2> 1966369 T8511 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 1966373 T8511 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 1966373 T8511 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 1966419 T8511 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1966426 T8511 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1966444 T8511 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1966451 T8511 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1966492 T8511 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1966496 T8511 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1966505 T8511 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1966684 T8511 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1966700 T8511 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1966700 T8511 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1966731 T8511 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1966737 T8511 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1966741 T8511 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1966744 T8511
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1966744 T8511
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1966744 T8511 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1966748 T8511
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1966748 T8511
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1966748 T8511 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 1966748 T8511 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1966750 T8511 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-002\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/control/data\
[junit4] 2> 1966750 T8511 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@525bc3b4
[junit4] 2> 1966750 T8511 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/control/data\
[junit4] 2> 1966750 T8511 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/control/data\index/
[junit4] 2> 1966750 T8511 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 1966751 T8511 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/control/data\index
[junit4] 2> 1966753 T8511 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
[junit4] 2> 1966753 T8511 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@7c847e86
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f225dca),segFN=segments_1,generation=1}
[junit4] 2> 1966753 T8511 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1966756 T8511 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1966757 T8511 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1966757 T8511 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1966757 T8511 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1966757 T8511 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1966757 T8511 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1966758 T8511 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1966758 T8511 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1966758 T8511 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1966760 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1966760 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1966760 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1966761 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1966761 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1966761 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1966763 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1966763 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1966763 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1966769 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1966769 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1966769 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1966770 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1966770 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1966770 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1966772 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1966772 T8511 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1966772 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1966772 T8511 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 1966778 T8511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1966782 T8511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1966785 T8511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1966788 T8511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1966789 T8511 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1966797 T8511 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1966798 T8511 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1966798 T8511 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=17.0576171875,
floorSegmentMB=1.11328125, forceMergeDeletesPctAllowed=1.548737686045445,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1966799 T8511 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@7c847e86
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f225dca),segFN=segments_1,generation=1}
[junit4] 2> 1966799 T8511 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1966801 T8511 oass.SolrIndexSearcher.<init> Opening
Searcher@55b01eca[collection1] main
[junit4] 2> 1966801 T8511 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1966807 T8511 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1966807 T8511 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1966808 T8511
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1966808 T8511 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1966808 T8511 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1966810 T8511
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1966810 T8511 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1966810 T8511 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1966810 T8511 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1966811 T8511 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1966811 T8512 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@55b01eca[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1966814 T8515 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:50478/gl_/i
collection:control_collection shard:shard1
[junit4] 2> 1966816 T8481 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1966816 T8481 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1966817 T8515 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1966817 T8481
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1966820 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1966826 T8518 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@69b99247
name:ZooKeeperConnection Watcher:127.0.0.1:50471/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1966826 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1966826 T8481 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1966830 T8481
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1966833 T8515 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 1966836 T8507 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1966838 T8515
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1966838 T8515 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C9178 name=collection1
org.apache.solr.core.SolrCore@6cfcf0ec
url=http://127.0.0.1:50478/gl_/i/collection1 node=127.0.0.1:50478_gl_%2Fi
C9178_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:50478/gl_/i, node_name=127.0.0.1:50478_gl_%2Fi,
state=down}
[junit4] 2> 1966838 T8515 C9178 P50478 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:50478/gl_/i/collection1/
[junit4] 2> 1966838 T8515 C9178 P50478 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1966839 T8515 C9178 P50478 oasc.SyncStrategy.syncToMe
http://127.0.0.1:50478/gl_/i/collection1/ has no replicas
[junit4] 2> 1966839 T8515 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:50478/gl_/i/collection1/ shard1
[junit4] 2> 1966839 T8515 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1966838 T8481 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1966841 T8481 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 1966842 T8481
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1966842 T8508 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> 1966845 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1966849 T8521 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@159405e4
name:ZooKeeperConnection Watcher:127.0.0.1:50471/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1966849 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1966851 T8481 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1966854 T8507 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1966858 T8508 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "stateFormat":2} current state version: 1
[junit4] 2> 1966858 T8508 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 1966861 T8507 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1966861 T8518 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1966874 T8508 oasc.Overseer$ClusterStateUpdater.run
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:50478/gl_/i",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 1966879 T8508 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 1966882 T8518 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1966892 T8518 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1966903 T8522 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1966942 T8515 oasc.ZkController.register We are
http://127.0.0.1:50478/gl_/i/collection1/ and leader is
http://127.0.0.1:50478/gl_/i/collection1/
[junit4] 2> 1966942 T8515 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:50478/gl_/i
[junit4] 2> 1966942 T8515 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1966942 T8515 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 1966942 T8515 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1966946 T8522 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1966955 T8508 oasc.Overseer$ClusterStateUpdater.run
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:50478/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50478_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 1966956 T8508 oasco.ReplicaMutator.updateState Update state
numShards=2 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:50478/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50478_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1967117 T8518 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1967117 T8522 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4] 2> 1969523 T8481 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 1969524 T8481 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1969530 T8481 oejs.AbstractConnector.doStart Started
[email protected]:50493
[junit4] 2> 1969531 T8481 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 1969533 T8481 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1969533 T8481 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-003
[junit4] 2> 1969533 T8481 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-003\'
[junit4] 2> 1969584 T8481 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-003\solr.xml
[junit4] 2> 1969624 T8481 oasc.CoreContainer.<init> New CoreContainer
629225769
[junit4] 2> 1969624 T8481 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-003\]
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1969627 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1969627 T8481 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 1969627 T8481 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1969627 T8481 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1969631 T8481 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1969631 T8481 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50471/solr
[junit4] 2> 1969631 T8481 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1969631 T8481
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1969634 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1969637 T8534 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3e5a5c66
name:ZooKeeperConnection Watcher:127.0.0.1:50471 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1969638 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1969638 T8481 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1969643 T8483 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14ac06d60430006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1969646 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1969649 T8537 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@232f2609
name:ZooKeeperConnection Watcher:127.0.0.1:50471/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1969650 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1969663 T8481
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1971176 T8481 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50493_gl_%2Fi
[junit4] 2> 1971178 T8481 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:50493_gl_%2Fi
[junit4] 2> 1971191 T8481 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1971207 T8538 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1971207 T8538 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1971213 T8522 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1971216 T8538 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 1971217 T8538 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 1971217 T8508 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50493/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50493_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1971220 T8538 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1971220 T8508 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50493/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50493_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1971220 T8508 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 1971220 T8508 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 1971225 T8538 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 1971225 T8538 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1971225 T8508 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 1971231 T8537 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1971232 T8537 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 1972725 T8538 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1972725 T8538 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1972726 T8538 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1972726 T8538 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1972730 T8538 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1972730 T8538 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-003\collection1\'
[junit4] 2> 1972733 T8538 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 1972733 T8538 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 1972738 T8538 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 1972774 T8538 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1972780 T8538 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1972795 T8538 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1972801 T8538 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1972815 T8538 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1972820 T8538 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1972833 T8538 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1973042 T8538 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1973054 T8538 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1973056 T8538 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1973079 T8538 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1973085 T8538 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1973089 T8538 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1973092 T8538
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1973092 T8538
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1973092 T8538 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1973094 T8538
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1973094 T8538
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1973094 T8538 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1973094 T8538 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1973097 T8538 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-003\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/jetty1\
[junit4] 2> 1973097 T8538 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@525bc3b4
[junit4] 2> 1973098 T8538 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/jetty1\
[junit4] 2> 1973098 T8538 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/jetty1\index/
[junit4] 2> 1973098 T8538 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 1973098 T8538 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-001/jetty1\index
[junit4] 2> 1973100 T8538 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
[junit4] 2> 1973100 T8538 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@62114b3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@591d6a47),segFN=segments_1,generation=1}
[junit4] 2> 1973100 T8538 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1973108 T8538 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1973108 T8538 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1973110 T8538 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1973110 T8538 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1973110 T8538 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1973110 T8538 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1973111 T8538 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1973111 T8538 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1973111 T8538 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1973114 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1973132 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1973133 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1973133 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1973135 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1973135 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 1973136 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1973138 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1973138 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1973142 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1973142 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1973145 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1973145 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1973146 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1973146 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1973148 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1973149 T8538 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1973149 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 1973151 T8538 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 1973163 T8538 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1973166 T8538 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1973168 T8538 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1973171 T8538 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1973171 T8538 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1973176 T8538 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1973176 T8538 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1973179 T8538 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=17.0576171875,
floorSegmentMB=1.11328125, forceMergeDeletesPctAllowed=1.548737686045445,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1973179 T8538 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@62114b3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@591d6a47),segFN=segments_1,generation=1}
[junit4] 2> 1973179 T8538 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1973180 T8538 oass.SolrIndexSearcher.<init> Opening
Searcher@22a5b7e9[collection1] main
[junit4] 2> 1973180 T8538 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1973183 T8538 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1973183 T8538 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1973185 T8538
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1973185 T8538 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1973185 T8538 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1973187 T8538
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1973187 T8538 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1973187 T8538 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1973187 T8538 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1973187 T8538 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1973189 T8539 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@22a5b7e9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1973193 T8542 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:50493/gl_/i collection:collection1
shard:shard2
[junit4] 2> 1973196 T8481 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1973196 T8481 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1973215 T8542 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 1973401 T8542 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 1973444 T8522 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1973475 T8542
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1973476 T8542 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C9179 name=collection1
org.apache.solr.core.SolrCore@3b65fbe0
url=http://127.0.0.1:50493/gl_/i/collection1 node=127.0.0.1:50493_gl_%2Fi
C9179_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:50493/gl_/i, node_name=127.0.0.1:50493_gl_%2Fi,
state=down}
[junit4] 2> 1973476 T8542 C9179 P50493 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:50493/gl_/i/collection1/
[junit4] 2> 1973476 T8542 C9179 P50493 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1973476 T8542 C9179 P50493 oasc.SyncStrategy.syncToMe
http://127.0.0.1:50493/gl_/i/collection1/ has no replicas
[junit4] 2> 1973476 T8542 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:50493/gl_/i/collection1/ shard2
[junit4] 2> 1973478 T8542 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 1973514 T8508 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 1973565 T8508 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 1973866 T8537 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1973870 T8537 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 1973885 T8508 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:50493/gl_/i",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 1973889 T8508 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 1973904 T8522 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1973904 T8537 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1973907 T8537 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 1973961 T8542 oasc.ZkController.register We are
http://127.0.0.1:50493/gl_/i/collection1/ and leader is
http://127.0.0.1:50493/gl_/i/collection1/
[junit4] 2> 1973961 T8542 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:50493/gl_/i
[junit4] 2> 1973961 T8542 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1973961 T8542 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 1973961 T8542 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1973965 T8522 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1973968 T8508 oasc.Overseer$ClusterStateUpdater.run
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:50493/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50493_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1973971 T8508 oasco.ReplicaMutator.updateState Update state
numShards=2 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:50493/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50493_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1973976 T8508 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 1973980 T8542 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1973990 T8537 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1973992 T8537 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1976133 T8481 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 1976135 T8481 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 1976145 T8481 oejs.AbstractConnector.doStart Started
[email protected]:50502
[junit4] 2> 1976148 T8481 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 1976148 T8481 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1976149 T8481 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-004
[junit4] 2> 1976149 T8481 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-004\'
[junit4] 2> 1976208 T8481 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-004\solr.xml
[junit4] 2> 1976239 T8481 oasc.CoreContainer.<init> New CoreContainer
1516909317
[junit4] 2> 1976240 T8481 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-004\]
[junit4] 2> 1976240 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1976240 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1976242 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1976242 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1976242 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1976242 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1976242 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1976246 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1976246 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1976246 T8481 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1976247 T8481 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 1976247 T8481 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1976247 T8481 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1976247 T8481 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 1976250 T8481 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50471/solr
[junit4] 2> 1976250 T8481 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1976250 T8481
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1976255 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1976259 T8554 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2e7ff281
name:ZooKeeperConnection Watcher:127.0.0.1:50471 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1976264 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1976264 T8481 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1976271 T8483 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14ac06d60430008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1976281 T8481 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1976288 T8557 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@14448c10
name:ZooKeeperConnection Watcher:127.0.0.1:50471/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1976288 T8481 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1976309 T8481
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1977827 T8481 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50502_gl_%2Fi
[junit4] 2> 1977829 T8481 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:50502_gl_%2Fi
[junit4] 2> 1977851 T8481 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1977866 T8558 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1977866 T8558 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1977869 T8522 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1977869 T8558 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 1977869 T8558 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 1977869 T8508 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50502/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50502_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1977870 T8558 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 1977870 T8508 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50502/gl_/i",
[junit4] 2> "node_name":"127.0.0.1:50502_gl_%2Fi",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1977872 T8508 oasco.ReplicaMutator.updateState Collection
already exists with numShards=2
[junit4] 2> 1977872 T8508 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1977876 T8558 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 1977876 T8558 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1977876 T8508 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 1977879 T8557 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1977879 T8537 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 1977882 T8537 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1977882 T8557 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 1979376 T8558 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1979376 T8558 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1979379 T8558 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1979379 T8558 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1979382 T8558 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1979382 T8558 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestDynamicLoading
7EDEC14A18C4460A-001\tempDir-004\collection1\'
[junit4] 2> 1979382 T8558 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 1979387 T8558 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 1979387 T8558 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestDynamicLoading%207EDEC14A18C4460A-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 1979425 T8558 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1979432 T8558 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1979451 T8558 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1979458 T8558 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1979505 T8558 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1979512 T8558 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1979523 T8558 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1979734 T8558 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1979747 T8558 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1979747 T8558 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1979782 T8558 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1979787 T8558 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1979799 T8558 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1979803 T8558
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1979803 T8558
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[juni
[...truncated too long message...]
ea (64-bit)/cpus=2,threads=1,free=71638656,total=408498176
[junit4] 2> NOTE: All tests run in this JVM: [SolrPluginUtilsTest,
SpatialRPTFieldTypeTest, AutoCommitTest, DocValuesTest,
OpenExchangeRatesOrgProviderTest, TestCSVLoader, SolrXmlInZkTest,
SolrRequestParserTest, BinaryUpdateRequestHandlerTest, ZkControllerTest,
HighlighterMaxOffsetTest, DistributedTermsComponentTest, HighlighterConfigTest,
OverriddenZkACLAndCredentialsProvidersTest, TestSolrCoreProperties,
AsyncMigrateRouteKeyTest, DistributedSuggestComponentTest,
TestDistributedSearch, TestCoreContainer, LegacyHTMLStripCharFilterTest,
TestManagedSynonymFilterFactory, TestAddFieldRealTimeGet,
TestUniqueKeyFieldResource, SharedFSAutoReplicaFailoverUtilsTest,
TestBinaryField, TestFieldCollectionResource, PrimitiveFieldTypeTest,
TestManagedSchemaFieldTypeResource, CursorMarkTest, CursorPagingTest,
TestCloudPivotFacet, CoreAdminCreateDiscoverTest,
OverseerCollectionProcessorTest, TestSolrQueryParserResource, AssignTest,
ChaosMonkeyNothingIsSafeTest, PathHierarchyTokenizerFactoryTest,
CoreAdminRequestStatusTest, QueryElevationComponentTest, TestUpdate,
BadComponentTest, TestSolrXmlPersistence, TestGroupingSearch,
AddBlockUpdateTest, TestTolerantSearch, TestNRTOpen, CopyFieldTest,
SynonymTokenizerTest, ConvertedLegacyTest, TestRecoveryHdfs, TestCustomSort,
OpenCloseCoreStressTest, TestFunctionQuery, TestSolr4Spatial,
DistributedExpandComponentTest, TestSuggestSpellingConverter, TestInitParams,
TestCharFilters, TestSolrConfigHandlerConcurrent, SolrCoreTest,
AlternateDirectoryTest, MergeStrategyTest, SpatialFilterTest,
TestCoreDiscovery, SortByFunctionTest, SystemInfoHandlerTest,
TestAnalyzeInfixSuggestions, TestIndexSearcher,
DocumentAnalysisRequestHandlerTest, HdfsWriteToMultipleCollectionsTest,
RollingRestartTest, TestManagedStopFilterFactory, TestSearchPerf,
SimpleMLTQParserTest, TestSolrJ, RecoveryZkTest,
TestDynamicFieldCollectionResource, TestJmxMonitoredMap, TestBlobHandler,
DocValuesMultiTest, DistributedFacetPivotLargeTest, PingRequestHandlerTest,
TestRawResponseWriter, BlockCacheTest, CurrencyFieldXmlFileTest,
TestStressUserVersions, BasicFunctionalityTest, SOLR749Test,
DocValuesMissingTest, TestPHPSerializedResponseWriter,
TestBM25SimilarityFactory, TestShardHandlerFactory, TestCollapseQParserPlugin,
UpdateParamsTest, TestPostingsSolrHighlighter, DeleteShardTest,
TestConfigReload, OutOfBoxZkACLAndCredentialsProvidersTest,
TestDistributedGrouping, TestRecovery, DirectSolrConnectionTest,
TestRealTimeGet, DeleteReplicaTest,
TestOverriddenPrefixQueryForCustomFieldType, CSVRequestHandlerTest,
TestStressReorder, TestSearcherReuse, TestFileDictionaryLookup,
TestCloudManagedSchemaConcurrent, DistributedSpellCheckComponentTest,
TestDefaultStatsCache, UUIDUpdateProcessorFallbackTest, SolrTestCaseJ4Test,
LeaderInitiatedRecoveryOnCommitTest, TestAnalyzedSuggestions,
DateRangeFieldTest, AnalyticsMergeStrategyTest, SuggesterWFSTTest,
TestBinaryResponseWriter, TestIndexingPerformance,
DistributedFacetPivotLongTailTest, TestCloudSchemaless,
TestDefaultSearchFieldResource, TestReplicationHandlerBackup, PluginInfoTest,
ExitableDirectoryReaderTest, MinimalSchemaTest, TestComponentsName,
TestWordDelimiterFilterFactory, TestRestManager, TestDynamicFieldResource,
BlockDirectoryTest, EnumFieldTest, TestFieldTypeCollectionResource,
DocumentBuilderTest, TestLuceneMatchVersion, StressHdfsTest, TestSolr4Spatial2,
SchemaVersionSpecificBehaviorTest, TestReload,
TestLMDirichletSimilarityFactory, TestStandardQParsers,
HdfsChaosMonkeySafeLeaderTest, TestCSVResponseWriter, BasicDistributedZk2Test,
JsonLoaderTest, MBeansHandlerTest, CoreMergeIndexesAdminHandlerTest,
StatsComponentTest, TestSurroundQueryParser, IndexBasedSpellCheckerTest,
TestLazyCores, DistanceFunctionTest, EchoParamsTest, TestLRUCache,
ZkStateWriterTest, BadIndexSchemaTest, TestCloudManagedSchema,
TestFieldSortValues, SignatureUpdateProcessorFactoryTest, HdfsSyncSliceTest,
TestPhraseSuggestions, SharedFSAutoReplicaFailoverTest, BadCopyFieldTest,
DirectUpdateHandlerTest, SpellCheckCollatorTest, FullSolrCloudDistribCmdsTest,
TestCursorMarkWithoutUniqueKey, CloudMLTQParserTest, ChaosMonkeySafeLeaderTest,
DistanceUnitsTest, SSLMigrationTest, TestFieldTypeResource, ZkCLITest,
TestReversedWildcardFilterFactory, UUIDFieldTest, TestTrie,
DistributedIntervalFacetingTest, QueryParsingTest, TestDynamicLoading,
TestSolrDeletionPolicy2, DOMUtilTest, TestInitQParser,
DeleteInactiveReplicaTest, TriLevelCompositeIdRoutingTest,
SpellCheckComponentTest, TestManagedSchemaDynamicFieldResource,
TestMergePolicyConfig, TestDocSet, SuggestComponentTest, DateMathParserTest,
SoftAutoCommitTest, CloudExitableDirectoryReaderTest,
TestHighlightDedupGrouping, TestDFRSimilarityFactory, UnloadDistributedZkTest,
RequiredFieldsTest, DirectUpdateHandlerOptimizeTest, SuggesterTest,
TestRandomFaceting, TestPerFieldSimilarity, TestExactSharedStatsCache,
HdfsLockFactoryTest, TestArbitraryIndexDir, TestBadConfig,
FileBasedSpellCheckerTest, TestConfigSets, SearchHandlerTest,
TermsComponentTest, CurrencyFieldOpenExchangeTest, TestFoldingMultitermQuery,
TestCopyFieldCollectionResource, BasicDistributedZkTest,
TestManagedSchemaFieldResource, TestRandomDVFaceting, TestPseudoReturnFields,
TestFastOutputStream, MoreLikeThisHandlerTest, ShardSplitTest, TestUtils,
CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest,
LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest,
TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest,
ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestFaceting,
TestHashPartitioner, TermVectorComponentDistributedTest, TestJoin,
TestStressVersions, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest,
SolrCmdDistributorTest, PeerSyncTest, TestSort, TestFiltering, HighlighterTest,
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest,
SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest,
TestExtendedDismaxParser, SuggesterFSTTest, CoreAdminHandlerTest,
SuggesterTSTTest, TestStressLucene, PolyFieldTest, NoCacheHeaderTest,
WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest,
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases,
QueryEqualityTest, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming,
TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest,
DebugComponentTest, CacheHeaderTest, LukeRequestHandlerTest,
DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest,
TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions,
XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache,
TermVectorComponentTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser,
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest,
RegexBoostProcessorTest, IndexSchemaTest, TestJmxIntegration,
TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest,
JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest,
TestPartialUpdateDeduplication, CoreContainerCoreInitFailuresTest,
TestLFUCache, TestQuerySenderListener, TestSolrIndexConfig,
TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest,
TestStressRecovery, MultiTermTest, SampleTest, NumericFieldsTest,
TestElisionMultitermQuery, TestConfig, OutputWriterTest,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest,
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCodecSupport,
TestXIncludeConfig, TestSweetSpotSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestDefaultSimilarityFactory, TestFastWriter, TimeZoneUtilsTest,
ResourceLoaderTest, ScriptEngineTest, URLClassifyProcessorTest,
TestFastLRUCache, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest,
DateFieldTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest,
ClusterStateTest, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest,
FileUtilsTest, CircularListTest, TestRTGBase, TestDistributedMissingSort,
AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest,
ConnectionManagerTest, CustomCollectionTest,
DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest,
DistribDocExpirationUpdateProcessorTest, DistributedQueueTest,
ExternalCollectionsTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest,
MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerRolesTest,
OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest]
[junit4] Completed in 85.66s, 1 test, 1 error <<< FAILURES!
[...truncated 280 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:190: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970:
There were test failures: 459 suites, 1866 tests, 1 error, 1 failure, 56
ignored (31 assumptions)
Total time: 117 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b09
-XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)
Archiving artifacts
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]