Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4423/
Java: 32bit/jdk1.7.0_76 -server -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
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:901)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:283)
at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
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
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:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:461)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test
Error Message:
Could not get expected value 'CY val' for path 'params/c' full output: {
"responseHeader":{ "status":0, "QTime":0}, "params":{
"useParams":"", "wt":"json"}, "context":{ "httpMethod":"GET",
"webapp":"", "path":"/dump"}}
Stack Trace:
java.lang.AssertionError: Could not get expected value 'CY val' for path
'params/c' full output: {
"responseHeader":{
"status":0,
"QTime":0},
"params":{
"useParams":"",
"wt":"json"},
"context":{
"httpMethod":"GET",
"webapp":"",
"path":"/dump"}}
at
__randomizedtesting.SeedInfo.seed([E9FE0BA546C08124:61AA347FE83CECDC]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:200)
at
org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
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
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:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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)
Build Log:
[...truncated 9217 lines...]
[junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\init-core-data-001
[junit4] 2> 590013 T1721 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (true)
[junit4] 2> 590013 T1721 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 590020 T1721 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 590021 T1722 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 590120 T1721 oasc.ZkTestServer.run start zk server on
port:55011
[junit4] 2> 590120 T1721
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 590123 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 590130 T1729 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@cd4bcc name:ZooKeeperConnection
Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 590131 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 590131 T1721 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 590131 T1721 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 590138 T1721
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 590140 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 590142 T1732 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1777bf6 name:ZooKeeperConnection
Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 590143 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 590143 T1721 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 590143 T1721 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 590149 T1721 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 590153 T1721 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 590158 T1721 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 590164 T1721 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> 590164 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 590176 T1721 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> 590176 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 590185 T1721 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> 590185 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 590191 T1721 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> 590191 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 590196 T1721 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> 590196 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 590200 T1721 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> 590200 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 590203 T1721 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> 590203 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 590208 T1721 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> 590208 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 590212 T1721 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> 590212 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 590216 T1721 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> 590216 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 590220 T1721 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> 590221 T1721 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 590226 T1723 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14bf73fa7810001, 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> 590226 T1721
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 590228 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 590231 T1735 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5cef95 name:ZooKeeperConnection
Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 590232 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 590232 T1721 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 591764 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1
[junit4] 2> 591767 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 591817 T1721 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1,
TLSv1.2]
[junit4] 2> 591827 T1721 oejs.AbstractConnector.doStart Started
[email protected]:55021
[junit4] 2> 591827 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores, hostContext=/, hostPort=55021,
solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\tempDir-001/control/data}
[junit4] 2> 591831 T1721 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
[junit4] 2> 591831 T1721 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\'
[junit4] 2> 591883 T1721 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\solr.xml
[junit4] 2> 591917 T1721 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores
[junit4] 2> 591917 T1721 oasc.CoreContainer.<init> New CoreContainer
20361494
[junit4] 2> 591918 T1721 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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\]
[junit4] 2> 591918 T1721 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\lib
[junit4] 2> 591918 T1721 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\lib).
[junit4] 2> 591932 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 591932 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 591933 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 591934 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 591934 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 591935 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 591940 T1721 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 591946 T1721 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 591946 T1721 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 591946 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 591946 T1721 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:55011/solr
[junit4] 2> 591946 T1721 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 591946 T1721
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 591956 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 591959 T1747 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b184a6 name:ZooKeeperConnection
Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 591960 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 591960 T1721 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 591966 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 591968 T1750 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@c07920 name:ZooKeeperConnection
Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 591968 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 591971 T1721 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 591974 T1721 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 591979 T1721 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 591984 T1721 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 591990 T1721 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 591997 T1721 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 591999 T1721 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55021_
[junit4] 2> 592000 T1721 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:55021_
[junit4] 2> 592004 T1721 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 592008 T1721 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 592010 T1721 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 592013 T1721 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:55021_
[junit4] 2> 592013 T1721 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 592016 T1721 oasc.Overseer.start Overseer
(id=93440070056476676-127.0.0.1:55021_-n_0000000000) starting
[junit4] 2> 592021 T1721 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 592035 T1721 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 592039 T1752 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 592040 T1751 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 592040 T1721 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 592047 T1721 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 592048 T1721
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 592056 T1721 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores
[junit4] 1> CORE DESCRIPTOR: {name=collection1, coreNodeName=,
transient=false, dataDir=data\, loadOnStartup=true,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\,
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1, schema=schema.xml, shard=,
config=solrconfig.xml, collection=control_collection}
[junit4] 2> 592060 T1721 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\
[junit4] 2> 592061 T1721 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 592063 T1754 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 592064 T1754 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 592065 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 592065 T1754 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 592067 T1751 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:55021_",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"https://127.0.0.1:55021",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "core":"collection1"} current state version: 0
[junit4] 2> 592068 T1751 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:55021_",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"https://127.0.0.1:55021",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"1",
[junit4] 2> "core":"collection1"}
[junit4] 2> 592068 T1751 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 592068 T1751 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 592070 T1750 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> 592951 T1754 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 592951 T1754 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 592952 T1754 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 592952 T1754 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 592955 T1754 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 592955 T1754 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\'
[junit4] 2> 592984 T1754 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 592989 T1754 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 593008 T1754 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 593038 T1754 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 593101 T1754 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 593108 T1754 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 593122 T1754 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 593528 T1754 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 593539 T1754 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 593541 T1754 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 593560 T1754 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 593565 T1754 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 593569 T1754 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 593571 T1754
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 593571 T1754
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 593571 T1754 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 593573 T1754
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 593573 T1754
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 593573 T1754 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 593573 T1754 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 593573 T1754 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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\data\
[junit4] 2> 593573 T1754 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d15de
[junit4] 2> 593574 T1754 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\data\
[junit4] 2> 593574 T1754 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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\data\index/
[junit4] 2> 593574 T1754 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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 593575 T1754 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\control-001\cores\collection1\data\index
[junit4] 2> 593575 T1754 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=312565361,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 593576 T1754 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@17d60e1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@637457),segFN=segments_1,generation=1}
[junit4] 2> 593576 T1754 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 593580 T1754 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 593580 T1754 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 593581 T1754 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 593581 T1754 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 593581 T1754 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 593581 T1754 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 593582 T1754 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 593582 T1754 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 593582 T1754 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 593584 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 593584 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 593585 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 593585 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 593586 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 593587 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 593590 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 593590 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 593591 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 593591 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 593592 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 593592 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 593593 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 593594 T1754 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 593595 T1754 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 593600 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 593605 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 593605 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 593607 T1754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 593609 T1754 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 593611 T1754 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 593611 T1754 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 593611 T1754 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 593612 T1754 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 593612 T1754 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.81640625,
floorSegmentMB=0.26171875, forceMergeDeletesPctAllowed=9.885654573401613,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6664708973069055
[junit4] 2> 593613 T1754 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@17d60e1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@637457),segFN=segments_1,generation=1}
[junit4] 2> 593613 T1754 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 593613 T1754 oass.SolrIndexSearcher.<init> Opening
Searcher@a35440[collection1] main
[junit4] 2> 593613 T1754 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 593616 T1754 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 593616 T1754 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 593617 T1754
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 593617 T1754 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 593618 T1754 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 593619 T1754
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 593619 T1754 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 593619 T1754 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 593619 T1754 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 593620 T1754 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 593620 T1755 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@a35440[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 593623 T1758 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:55021 collection:control_collection
shard:shard1
[junit4] 2> 593623 T1721 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 593623 T1721 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 593625 T1758 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 593634 T1721
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 593636 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 593638 T1761 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@16b9a4c name:ZooKeeperConnection
Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 593639 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 593639 T1721 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 593641 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 593642 T1721
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 593644 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 593644 T1758
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 593645 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1509 name=collection1
org.apache.solr.core.SolrCore@2dd9de url=https://127.0.0.1:55021/collection1
node=127.0.0.1:55021_ C1509_STATE=coll:control_collection core:collection1
props:{state=down, node_name=127.0.0.1:55021_,
base_url=https://127.0.0.1:55021, core=collection1}
[junit4] 2> 593645 T1758 C1509 P55021 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:55021/collection1/
[junit4] 2> 593645 T1758 C1509 P55021 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 593646 T1758 C1509 P55021 oasc.SyncStrategy.syncToMe
https://127.0.0.1:55021/collection1/ has no replicas
[junit4] 2> 593646 T1758 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:55021/collection1/ shard1
[junit4] 2> 593646 T1751 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> 593647 T1758 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 593647 T1721 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 593650 T1761 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> 593650 T1750 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> 593667 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 593669 T1751 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":"https://127.0.0.1:55021",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 593763 T1761 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> 593764 T1750 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> 593804 T1758 oasc.ZkController.register We are
https://127.0.0.1:55021/collection1/ and leader is
https://127.0.0.1:55021/collection1/
[junit4] 2> 593804 T1758 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:55021
[junit4] 2> 593804 T1758 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 593804 T1758 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 593805 T1758 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 593807 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 593810 T1751 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:55021_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"https://127.0.0.1:55021",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"collection1"} current state version: 3
[junit4] 2> 593811 T1751 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:55021_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "base_url":"https://127.0.0.1:55021",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"collection1"}
[junit4] 2> 593905 T1761 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> 593906 T1750 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> 595000 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1
[junit4] 2> 595003 T1721 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001
[junit4] 2> 595003 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 595017 T1721 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1,
TLSv1.2]
[junit4] 2> 595022 T1721 oejs.AbstractConnector.doStart Started
[email protected]:55033
[junit4] 2> 595022 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{coreRootDirectory=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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores, hostContext=/, hostPort=55033,
solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\tempDir-001/jetty1, solrconfig=solrconfig.xml}
[junit4] 2> 595026 T1721 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
[junit4] 2> 595026 T1721 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\'
[junit4] 2> 595057 T1721 oasc.SolrXmlConfig.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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\solr.xml
[junit4] 2> 595081 T1721 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores
[junit4] 2> 595082 T1721 oasc.CoreContainer.<init> New CoreContainer
14512198
[junit4] 2> 595082 T1721 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\]
[junit4] 2> 595082 T1721 oasc.CoreContainer.load loading shared library:
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\lib
[junit4] 2> 595082 T1721 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\lib).
[junit4] 2> 595092 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 595093 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 595094 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 595098 T1721 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 595101 T1721 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 595101 T1721 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 595102 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 595102 T1721 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:55011/solr
[junit4] 2> 595102 T1721 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 595102 T1721
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 595104 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 595107 T1773 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b6f787 name:ZooKeeperConnection
Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 595109 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 595109 T1721 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 595112 T1723 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14bf73fa7810006, 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> 595113 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 595116 T1776 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1f0b0a6 name:ZooKeeperConnection
Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 595116 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 595126 T1721
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 596015 T1721 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55033_
[junit4] 2> 596018 T1721 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:55033_
[junit4] 2> 596030 T1721 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 596035 T1721 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores
[junit4] 1> CORE DESCRIPTOR: {name=collection1, collection=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, coreNodeName=,
absoluteInstDir=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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\,
instanceDir=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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1, loadOnStartup=true,
dataDir=data\, shard=}
[junit4] 2> 596040 T1721 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\
[junit4] 2> 596040 T1721 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 596042 T1777 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 596042 T1777 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 596044 T1777 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 596044 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 596046 T1751 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:55033_",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"https://127.0.0.1:55033",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"collection1"} current state version: 4
[junit4] 2> 596047 T1751 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "state":"down",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "node_name":"127.0.0.1:55033_",
[junit4] 2> "shard":null,
[junit4] 2> "base_url":"https://127.0.0.1:55033",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"collection1"}
[junit4] 2> 596048 T1751 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 596048 T1751 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 596052 T1750 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 596052 T1776 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 596053 T1761 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 596930 T1777 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 596930 T1777 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 596931 T1777 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 596931 T1777 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 596935 T1777 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 596935 T1777 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\'
[junit4] 2> 596960 T1777 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 596964 T1777 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 596975 T1777 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 596996 T1777 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.1.0
[junit4] 2> 597037 T1777 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 597039 T1777 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 597051 T1777 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 597514 T1777 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 597521 T1777 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 597523 T1777 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 597539 T1777 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 597543 T1777 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 597546 T1777 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 597546 T1777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 597547 T1777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 597547 T1777 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 597547 T1777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 597547 T1777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 597547 T1777 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 597547 T1777 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 597547 T1777 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\,
dataDir=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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\
[junit4] 2> 597547 T1777 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4d15de
[junit4] 2> 597547 T1777 oasc.CachingDirectoryFactory.get return new
directory for
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\
[junit4] 2> 597547 T1777 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\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index/
[junit4] 2> 597549 T1777 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 597550 T1777 oasc.CachingDirectoryFactory.get return new
directory for
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-1-001\cores\collection1\data\index
[junit4] 2> 597550 T1777 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=312565361,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 597550 T1777 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@15225e1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35028a),segFN=segments_1,generation=1}
[junit4] 2> 597550 T1777 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 597552 T1777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 597553 T1777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 597553 T1777 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 597554 T1777 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 597555 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 597556 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 597557 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 597558 T1777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 597559 T1777 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 597566 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 597570 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 597571 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 597573 T1777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 597575 T1777 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 597577 T1777 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 597577 T1777 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 597578 T1777 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 597578 T1777 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 597579 T1777 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=46, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=25.81640625,
floorSegmentMB=0.26171875, forceMergeDeletesPctAllowed=9.885654573401613,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6664708973069055
[junit4] 2> 597579 T1777 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@15225e1
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35028a),segFN=segments_1,generation=1}
[junit4] 2> 597580 T1777 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 597580 T1777 oass.SolrIndexSearcher.<init> Opening
Searcher@39e060[collection1] main
[junit4] 2> 597580 T1777 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 597582 T1777 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 597582 T1777 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 597583 T1777
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 597583 T1777 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 597583 T1777 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 597584 T1777
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 597584 T1777 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 597584 T1777 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 597584 T1777 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 597585 T1778 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@39e060[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 597586 T1777 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 597587 T1781 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:55033 collection:collection1
shard:shard2
[junit4] 2> 597589 T1721 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
[junit4] 2> 597589 T1721 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 597590 T1781 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 597598 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 597600 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 597602 T1781
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 597602 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1510 name=collection1
org.apache.solr.core.SolrCore@127f3ff url=https://127.0.0.1:55033/collection1
node=127.0.0.1:55033_ C1510_STATE=coll:collection1 core:collection1
props:{state=down, node_name=127.0.0.1:55033_,
base_url=https://127.0.0.1:55033, core=collection1}
[junit4] 2> 597602 T1781 C1510 P55033 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:55033/collection1/
[junit4] 2> 597602 T1781 C1510 P55033 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 597603 T1781 C1510 P55033 oasc.SyncStrategy.syncToMe
https://127.0.0.1:55033/collection1/ has no replicas
[junit4] 2> 597603 T1781 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:55033/collection1/ shard2
[junit4] 2> 597603 T1781 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 597603 T1751 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> 597605 T1776 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597607 T1761 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597607 T1750 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597618 T1751 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"https://127.0.0.1:55033",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 6
[junit4] 2> 597621 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 597623 T1750 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597623 T1761 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597623 T1776 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597663 T1781 oasc.ZkController.register We are
https://127.0.0.1:55033/collection1/ and leader is
https://127.0.0.1:55033/collection1/
[junit4] 2> 597663 T1781 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:55033
[junit4] 2> 597663 T1781 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 597663 T1781 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 597663 T1781 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 597665 T1750 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 597667 T1751 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:55033_",
[junit4] 2> "shard":"shard2",
[junit4] 2> "base_url":"https://127.0.0.1:55033",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"collection1"} current state version: 7
[junit4] 2> 597667 T1751 oasco.ReplicaMutator.updateState Update state
numShards=2 message={
[junit4] 2> "state":"active",
[junit4] 2> "roles":null,
[junit4] 2> "operation":"state",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "node_name":"127.0.0.1:55033_",
[junit4] 2> "shard":"shard2",
[junit4] 2> "base_url":"https://127.0.0.1:55033",
[junit4] 2> "collection":"collection1",
[junit4] 2> "numShards":"2",
[junit4] 2> "core":"collection1"}
[junit4] 2> 597760 T1761 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597761 T1750 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 597762 T1776 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 598983 T1721 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\cores\collection1
[junit4] 2> 598986 T1721 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001
[junit4] 2> 598987 T1721 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 598997 T1721 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1,
TLSv1.2]
[junit4] 2> 599000 T1721 oejs.AbstractConnector.doStart Started
[email protected]:55042
[junit4] 2> 599000 T1721 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\tempDir-001/jetty2,
coreRootDirectory=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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\cores, hostPort=55042, hostContext=/,
solrconfig=solrconfig.xml}
[junit4] 2> 599005 T1721 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@1e68a2b
[junit4] 2> 599005 T1721 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\'
[junit4] 2> 599040 T1721 oasc.SolrXmlConfig.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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\solr.xml
[junit4] 2> 599067 T1721 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\cores
[junit4] 2> 599067 T1721 oasc.CoreContainer.<init> New CoreContainer
27226205
[junit4] 2> 599067 T1721 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\]
[junit4] 2> 599067 T1721 oasc.CoreContainer.load loading shared library:
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\lib
[junit4] 2> 599067 T1721 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
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.handler.TestSolrConfigHandlerCloud
E9FE0BA546C08124-001\shard-2-001\lib).
[junit4] 2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 599077 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 599079 T1721 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 599083 T1721 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 599085 T1721 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 599085 T1721 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 599085 T1721 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 599085 T1721 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:55011/solr
[junit4] 2> 599085 T1721 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 599085 T1721
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 599088 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 599090 T1793 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1541633 name:ZooKeeperConnection
Watcher:127.0.0.1:55011 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 599090 T1721 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 599090 T1721 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 599094 T1721 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 599096 T1796 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1284a64 name:ZooKeeperConnection
Watcher:127.0.0.1:55011/solr got event WatchedEvent state:SyncConnected type:N
[...truncated too long message...]
efaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 moreThrowable #2:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=8989, name=updateExecutor-1216-thread-2,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@100a5cc
rejected from java.util.concurrent.ThreadPoolExecutor@18503fa[Shutting down,
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 26]
[junit4] > at
__randomizedtesting.SeedInfo.seed([E9FE0BA546C08124]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:278)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2647430 T8882 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
E9FE0BA546C08124-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{range_facet_l=PostingsFormat(name=Asserting),
multiDefault=PostingsFormat(name=Asserting),
id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=LuceneFixedGap),
timestamp=PostingsFormat(name=Asserting),
intDefault=BlockTreeOrds(blocksize=128), a_t=PostingsFormat(name=Asserting),
_version_=BlockTreeOrds(blocksize=128)},
docValues:{timestamp=DocValuesFormat(name=Direct)},
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_PH,
timezone=Asia/Makassar
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_76
(32-bit)/cpus=2,threads=1,free=191840784,total=483393536
[junit4] 2> NOTE: All tests run in this JVM: [InfoHandlerTest,
DocExpirationUpdateProcessorFactoryTest, TestNRTOpen, CloudMLTQParserTest,
DistribJoinFromCollectionTest, TestRawResponseWriter,
CoreMergeIndexesAdminHandlerTest, HdfsWriteToMultipleCollectionsTest,
TestFieldTypeResource, TestLazyCores, BadIndexSchemaTest,
DeleteInactiveReplicaTest, ExternalFileFieldSortTest, UpdateParamsTest,
TestIBSimilarityFactory, PingRequestHandlerTest, RequestLoggingTest,
BinaryUpdateRequestHandlerTest, DeleteReplicaTest, HighlighterMaxOffsetTest,
TestSolrConfigHandlerConcurrent, TestSolrDeletionPolicy2,
TestDFRSimilarityFactory, DistanceUnitsTest, TestCollapseQParserPlugin,
DeleteShardTest, CoreAdminRequestStatusTest, TestExactSharedStatsCache,
TestRecovery, WordBreakSolrSpellCheckerTest, TestCloudSchemaless,
TestStressUserVersions, DebugComponentTest, AddBlockUpdateTest,
TestCharFilters, CoreAdminHandlerTest, TestReRankQParserPlugin,
TestReversedWildcardFilterFactory, TestSolrConfigHandlerCloud, TestInitQParser,
TestSearchPerf, TestSimpleQParserPlugin, TestStressReorder,
TestLMJelinekMercerSimilarityFactory,
OverriddenZkACLAndCredentialsProvidersTest, TestClusterStateMutator,
AtomicUpdatesTest, OverseerCollectionProcessorTest, TestAddFieldRealTimeGet,
TestDocSet, TestSolr4Spatial, SpatialFilterTest, TestPerFieldSimilarity,
ShardRoutingCustomTest, TestPostingsSolrHighlighter, HdfsDirectoryFactoryTest,
TestQuerySenderListener, SSLMigrationTest, SaslZkACLProviderTest,
HttpPartitionTest, TestSolrXml, IndexBasedSpellCheckerTest, SliceStateTest,
TestDynamicFieldCollectionResource, BasicDistributedZk2Test, TestRTGBase,
FullSolrCloudDistribCmdsTest, TestFieldCollectionResource, TestJoin,
TestMissingGroups, TestBinaryResponseWriter, ClusterStateTest,
ExternalCollectionsTest, TestCloudManagedSchema, MigrateRouteKeyTest,
TestOverriddenPrefixQueryForCustomFieldType, ResponseHeaderTest,
TestRequestStatusCollectionAPI, ChangedSchemaMergeTest,
TermVectorComponentTest, OverseerTest, CacheHeaderTest,
TestMaxScoreQueryParser, LukeRequestHandlerTest, TestCollationFieldDocValues,
IndexSchemaRuntimeFieldTest, ReturnFieldsTest, TestConfigOverlay,
OutOfBoxZkACLAndCredentialsProvidersTest, DocValuesMultiTest, BadComponentTest,
TestSort, TestBadConfig, TestJmxIntegration, ShardSplitTest,
HdfsLockFactoryTest, HdfsBasicDistributedZk2Test, TestShardHandlerFactory,
ParsingFieldUpdateProcessorsTest, DistribCursorPagingTest, AutoCommitTest,
ResponseLogComponentTest, TestHdfsUpdateLog, DefaultValueUpdateProcessorTest,
TestFieldTypeCollectionResource, TestFastOutputStream, FacetPivotSmallTest,
ZkControllerTest, DirectSolrConnectionTest, TestNoOpRegenerator, PrimUtilsTest,
UnloadDistributedZkTest, TestDistributedMissingSort, TestReplicaProperties,
TestSolrJ, SuggesterTSTTest, AlternateDirectoryTest,
DocumentAnalysisRequestHandlerTest, StatsComponentTest, SolrCoreTest,
DistributedMLTComponentTest, RAMDirectoryFactoryTest, TestCSVResponseWriter,
TestCopyFieldCollectionResource, PreAnalyzedUpdateProcessorTest, TestFiltering,
TestSchemaSimilarityResource, CollectionsAPIAsyncDistributedZkTest,
CursorMarkTest, CloudExitableDirectoryReaderTest, DocValuesMissingTest,
OverseerStatusTest, TestXIncludeConfig, HdfsCollectionsAPIDistributedZkTest,
PolyFieldTest, TestInitParams, DistributedQueryComponentCustomSortTest,
TestLeaderElectionZkExpiry, SolrPluginUtilsTest, TestSolrDeletionPolicy1,
DateFieldTest, BadCopyFieldTest, RollingRestartTest, TestZkChroot,
HdfsBasicDistributedZkTest, SolrCmdDistributorTest, BJQParserTest,
TestPHPSerializedResponseWriter, RecoveryZkTest, QueryParsingTest,
TestTrackingShardHandlerFactory, TestQueryTypes, AnalyticsQueryTest,
TestAnalyzeInfixSuggestions, DirectSolrSpellCheckerTest, TestRealTimeGet,
TestCoreContainer, TestManagedSchema, IndexSchemaTest,
SpellPossibilityIteratorTest, TestLuceneMatchVersion, TestExceedMaxTermLength,
SystemInfoHandlerTest, DistributedQueryElevationComponentTest,
ShardRoutingTest, TestHighFrequencyDictionaryFactory,
TestHighlightDedupGrouping, AnalysisAfterCoreReloadTest, ZkStateWriterTest,
ScriptEngineTest, AnalysisErrorHandlingTest, LoggingHandlerTest,
TermVectorComponentDistributedTest, LeaderElectionTest,
TestSweetSpotSimilarityFactory, TestNonDefinedSimilarityFactory,
TestSchemaVersionResource, TestSortingResponseWriter, OutputWriterTest,
SuggesterFSTTest, TestExpandComponent, TestBlobHandler, NumericFieldsTest,
TestSchemaManager, RequestHandlersTest, TestStressRecovery,
SimpleMLTQParserTest, BasicZkTest, ZkSolrClientTest, SynonymTokenizerTest,
TestRandomMergePolicy, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest,
TestCSVLoader, ReplicationFactorTest]
[junit4] Completed in 76.31s, 1 test, 1 error <<< FAILURES!
[...truncated 881 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:191: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976:
There were test failures: 470 suites, 1873 tests, 1 error, 1 failure, 57
ignored (30 assumptions)
Total time: 168 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_76 -server
-XX:+UseG1GC
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]