Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4516/
Java: 32bit/jdk1.8.0_31 -server -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
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:945)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
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:568)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 8965 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
D27AE144C1248401-001\init-core-data-001
[junit4] 2> 201541 T904 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 201547 T904 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 201548 T905 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 201675 T904 oasc.ZkTestServer.run start zk server on port:58238
[junit4] 2> 201675 T904
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 201679 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 201685 T912 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d522d4 name:ZooKeeperConnection
Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 201686 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 201686 T904 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 201686 T904 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 201693 T904
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 201700 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 201715 T915 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@148f636 name:ZooKeeperConnection
Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 201715 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 201715 T904 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 201718 T904 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 201727 T904 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 201733 T904 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 201735 T904 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 201740 T904 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> 201740 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 201747 T904 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> 201749 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 201752 T904 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> 201754 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 201757 T904 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> 201757 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 201763 T904 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> 201763 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 201768 T904 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> 201768 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 201773 T904 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> 201773 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 201778 T904 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> 201778 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 201783 T904 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> 201783 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 201788 T904 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> 201788 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 201792 T904 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> 201792 T904 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 204045 T904 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
D27AE144C1248401-001\control-001\cores\collection1
[junit4] 2> 204053 T904 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 204056 T904 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1f7e44b{/,null,AVAILABLE}
[junit4] 2> 204087 T904 oejs.AbstractConnector.doStart Started
ServerConnector@1433769{HTTP/1.1}{127.0.0.1:58246}
[junit4] 2> 204088 T904 oejs.Server.doStart Started @207642ms
[junit4] 2> 204088 T904 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 204088 T904 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 204088 T904 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
D27AE144C1248401-001\control-001
[junit4] 2> 204088 T904 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
D27AE144C1248401-001\control-001\'
[junit4] 2> 204128 T904 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\control-001\solr.xml
[junit4] 2> 204142 T904 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
D27AE144C1248401-001\control-001\cores
[junit4] 2> 204142 T904 oasc.CoreContainer.<init> New CoreContainer
29928450
[junit4] 2> 204142 T904 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
D27AE144C1248401-001\control-001\]
[junit4] 2> 204144 T904 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\control-001\lib
[junit4] 2> 204144 T904 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\control-001\lib).
[junit4] 2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 204160 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 204161 T904 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 204162 T904 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 204162 T904 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 204162 T904 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 204162 T904 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 204162 T904 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 204162 T904 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58238/solr
[junit4] 2> 204164 T904 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 204164 T904
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 204171 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 204177 T929 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@113811f name:ZooKeeperConnection
Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 204177 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 204177 T904 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 204188 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 204211 T932 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@6d3af name:ZooKeeperConnection
Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 204211 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 204215 T904 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 204217 T904 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 204222 T904 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 204226 T904 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 204232 T904 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 204236 T904 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 204237 T904 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:58245_
[junit4] 2> 204238 T904 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58245_
[junit4] 2> 204242 T904 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 204244 T904 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 204246 T904 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 204255 T904 oasc.OverseerElectionContext.runLeaderProcess I am
going to be the leader 127.0.0.1:58245_
[junit4] 2> 204255 T904 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 204258 T904 oasc.Overseer.start Overseer
(id=93404274526519299-127.0.0.1:58245_-n_0000000000) starting
[junit4] 2> 204278 T904 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 204289 T904 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 204292 T904 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 204294 T934 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 204294 T933 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 204306 T904 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 204309 T904
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 204323 T904 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
D27AE144C1248401-001\control-001\cores
[junit4] 2> 204323 T904 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
D27AE144C1248401-001\control-001\cores\collection1\
[junit4] 2> 204323 T904 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 204327 T936 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 204327 T936 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 204329 T936 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 204329 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 204332 T933 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:58245",
[junit4] 2> "node_name":"127.0.0.1:58245_",
[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> 204332 T933 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:58245",
[junit4] 2> "node_name":"127.0.0.1:58245_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 204333 T933 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 204335 T933 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 204338 T932 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> 205587 T936 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 205587 T936 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:control_collection
[junit4] 2> 205589 T936 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 205589 T936 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 205591 T936 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 205591 T936 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
D27AE144C1248401-001\control-001\cores\collection1\'
[junit4] 2> 205610 T936 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 205614 T936 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 205630 T936 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 205632 T936 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 205667 T936 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 205671 T936 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 205678 T936 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 205807 T936 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 205817 T936 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 205818 T936 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 205839 T936 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 205845 T936 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 205863 T936 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 205865 T936
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 205865 T936
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 205865 T936 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 205868 T936
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 205868 T936
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 205868 T936 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 205868 T936 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 205869 T936 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
D27AE144C1248401-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\tempDir-001/control/data\
[junit4] 2> 205869 T936 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@f13da8
[junit4] 2> 205869 T936 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
D27AE144C1248401-001\tempDir-001/control/data\
[junit4] 2> 205869 T936 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
D27AE144C1248401-001\tempDir-001/control/data\index/
[junit4] 2> 205869 T936 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
D27AE144C1248401-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 205870 T936 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
D27AE144C1248401-001\tempDir-001/control/data\index
[junit4] 2> 205870 T936 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=71.5341796875,
floorSegmentMB=1.1435546875, forceMergeDeletesPctAllowed=23.782815429349483,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 205871 T936 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@89c7e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6eee5),segFN=segments_1,generation=1}
[junit4] 2> 205871 T936 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 205875 T936 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 205876 T936 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 205876 T936 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 205876 T936 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 205876 T936 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 205876 T936 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 205877 T936 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 205877 T936 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 205877 T936 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 205879 T936 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 205879 T936 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 205879 T936 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 205880 T936 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 205880 T936 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 205880 T936 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 205881 T936 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 205881 T936 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 205882 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 205884 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 205884 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 205884 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 205885 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 205886 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 205886 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 205886 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 205887 T936 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 205887 T936 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 205896 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 205897 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 205901 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 205906 T936 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 205906 T936 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 205908 T936 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 205911 T936 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 205911 T936 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 205912 T936 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=825482768,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 205913 T936 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@89c7e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6eee5),segFN=segments_1,generation=1}
[junit4] 2> 205913 T936 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 205914 T936 oass.SolrIndexSearcher.<init> Opening
Searcher@a331fa[collection1] main
[junit4] 2> 205914 T936 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/control_collection
[junit4] 2> 205917 T936 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 205917 T936 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 205918 T936
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 205918 T936 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 205919 T936 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 205919 T936
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 205920 T936 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 205920 T936 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 205920 T936 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 205922 T936 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 205922 T937 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@a331fa[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 205924 T940 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58245 collection:control_collection
shard:shard1
[junit4] 2> 205924 T904 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 205925 T904 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 205927 T940 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 205930 T904
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 205934 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 205939 T944 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@192d40d name:ZooKeeperConnection
Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 205940 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 205940 T940 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 205940 T904 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 205944 T904
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 205944 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 205945 T940
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 205946 T940 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C94 name=collection1
org.apache.solr.core.SolrCore@18889bb url=http://127.0.0.1:58245/collection1
node=127.0.0.1:58245_ C94_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:58245,
node_name=127.0.0.1:58245_, state=down}
[junit4] 2> 205947 T940 C94 P58245 oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:58245/collection1/
[junit4] 2> 205947 T940 C94 P58245 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 205947 T940 C94 P58245 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58245/collection1/ has no replicas
[junit4] 2> 205947 T940 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: http://127.0.0.1:58245/collection1/ shard1
[junit4] 2> 205949 T940 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 205949 T933 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> 205952 T904 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 205960 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 205963 T933 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:58245",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 206094 T944 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> 206096 T932 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> 206155 T940 oasc.ZkController.register We are
http://127.0.0.1:58245/collection1/ and leader is
http://127.0.0.1:58245/collection1/
[junit4] 2> 206155 T940 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:58245
[junit4] 2> 206155 T940 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 206155 T940 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 206155 T940 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 206158 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 206159 T933 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:58245",
[junit4] 2> "node_name":"127.0.0.1:58245_",
[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> 206161 T933 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:58245",
[junit4] 2> "node_name":"127.0.0.1:58245_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 206296 T932 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> 206296 T944 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> 207893 T904 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
D27AE144C1248401-001\shard-1-001\cores\collection1
[junit4] 2> 207901 T904 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 207904 T904 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 207909 T904 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@16d424e{/,null,AVAILABLE}
[junit4] 2> 207910 T904 oejs.AbstractConnector.doStart Started
ServerConnector@1baa23d{HTTP/1.1}{127.0.0.1:58259}
[junit4] 2> 207912 T904 oejs.Server.doStart Started @210601ms
[junit4] 2> 207912 T904 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 207913 T904 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 207913 T904 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
D27AE144C1248401-001\shard-1-001
[junit4] 2> 207913 T904 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
D27AE144C1248401-001\shard-1-001\'
[junit4] 2> 207951 T904 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\shard-1-001\solr.xml
[junit4] 2> 207967 T904 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
D27AE144C1248401-001\shard-1-001\cores
[junit4] 2> 207967 T904 oasc.CoreContainer.<init> New CoreContainer
22544856
[junit4] 2> 207968 T904 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
D27AE144C1248401-001\shard-1-001\]
[junit4] 2> 207968 T904 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\shard-1-001\lib
[junit4] 2> 207968 T904 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\shard-1-001\lib).
[junit4] 2> 207985 T904 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 207985 T904 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 207986 T904 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 207986 T904 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 207986 T904 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 207986 T904 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 207986 T904 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 207987 T904 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58238/solr
[junit4] 2> 207987 T904 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 207989 T904
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 207991 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 207994 T958 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@a22da6 name:ZooKeeperConnection
Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 207995 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 207997 T904 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 207999 T906 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14bd6b15ba80005, 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> 208004 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 208009 T961 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@83824d name:ZooKeeperConnection
Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 208009 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 208021 T904
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 209413 T904 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:58258_
[junit4] 2> 209415 T904 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58258_
[junit4] 2> 209423 T904 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 209431 T904 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
D27AE144C1248401-001\shard-1-001\cores
[junit4] 2> 209431 T904 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
D27AE144C1248401-001\shard-1-001\cores\collection1\
[junit4] 2> 209431 T904 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 209436 T962 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 209436 T962 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 209438 T962 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 209438 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 209440 T933 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:58258",
[junit4] 2> "node_name":"127.0.0.1:58258_",
[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> 209442 T933 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:58258",
[junit4] 2> "node_name":"127.0.0.1:58258_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 209442 T933 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 209442 T933 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 209444 T932 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> 209444 T961 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> 209444 T944 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> 210822 T962 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 210822 T962 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 210823 T962 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 210823 T962 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 210826 T962 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 210826 T962 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
D27AE144C1248401-001\shard-1-001\cores\collection1\'
[junit4] 2> 210857 T962 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 210862 T962 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 210882 T962 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 210888 T962 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 210907 T962 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 210911 T962 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 210928 T962 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 211169 T962 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 211182 T962 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 211185 T962 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 211231 T962 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 211239 T962 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 211246 T962 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 211250 T962
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 211253 T962
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 211253 T962 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 211257 T962
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 211258 T962
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 211258 T962 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 211258 T962 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 211258 T962 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
D27AE144C1248401-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
D27AE144C1248401-001\tempDir-001/jetty1\
[junit4] 2> 211258 T962 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@f13da8
[junit4] 2> 211261 T962 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
D27AE144C1248401-001\tempDir-001/jetty1\
[junit4] 2> 211261 T962 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
D27AE144C1248401-001\tempDir-001/jetty1\index/
[junit4] 2> 211270 T962 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
D27AE144C1248401-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 211278 T962 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
D27AE144C1248401-001\tempDir-001/jetty1\index
[junit4] 2> 211301 T962 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=71.5341796875,
floorSegmentMB=1.1435546875, forceMergeDeletesPctAllowed=23.782815429349483,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 211304 T962 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1af4a73
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1de037f),segFN=segments_1,generation=1}
[junit4] 2> 211304 T962 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 211312 T962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 211314 T962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 211314 T962 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 211314 T962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 211315 T962 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 211315 T962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 211315 T962 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 211316 T962 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 211316 T962 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 211319 T962 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 211319 T962 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 211320 T962 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 211320 T962 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 211323 T962 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 211323 T962 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 211327 T962 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 211328 T962 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 211328 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 211330 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 211331 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 211333 T962 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 211333 T962 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 211343 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 211343 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 211347 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 211350 T962 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 211350 T962 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 211351 T962 oasu.UpdateHandler.<init> Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 211353 T962 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 211353 T962 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 211369 T962 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.AlcoholicMergePolicy:
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=825482768,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 211370 T962 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1af4a73
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1de037f),segFN=segments_1,generation=1}
[junit4] 2> 211370 T962 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 211372 T962 oass.SolrIndexSearcher.<init> Opening
Searcher@1e96d0d[collection1] main
[junit4] 2> 211372 T962 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 211373 T962 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 211373 T962 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 211373 T962
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 211373 T962 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 211373 T962 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 211373 T962
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 211374 T962 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 211374 T962 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 211374 T962 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 211374 T962 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 211378 T963 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1e96d0d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 211383 T904 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 211383 T904 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 211384 T966 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:58258 collection:collection1
shard:shard2
[junit4] 2> 211426 T966 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 211453 T966 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard2
[junit4] 2> 211458 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 211458 T966
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 211458 T966 oasc.ShardLeaderElectionContext.runLeaderProcess I
may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C95 name=collection1
org.apache.solr.core.SolrCore@1dcc59b url=http://127.0.0.1:58258/collection1
node=127.0.0.1:58258_ C95_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:58258,
node_name=127.0.0.1:58258_, state=down}
[junit4] 2> 211458 T966 C95 P58258 oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:58258/collection1/
[junit4] 2> 211460 T966 C95 P58258 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 211460 T966 C95 P58258 oasc.SyncStrategy.syncToMe
http://127.0.0.1:58258/collection1/ has no replicas
[junit4] 2> 211460 T966 oasc.ShardLeaderElectionContext.runLeaderProcess I
am the new leader: http://127.0.0.1:58258/collection1/ shard2
[junit4] 2> 211460 T966 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 211464 T933 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> 211476 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 211480 T933 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:58258",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 211624 T961 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> 211624 T932 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> 211626 T944 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> 211689 T966 oasc.ZkController.register We are
http://127.0.0.1:58258/collection1/ and leader is
http://127.0.0.1:58258/collection1/
[junit4] 2> 211689 T966 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:58258
[junit4] 2> 211689 T966 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 211689 T966 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 211689 T966 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 211692 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 211697 T933 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:58258",
[junit4] 2> "node_name":"127.0.0.1:58258_",
[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> 211699 T933 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:58258",
[junit4] 2> "node_name":"127.0.0.1:58258_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 211845 T944 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> 211846 T932 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> 211845 T961 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> 213395 T904 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
D27AE144C1248401-001\shard-2-001\cores\collection1
[junit4] 2> 213400 T904 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 213402 T904 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 213407 T904 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@c12f2c{/,null,AVAILABLE}
[junit4] 2> 213409 T904 oejs.AbstractConnector.doStart Started
ServerConnector@c6265a{HTTP/1.1}{127.0.0.1:58269}
[junit4] 2> 213410 T904 oejs.Server.doStart Started @214616ms
[junit4] 2> 213410 T904 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 213411 T904 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 213411 T904 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
D27AE144C1248401-001\shard-2-001
[junit4] 2> 213411 T904 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
D27AE144C1248401-001\shard-2-001\'
[junit4] 2> 213452 T904 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\shard-2-001\solr.xml
[junit4] 2> 213463 T904 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
D27AE144C1248401-001\shard-2-001\cores
[junit4] 2> 213463 T904 oasc.CoreContainer.<init> New CoreContainer
21724291
[junit4] 2> 213464 T904 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
D27AE144C1248401-001\shard-2-001\]
[junit4] 2> 213464 T904 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\shard-2-001\lib
[junit4] 2> 213464 T904 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001\shard-2-001\lib).
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 90000
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to:
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 15000
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 213480 T904 oashc.HttpShardHandlerFactory.getParameter Setting
useRetries to: false
[junit4] 2> 213484 T904 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 213484 T904 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 213484 T904 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 213484 T904 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 213487 T904 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:58238/solr
[junit4] 2> 213487 T904 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 213487 T904
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 213491 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 213495 T981 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@f399e5 name:ZooKeeperConnection
Watcher:127.0.0.1:58238 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 213496 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 213496 T904 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 213499 T906 oazs.NIOServerCnxn.doIO WARN caught end of stream
exception EndOfStreamException: Unable to read additional data from client
sessionid 0x14bd6b15ba80007, 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> 213502 T904 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 213505 T984 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@163f728 name:ZooKeeperConnection
Watcher:127.0.0.1:58238/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 213506 T904 oascc.ConnectionManager.waitForConnected Client is
connected to ZooKeeper
[junit4] 2> 213518 T904
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 214909 T904 oasc.ZkController.createEphemeralLiveNode Register
node as live in ZooKeeper:/live_nodes/127.0.0.1:58268_
[junit4] 2> 214912 T904 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:58268_
[junit4] 2> 214920 T904 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 214926 T904 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
D27AE144C1248401-001\shard-2-001\cores
[junit4] 2> 214928 T904 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
D27AE144C1248401-001\shard-2-001\cores\collection1\
[junit4] 2> 214928 T904 oasc.CorePropertiesLocator.discover Found 1 core
definitions
[junit4] 2> 214930 T985 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 214930 T985 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 214932 T932 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 214932 T985 oasc.ZkController.waitForCoreNodeName look for our
core node name
[junit4] 2> 214935 T933 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:58268",
[junit4] 2> "node_name":"127.0.0.1:58268_",
[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> 214936 T933 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:58268",
[junit4] 2> "node_name":"127.0.0.1:58268_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 214936 T933 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 214936 T933 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 214939 T944 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> 214939 T984 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> 214939 T961 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> 214939 T932 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> 216317 T985 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 216317 T985 oasc.ZkController.createCollectionZkNode Check for
collection zkNode:collection1
[junit4] 2> 216319 T985 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 216319 T985 oascc.ZkStateReader.readConfigName Load collection
config from:/collections/collection1
[junit4] 2> 216321 T985 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 216321 T985 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
D27AE144C1248401-001\shard-2-001\cores\collection1\'
[junit4] 2> 216359 T985 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 216365 T985 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 216382 T985 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 216388 T985 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 216406 T985 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 216410 T985 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 216424 T985 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 216643 T985 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 216658 T985 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 216662 T985 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 216713 T985 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 216725 T985 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 216732 T985 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 216736 T985
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 216742 T985
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 216742 T985 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 216743 T985
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 216743 T985
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 216743 T985 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 216743 T985 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 216743 T985 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
D27AE144C1248401-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
D27AE144C1248401-001\tempDir-001/jetty2\
[junit4] 2> 216743 T985 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@f13da8
[junit4] 2> 216744 T985 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
D27AE144C1248401-001\tempDir-001/jetty2\
[junit4] 2> 216744 T985 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
D27AE144C1248401-001\tempDir-001/jetty2\index/
[junit4] 2> 216746 T985 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
D27AE144C1248401-001\tempDir-001\jetty2\index' doesn't exist. Creating new
index...
[junit4] 2> 216747 T985 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
D27AE144C1248401-001\tempDir-001/jetty2\index
[junit4] 2> 216747 T985 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=45, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=71.5341796875,
floorSegmentMB=1.1435546875, forceMergeDeletesPctAllowed=23.782815429349483,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 216747 T985 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@c47eda
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dfb312),segFN=segments_1,generation=1}
[junit4] 2> 216747 T985 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 216752 T985 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 216754 T985 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 216754 T985 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 216754 T985 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 216754 T985 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 216754 T985 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 216755 T985 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 216755 T985 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 216756 T985 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 216758 T985 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 216759 T985 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 216761 T985 oasc.RequestHand
[...truncated too long message...]
[junit4] 2> 282606 T904 oejs.AbstractConnector.doStop Stopped
ServerConnector@1597d47{HTTP/1.1}{127.0.0.1:0}
[junit4] 2> 282606 T904 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@2373ac{/,null,UNAVAILABLE}
[junit4] 2> 282608 T904 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:58238 58238
[junit4] 2> 284604 T905 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:58238 58238
[junit4] 2> 284606 T905 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN
Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 284606 T904 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:58258/
[junit4] 2> 284606 T904 oasc.SocketProxy.close WARN Closing 12 connections
to: http://127.0.0.1:58268/
[junit4] 2> 284606 T904 oasc.SocketProxy.close WARN Closing 2 connections
to: http://127.0.0.1:58278/
[junit4] 2> 284606 T904 oasc.SocketProxy.close WARN Closing 2 connections
to: http://127.0.0.1:58245/
[junit4] 2> 284607 T904 oasc.ReplicationFactorTest.distribTearDown
super.distribTearDown complete, closing all socket proxies
[junit4] 2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:58258/
[junit4] 2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:58268/
[junit4] 2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:58278/
[junit4] 2> 284607 T904 oasc.SocketProxy.close WARN Closing 0 connections
to: http://127.0.0.1:58245/
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ReplicationFactorTest -Dtests.method=test
-Dtests.seed=D27AE144C1248401 -Dtests.slow=true -Dtests.locale=ar_TN
-Dtests.timezone=MST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 83.1s | ReplicationFactorTest.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:899)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
[junit4] > at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
[junit4] > at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:945)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:920)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.http.NoHttpResponseException: The target
server failed to respond
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
[junit4] > at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] > at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] > at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > ... 1 moreThrowable #2:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=1080, name=updateExecutor-119-thread-2,
state=RUNNABLE, group=TGRP-ReplicationFactorTest]
[junit4] > Caused by: java.util.concurrent.RejectedExecutionException:
Task
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner@1886d03
rejected from java.util.concurrent.ThreadPoolExecutor@54b323[Shutting down,
pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24]
[junit4] > at
__randomizedtesting.SeedInfo.seed([D27AE144C1248401]:0)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
[junit4] > at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:279)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 284623 T904 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
D27AE144C1248401-001
[junit4] 2> NOTE: test params are: codec=Lucene50,
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_TN,
timezone=MST
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31
(32-bit)/cpus=2,threads=1,free=78687832,total=235929600
[junit4] 2> NOTE: All tests run in this JVM: [TestExactStatsCache,
AnalyticsMergeStrategyTest, TestHashPartitioner,
SolrCoreCheckLockOnStartupTest, TestRangeQuery,
DistributedQueryComponentOptimizationTest, TestAddFieldRealTimeGet,
PathHierarchyTokenizerFactoryTest, ConvertedLegacyTest,
RegexBoostProcessorTest, OverseerStatusTest, BinaryUpdateRequestHandlerTest,
StressHdfsTest, TestXIncludeConfig, ExternalCollectionsTest, PluginInfoTest,
VMParamsZkACLAndCredentialsProvidersTest, ReplicationFactorTest]
[junit4] Completed in 83.13s, 1 test, 1 error <<< FAILURES!
[...truncated 1417 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
There were test failures: 468 suites, 1868 tests, 1 error, 57 ignored (30
assumptions)
Total time: 113 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -server
-XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]