Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4527/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseSerialGC
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 9206 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
CD3486359C15C7E5-001\init-core-data-001
[junit4] 2> 968255 T4762 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /ebnow/c
[junit4] 2> 968260 T4762 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 968261 T4763 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 968368 T4762 oasc.ZkTestServer.run start zk server on
port:58491
[junit4] 2> 968368 T4762
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 968370 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 968376 T4770 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@116f7e9 name:ZooKeeperConnection
Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 968376 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 968377 T4762 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 968377 T4762 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 968388 T4762
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 968389 T4764 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14bef3441d40000, 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> 968390 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 968396 T4773 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b3e18d name:ZooKeeperConnection
Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 968397 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 968398 T4762 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 968399 T4762 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 968407 T4762 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 968411 T4762 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 968414 T4762 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 968418 T4762 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> 968419 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 968427 T4762 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> 968427 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 968432 T4762 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> 968433 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 968437 T4762 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> 968437 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 968441 T4762 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> 968441 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 968444 T4762 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> 968445 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 968450 T4762 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> 968450 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 968455 T4762 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> 968456 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 968460 T4762 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> 968461 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 968465 T4762 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> 968465 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 968469 T4762 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> 968470 T4762 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 970012 T4762 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
CD3486359C15C7E5-001\control-001\cores\collection1
[junit4] 2> 970019 T4762 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 970023 T4762 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1db556c{/ebnow/c,null,AVAILABLE}
[junit4] 2> 970042 T4762 oejs.AbstractConnector.doStart Started
ServerConnector@1089db7{HTTP/1.1}{127.0.0.1:58499}
[junit4] 2> 970042 T4762 oejs.Server.doStart Started @971304ms
[junit4] 2> 970043 T4762 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
CD3486359C15C7E5-001\tempDir-001/control/data, hostContext=/ebnow/c,
hostPort=58498,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
CD3486359C15C7E5-001\control-001\cores}
[junit4] 2> 970044 T4762 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 970045 T4762 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
CD3486359C15C7E5-001\control-001\'
[junit4] 2> 970087 T4762 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
CD3486359C15C7E5-001\control-001\solr.xml
[junit4] 2> 970100 T4762 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
CD3486359C15C7E5-001\control-001\cores
[junit4] 2> 970100 T4762 oasc.CoreContainer.<init> New CoreContainer
14274696
[junit4] 2> 970100 T4762 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
CD3486359C15C7E5-001\control-001\]
[junit4] 2> 970100 T4762 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
CD3486359C15C7E5-001\control-001\lib
[junit4] 2> 970100 T4762 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
CD3486359C15C7E5-001\control-001\lib).
[junit4] 2> 970114 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 970115 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 970115 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 970116 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 970118 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 970118 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 970118 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 970118 T4762 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 970118 T4762 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 970119 T4762 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 970119 T4762 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 970119 T4762 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58491/solr
[junit4] 2> 970119 T4762 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 970119 T4762
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 970122 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 970125 T4787 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@57badd name:ZooKeeperConnection
Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 970125 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 970126 T4762 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 970130 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 970132 T4790 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2793ea name:ZooKeeperConnection
Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 970132 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 970135 T4762 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 970141 T4762 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 970145 T4762 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 970149 T4762 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 970153 T4762 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 970158 T4762 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 970161 T4762 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58498_ebnow%2Fc
[junit4] 2> 970162 T4762 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58498_ebnow%2Fc
[junit4] 2> 970165 T4762 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 970168 T4762 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 970171 T4762 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 970174 T4762 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:58498_ebnow%2Fc
[junit4] 2> 970175 T4762 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 970177 T4762 oasc.Overseer.start Overseer
(id=93431225012977667-127.0.0.1:58498_ebnow%2Fc-n_0000000000) starting
[junit4] 2> 970180 T4762 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 970193 T4762 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 970202 T4792 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 970205 T4791 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 970205 T4762 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 970212 T4762 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 970214 T4762
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 970221 T4762 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
CD3486359C15C7E5-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
CD3486359C15C7E5-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
CD3486359C15C7E5-001\control-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 970224 T4762 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
CD3486359C15C7E5-001\control-001\cores\collection1\
[junit4] 2> 970224 T4762 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 970226 T4794 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 970227 T4794 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 970228 T4794 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 970228 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 970233 T4791 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:58498/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58498_ebnow%2Fc",
[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> 970234 T4791 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:58498/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58498_ebnow%2Fc",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 970234 T4791 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 970235 T4791 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 970237 T4790 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> 971189 T4794 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 971189 T4794 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 971190 T4794 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 971190 T4794 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 971193 T4794 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 971193 T4794 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
CD3486359C15C7E5-001\control-001\cores\collection1\'
[junit4] 2> 971214 T4794 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 971218 T4794 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 971230 T4794 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 971240 T4794 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 971253 T4794 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 971256 T4794 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 971269 T4794 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 971423 T4794 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 971432 T4794 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 971434 T4794 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 971455 T4794 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 971462 T4794 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 971467 T4794 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 971469 T4794
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 971469 T4794
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 971470 T4794 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 971472 T4794
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 971472 T4794
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 971473 T4794 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 971473 T4794 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 971474 T4794 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
CD3486359C15C7E5-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
CD3486359C15C7E5-001\control-001\cores\collection1\data\
[junit4] 2> 971474 T4794 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ac9ff
[junit4] 2> 971475 T4794 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
CD3486359C15C7E5-001\control-001\cores\collection1\data\
[junit4] 2> 971475 T4794 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
CD3486359C15C7E5-001\control-001\cores\collection1\data\index/
[junit4] 2> 971475 T4794 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
CD3486359C15C7E5-001\control-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 971477 T4794 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
CD3486359C15C7E5-001\control-001\cores\collection1\data\index
[junit4] 2> 971477 T4794 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
[junit4] 2> 971479 T4794 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@15a1196
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fcae5),segFN=segments_1,generation=1}
[junit4] 2> 971479 T4794 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 971482 T4794 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 971482 T4794 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 971484 T4794 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 971484 T4794 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 971484 T4794 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 971484 T4794 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 971485 T4794 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 971485 T4794 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 971485 T4794 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 971486 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 971487 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 971487 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 971488 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 971489 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 971490 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 971490 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 971491 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 971491 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 971493 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 971494 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 971494 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 971495 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 971496 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 971496 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 971497 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 971498 T4794 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 971498 T4794 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 971504 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 971505 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 971507 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 971508 T4794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 971509 T4794 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 971511 T4794 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 971513 T4794 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 971513 T4794 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 971514 T4794 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 971514 T4794 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@15a1196
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15fcae5),segFN=segments_1,generation=1}
[junit4] 2> 971514 T4794 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 971515 T4794 oass.SolrIndexSearcher.<init> Opening
Searcher@1b882[collection1] main
[junit4] 2> 971515 T4794 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 971517 T4794 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 971517 T4794 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 971518 T4794
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 971518 T4794 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 971519 T4794 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 971520 T4794
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 971520 T4794 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 971521 T4794 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 971521 T4794 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 971522 T4795 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1b882[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 971524 T4794 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 971525 T4798 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58498/ebnow/c
collection:control_collection shard:shard1
[junit4] 2> 971526 T4762 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 971527 T4762 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 971528 T4798 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 971530 T4762
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 971534 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 971539 T4802 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@129bfdf name:ZooKeeperConnection
Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 971539 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 971539 T4798 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 971540 T4762 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 971542 T4762
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 971543 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 971548 T4798
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 971548 T4798 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1981 name=collection1
org.apache.solr.core.SolrCore@b3d2ff
url=http://127.0.0.1:58498/ebnow/c/collection1 node=127.0.0.1:58498_ebnow%2Fc
C1981_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:58498/ebnow/c, node_name=127.0.0.1:58498_ebnow%2Fc,
state=down}
[junit4] 2> 971548 T4798 C1981 P58498 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:58498/ebnow/c/collection1/
[junit4] 2> 971549 T4762 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 971551 T4762 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 971551 T4762
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 971548 T4791 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> 971553 T4798 C1981 P58498 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 971554 T4798 C1981 P58498 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58498/ebnow/c/collection1/ has no replicas
[junit4] 2> 971554 T4798 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:58498/ebnow/c/collection1/ shard1
[junit4] 2> 971555 T4798 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 971553 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 971556 T4805 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@146c32 name:ZooKeeperConnection
Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 971558 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 971558 T4762 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 971562 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 971564 T4791 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "stateFormat":"2"} current state version: 1
[junit4] 2> 971564 T4791 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 971567 T4790 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> 971568 T4802 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> 971602 T4791 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:58498/ebnow/c",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 971604 T4791 oasco.ZkStateWriter.writePendingUpdates going to
create_collection /collections/collection1/state.json
[junit4] 2> 971606 T4802 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> 971607 T4790 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> 971619 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 971621 T4790 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> 971623 T4802 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> 971673 T4798 oasc.ZkController.register We are
http://127.0.0.1:58498/ebnow/c/collection1/ and leader is
http://127.0.0.1:58498/ebnow/c/collection1/
[junit4] 2> 971673 T4798 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:58498/ebnow/c
[junit4] 2> 971673 T4798 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 971673 T4798 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 971675 T4798 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 971677 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 971680 T4791 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:58498/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58498_ebnow%2Fc",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 971682 T4791 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:58498/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58498_ebnow%2Fc",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 971785 T4790 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> 971786 T4802 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> 973010 T4762 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
CD3486359C15C7E5-001\shard-1-001\cores\collection1
[junit4] 2> 973013 T4762 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
CD3486359C15C7E5-001\shard-1-001
[junit4] 2> 973016 T4762 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 973018 T4762 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1a84b69{/ebnow/c,null,AVAILABLE}
[junit4] 2> 973021 T4762 oejs.AbstractConnector.doStart Started
ServerConnector@a0b4f2{HTTP/1.1}{127.0.0.1:58515}
[junit4] 2> 973021 T4762 oejs.Server.doStart Started @974470ms
[junit4] 2> 973022 T4762 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
CD3486359C15C7E5-001\tempDir-001/jetty1, solrconfig=solrconfig.xml,
hostContext=/ebnow/c, hostPort=58514,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
CD3486359C15C7E5-001\shard-1-001\cores}
[junit4] 2> 973023 T4762 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 973023 T4762 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
CD3486359C15C7E5-001\shard-1-001\'
[junit4] 2> 973060 T4762 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
CD3486359C15C7E5-001\shard-1-001\solr.xml
[junit4] 2> 973072 T4762 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
CD3486359C15C7E5-001\shard-1-001\cores
[junit4] 2> 973072 T4762 oasc.CoreContainer.<init> New CoreContainer
33163575
[junit4] 2> 973073 T4762 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
CD3486359C15C7E5-001\shard-1-001\]
[junit4] 2> 973073 T4762 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
CD3486359C15C7E5-001\shard-1-001\lib
[junit4] 2> 973073 T4762 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
CD3486359C15C7E5-001\shard-1-001\lib).
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 973087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 973091 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 973091 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 973091 T4762 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 973091 T4762 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 973092 T4762 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 973092 T4762 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 973092 T4762 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58491/solr
[junit4] 2> 973092 T4762 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 973092 T4762
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 973095 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973098 T4822 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@117177e name:ZooKeeperConnection
Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 973099 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973099 T4762 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 973101 T4764 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14bef3441d40006, 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> 973103 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 973104 T4825 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6b2bec name:ZooKeeperConnection
Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 973104 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 973115 T4762
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 974085 T4762 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58514_ebnow%2Fc
[junit4] 2> 974086 T4762 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58514_ebnow%2Fc
[junit4] 2> 974093 T4762 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 974098 T4762 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
CD3486359C15C7E5-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
CD3486359C15C7E5-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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 974100 T4762 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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\
[junit4] 2> 974100 T4762 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 974104 T4826 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 974104 T4826 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 974107 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 974109 T4826 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 974110 T4826 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 974110 T4791 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:58514/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58514_ebnow%2Fc",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 974111 T4826 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 974111 T4791 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:58514/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58514_ebnow%2Fc",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 974111 T4791 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 974111 T4791 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 974113 T4826 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 974113 T4826 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 974114 T4791 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 0
[junit4] 2> 974115 T4825 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 974116 T4825 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 975074 T4826 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 975074 T4826 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 975076 T4826 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 975077 T4826 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 975079 T4826 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 975079 T4826 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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\'
[junit4] 2> 975113 T4826 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 975120 T4826 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 975133 T4826 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 975138 T4826 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 975160 T4826 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 975162 T4826 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 975171 T4826 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 975321 T4826 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 975330 T4826 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 975331 T4826 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 975353 T4826 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 975358 T4826 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 975363 T4826 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 975365 T4826
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 975365 T4826
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 975366 T4826 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 975368 T4826
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 975368 T4826
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 975369 T4826 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 975369 T4826 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 975370 T4826 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
CD3486359C15C7E5-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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\
[junit4] 2> 975370 T4826 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6ac9ff
[junit4] 2> 975372 T4826 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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\
[junit4] 2> 975372 T4826 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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\index/
[junit4] 2> 975373 T4826 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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\index' doesn't exist.
Creating new index...
[junit4] 2> 975373 T4826 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
CD3486359C15C7E5-001\shard-1-001\cores\collection1\data\index
[junit4] 2> 975374 T4826 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
[junit4] 2> 975375 T4826 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1d7728e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e7aa27),segFN=segments_1,generation=1}
[junit4] 2> 975375 T4826 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 975384 T4826 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 975385 T4826 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 975385 T4826 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 975386 T4826 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 975386 T4826 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 975387 T4826 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 975388 T4826 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 975388 T4826 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 975389 T4826 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 975391 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 975392 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 975393 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 975394 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 975396 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 975397 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 975398 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 975399 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 975400 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 975403 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 975404 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 975405 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 975406 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 975407 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 975408 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 975408 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 975409 T4826 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 975410 T4826 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 975415 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 975417 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 975419 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 975421 T4826 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 975421 T4826 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 975423 T4826 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 975425 T4826 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 975426 T4826 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 975428 T4826 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 975429 T4826 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1d7728e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e7aa27),segFN=segments_1,generation=1}
[junit4] 2> 975429 T4826 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 975430 T4826 oass.SolrIndexSearcher.<init> Opening
Searcher@dfb141[collection1] main
[junit4] 2> 975430 T4826 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 975432 T4826 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 975433 T4826 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 975434 T4826
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 975434 T4826 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 975435 T4826 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 975436 T4826
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 975436 T4826 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 975437 T4826 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 975437 T4826 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 975438 T4827 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@dfb141[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 975439 T4826 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 975441 T4830 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58514/ebnow/c collection:collection1
shard:shard2
[junit4] 2> 975442 T4762 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 975442 T4762 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 975449 T4830 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 975471 T4830 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 975475 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 975477 T4830
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 975477 T4830 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C1982 name=collection1
org.apache.solr.core.SolrCore@161a0f6
url=http://127.0.0.1:58514/ebnow/c/collection1 node=127.0.0.1:58514_ebnow%2Fc
C1982_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:58514/ebnow/c, node_name=127.0.0.1:58514_ebnow%2Fc,
state=down}
[junit4] 2> 975477 T4830 C1982 P58514 oasc.SyncStrategy.sync Sync replicas
to http://127.0.0.1:58514/ebnow/c/collection1/
[junit4] 2> 975478 T4830 C1982 P58514 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 975479 T4830 C1982 P58514 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58514/ebnow/c/collection1/ has no replicas
[junit4] 2> 975479 T4830 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: http://127.0.0.1:58514/ebnow/c/collection1/ shard2
[junit4] 2> 975479 T4830 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 975483 T4791 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 975486 T4791 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 1
[junit4] 2> 975488 T4825 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 975491 T4825 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 975499 T4791 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:58514/ebnow/c",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 975500 T4791 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 2
[junit4] 2> 975501 T4825 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 975502 T4825 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 975505 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 975546 T4830 oasc.ZkController.register We are
http://127.0.0.1:58514/ebnow/c/collection1/ and leader is
http://127.0.0.1:58514/ebnow/c/collection1/
[junit4] 2> 975546 T4830 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:58514/ebnow/c
[junit4] 2> 975546 T4830 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 975547 T4830 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 975547 T4830 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 975550 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 975553 T4791 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:58514/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58514_ebnow%2Fc",
[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> 975555 T4791 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:58514/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58514_ebnow%2Fc",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 975566 T4791 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 3
[junit4] 2> 975567 T4825 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 2)
[junit4] 2> 975570 T4830 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 975572 T4825 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 976974 T4762 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
CD3486359C15C7E5-001\shard-2-001\cores\collection1
[junit4] 2> 976980 T4762 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
CD3486359C15C7E5-001\shard-2-001
[junit4] 2> 976982 T4762 oejs.Server.doStart jetty-9.2.9.v20150224
[junit4] 2> 976985 T4762 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1b5d244{/ebnow/c,null,AVAILABLE}
[junit4] 2> 976988 T4762 oejs.AbstractConnector.doStart Started
ServerConnector@1a5f4cc{HTTP/1.1}{127.0.0.1:58525}
[junit4] 2> 976989 T4762 oejs.Server.doStart Started @978638ms
[junit4] 2> 976989 T4762 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
CD3486359C15C7E5-001\tempDir-001/jetty2, solrconfig=solrconfig.xml,
hostContext=/ebnow/c, hostPort=58524,
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
CD3486359C15C7E5-001\shard-2-001\cores}
[junit4] 2> 976990 T4762 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 976990 T4762 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
CD3486359C15C7E5-001\shard-2-001\'
[junit4] 2> 977043 T4762 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
CD3486359C15C7E5-001\shard-2-001\solr.xml
[junit4] 2> 977068 T4762 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
CD3486359C15C7E5-001\shard-2-001\cores
[junit4] 2> 977069 T4762 oasc.CoreContainer.<init> New CoreContainer
24635758
[junit4] 2> 977069 T4762 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
CD3486359C15C7E5-001\shard-2-001\]
[junit4] 2> 977069 T4762 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
CD3486359C15C7E5-001\shard-2-001\lib
[junit4] 2> 977069 T4762 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
CD3486359C15C7E5-001\shard-2-001\lib).
[junit4] 2> 977087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 977087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 977087 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 977088 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 977090 T4762 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 977090 T4762 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 977090 T4762 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 977090 T4762 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 977090 T4762 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 977090 T4762 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58491/solr
[junit4] 2> 977090 T4762 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 977092 T4762
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 977095 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 977098 T4845 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@167e105 name:ZooKeeperConnection
Watcher:127.0.0.1:58491 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 977099 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 977100 T4762 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 977105 T4762 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 977108 T4848 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1ac8c57 name:ZooKeeperConnection
Watcher:127.0.0.1:58491/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 977109 T4762 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 977120 T4762
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 978092 T4762 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58524_ebnow%2Fc
[junit4] 2> 978094 T4762 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58524_ebnow%2Fc
[junit4] 2> 978101 T4762 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 978105 T4762 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
CD3486359C15C7E5-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
CD3486359C15C7E5-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
CD3486359C15C7E5-001\shard-2-001\cores\collection1\, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 978106 T4762 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
CD3486359C15C7E5-001\shard-2-001\cores\collection1\
[junit4] 2> 978106 T4762 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 978111 T4849 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 978111 T4849 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 978114 T4790 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 978116 T4849 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 978116 T4849 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 978116 T4791 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:58524/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58524_ebnow%2Fc",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 978119 T4849 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 978119 T4791 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:58524/ebnow/c",
[junit4] 2> "node_name":"127.0.0.1:58524_ebnow%2Fc",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 978119 T4791 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 978120 T4791 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 978124 T4791 oasco.ZkStateWriter.writePendingUpdates going to
update_collection /collections/collection1/state.json version: 4
[junit4] 2> 978126 T4825 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 978127 T4849 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 978127 T4849 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 978127 T4848 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json for collection collection1 has
occurred - updating... (live nodes size: 3)
[junit4] 2> 978129 T4825 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 978129 T4848 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 979022 T4849 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 979022 T4849 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 979023 T4849 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 979024 T4849 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 979025 T4849 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 979025 T4849 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
CD3486359C15C7E5-001\shard-2-001\cores\collection1\'
[junit4] 2> 979048 T4849 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 979052 T4849 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 979061 T4849 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 979064 T4849 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 979073 T4849 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 979075 T4849 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/
[...truncated too long message...]
.method=test -Dtests.seed=CD3486359C15C7E5 -Dtests.slow=true
-Dtests.locale=en_AU -Dtests.timezone=Europe/Paris -Dtests.asserts=true
-Dtests.file.encoding=Cp1252
[junit4] ERROR 62.6s | 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=4946, name=updateExecutor-537-thread-1,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1d7c0c9
rejected from java.util.concurrent.ThreadPoolExecutor@1c6b9b1[Shutting down,
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 22]
[junit4] > at
__randomizedtesting.SeedInfo.seed([CD3486359C15C7E5]: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> 1030823 T4762 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
CD3486359C15C7E5-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{_version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=Memory
doPackFST= true), a_t=Lucene50(blocksize=128),
intDefault=Lucene50(blocksize=128), id=Lucene50(blocksize=128), text=FST50,
range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)},
docValues:{timestamp=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity,
locale=en_AU, timezone=Europe/Paris
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31
(32-bit)/cpus=2,threads=1,free=78427728,total=171220992
[junit4] 2> NOTE: All tests run in this JVM: [DistributedMLTComponentTest,
CopyFieldTest, TestMiniSolrCloudClusterSSL, RequestLoggingTest, DateFieldTest,
TestReqParamsAPI, SimpleFacetsTest, TestBM25SimilarityFactory, EchoParamsTest,
TestSchemaResource, JsonLoaderTest, SuggesterTest, TestFiltering,
TestSolrQueryParserResource, TestManagedSchemaFieldResource, TestFunctionQuery,
TestIndexSearcher, ScriptEngineTest, HdfsRecoveryZkTest,
TestIBSimilarityFactory, TestClusterStateMutator,
CurrencyFieldOpenExchangeTest, TestReload, TestCryptoKeys, TestConfigOverlay,
MergeStrategyTest, QueryElevationComponentTest, CoreAdminRequestStatusTest,
BufferStoreTest, TestRandomMergePolicy, TestDynamicFieldCollectionResource,
OverseerStatusTest, BadIndexSchemaTest, SpellPossibilityIteratorTest,
TestCopyFieldCollectionResource, TestOrdValues, RankQueryTest,
SharedFSAutoReplicaFailoverTest, SimplePostToolTest,
TestDefaultSimilarityFactory, TestRemoteStreaming, TestRealTimeGet,
TestManagedSynonymFilterFactory, ZkCLITest, TestCharFilters,
TestDocBasedVersionConstraints, CSVRequestHandlerTest, TestManagedResource,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, SystemInfoHandlerTest,
TestQuerySenderNoQuery, TestFaceting, CustomCollectionTest,
CollectionsAPIAsyncDistributedZkTest, TestWriterPerf,
TestFieldCollectionResource, TestZkChroot, SpellCheckCollatorTest,
RegexBoostProcessorTest, UUIDUpdateProcessorFallbackTest, BlockCacheTest,
TestDocumentBuilder, TestOverriddenPrefixQueryForCustomFieldType,
TestFileDictionaryLookup, HdfsLockFactoryTest, PrimUtilsTest,
DirectUpdateHandlerOptimizeTest, SolrTestCaseJ4Test, DOMUtilTest,
DistributedQueueTest, TestWordDelimiterFilterFactory, TestManagedSchema,
TestTrackingShardHandlerFactory, TestSolr4Spatial, TestSolrConfigHandlerCloud,
DocValuesTest, TestAddFieldRealTimeGet, TestReplicationHandler,
CurrencyFieldXmlFileTest, UnloadDistributedZkTest, PrimitiveFieldTypeTest,
DistribCursorPagingTest, HdfsBasicDistributedZkTest,
DistributedQueryComponentCustomSortTest, TestReplicaProperties,
BasicDistributedZk2Test, TestInfoStreamLogging, DateRangeFieldTest,
DistanceUnitsTest, TestHdfsUpdateLog, ExitableDirectoryReaderTest,
TestJmxIntegration, ReplicationFactorTest]
[junit4] Completed in 62.64s, 1 test, 1 error <<< FAILURES!
[...truncated 1188 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: 127 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client
-XX:+UseSerialGC
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]