Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4459/
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
__randomizedtesting.SeedInfo.seed([C81B6CEB5EA84F56:404F5331F05422AE]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:865)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
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:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java: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:546)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
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 9858 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
C81B6CEB5EA84F56-001\init-core-data-001
[junit4] 2> 3645579 T17126
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /ty/o
[junit4] 2> 3645586 T17126 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3645587 T17127 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 3645688 T17126 oasc.ZkTestServer.run start zk server on
port:62313
[junit4] 2> 3645688 T17126
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3645691 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3645699 T17134 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@481286 name:ZooKeeperConnection
Watcher:127.0.0.1:62313 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 3645704 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3645704 T17126 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3645704 T17126 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 3645711 T17126
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3645714 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3645716 T17137 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b5a5db name:ZooKeeperConnection
Watcher:127.0.0.1:62313/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3645717 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3645717 T17126 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3645717 T17126 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 3645723 T17126 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 3645727 T17126 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 3645732 T17126 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 3645737 T17126 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> 3645737 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 3645743 T17126 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> 3645743 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 3645750 T17126 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> 3645750 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 3645755 T17126 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> 3645756 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 3645760 T17126 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> 3645760 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 3645765 T17126 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> 3645766 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 3645770 T17126 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> 3645770 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 3645774 T17126 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> 3645774 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 3645780 T17126 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> 3645780 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 3645785 T17126 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> 3645786 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 3645790 T17126 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> 3645791 T17126 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 3645797 T17128 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14b4f797d600001, 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> 3647398 T17126 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
C81B6CEB5EA84F56-001\control-001\cores\collection1
[junit4] 2> 3647403 T17126 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 3647408 T17126 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1683feb{/ty/o,null,AVAILABLE}
[junit4] 2> 3647411 T17126 oejs.AbstractConnector.doStart Started
ServerConnector@18a84f6{HTTP/1.1}{127.0.0.1:62321}
[junit4] 2> 3647411 T17126 oejs.Server.doStart Started @3648723ms
[junit4] 2> 3647412 T17126 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 3647413 T17126 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 3647413 T17126 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\control-001
[junit4] 2> 3647413 T17126 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
C81B6CEB5EA84F56-001\control-001\'
[junit4] 2> 3647475 T17126 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\control-001\solr.xml
[junit4] 2> 3647491 T17126 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
C81B6CEB5EA84F56-001\control-001\cores
[junit4] 2> 3647491 T17126 oasc.CoreContainer.<init> New CoreContainer
19911380
[junit4] 2> 3647492 T17126 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
C81B6CEB5EA84F56-001\control-001\]
[junit4] 2> 3647493 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 3647493 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 3647495 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 3647495 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 3647495 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 3647496 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 3647496 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 3647497 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 3647497 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 3647498 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 3647498 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 3647499 T17126 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3647499 T17126 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3647500 T17126 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3647501 T17126 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 3647502 T17126 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:62313/solr
[junit4] 2> 3647502 T17126 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 3647503 T17126
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3647505 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3647507 T17151 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1d5d14 name:ZooKeeperConnection
Watcher:127.0.0.1:62313 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 3647508 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3647508 T17126 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3647514 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3647517 T17154 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@fe33f3 name:ZooKeeperConnection
Watcher:127.0.0.1:62313/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3647518 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3647521 T17126 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 3647526 T17126 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 3647532 T17126 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 3647538 T17126 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 3647543 T17126 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 3647550 T17126 oascc.SolrZkClient.makePath makePath:
/live_nodes
[junit4] 2> 3647553 T17126 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62320_ty%2Fo
[junit4] 2> 3647554 T17126 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:62320_ty%2Fo
[junit4] 2> 3647560 T17126 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 3647564 T17126 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 3647567 T17126 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 3647571 T17126 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:62320_ty%2Fo
[junit4] 2> 3647571 T17126 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 3647575 T17126 oasc.Overseer.start Overseer
(id=93255600504307715-127.0.0.1:62320_ty%2Fo-n_0000000000) starting
[junit4] 2> 3647581 T17126 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 3647599 T17126 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 3647601 T17156 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 3647603 T17126 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 3647607 T17126 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 3647610 T17126
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3647619 T17155 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 3647621 T17126 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
C81B6CEB5EA84F56-001\control-001\cores
[junit4] 2> 3647624 T17126 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
C81B6CEB5EA84F56-001\control-001\cores\collection1\
[junit4] 2> 3647624 T17126 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 3647626 T17158 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 3647626 T17158 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 3647628 T17158 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 3647628 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3647634 T17155 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:62320/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62320_ty%2Fo",
[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> 3647635 T17155 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:62320/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62320_ty%2Fo",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 3647636 T17155 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 3647636 T17155 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 3647639 T17154 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> 3648628 T17158 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 3648628 T17158 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 3648629 T17158 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 3648629 T17158 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 3648632 T17158 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 3648632 T17158 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
C81B6CEB5EA84F56-001\control-001\cores\collection1\'
[junit4] 2> 3648669 T17158 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 3648673 T17158 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 3648689 T17158 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 3648704 T17158 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 3648718 T17158 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3648722 T17158 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 3648733 T17158 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 3648918 T17158 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 3648925 T17158 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 3648925 T17158 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3648949 T17158 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3648954 T17158 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3648959 T17158 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3648962 T17158
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3648962 T17158
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3648962 T17158 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3648965 T17158
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3648965 T17158
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3648965 T17158 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 3648965 T17158 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3648967 T17158 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
C81B6CEB5EA84F56-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\tempDir-001/control/data\
[junit4] 2> 3648967 T17158 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@925e1
[junit4] 2> 3648968 T17158 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
C81B6CEB5EA84F56-001\tempDir-001/control/data\
[junit4] 2> 3648968 T17158 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
C81B6CEB5EA84F56-001\tempDir-001/control/data\index/
[junit4] 2> 3648968 T17158 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
C81B6CEB5EA84F56-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 3648969 T17158 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
C81B6CEB5EA84F56-001\tempDir-001/control/data\index
[junit4] 2> 3648970 T17158 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=36.0390625,
floorSegmentMB=0.2919921875, forceMergeDeletesPctAllowed=14.044925282881017,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 3648970 T17158 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1399306
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bf75),segFN=segments_1,generation=1}
[junit4] 2> 3648970 T17158 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 3648976 T17158 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 3648976 T17158 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 3648977 T17158 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 3648977 T17158 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 3648977 T17158 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 3648977 T17158 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 3648978 T17158 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 3648979 T17158 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 3648980 T17158 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 3648981 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3648982 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3648982 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3648983 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3648983 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 3648984 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 3648984 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 3648985 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 3648987 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 3648988 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 3648989 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 3648989 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 3648990 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 3648991 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 3648992 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 3648993 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 3648993 T17158 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 3648995 T17158 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 3649004 T17158 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3649006 T17158 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3649006 T17158 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3649009 T17158 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3649010 T17158 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 3649015 T17158 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 3649015 T17158 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 3649016 T17158 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8818239834749602]
[junit4] 2> 3649017 T17158 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1399306
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56bf75),segFN=segments_1,generation=1}
[junit4] 2> 3649017 T17158 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 3649018 T17158 oass.SolrIndexSearcher.<init> Opening
Searcher@1f14e44[collection1] main
[junit4] 2> 3649018 T17158 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 3649020 T17158 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 3649021 T17158 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 3649022 T17158
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 3649022 T17158 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 3649022 T17158 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3649023 T17158
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 3649023 T17158 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3649023 T17158 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 3649023 T17158 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 3649025 T17158 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 3649026 T17159 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1f14e44[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3649028 T17162 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:62320/ty/o
collection:control_collection shard:shard1
[junit4] 2> 3649029 T17126 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 3649029 T17126 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 3649031 T17126
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3649032 T17162 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 3649033 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3649036 T17166 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@a201c5 name:ZooKeeperConnection
Watcher:127.0.0.1:62313/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3649036 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3649037 T17126 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3649040 T17126
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3649047 T17162
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 3649048 T17126 oasc.ChaosMonkey.monkeyLog monkey: init -
expire sessions:false cause connection loss:false
[junit4] 2> 3649051 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3649052 T17162
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 3649052 T17162
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C4413 name=collection1
org.apache.solr.core.SolrCore@1ca29eb
url=http://127.0.0.1:62320/ty/o/collection1 node=127.0.0.1:62320_ty%2Fo
C4413_STATE=coll:control_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:62320/ty/o, node_name=127.0.0.1:62320_ty%2Fo,
state=down}
[junit4] 2> 3649052 T17162 C4413 P62320 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:62320/ty/o/collection1/
[junit4] 2> 3649052 T17162 C4413 P62320 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 3649054 T17162 C4413 P62320 oasc.SyncStrategy.syncToMe
http://127.0.0.1:62320/ty/o/collection1/ has no replicas
[junit4] 2> 3649054 T17162
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:62320/ty/o/collection1/ shard1
[junit4] 2> 3649055 T17162 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 3649057 T17155 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> 3649070 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3649076 T17155 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:62320/ty/o",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 3649187 T17166 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> 3649190 T17154 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> 3649229 T17162 oasc.ZkController.register We are
http://127.0.0.1:62320/ty/o/collection1/ and leader is
http://127.0.0.1:62320/ty/o/collection1/
[junit4] 2> 3649229 T17162 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:62320/ty/o
[junit4] 2> 3649229 T17162 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 3649229 T17162 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 3649229 T17162 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 3649233 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3649237 T17155 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:62320/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62320_ty%2Fo",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 3649238 T17155 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:62320/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62320_ty%2Fo",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 3649344 T17154 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> 3649346 T17166 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> 3650692 T17126 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
C81B6CEB5EA84F56-001\shard-1-001\cores\collection1
[junit4] 2> 3650695 T17126 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 3650697 T17126 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 3650702 T17126 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@38b696{/ty/o,null,AVAILABLE}
[junit4] 2> 3650704 T17126 oejs.AbstractConnector.doStart Started
ServerConnector@ec019d{HTTP/1.1}{127.0.0.1:62334}
[junit4] 2> 3650705 T17126 oejs.Server.doStart Started @3652023ms
[junit4] 2> 3650706 T17126 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 3650707 T17126 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 3650707 T17126 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\shard-1-001
[junit4] 2> 3650707 T17126 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
C81B6CEB5EA84F56-001\shard-1-001\'
[junit4] 2> 3650754 T17126 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\shard-1-001\solr.xml
[junit4] 2> 3650783 T17126 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
C81B6CEB5EA84F56-001\shard-1-001\cores
[junit4] 2> 3650784 T17126 oasc.CoreContainer.<init> New CoreContainer
8136988
[junit4] 2> 3650785 T17126 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
C81B6CEB5EA84F56-001\shard-1-001\]
[junit4] 2> 3650786 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 3650787 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 3650787 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 3650787 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 3650788 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 3650789 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 3650790 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 3650790 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 3650790 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 3650791 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 3650791 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 3650794 T17126 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3650794 T17126 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3650794 T17126 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3650795 T17126 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 3650795 T17126 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:62313/solr
[junit4] 2> 3650796 T17126 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 3650797 T17126
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3650811 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3650817 T17180 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@189dd95 name:ZooKeeperConnection
Watcher:127.0.0.1:62313 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 3650819 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3650820 T17126 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3650828 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3650831 T17183 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1254ce4 name:ZooKeeperConnection
Watcher:127.0.0.1:62313/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3650831 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3650851 T17126
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3651859 T17126 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62333_ty%2Fo
[junit4] 2> 3651861 T17126 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:62333_ty%2Fo
[junit4] 2> 3651869 T17126 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 3651873 T17126 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
C81B6CEB5EA84F56-001\shard-1-001\cores
[junit4] 2> 3651875 T17126 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
C81B6CEB5EA84F56-001\shard-1-001\cores\collection1\
[junit4] 2> 3651875 T17126 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 3651877 T17184 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 3651877 T17184 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 3651878 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3651878 T17184 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 3651880 T17155 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:62333/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62333_ty%2Fo",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 3651881 T17155 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:62333/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62333_ty%2Fo",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 3651882 T17155 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 3651882 T17155 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 3651885 T17166 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3651885 T17154 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3651885 T17183 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3652879 T17184 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 3652879 T17184 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 3652881 T17184 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 3652881 T17184 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 3652883 T17184 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 3652883 T17184 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
C81B6CEB5EA84F56-001\shard-1-001\cores\collection1\'
[junit4] 2> 3652910 T17184 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 3652914 T17184 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 3652928 T17184 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 3652934 T17184 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 3652946 T17184 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3652948 T17184 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 3652959 T17184 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 3653121 T17184 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 3653131 T17184 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 3653131 T17184 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3653155 T17184 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3653160 T17184 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3653166 T17184 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3653168 T17184
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3653168 T17184
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3653168 T17184 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3653170 T17184
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3653170 T17184
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3653170 T17184 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 3653172 T17184 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3653172 T17184 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
C81B6CEB5EA84F56-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
C81B6CEB5EA84F56-001\tempDir-001/jetty1\
[junit4] 2> 3653172 T17184 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@925e1
[junit4] 2> 3653173 T17184 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
C81B6CEB5EA84F56-001\tempDir-001/jetty1\
[junit4] 2> 3653173 T17184 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
C81B6CEB5EA84F56-001\tempDir-001/jetty1\index/
[junit4] 2> 3653173 T17184 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
C81B6CEB5EA84F56-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 3653174 T17184 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
C81B6CEB5EA84F56-001\tempDir-001/jetty1\index
[junit4] 2> 3653175 T17184 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=36.0390625,
floorSegmentMB=0.2919921875, forceMergeDeletesPctAllowed=14.044925282881017,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 3653176 T17184 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@fbaaf8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e1347f),segFN=segments_1,generation=1}
[junit4] 2> 3653176 T17184 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 3653183 T17184 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 3653183 T17184 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 3653184 T17184 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 3653184 T17184 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 3653184 T17184 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 3653185 T17184 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 3653185 T17184 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 3653186 T17184 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 3653186 T17184 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 3653188 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3653188 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3653190 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3653191 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3653191 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 3653192 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 3653193 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 3653194 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 3653195 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 3653198 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 3653199 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 3653200 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 3653201 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 3653202 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 3653204 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 3653205 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 3653206 T17184 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 3653207 T17184 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 3653214 T17184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3653216 T17184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3653218 T17184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3653220 T17184 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3653221 T17184 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 3653223 T17184 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 3653223 T17184 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 3653226 T17184 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8818239834749602]
[junit4] 2> 3653226 T17184 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@fbaaf8
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e1347f),segFN=segments_1,generation=1}
[junit4] 2> 3653226 T17184 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 3653227 T17184 oass.SolrIndexSearcher.<init> Opening
Searcher@9f34ae[collection1] main
[junit4] 2> 3653227 T17184 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 3653229 T17184 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 3653229 T17184 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 3653231 T17184
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 3653231 T17184 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 3653231 T17184 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3653232 T17184
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 3653233 T17184 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 3653233 T17184 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 3653234 T17184 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 3653234 T17185 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@9f34ae[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3653236 T17184 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 3653238 T17188 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:62333/ty/o collection:collection1
shard:shard2
[junit4] 2> 3653239 T17126 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 3653240 T17126 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 3653240 T17188 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 3653258 T17188
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard2
[junit4] 2> 3653275 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3653276 T17188
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 3653276 T17188
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C4414 name=collection1
org.apache.solr.core.SolrCore@1e70958
url=http://127.0.0.1:62333/ty/o/collection1 node=127.0.0.1:62333_ty%2Fo
C4414_STATE=coll:collection1 core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:62333/ty/o, node_name=127.0.0.1:62333_ty%2Fo,
state=down}
[junit4] 2> 3653276 T17188 C4414 P62333 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:62333/ty/o/collection1/
[junit4] 2> 3653276 T17188 C4414 P62333 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 3653277 T17188 C4414 P62333 oasc.SyncStrategy.syncToMe
http://127.0.0.1:62333/ty/o/collection1/ has no replicas
[junit4] 2> 3653277 T17188
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:62333/ty/o/collection1/ shard2
[junit4] 2> 3653279 T17188 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 3653286 T17155 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 3653302 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3653308 T17155 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:62333/ty/o",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 3653416 T17183 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3653418 T17154 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3653418 T17166 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3653458 T17188 oasc.ZkController.register We are
http://127.0.0.1:62333/ty/o/collection1/ and leader is
http://127.0.0.1:62333/ty/o/collection1/
[junit4] 2> 3653458 T17188 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:62333/ty/o
[junit4] 2> 3653458 T17188 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 3653459 T17188 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 3653459 T17188 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 3653464 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3653473 T17155 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:62333/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62333_ty%2Fo",
[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> 3653475 T17155 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:62333/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62333_ty%2Fo",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 3653586 T17183 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3653587 T17154 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3653587 T17166 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4] 2> 3654910 T17126 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
C81B6CEB5EA84F56-001\shard-2-001\cores\collection1
[junit4] 2> 3654914 T17126 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 3654917 T17126 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 3654921 T17126 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@9c286d{/ty/o,null,AVAILABLE}
[junit4] 2> 3654925 T17126 oejs.AbstractConnector.doStart Started
ServerConnector@82d95a{HTTP/1.1}{127.0.0.1:62344}
[junit4] 2> 3654926 T17126 oejs.Server.doStart Started @3656247ms
[junit4] 2> 3654927 T17126 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 3654927 T17126 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 3654927 T17126 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\shard-2-001
[junit4] 2> 3654927 T17126 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
C81B6CEB5EA84F56-001\shard-2-001\'
[junit4] 2> 3654971 T17126 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\shard-2-001\solr.xml
[junit4] 2> 3654984 T17126 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
C81B6CEB5EA84F56-001\shard-2-001\cores
[junit4] 2> 3654984 T17126 oasc.CoreContainer.<init> New CoreContainer
20706462
[junit4] 2> 3654985 T17126 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
C81B6CEB5EA84F56-001\shard-2-001\]
[junit4] 2> 3654985 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 3654986 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 3654986 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 3654987 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 3654987 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 3654988 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 3654988 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 3654989 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 3654989 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 3654989 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 3654991 T17126 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 3654991 T17126 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 3654992 T17126 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3654992 T17126 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3654993 T17126 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 3654993 T17126 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:62313/solr
[junit4] 2> 3654994 T17126 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 3654994 T17126
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 3654997 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3654999 T17203 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@16352d8 name:ZooKeeperConnection
Watcher:127.0.0.1:62313 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 3655000 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3655000 T17126 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 3655005 T17126 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 3655007 T17206 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@b9d392 name:ZooKeeperConnection
Watcher:127.0.0.1:62313/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 3655007 T17126 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 3655021 T17126
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 3656027 T17126 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62343_ty%2Fo
[junit4] 2> 3656028 T17126 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:62343_ty%2Fo
[junit4] 2> 3656038 T17126 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 3656042 T17126 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
C81B6CEB5EA84F56-001\shard-2-001\cores
[junit4] 2> 3656042 T17126 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
C81B6CEB5EA84F56-001\shard-2-001\cores\collection1\
[junit4] 2> 3656042 T17126 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 3656046 T17207 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 3656046 T17207 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 3656048 T17207 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 3656048 T17154 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 3656050 T17155 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:62343/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62343_ty%2Fo",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 6
[junit4] 2> 3656051 T17155 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:62343/ty/o",
[junit4] 2> "node_name":"127.0.0.1:62343_ty%2Fo",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 3656051 T17155 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 3656051 T17155 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 3656054 T17183 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 3656054 T17206 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 3656054 T17166 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 3656055 T17154 oascc.ZkStateReader$2.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4] 2> 3657048 T17207 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 3657048 T17207 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 3657049 T17207 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 3657049 T17207 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 3657052 T17207 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 3657052 T17207 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
C81B6CEB5EA84F56-001\shard-2-001\cores\collection1\'
[junit4] 2> 3657079 T17207 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 3657083 T17207 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 3657094 T17207 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 3657117 T17207 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 3657130 T17207 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3657133 T17207 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 3657141 T17207 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 3657285 T17207 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 3657292 T17207 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 3657292 T17207 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3657314 T17207 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3657322 T17207 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3657327 T17207 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3657329 T17207
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3657329 T17207
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3657329 T17207 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3657332 T17207
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3657332 T17207
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3657332 T17207 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 3657332 T17207 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3657333 T17207 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
C81B6CEB5EA84F56-001\shard-2-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
C81B6CEB5EA84F56-001\tempDir-001/jetty2\
[junit4] 2> 3657333 T17207 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@925e1
[junit4] 2> 3657335 T17207 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
C81B6CEB5EA84F56-001\tempDir-001/jetty2\
[junit4] 2> 3657335 T17207 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
C81B6CEB5EA84F56-001\tempDir-001/jetty2\index/
[junit4] 2> 3657335 T17207 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
C81B6CEB5EA84F56-001\tempDir-001\jetty2\index' doesn't exist. Creating new
index...
[junit4] 2> 3657336 T17207 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
C81B6CEB5EA84F56-001\tempDir-001/jetty2\index
[junit4] 2> 3657337 T17207 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=34, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=36.0390625,
floorSegmentMB=0.2919921875, forceMergeDeletesPctAllowed=14.044925282881017,
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 3657338 T17207 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@11a14b5
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f54da7),segFN=segments_1,generation=1}
[junit4] 2> 3657338 T17207 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 3657344 T17207 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 3657345 T17207 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 3657345 T17207 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 3657345 T17207 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 3657346 T17207 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 3657346 T17207 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 3657347 T17207 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 3657347 T17207 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 3657347 T17207 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 3657349 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3657350 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3657351 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3657352 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3657353 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 3657354 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 3657355 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 3657355 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 3657357 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 3657359 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 3657359 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 3657360 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 3657361 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 3657362 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 3657363 T17207 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.Loggin
[...truncated too long message...]
ansHandlerTest, HdfsBasicDistributedZkTest, TestFastOutputStream,
RankQueryTest, HdfsUnloadDistributedZkTest, TestFiltering, QueryEqualityTest,
TestIntervalFaceting, CoreAdminHandlerTest, TestDocBasedVersionConstraints,
DistributedFacetPivotSmallTest, DistribJoinFromCollectionTest,
MultiThreadedOCPTest, LeaderElectionTest, MergeStrategyTest,
DocumentBuilderTest, TestRangeQuery, DocValuesTest, RequiredFieldsTest,
TestStandardQParsers, TestStressReorder, MigrateRouteKeyTest,
HdfsRecoveryZkTest, UpdateParamsTest, SpatialFilterTest,
TestAtomicUpdateErrorCases, TestGroupingSearch, EnumFieldTest,
HighlighterMaxOffsetTest, CoreAdminRequestStatusTest, TestCoreDiscovery,
TestInitParams, EchoParamsTest, TestDocumentBuilder,
TriLevelCompositeIdRoutingTest, OverseerCollectionProcessorTest,
OverriddenZkACLAndCredentialsProvidersTest, RequestHandlersTest, MultiTermTest,
ExternalFileFieldSortTest, JSONWriterTest, HdfsCollectionsAPIDistributedZkTest,
DistributedQueueTest, TestSolr4Spatial, SchemaVersionSpecificBehaviorTest,
DistributedExpandComponentTest, TestManagedResource, PreAnalyzedFieldTest,
TestLeaderElectionZkExpiry, TestInfoStreamLogging,
CollectionsAPIAsyncDistributedZkTest, IndexBasedSpellCheckerTest,
DefaultValueUpdateProcessorTest, TestConfigOverlay,
TestComplexPhraseQParserPlugin, CloudExitableDirectoryReaderTest,
CoreAdminCreateDiscoverTest, DocExpirationUpdateProcessorFactoryTest,
TestClusterStateMutator, ChangedSchemaMergeTest, TestSolrJ,
TestSchemaSimilarityResource, DistanceFunctionTest, TestChildDocTransformer,
SystemInfoHandlerTest, TestFunctionQuery, TestReversedWildcardFilterFactory,
CachingDirectoryFactoryTest, DistributedDebugComponentTest, TestRestManager,
TestConfigReload, DebugComponentTest, SpatialRPTFieldTypeTest,
TestCoreContainer, HdfsLockFactoryTest, TermVectorComponentTest,
TestFastWriter, TestDefaultSearchFieldResource, NumericFieldsTest,
TestArbitraryIndexDir, AnalysisErrorHandlingTest,
TestCursorMarkWithoutUniqueKey, TestReplicaProperties,
TestDistributedMissingSort, TestStressUserVersions, QueryResultKeyTest,
TestWordDelimiterFilterFactory, AddBlockUpdateTest,
TestCollationFieldDocValues, TestSchemaResource,
TestManagedSchemaFieldTypeResource, RequestLoggingTest, TestSchemaNameResource,
TestCloudInspectUtil, TestExtendedDismaxParser, TestPartialUpdateDeduplication,
DocumentAnalysisRequestHandlerTest, TestOrdValues, TestFaceting, SampleTest,
DistributedQueryComponentCustomSortTest, TestSolrDynamicMBean,
RegexBoostProcessorTest, NotRequiredUniqueKeyTest, JsonLoaderTest,
AnalyticsQueryTest, SharedFSAutoReplicaFailoverTest, TestSearchPerf, TestJoin,
LeaderInitiatedRecoveryOnCommitTest, DistribDocExpirationUpdateProcessorTest,
DirectUpdateHandlerTest, TestSolrDeletionPolicy1,
TestManagedSchemaDynamicFieldResource, XsltUpdateRequestHandlerTest,
ShowFileRequestHandlerTest, TestNonDefinedSimilarityFactory,
TestSolrQueryParserResource, SolrXmlInZkTest, ReturnFieldsTest,
TestFieldCollectionResource, PeerSyncTest, CloudMLTQParserTest, TestUpdate,
BinaryUpdateRequestHandlerTest, NoCacheHeaderTest, TestRandomMergePolicy,
SearchHandlerTest, DistanceUnitsTest, TestMissingGroups, TestFastLRUCache,
TestCollationField, TestDefaultSimilarityFactory, CurrencyFieldXmlFileTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest,
TestClassNameShortening, TestJmxIntegration, TestSolrIndexConfig,
TestCodecSupport, ConvertedLegacyTest, LeaderFailoverAfterPartitionTest,
TestSystemIdResolver, BadCopyFieldTest, TestSolrCoreProperties,
HdfsWriteToMultipleCollectionsTest, SolrCoreCheckLockOnStartupTest,
ShardRoutingTest, TestValueSourceCache, TestRecovery, TestConfigSets,
PrimitiveFieldTypeTest, DirectUpdateHandlerOptimizeTest,
SimpleCollectionCreateDeleteTest, ResponseHeaderTest, TestInitQParser,
TestManagedResourceStorage, TestManagedSchema, TestCopyFieldCollectionResource,
TestRequestStatusCollectionAPI, TestSearcherReuse,
VMParamsZkACLAndCredentialsProvidersTest, DistributedTermsComponentTest,
AutoCommitTest, TestQueryUtils, BadIndexSchemaTest, TestElisionMultitermQuery,
TestQuerySenderNoQuery, TestCollectionAPI, SolrTestCaseJ4Test,
TestHighFrequencyDictionaryFactory, TestBlendedInfixSuggestions,
TestBM25SimilarityFactory, TestFuzzyAnalyzedSuggestions, TestRandomFaceting,
TestOverriddenPrefixQueryForCustomFieldType, SpellCheckCollatorTest,
DistributedFacetPivotWhiteBoxTest, TestSuggestSpellingConverter,
TestNoOpRegenerator, ZkSolrClientTest, BasicFunctionalityTest,
TestReloadAndDeleteDocs, TestCollapseQParserPlugin,
IndexSchemaRuntimeFieldTest, DOMUtilTest, SaslZkACLProviderTest,
ZkStateWriterTest, FullSolrCloudDistribCmdsTest, TestCloudPivotFacet,
IgnoreCommitOptimizeUpdateProcessorFactoryTest,
UUIDUpdateProcessorFallbackTest, SimplePostToolTest,
CollectionsAPIDistributedZkTest, SuggesterTest, LukeRequestHandlerTest,
TestLRUStatsCache, TestIndexingPerformance, ExitableDirectoryReaderTest,
SpellPossibilityIteratorTest, TestDefaultStatsCache, SliceStateTest,
HardAutoCommitTest, TestManagedStopFilterFactory, HdfsBasicDistributedZk2Test,
TestSchemaManager, CacheHeaderTest, ZkCLITest, SpellingQueryConverterTest,
TestAnalyzedSuggestions, TestQuerySenderListener, BasicDistributedZkTest,
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest,
SyncSliceTest, OpenCloseCoreStressTest, OverseerTest,
LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest,
TestReplicationHandler, ClusterStateUpdateTest, TestZkChroot,
TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch,
TestDistributedGrouping, TestHashPartitioner,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
ZkControllerTest, TestRealTimeGet, TestReload, SimpleFacetsTest, SolrCoreTest,
StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest,
TestSort, TestLazyCores, TestBadConfig, TestIndexSearcher, HighlighterTest,
SoftAutoCommitTest, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, SolrIndexSplitterTest,
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest,
SuggesterFSTTest, TestFoldingMultitermQuery, TestStressLucene, TestTrie,
SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest,
TestPseudoReturnFields, FieldMutatingUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest,
TestRemoteStreaming, DocValuesMultiTest, SolrInfoMBeanTest,
TestSurroundQueryParser, DisMaxRequestHandlerTest, StandardRequestHandlerTest,
TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions,
FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest,
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest,
FieldAnalysisRequestHandlerTest, TestSolrQueryParser,
FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest,
IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter,
QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest,
TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest,
TestComponentsName, TestBinaryResponseWriter, TestLFUCache,
HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, CopyFieldTest,
ResponseLogComponentTest, BadComponentTest, TestStressRecovery,
TestMergePolicyConfig, TestSolrDeletionPolicy2, TestBinaryField,
MinimalSchemaTest, TestConfig, OutputWriterTest, TestPostingsSolrHighlighter,
DirectSolrConnectionTest, TestLuceneMatchVersion, TestPhraseSuggestions,
TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig,
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory,
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestJmxMonitoredMap, ResourceLoaderTest, ScriptEngineTest,
OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest,
DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PrimUtilsTest, DateFieldTest,
RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils,
ZkNodePropsTest, UUIDFieldTest, FileUtilsTest, CircularListTest, TestRTGBase,
CursorPagingTest, DistributedIntervalFacetingTest, TestHighlightDedupGrouping,
TestTolerantSearch, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest,
ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest,
DeleteReplicaTest, DeleteShardTest, ExternalCollectionsTest, HttpPartitionTest,
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest,
OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest,
ReplicationFactorTest]
[junit4] Completed in 53.40s, 1 test, 1 error <<< FAILURES!
[...truncated 254 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:1348:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:956:
There were test failures: 463 suites, 1848 tests, 1 error, 55 ignored (30
assumptions)
Total time: 114 minutes 33 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]