Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4531/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest
Error Message:
{responseHeader={status=0, QTime=5}, response={numFound=0, start=0, docs=[]}}
Stack Trace:
java.lang.AssertionError: {responseHeader={status=0, QTime=5},
response={numFound=0, start=0, docs=[]}}
at
__randomizedtesting.SeedInfo.seed([F6653B7564F333ED:16A41927DF1F451F]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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)
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:284)
at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 9155 lines...]
[junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\init-core-data-001
[junit4] 2> 1042429 T4146
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /rs/
[junit4] 2> 1042437 T4146 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1042437 T4147 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 1042563 T4146 oasc.ZkTestServer.run start zk server on
port:62008
[junit4] 2> 1042563 T4146
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1042567 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1042574 T4154 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@36be2a name:ZooKeeperConnection
Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1042574 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1042576 T4146 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1042576 T4146 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 1042583 T4146
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1042585 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1042590 T4157 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1e76e57 name:ZooKeeperConnection
Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1042590 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1042591 T4146 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1042591 T4146 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 1042598 T4146 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 1042605 T4146 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 1042619 T4146 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 1042628 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1042630 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 1042643 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1042643 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 1042653 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1042653 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1042659 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1042662 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 1042670 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1042670 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 1042678 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1042678 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 1042687 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1042687 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 1042695 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1042696 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 1042703 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1042707 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1042728 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1042730 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 1042740 T4146 oasc.AbstractZkTestCase.putConfig put
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1042741 T4146 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 1044931 T4146 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1
[junit4] 2> 1044940 T4146 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 1044947 T4146 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1872dfb{/rs,null,AVAILABLE}
[junit4] 2> 1044978 T4146 oejs.AbstractConnector.doStart Started
ServerConnector@31a6e2{HTTP/1.1}{127.0.0.1:62016}
[junit4] 2> 1044979 T4146 oejs.Server.doStart Started @1068191ms
[junit4] 2> 1044979 T4146 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\tempDir-001/control/data, hostContext=/rs,
hostPort=62015,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores}
[junit4] 2> 1044980 T4146 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 1044980 T4146 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\'
[junit4] 2> 1045032 T4146 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\solr.xml
[junit4] 2> 1045045 T4146 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores
[junit4] 2> 1045045 T4146 oasc.CoreContainer.<init> New CoreContainer
563288
[junit4] 2> 1045047 T4146 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\]
[junit4] 2> 1045047 T4146 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\lib
[junit4] 2> 1045047 T4146 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\lib).
[junit4] 2> 1045063 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1045063 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1045063 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1045064 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1045064 T4146 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1045064 T4146 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1045064 T4146 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1045065 T4146 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1045066 T4146 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:62008/solr
[junit4] 2> 1045066 T4146 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1045066 T4146
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1045070 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1045071 T4171 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1795e20 name:ZooKeeperConnection
Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1045074 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1045074 T4146 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1045082 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1045087 T4174 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@19feb86 name:ZooKeeperConnection
Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1045088 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1045091 T4146 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 1045097 T4146 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 1045103 T4146 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 1045109 T4146 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 1045117 T4146 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 1045123 T4146 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 1045124 T4146 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62015_rs
[junit4] 2> 1045125 T4146 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:62015_rs
[junit4] 2> 1045130 T4146 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 1045134 T4146 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 1045138 T4146 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1045142 T4146 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:62015_rs
[junit4] 2> 1045142 T4146 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 1045149 T4146 oasc.Overseer.start Overseer
(id=93439591931314179-127.0.0.1:62015_rs-n_0000000000) starting
[junit4] 2> 1045156 T4146 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 1045173 T4146 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1045174 T4175 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 1045176 T4146 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 1045177 T4176 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 1045179 T4146 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 1045183 T4146
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1045192 T4146 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores
[junit4] 1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml,
transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1,
collection=control_collection,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 1045195 T4146 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\
[junit4] 2> 1045195 T4146 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1045199 T4178 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 1045199 T4178 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1045200 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1045200 T4178 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1045203 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62015/rs",
[junit4] 2> "node_name":"127.0.0.1:62015_rs",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1045204 T4175 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62015/rs",
[junit4] 2> "node_name":"127.0.0.1:62015_rs",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1045204 T4175 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 1045204 T4175 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 1045206 T4174 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> 1046460 T4178 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1046460 T4178 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 1046461 T4178 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1046461 T4178 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1046463 T4178 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1046463 T4178 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\'
[junit4] 2> 1046500 T4178 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1046505 T4178 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1046516 T4178 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1046519 T4178 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1046525 T4178 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1046529 T4178 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1046535 T4178 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1046667 T4178 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1046676 T4178 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1046677 T4178 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1046697 T4178 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1046702 T4178 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1046706 T4178 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1046708 T4178
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1046708 T4178
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1046708 T4178 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1046710 T4178
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1046710 T4178
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1046710 T4178 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 1046710 T4178 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1046710 T4178 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\data\
[junit4] 2> 1046712 T4178 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@149df68
[junit4] 2> 1046712 T4178 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\data\
[junit4] 2> 1046712 T4178 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\data\index/
[junit4] 2> 1046713 T4178 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 1046713 T4178 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\control-001\cores\collection1\data\index
[junit4] 2> 1046713 T4178 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22483115394383912]
[junit4] 2> 1046714 T4178 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@130988b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d8558f),segFN=segments_1,generation=1}
[junit4] 2> 1046714 T4178 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1046718 T4178 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1046719 T4178 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1046720 T4178 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1046720 T4178 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1046720 T4178 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1046720 T4178 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1046726 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1046730 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1046733 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1046735 T4178 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1046739 T4178 oasc.RequestHandlers.initHandlersFromConfig
Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
[junit4] 2> 1046740 T4178 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1046741 T4178 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1046742 T4178 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 1046744 T4178 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1046744 T4178 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1046745 T4178 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=817140546,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1046745 T4178 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@130988b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d8558f),segFN=segments_1,generation=1}
[junit4] 2> 1046746 T4178 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1046746 T4178 oass.SolrIndexSearcher.<init> Opening
Searcher@18b378e[collection1] main
[junit4] 2> 1046746 T4178 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 1046749 T4178 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 1046749 T4178 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1046749 T4178
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1046750 T4178 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1046750 T4178 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1046751 T4178
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1046752 T4178 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1046752 T4178 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1046752 T4178 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1046752 T4178 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1046752 T4179 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@18b378e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1046755 T4182 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:62015/rs
collection:control_collection shard:shard1
[junit4] 2> 1046756 T4146 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1046756 T4146 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1046760 T4182 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 1046761 T4146
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1046764 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1046767 T4186 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@8c2c1f name:ZooKeeperConnection
Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1046768 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1046768 T4146 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1046772 T4146
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1046773 T4182 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 1046777 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1046778 T4182
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1046778 T4182 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C633 name=collection1
org.apache.solr.core.SolrCore@cebe5e url=http://127.0.0.1:62015/rs/collection1
node=127.0.0.1:62015_rs C633_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:62015/rs,
node_name=127.0.0.1:62015_rs, state=down}
[junit4] 2> 1046778 T4182 C633 P62015 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:62015/rs/collection1/
[junit4] 2> 1046779 T4182 C633 P62015 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1046779 T4182 C633 P62015 oasc.SyncStrategy.syncToMe
http://127.0.0.1:62015/rs/collection1/ has no replicas
[junit4] 2> 1046779 T4182 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:62015/rs/collection1/ shard1
[junit4] 2> 1046779 T4175 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> 1046779 T4182 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 1046780 T4146 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 1046793 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1046796 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:62015/rs",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 1046932 T4174 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> 1046934 T4186 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> 1046988 T4182 oasc.ZkController.register We are
http://127.0.0.1:62015/rs/collection1/ and leader is
http://127.0.0.1:62015/rs/collection1/
[junit4] 2> 1046988 T4182 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:62015/rs
[junit4] 2> 1046988 T4182 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1046988 T4182 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 1046988 T4182 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1046991 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1046996 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62015/rs",
[junit4] 2> "node_name":"127.0.0.1:62015_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 1046997 T4175 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62015/rs",
[junit4] 2> "node_name":"127.0.0.1:62015_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 1047132 T4174 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> 1047132 T4186 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> 1049109 T4146 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1
[junit4] 2> 1049113 T4146 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1 in directory
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001
[junit4] 2> 1049115 T4146 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 1049120 T4146 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@3e5a2d{/rs,null,AVAILABLE}
[junit4] 2> 1049123 T4146 oejs.AbstractConnector.doStart Started
ServerConnector@1760340{HTTP/1.1}{127.0.0.1:62029}
[junit4] 2> 1049123 T4146 oejs.Server.doStart Started @1071532ms
[junit4] 2> 1049123 T4146 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\tempDir-001/jetty1, solrconfig=solrconfig.xml,
hostContext=/rs, hostPort=62028,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores}
[junit4] 2> 1049123 T4146 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 1049123 T4146 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\'
[junit4] 2> 1049174 T4146 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\solr.xml
[junit4] 2> 1049185 T4146 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores
[junit4] 2> 1049188 T4146 oasc.CoreContainer.<init> New CoreContainer
8318698
[junit4] 2> 1049188 T4146 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\]
[junit4] 2> 1049188 T4146 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\lib
[junit4] 2> 1049188 T4146 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\lib).
[junit4] 2> 1049212 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1049213 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1049213 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1049215 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1049216 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1049217 T4146 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1049217 T4146 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1049217 T4146 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1049217 T4146 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1049217 T4146 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:62008/solr
[junit4] 2> 1049219 T4146 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1049219 T4146
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1049221 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1049229 T4200 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@162019b name:ZooKeeperConnection
Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1049231 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1049232 T4146 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1049239 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1049242 T4203 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@130971c name:ZooKeeperConnection
Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1049242 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1049255 T4146
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1050645 T4146 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62028_rs
[junit4] 2> 1050646 T4146 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:62028_rs
[junit4] 2> 1050655 T4146 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1050664 T4146 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores
[junit4] 1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml,
transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1, collection=collection1,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 1050666 T4146 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\
[junit4] 2> 1050666 T4146 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1050670 T4204 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1050670 T4204 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1050672 T4204 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1050673 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1050674 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62028/rs",
[junit4] 2> "node_name":"127.0.0.1:62028_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 1050676 T4175 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62028/rs",
[junit4] 2> "node_name":"127.0.0.1:62028_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1050676 T4175 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 1050676 T4175 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 1050678 T4186 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> 1050680 T4203 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> 1050681 T4174 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> 1052056 T4204 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1052056 T4204 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1052057 T4204 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1052057 T4204 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1052058 T4204 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1052060 T4204 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\'
[junit4] 2> 1052091 T4204 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1052095 T4204 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1052116 T4204 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1052122 T4204 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1052133 T4204 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1052137 T4204 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1052142 T4204 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1052298 T4204 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1052304 T4204 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1052308 T4204 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1052338 T4204 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1052344 T4204 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1052350 T4204 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1052353 T4204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1052354 T4204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1052354 T4204 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1052356 T4204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1052357 T4204
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1052357 T4204 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1052357 T4204 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1052358 T4204 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\data\
[junit4] 2> 1052358 T4204 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@149df68
[junit4] 2> 1052360 T4204 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\data\
[junit4] 2> 1052360 T4204 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\data\index/
[junit4] 2> 1052360 T4204 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 1052361 T4204 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-1-001\cores\collection1\data\index
[junit4] 2> 1052361 T4204 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22483115394383912]
[junit4] 2> 1052362 T4204 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@41a035
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@878615),segFN=segments_1,generation=1}
[junit4] 2> 1052362 T4204 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1052372 T4204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 1052372 T4204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 1052373 T4204 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1052373 T4204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 1052373 T4204 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1052375 T4204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 1052375 T4204 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 1052376 T4204 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1052376 T4204 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1052385 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1052388 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1052391 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1052395 T4204 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1052404 T4204 oasc.RequestHandlers.initHandlersFromConfig
Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
[junit4] 2> 1052406 T4204 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1052408 T4204 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1052408 T4204 oasu.UpdateLog.init Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
[junit4] 2> 1052410 T4204 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1052410 T4204 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1052417 T4204 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=817140546,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1052417 T4204 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@41a035
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@878615),segFN=segments_1,generation=1}
[junit4] 2> 1052417 T4204 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1052418 T4204 oass.SolrIndexSearcher.<init> Opening
Searcher@1e742e[collection1] main
[junit4] 2> 1052418 T4204 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1052421 T4204 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1052422 T4204 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 1052423 T4204
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1052423 T4204 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1052423 T4204 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1052425 T4204
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 1052425 T4204 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1052426 T4204 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1052426 T4204 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1052427 T4205 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1e742e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1052427 T4204 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1052430 T4208 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:62028/rs collection:collection1
shard:shard2
[junit4] 2> 1052430 T4146 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 1052431 T4146 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 1052433 T4208 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 1052456 T4208 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 1052461 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1052462 T4208
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 1052462 T4208 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C634 name=collection1
org.apache.solr.core.SolrCore@1f88f90 url=http://127.0.0.1:62028/rs/collection1
node=127.0.0.1:62028_rs C634_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:62028/rs,
node_name=127.0.0.1:62028_rs, state=down}
[junit4] 2> 1052462 T4208 C634 P62028 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:62028/rs/collection1/
[junit4] 2> 1052462 T4208 C634 P62028 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 1052462 T4208 C634 P62028 oasc.SyncStrategy.syncToMe
http://127.0.0.1:62028/rs/collection1/ has no replicas
[junit4] 2> 1052462 T4208 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:62028/rs/collection1/ shard2
[junit4] 2> 1052464 T4208 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 1052468 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 1052483 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1052487 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:62028/rs",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 1052634 T4203 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> 1052634 T4174 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> 1052635 T4186 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> 1052698 T4208 oasc.ZkController.register We are
http://127.0.0.1:62028/rs/collection1/ and leader is
http://127.0.0.1:62028/rs/collection1/
[junit4] 2> 1052698 T4208 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:62028/rs
[junit4] 2> 1052698 T4208 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 1052698 T4208 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 1052698 T4208 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1052703 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1052707 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62028/rs",
[junit4] 2> "node_name":"127.0.0.1:62028_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 1052711 T4175 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62028/rs",
[junit4] 2> "node_name":"127.0.0.1:62028_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1052861 T4203 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> 1052861 T4186 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> 1052863 T4174 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> 1054994 T4146 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1
[junit4] 2> 1054998 T4146 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2 in directory
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001
[junit4] 2> 1055001 T4146 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 1055005 T4146 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1c96743{/rs,null,AVAILABLE}
[junit4] 2> 1055008 T4146 oejs.AbstractConnector.doStart Started
ServerConnector@156a46f{HTTP/1.1}{127.0.0.1:62039}
[junit4] 2> 1055008 T4146 oejs.Server.doStart Started @1075897ms
[junit4] 2> 1055008 T4146 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties:
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\tempDir-001/jetty2, solrconfig=solrconfig.xml,
hostContext=/rs, hostPort=62038,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores}
[junit4] 2> 1055008 T4146 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 1055008 T4146 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\'
[junit4] 2> 1055056 T4146 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\solr.xml
[junit4] 2> 1055076 T4146 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores
[junit4] 2> 1055081 T4146 oasc.CoreContainer.<init> New CoreContainer
2308950
[junit4] 2> 1055082 T4146 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\]
[junit4] 2> 1055082 T4146 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\lib
[junit4] 2> 1055082 T4146 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\lib).
[junit4] 2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 1055110 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1055113 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1055114 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1055114 T4146 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 1055114 T4146 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1055118 T4146 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1055118 T4146 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1055118 T4146 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 1055118 T4146 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:62008/solr
[junit4] 2> 1055118 T4146 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 1055118 T4146
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 1055124 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1055128 T4223 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2d12f5 name:ZooKeeperConnection
Watcher:127.0.0.1:62008 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 1055131 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1055131 T4146 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 1055139 T4146 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 1055141 T4226 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@15811d5 name:ZooKeeperConnection
Watcher:127.0.0.1:62008/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 1055143 T4146 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 1055152 T4146
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 1056547 T4146 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62038_rs
[junit4] 2> 1056550 T4146 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:62038_rs
[junit4] 2> 1056561 T4146 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 1056570 T4146 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores
[junit4] 1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml,
transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1, collection=collection1,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 1056570 T4146 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\
[junit4] 2> 1056574 T4146 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 1056577 T4227 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 1056577 T4227 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 1056578 T4227 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 1056579 T4174 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 1056581 T4175 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62038/rs",
[junit4] 2> "node_name":"127.0.0.1:62038_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 6
[junit4] 2> 1056582 T4175 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62038/rs",
[junit4] 2> "node_name":"127.0.0.1:62038_rs",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 1056582 T4175 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 1056582 T4175 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 1056586 T4186 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 1056588 T4203 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 1056588 T4226 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 1056589 T4174 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 1057962 T4227 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 1057962 T4227 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 1057963 T4227 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 1057963 T4227 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 1057965 T4227 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 1057966 T4227 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\'
[junit4] 2> 1057991 T4227 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 1058000 T4227 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 1058012 T4227 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1058016 T4227 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1058027 T4227 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1058032 T4227 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 1058039 T4227 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1058196 T4227 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1058205 T4227 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1058208 T4227 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1058227 T4227 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1058234 T4227 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1058237 T4227 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1058241 T4227
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1058241 T4227
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1058241 T4227 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1058242 T4227
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1058243 T4227
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1058243 T4227 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 1058243 T4227 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1058245 T4227 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\data\
[junit4] 2> 1058245 T4227 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@149df68
[junit4] 2> 1058246 T4227 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\data\
[junit4] 2> 1058247 T4227 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\data\index/
[junit4] 2> 1058247 T4227 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 1058247 T4227 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
F6653B7564F333ED-001\shard-2-001\cores\collection1\data\index
[junit4] 2> 1058249 T4227 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.22483115394383912]
[junit4] 2> 1058250 T4227 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1
[...truncated too long message...]
[junit4] 2> 1317803 T4901 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 1317805 T4901 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler
F6653B7564F333ED-001\shard-4-001\cores\collection1\data\
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler
F6653B7564F333ED-001\shard-4-001\cores\collection1\data\;done=false>>]
[junit4] 2> 1317805 T4901 oasc.CachingDirectoryFactory.close Closing
directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler
F6653B7564F333ED-001\shard-4-001\cores\collection1\data\
[junit4] 2> 1317806 T4901 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler
F6653B7564F333ED-001\shard-4-001\cores\collection1\data\index
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler
F6653B7564F333ED-001\shard-4-001\cores\collection1\data\index;done=false>>]
[junit4] 2> 1317806 T4901 oasc.CachingDirectoryFactory.close Closing
directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler
F6653B7564F333ED-001\shard-4-001\cores\collection1\data\index
[junit4] 2> 1317807 T4901 oasc.Overseer.close Overseer
(id=93439607259791374-127.0.0.1:62404_dgtp-n_0000000004) closing
[junit4] 2> 1317807 T5081 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:62404_dgtp
[junit4] 2> 1317812 T4903 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14bf6d3e6ac000e, 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> 1317813 T5035 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 1317817 T4901 oejs.AbstractConnector.doStop Stopped
ServerConnector@1ac5493{SSL-http/1.1}{127.0.0.1:?}
[junit4] 2> 1317817 T4901 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@1018fb9{/dgtp,null,UNAVAILABLE}
[junit4] 2> 1317823 T4901 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:62351 62351
[junit4] 2> 1321121 T4902 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:62351 62351
[junit4] 2> 1321129 T4902 oasc.ZkTestServer$ZKServerMain.runFromConfig
WARN Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 5 /solr/configs/conf1
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2> 2 /solr/configs/.system
[junit4] 2> 2 /solr/collections/.system/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBlobHandler
-Dtests.method=doBlobHandlerTest -Dtests.seed=F6653B7564F333ED
-Dtests.slow=true -Dtests.locale=hi_IN -Dtests.timezone=Libya
-Dtests.asserts=true -Dtests.file.encoding=Cp1252
[junit4] FAILURE 44.8s | TestBlobHandler.doBlobHandlerTest <<<
[junit4] > Throwable #1: java.lang.AssertionError:
{responseHeader={status=0, QTime=5}, response={numFound=0, start=0, docs=[]}}
[junit4] > at
__randomizedtesting.SeedInfo.seed([F6653B7564F333ED:16A41927DF1F451F]:0)
[junit4] > at
org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:97)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1321140 T4901 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestBlobHandler
F6653B7564F333ED-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{blobName=PostingsFormat(name=MockRandom),
size=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
_version_=PostingsFormat(name=Direct), id=Lucene50(blocksize=128),
version=PostingsFormat(name=MockRandom), md5=PostingsFormat(name=Direct),
timestamp=PostingsFormat(name=Direct)}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=hi_IN,
timezone=Libya
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31
(32-bit)/cpus=2,threads=1,free=115643504,total=294387712
[junit4] 2> NOTE: All tests run in this JVM:
[UpdateRequestProcessorFactoryTest, MoreLikeThisHandlerTest,
TestFreeTextSuggestions, TestSolrJ, HdfsRecoveryZkTest, TestQueryUtils,
BlockCacheTest, MergeStrategyTest, ZkCLITest, PluginInfoTest,
TestCoreDiscovery, UniqFieldsUpdateProcessorFactoryTest,
ShowFileRequestHandlerTest, ShardSplitTest, URLClassifyProcessorTest,
RemoteQueryErrorTest, TestRandomMergePolicy, DeleteReplicaTest,
StatsComponentTest, TestCodecSupport, BasicZkTest, TestSearcherReuse,
TestFaceting, CloudExitableDirectoryReaderTest, DistribJoinFromCollectionTest,
TestBadConfig, DistributedIntervalFacetingTest, AlternateDirectoryTest,
HighlighterTest, XsltUpdateRequestHandlerTest,
HdfsWriteToMultipleCollectionsTest, HdfsDirectoryFactoryTest,
TestBulkSchemaAPI, TestFieldTypeCollectionResource, TestSolrDynamicMBean,
TestRebalanceLeaders, TestDFRSimilarityFactory, MBeansHandlerTest,
TestComplexPhraseQParserPlugin, TestSolrDeletionPolicy1, TestInfoStreamLogging,
MinimalSchemaTest, AssignTest, TestNoOpRegenerator,
TestManagedSchemaFieldResource, ExternalFileFieldSortTest, OverseerTest,
DateFieldTest, TestDefaultSimilarityFactory, SolrPluginUtilsTest,
ZkNodePropsTest, RegexBoostProcessorTest, BasicDistributedZkTest,
CircularListTest, SolrRequestParserTest, TestPostingsSolrHighlighter,
DistributedFacetPivotWhiteBoxTest, DebugComponentTest, ZkStateWriterTest,
PolyFieldTest, TestStressVersions, DefaultValueUpdateProcessorTest,
HighlighterMaxOffsetTest, SolrTestCaseJ4Test, RecoveryZkTest,
TestDynamicFieldResource, CursorPagingTest, SaslZkACLProviderTest,
ReturnFieldsTest, TestTrackingShardHandlerFactory,
PathHierarchyTokenizerFactoryTest, TestCSVLoader, TestMaxScoreQueryParser,
CollectionsAPIDistributedZkTest, TestSchemaManager, ReplicationFactorTest,
IndexSchemaRuntimeFieldTest, TestChildDocTransformer, TestPivotHelperCode,
TestDistributedSearch, AutoCommitTest, ChaosMonkeyNothingIsSafeTest,
TestImplicitCoreProperties, ScriptEngineTest, SolrIndexSplitterTest,
DistributedQueryComponentCustomSortTest, BasicFunctionalityTest,
ExitableDirectoryReaderTest, AddBlockUpdateTest, TestBlobHandler]
[junit4] Completed in 44.87s, 1 test, 1 failure <<< FAILURES!
[...truncated 1190 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
There were test failures: 471 suites, 1872 tests, 1 error, 1 failure, 57
ignored (30 assumptions)
Total time: 120 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server
-XX:+UseParallelGC
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]