Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4525/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java: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 9301 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
FA11C13EC4C3065-001\init-core-data-001
[junit4] 2> 735632 T3441 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /_rz/jp
[junit4] 2> 735635 T3441 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 735636 T3442 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 735731 T3441 oasc.ZkTestServer.run start zk server on
port:49809
[junit4] 2> 735731 T3441
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 735733 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 735738 T3449 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@da1a51 name:ZooKeeperConnection
Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 735738 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 735738 T3441 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 735739 T3441 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 735742 T3441
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 735744 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 735746 T3452 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@17a1311 name:ZooKeeperConnection
Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 735747 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 735747 T3441 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 735747 T3441 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 735750 T3441 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 735753 T3441 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 735755 T3441 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 735758 T3441 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> 735758 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 735763 T3441 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> 735763 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 735766 T3441 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> 735766 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 735770 T3441 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> 735770 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 735773 T3441 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> 735773 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 735777 T3441 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> 735777 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 735779 T3441 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> 735779 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 735783 T3441 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> 735784 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 735786 T3441 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> 735786 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 735789 T3441 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> 735789 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 735792 T3441 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> 735792 T3441 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 737168 T3441 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
FA11C13EC4C3065-001\control-001\cores\collection1
[junit4] 2> 737173 T3441 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 737177 T3441 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1661696{/_rz/jp,null,AVAILABLE}
[junit4] 2> 737181 T3441 oejs.AbstractConnector.doStart Started
ServerConnector@a66c2c{HTTP/1.1}{127.0.0.1:49817}
[junit4] 2> 737181 T3441 oejs.Server.doStart Started @741814ms
[junit4] 2> 737181 T3441 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
FA11C13EC4C3065-001\tempDir-001/control/data, hostContext=/_rz/jp,
hostPort=49816,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
FA11C13EC4C3065-001\control-001\cores}
[junit4] 2> 737181 T3441 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 737181 T3441 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
FA11C13EC4C3065-001\control-001\'
[junit4] 2> 737212 T3441 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
FA11C13EC4C3065-001\control-001\solr.xml
[junit4] 2> 737219 T3441 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
FA11C13EC4C3065-001\control-001\cores
[junit4] 2> 737220 T3441 oasc.CoreContainer.<init> New CoreContainer
23641009
[junit4] 2> 737220 T3441 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
FA11C13EC4C3065-001\control-001\]
[junit4] 2> 737220 T3441 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
FA11C13EC4C3065-001\control-001\lib
[junit4] 2> 737220 T3441 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
FA11C13EC4C3065-001\control-001\lib).
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 737232 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 737232 T3441 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 737232 T3441 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 737235 T3441 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 737235 T3441 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 737235 T3441 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:49809/solr
[junit4] 2> 737235 T3441 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 737235 T3441
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 737237 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 737240 T3466 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@431a12 name:ZooKeeperConnection
Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 737240 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 737241 T3441 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 737244 T3443 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14beb038d7d0002, 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> 737245 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 737247 T3469 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@efe5b2 name:ZooKeeperConnection
Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 737247 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 737249 T3441 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 737251 T3441 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 737254 T3441 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 737257 T3441 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 737261 T3441 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 737265 T3441 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 737268 T3441 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49816__rz%2Fjp
[junit4] 2> 737269 T3441 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:49816__rz%2Fjp
[junit4] 2> 737273 T3441 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 737275 T3441 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 737277 T3441 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 737279 T3441 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:49816__rz%2Fjp
[junit4] 2> 737279 T3441 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 737281 T3441 oasc.Overseer.start Overseer
(id=93426617782435843-127.0.0.1:49816__rz%2Fjp-n_0000000000) starting
[junit4] 2> 737284 T3441 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 737294 T3441 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 737295 T3470 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 737296 T3441 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 737296 T3471 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 737299 T3441 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 737301 T3441
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 737306 T3441 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
FA11C13EC4C3065-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
FA11C13EC4C3065-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
FA11C13EC4C3065-001\control-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 737316 T3441 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
FA11C13EC4C3065-001\control-001\cores\collection1\
[junit4] 2> 737317 T3441 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 737321 T3473 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 737321 T3473 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 737323 T3473 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 737323 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 737325 T3470 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:49816/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49816__rz%2Fjp",
[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> 737326 T3470 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:49816/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49816__rz%2Fjp",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 737326 T3470 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 737326 T3470 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 737328 T3469 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> 738268 T3473 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 738268 T3473 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 738269 T3473 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 738269 T3473 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 738271 T3473 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 738271 T3473 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
FA11C13EC4C3065-001\control-001\cores\collection1\'
[junit4] 2> 738287 T3473 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 738290 T3473 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 738298 T3473 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 738300 T3473 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 738307 T3473 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 738310 T3473 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 738314 T3473 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 738405 T3473 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 738410 T3473 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 738410 T3473 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 738420 T3473 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 738423 T3473 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 738425 T3473 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 738426 T3473
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 738427 T3473
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 738428 T3473 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 738428 T3473
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 738428 T3473
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 738428 T3473 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 738428 T3473 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 738429 T3473 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
FA11C13EC4C3065-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
FA11C13EC4C3065-001\control-001\cores\collection1\data\
[junit4] 2> 738429 T3473 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1164d30
[junit4] 2> 738429 T3473 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
FA11C13EC4C3065-001\control-001\cores\collection1\data\
[junit4] 2> 738429 T3473 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
FA11C13EC4C3065-001\control-001\cores\collection1\data\index/
[junit4] 2> 738429 T3473 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
FA11C13EC4C3065-001\control-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 738430 T3473 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
FA11C13EC4C3065-001\control-001\cores\collection1\data\index
[junit4] 2> 738431 T3473 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1905373382909229]
[junit4] 2> 738432 T3473 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@bdae20
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10faf6e),segFN=segments_1,generation=1}
[junit4] 2> 738432 T3473 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 738434 T3473 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 738434 T3473 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 738434 T3473 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 738434 T3473 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 738434 T3473 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 738435 T3473 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 738435 T3473 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 738435 T3473 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 738435 T3473 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 738436 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 738436 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 738436 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 738451 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 738451 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 738452 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 738453 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 738454 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 738454 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 738454 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 738455 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 738455 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 738455 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 738456 T3473 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 738457 T3473 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 738460 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 738462 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 738463 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 738464 T3473 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 738465 T3473 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 738467 T3473 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 738468 T3473 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 738468 T3473 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 738469 T3473 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=79.4365234375,
floorSegmentMB=1.66015625, forceMergeDeletesPctAllowed=16.094758887782092,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8201614090125015
[junit4] 2> 738469 T3473 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@bdae20
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10faf6e),segFN=segments_1,generation=1}
[junit4] 2> 738470 T3473 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 738470 T3473 oass.SolrIndexSearcher.<init> Opening
Searcher@173f167[collection1] main
[junit4] 2> 738470 T3473 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 738470 T3473 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 738470 T3473 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 738471 T3473
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 738471 T3473 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 738471 T3473 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 738472 T3473
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 738472 T3473 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 738472 T3473 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 738472 T3473 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 738473 T3473 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 738473 T3474 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@173f167[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 738474 T3477 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:49816/_rz/jp
collection:control_collection shard:shard1
[junit4] 2> 738475 T3441 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 738475 T3441 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 738475 T3477 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 738479 T3477 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 738481 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 738482 T3477
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 738482 T3477 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2964 name=collection1
org.apache.solr.core.SolrCore@105663f
url=http://127.0.0.1:49816/_rz/jp/collection1 node=127.0.0.1:49816__rz%2Fjp
C2964_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:49816/_rz/jp, node_name=127.0.0.1:49816__rz%2Fjp,
state=down}
[junit4] 2> 738482 T3477 C2964 P49816 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:49816/_rz/jp/collection1/
[junit4] 2> 738482 T3477 C2964 P49816 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 738482 T3477 C2964 P49816 oasc.SyncStrategy.syncToMe
http://127.0.0.1:49816/_rz/jp/collection1/ has no replicas
[junit4] 2> 738482 T3441
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 738482 T3477 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:49816/_rz/jp/collection1/ shard1
[junit4] 2> 738483 T3477 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 738484 T3470 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> 738485 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 738487 T3481 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@ca2fd0 name:ZooKeeperConnection
Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 738488 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 738488 T3441 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 738490 T3441
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 738491 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 738492 T3470 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:49816/_rz/jp",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 738494 T3441 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 738591 T3469 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> 738591 T3481 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> 738636 T3477 oasc.ZkController.register We are
http://127.0.0.1:49816/_rz/jp/collection1/ and leader is
http://127.0.0.1:49816/_rz/jp/collection1/
[junit4] 2> 738636 T3477 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:49816/_rz/jp
[junit4] 2> 738636 T3477 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 738636 T3477 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 738636 T3477 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 738638 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 738639 T3470 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:49816/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49816__rz%2Fjp",
[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> 738640 T3470 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:49816/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49816__rz%2Fjp",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 738741 T3469 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> 738742 T3481 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> 739925 T3441 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
FA11C13EC4C3065-001\shard-1-001\cores\collection1
[junit4] 2> 739931 T3441 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
FA11C13EC4C3065-001\shard-1-001
[junit4] 2> 739933 T3441 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 739942 T3441 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@b73af2{/_rz/jp,null,AVAILABLE}
[junit4] 2> 739943 T3441 oejs.AbstractConnector.doStart Started
ServerConnector@13049fc{HTTP/1.1}{127.0.0.1:49830}
[junit4] 2> 739944 T3441 oejs.Server.doStart Started @744634ms
[junit4] 2> 739944 T3441 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
FA11C13EC4C3065-001\tempDir-001/jetty1, solrconfig=solrconfig.xml,
hostContext=/_rz/jp, hostPort=49829,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
FA11C13EC4C3065-001\shard-1-001\cores}
[junit4] 2> 739944 T3441 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 739944 T3441 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
FA11C13EC4C3065-001\shard-1-001\'
[junit4] 2> 739979 T3441 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
FA11C13EC4C3065-001\shard-1-001\solr.xml
[junit4] 2> 739989 T3441 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
FA11C13EC4C3065-001\shard-1-001\cores
[junit4] 2> 739989 T3441 oasc.CoreContainer.<init> New CoreContainer
27214337
[junit4] 2> 739989 T3441 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
FA11C13EC4C3065-001\shard-1-001\]
[junit4] 2> 739989 T3441 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
FA11C13EC4C3065-001\shard-1-001\lib
[junit4] 2> 739989 T3441 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
FA11C13EC4C3065-001\shard-1-001\lib).
[junit4] 2> 739997 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 739998 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 740000 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 740000 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 740000 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 740000 T3441 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 740000 T3441 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 740000 T3441 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 740000 T3441 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 740003 T3441 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:49809/solr
[junit4] 2> 740003 T3441 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 740003 T3441
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 740005 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 740008 T3495 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@159795e name:ZooKeeperConnection
Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 740009 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 740009 T3441 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 740011 T3443 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14beb038d7d0005, 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> 740013 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 740016 T3498 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@13fca71 name:ZooKeeperConnection
Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 740016 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 740030 T3441
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 741076 T3441 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49829__rz%2Fjp
[junit4] 2> 741078 T3441 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:49829__rz%2Fjp
[junit4] 2> 741083 T3441 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 741086 T3441 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
FA11C13EC4C3065-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
FA11C13EC4C3065-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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 741087 T3441 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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\
[junit4] 2> 741087 T3441 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 741089 T3499 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 741089 T3499 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 741090 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 741090 T3499 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 741092 T3470 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:49829/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49829__rz%2Fjp",
[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> 741092 T3470 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:49829/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49829__rz%2Fjp",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 741092 T3470 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 741092 T3470 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 741094 T3469 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> 741094 T3498 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> 741094 T3481 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> 742130 T3499 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 742130 T3499 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 742131 T3499 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 742131 T3499 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 742132 T3499 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 742132 T3499 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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\'
[junit4] 2> 742149 T3499 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 742152 T3499 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 742160 T3499 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 742162 T3499 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 742169 T3499 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 742174 T3499 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 742177 T3499 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 742278 T3499 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 742283 T3499 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 742285 T3499 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 742298 T3499 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 742301 T3499 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 742303 T3499 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 742304 T3499
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 742305 T3499
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 742305 T3499 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 742306 T3499
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 742306 T3499
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 742306 T3499 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 742306 T3499 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 742308 T3499 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
FA11C13EC4C3065-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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\
[junit4] 2> 742308 T3499 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1164d30
[junit4] 2> 742308 T3499 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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\
[junit4] 2> 742308 T3499 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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\index/
[junit4] 2> 742308 T3499 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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 742309 T3499 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
FA11C13EC4C3065-001\shard-1-001\cores\collection1\data\index
[junit4] 2> 742309 T3499 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1905373382909229]
[junit4] 2> 742309 T3499 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@127d958
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d2ebc),segFN=segments_1,generation=1}
[junit4] 2> 742309 T3499 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 742314 T3499 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 742315 T3499 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 742315 T3499 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 742315 T3499 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 742315 T3499 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 742315 T3499 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 742316 T3499 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 742316 T3499 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 742316 T3499 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 742317 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 742317 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 742317 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 742318 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 742318 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 742319 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 742320 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 742320 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 742320 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 742323 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 742323 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 742324 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 742324 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 742325 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 742325 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 742325 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 742326 T3499 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 742326 T3499 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 742330 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 742331 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 742333 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 742334 T3499 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 742335 T3499 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 742336 T3499 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 742338 T3499 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 742338 T3499 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 742339 T3499 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=24, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=79.4365234375,
floorSegmentMB=1.66015625, forceMergeDeletesPctAllowed=16.094758887782092,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8201614090125015
[junit4] 2> 742339 T3499 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@127d958
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d2ebc),segFN=segments_1,generation=1}
[junit4] 2> 742339 T3499 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 742340 T3499 oass.SolrIndexSearcher.<init> Opening
Searcher@168a686[collection1] main
[junit4] 2> 742340 T3499 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 742345 T3499 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 742345 T3499 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 742346 T3499
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 742346 T3499 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 742346 T3499 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 742347 T3499
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 742347 T3499 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 742347 T3499 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 742347 T3499 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 742348 T3500 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@168a686[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 742348 T3499 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 742349 T3503 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:49829/_rz/jp collection:collection1
shard:shard2
[junit4] 2> 742350 T3441 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 742350 T3441 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 742351 T3503 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 742360 T3503 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 742363 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 742364 T3503
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 742364 T3503 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C2965 name=collection1
org.apache.solr.core.SolrCore@1417c6
url=http://127.0.0.1:49829/_rz/jp/collection1 node=127.0.0.1:49829__rz%2Fjp
C2965_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:49829/_rz/jp, node_name=127.0.0.1:49829__rz%2Fjp,
state=down}
[junit4] 2> 742364 T3503 C2965 P49829 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:49829/_rz/jp/collection1/
[junit4] 2> 742364 T3503 C2965 P49829 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 742364 T3503 C2965 P49829 oasc.SyncStrategy.syncToMe
http://127.0.0.1:49829/_rz/jp/collection1/ has no replicas
[junit4] 2> 742364 T3503 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:49829/_rz/jp/collection1/ shard2
[junit4] 2> 742365 T3503 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 742367 T3470 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> 742376 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 742379 T3470 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:49829/_rz/jp",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 742487 T3498 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> 742487 T3469 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> 742488 T3481 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> 742536 T3503 oasc.ZkController.register We are
http://127.0.0.1:49829/_rz/jp/collection1/ and leader is
http://127.0.0.1:49829/_rz/jp/collection1/
[junit4] 2> 742536 T3503 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:49829/_rz/jp
[junit4] 2> 742536 T3503 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 742536 T3503 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 742536 T3503 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 742538 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 742541 T3470 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:49829/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49829__rz%2Fjp",
[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> 742542 T3470 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:49829/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49829__rz%2Fjp",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 742651 T3498 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> 742651 T3469 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> 742652 T3481 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> 743726 T3441 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
FA11C13EC4C3065-001\shard-2-001\cores\collection1
[junit4] 2> 743730 T3441 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
FA11C13EC4C3065-001\shard-2-001
[junit4] 2> 743731 T3441 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 743735 T3441 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1820650{/_rz/jp,null,AVAILABLE}
[junit4] 2> 743736 T3441 oejs.AbstractConnector.doStart Started
ServerConnector@1ebeb15{HTTP/1.1}{127.0.0.1:49840}
[junit4] 2> 743736 T3441 oejs.Server.doStart Started @748297ms
[junit4] 2> 743737 T3441 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
FA11C13EC4C3065-001\tempDir-001/jetty2, solrconfig=solrconfig.xml,
hostContext=/_rz/jp, hostPort=49839,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
FA11C13EC4C3065-001\shard-2-001\cores}
[junit4] 2> 743737 T3441 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 743737 T3441 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
FA11C13EC4C3065-001\shard-2-001\'
[junit4] 2> 743766 T3441 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
FA11C13EC4C3065-001\shard-2-001\solr.xml
[junit4] 2> 743773 T3441 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
FA11C13EC4C3065-001\shard-2-001\cores
[junit4] 2> 743773 T3441 oasc.CoreContainer.<init> New CoreContainer
29765835
[junit4] 2> 743773 T3441 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
FA11C13EC4C3065-001\shard-2-001\]
[junit4] 2> 743773 T3441 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
FA11C13EC4C3065-001\shard-2-001\lib
[junit4] 2> 743773 T3441 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
FA11C13EC4C3065-001\shard-2-001\lib).
[junit4] 2> 743784 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 743784 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 743784 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 743785 T3441 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 743785 T3441 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 743786 T3441 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 743786 T3441 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 743786 T3441 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 743786 T3441 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:49809/solr
[junit4] 2> 743786 T3441 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 743786 T3441
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 743790 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 743792 T3518 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1aba19b name:ZooKeeperConnection
Watcher:127.0.0.1:49809 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 743793 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 743793 T3441 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 743795 T3443 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14beb038d7d0007, 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> 743797 T3441 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 743800 T3521 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@57c2ee name:ZooKeeperConnection
Watcher:127.0.0.1:49809/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 743800 T3441 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 743808 T3441
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 744854 T3441 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49839__rz%2Fjp
[junit4] 2> 744857 T3441 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:49839__rz%2Fjp
[junit4] 2> 744863 T3441 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 744865 T3441 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
FA11C13EC4C3065-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
FA11C13EC4C3065-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
FA11C13EC4C3065-001\shard-2-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 744866 T3441 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
FA11C13EC4C3065-001\shard-2-001\cores\collection1\
[junit4] 2> 744866 T3441 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 744869 T3522 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 744869 T3522 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 744870 T3469 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 744870 T3522 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 744871 T3470 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:49839/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49839__rz%2Fjp",
[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> 744872 T3470 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:49839/_rz/jp",
[junit4] 2> "node_name":"127.0.0.1:49839__rz%2Fjp",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 744872 T3470 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 744872 T3470 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 744874 T3481 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> 744874 T3469 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> 744874 T3498 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> 744874 T3521 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> 745909 T3522 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 745909 T3522 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 745910 T3522 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 745910 T3522 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 745911 T3522 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 745911 T3522 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
FA11C13EC4C3065-001\shard-2-001\cores\collection1\'
[junit4] 2> 745928 T3522 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 745932 T3522 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 745943 T3522 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 745946 T3522 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 745955 T3522 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 745960 T3522 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 745967 T3522 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 746091 T3522 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 746098 T3522 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 746099 T3522 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 746120 T3522 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 746124 T3522 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 746127 T3522 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 746129 T3522
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 746129 T3522
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 746129 T3522 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 746131 T3522
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 746131 T3522
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 746131 T3522 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 746131 T3522 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 746132 T3522 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
FA11C13EC4C3065-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
FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\
[junit4] 2> 746132 T3522 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1164d30
[junit4] 2> 746133 T3522 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
FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\
[junit4] 2> 746133 T3522 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
FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\index/
[junit4] 2> 746133 T3522 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
FA11C13EC4C3065-001\shard-2-001\cores\collection1\data\index' doesn't exist.
Creating new
[...truncated too long message...]
nit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 817788 T3441 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:49816/_rz/jp
[junit4] 2> 817788 T3441 oasc.SocketProxy.close WARN Closing 14
connections to: http://127.0.0.1:49839/_rz/jp
[junit4] 2> 817788 T3441 oasc.SocketProxy.close WARN Closing 3 connections
to: http://127.0.0.1:49849/_rz/jp
[junit4] 2> 817789 T3441 oasc.SocketProxy.close WARN Closing 2 connections
to: http://127.0.0.1:49829/_rz/jp
[junit4] 2> 817789 T3441 oasc.ReplicationFactorTest.distribTearDown
super.distribTearDown complete, closing all socket proxies
[junit4] 2> 817789 T3441 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:49816/_rz/jp
[junit4] 2> 817789 T3441 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:49839/_rz/jp
[junit4] 2> 817790 T3441 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:49849/_rz/jp
[junit4] 2> 817790 T3441 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:49829/_rz/jp
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ReplicationFactorTest -Dtests.method=test
-Dtests.seed=FA11C13EC4C3065 -Dtests.slow=true -Dtests.locale=ar
-Dtests.timezone=Africa/Kinshasa -Dtests.asserts=true
-Dtests.file.encoding=Cp1252
[junit4] ERROR 82.2s | ReplicationFactorTest.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:901)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:754)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
[junit4] > at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
[junit4] > at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
[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] > Caused by: org.apache.http.NoHttpResponseException: The target
server failed to respond
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
[junit4] > at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] > at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] > at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:461)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:211)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:207)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > ... 1 moreThrowable #2:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=3618, name=updateExecutor-989-thread-1,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@523de8
rejected from java.util.concurrent.ThreadPoolExecutor@132755a[Shutting down,
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
[junit4] > at
__randomizedtesting.SeedInfo.seed([FA11C13EC4C3065]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 817844 T3441 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.cloud.ReplicationFactorTest
FA11C13EC4C3065-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=FSTOrd50, multiDefault=BlockTreeOrds(blocksize=128),
a_t=BlockTreeOrds(blocksize=128), intDefault=FSTOrd50,
id=Lucene50(blocksize=128), text=PostingsFormat(name=MockRandom),
range_facet_l=BlockTreeOrds(blocksize=128),
timestamp=BlockTreeOrds(blocksize=128)},
docValues:{timestamp=DocValuesFormat(name=Direct)},
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar,
timezone=Africa/Kinshasa
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31
(32-bit)/cpus=2,threads=1,free=52327616,total=337641472
[junit4] 2> NOTE: All tests run in this JVM:
[DirectUpdateHandlerOptimizeTest, SolrIndexConfigTest, TestDocumentBuilder,
BadCopyFieldTest, SolrCoreCheckLockOnStartupTest, TestReload,
NoCacheHeaderTest, SpatialHeatmapFacetsTest, SolrIndexSplitterTest,
RequiredFieldsTest, TestFastWriter, RecoveryAfterSoftCommitTest,
TestManagedResourceStorage, TestXIncludeConfig, TestBadConfig,
TestRandomDVFaceting, TestRecoveryHdfs, HdfsBasicDistributedZkTest,
ScriptEngineTest, TestObjectReleaseTracker, TestIndexingPerformance,
StatsComponentTest, TestCloudManagedSchemaConcurrent, DisMaxRequestHandlerTest,
TestMiniSolrCloudCluster, TestSolr4Spatial, HdfsWriteToMultipleCollectionsTest,
DistribCursorPagingTest, WordBreakSolrSpellCheckerTest, TestSolrDynamicMBean,
TestDynamicLoading, ReplicationFactorTest]
[junit4] Completed in 82.26s, 1 test, 1 error <<< FAILURES!
[...truncated 1357 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, 57 ignored (30
assumptions)
Total time: 116 minutes 40 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]