Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4440/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -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:865)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:730)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:264)
at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:546)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:543)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
... 1 more
Build Log:
[...truncated 9800 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
3E8E69FD8832EBDE-001\init-core-data-001
[junit4] 2> 4236218 T19016
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 4236222 T19016 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4236224 T19017 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 4236301 T19016 oasc.ZkTestServer.run start zk server on
port:52424
[junit4] 2> 4236301 T19016
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4236303 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4236307 T19024 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@426c295f
name:ZooKeeperConnection Watcher:127.0.0.1:52424 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4236307 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4236307 T19016 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4236307 T19016 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 4236312 T19016
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4236313 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4236315 T19027 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2767b4a0
name:ZooKeeperConnection Watcher:127.0.0.1:52424/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4236316 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4236316 T19016 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4236316 T19016 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 4236319 T19016 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 4236322 T19016 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 4236325 T19016 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 4236327 T19016 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> 4236327 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 4236332 T19016 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> 4236332 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 4236337 T19016 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> 4236337 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 4236341 T19016 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> 4236341 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 4236344 T19016 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> 4236344 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 4236348 T19016 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> 4236348 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 4236352 T19016 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> 4236353 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 4236355 T19016 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> 4236355 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 4236359 T19016 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> 4236359 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 4236362 T19016 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> 4236362 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 4236366 T19016 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> 4236366 T19016 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 4237727 T19016 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
3E8E69FD8832EBDE-001\control-001\cores\collection1
[junit4] 2> 4237731 T19016 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4237734 T19016 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@6807f420{/,null,AVAILABLE}
[junit4] 2> 4237736 T19016 oejs.AbstractConnector.doStart Started
ServerConnector@15b19d00{HTTP/1.1}{127.0.0.1:52433}
[junit4] 2> 4237737 T19016 oejs.Server.doStart Started @4250909ms
[junit4] 2> 4237737 T19016 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 4237737 T19016 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4237737 T19016 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
3E8E69FD8832EBDE-001\control-001
[junit4] 2> 4237738 T19016 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
3E8E69FD8832EBDE-001\control-001\'
[junit4] 2> 4237777 T19016 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
3E8E69FD8832EBDE-001\control-001\solr.xml
[junit4] 2> 4237786 T19016 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
3E8E69FD8832EBDE-001\control-001\cores
[junit4] 2> 4237786 T19016 oasc.CoreContainer.<init> New CoreContainer
1707021819
[junit4] 2> 4237786 T19016 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
3E8E69FD8832EBDE-001\control-001\]
[junit4] 2> 4237787 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4237788 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4237788 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4237788 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4237789 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4237789 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4237789 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4237789 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4237789 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4237789 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4237790 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4237790 T19016 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4237791 T19016 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4237791 T19016 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4237792 T19016 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4237792 T19016 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:52424/solr
[junit4] 2> 4237792 T19016 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4237792 T19016
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4237795 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4237797 T19042 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7119fe7d
name:ZooKeeperConnection Watcher:127.0.0.1:52424 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4237797 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4237797 T19016 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4237802 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4237805 T19045 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@4702634e
name:ZooKeeperConnection Watcher:127.0.0.1:52424/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4237805 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4237808 T19016 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 4237811 T19016 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 4237817 T19016 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 4237823 T19016 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 4237826 T19016 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 4237832 T19016 oascc.SolrZkClient.makePath makePath:
/live_nodes
[junit4] 2> 4237835 T19016 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52432_
[junit4] 2> 4237836 T19016 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:52432_
[junit4] 2> 4237841 T19016 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 4237844 T19016 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 4237848 T19016 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4237851 T19016 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:52432_
[junit4] 2> 4237851 T19016 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 4237855 T19016 oasc.Overseer.start Overseer
(id=93211722775986179-127.0.0.1:52432_-n_0000000000) starting
[junit4] 2> 4237859 T19016 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 4237870 T19016 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 4237873 T19047 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 4237873 T19016 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 4237876 T19016 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 4237879 T19016
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4237884 T19046 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 4237886 T19016 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
3E8E69FD8832EBDE-001\control-001\cores
[junit4] 2> 4237888 T19016 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
3E8E69FD8832EBDE-001\control-001\cores\collection1\
[junit4] 2> 4237888 T19016 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4237891 T19049 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 4237891 T19049 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4237892 T19045 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4237892 T19049 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4237897 T19046 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 0, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:52432",
[junit4] 2> "node_name":"127.0.0.1:52432_",
[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> 4237899 T19046 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:52432",
[junit4] 2> "node_name":"127.0.0.1:52432_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 4237899 T19046 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 4237899 T19046 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 4237902 T19045 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> 4238667 T19049 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4238667 T19049 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 4238669 T19049 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4238669 T19049 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 4238672 T19049 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 4238672 T19049 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
3E8E69FD8832EBDE-001\control-001\cores\collection1\'
[junit4] 2> 4238693 T19049 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4238696 T19049 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4238705 T19049 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4238709 T19049 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4238714 T19049 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4238718 T19049 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4238722 T19049 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4238806 T19049 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4238812 T19049 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4238812 T19049 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4238827 T19049 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4238830 T19049 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4238833 T19049 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4238835 T19049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4238835 T19049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4238835 T19049 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4238837 T19049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4238837 T19049
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4238837 T19049 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 4238837 T19049 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4238839 T19049 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
3E8E69FD8832EBDE-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
3E8E69FD8832EBDE-001\tempDir-001/control/data\
[junit4] 2> 4238839 T19049 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b4b4d4a
[junit4] 2> 4238839 T19049 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
3E8E69FD8832EBDE-001\tempDir-001/control/data\
[junit4] 2> 4238839 T19049 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
3E8E69FD8832EBDE-001\tempDir-001/control/data\index/
[junit4] 2> 4238839 T19049 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
3E8E69FD8832EBDE-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 4238840 T19049 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
3E8E69FD8832EBDE-001\tempDir-001/control/data\index
[junit4] 2> 4238840 T19049 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=34.6494140625,
floorSegmentMB=1.8544921875, forceMergeDeletesPctAllowed=8.699097870593897,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21078666443884472
[junit4] 2> 4238841 T19049 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@40f6e4c3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1716e128),segFN=segments_1,generation=1}
[junit4] 2> 4238841 T19049 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4238845 T19049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4238845 T19049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4238845 T19049 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4238845 T19049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4238845 T19049 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4238846 T19049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4238847 T19049 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4238847 T19049 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 4238847 T19049 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 4238848 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4238849 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4238849 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4238849 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4238850 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 4238850 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 4238851 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 4238851 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 4238852 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 4238852 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 4238852 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 4238854 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 4238854 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 4238855 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 4238855 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 4238855 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 4238855 T19049 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 4238856 T19049 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 4238860 T19049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4238862 T19049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4238864 T19049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4238866 T19049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4238866 T19049 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 4238870 T19049 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 4238870 T19049 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 4238870 T19049 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
[junit4] 2> 4238871 T19049 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@40f6e4c3
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1716e128),segFN=segments_1,generation=1}
[junit4] 2> 4238871 T19049 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4238872 T19049 oass.SolrIndexSearcher.<init> Opening
Searcher@6ff45c05[collection1] main
[junit4] 2> 4238872 T19049 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 4238874 T19049 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 4238874 T19049 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 4238875 T19049
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4238875 T19049 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 4238875 T19049 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4238876 T19049
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 4238876 T19049 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4238876 T19049 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 4238876 T19049 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 4238877 T19049 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 4238878 T19050 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@6ff45c05[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4238879 T19053 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:52432 collection:control_collection
shard:shard1
[junit4] 2> 4238879 T19016 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 4238879 T19016 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4238881 T19016
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4238881 T19053 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 4238883 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4238886 T19057 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@47ddf3ea
name:ZooKeeperConnection Watcher:127.0.0.1:52424/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4238886 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4238887 T19016 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4238889 T19016
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4238894 T19053
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 4238895 T19016 oasc.ChaosMonkey.monkeyLog monkey: init -
expire sessions:false cause connection loss:false
[junit4] 2> 4238896 T19016 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 4238896 T19016
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4238897 T19045 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4238898 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4238898 T19053
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 4238898 T19053
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C9948 name=collection1
org.apache.solr.core.SolrCore@41b4e432 url=http://127.0.0.1:52432/collection1
node=127.0.0.1:52432_ C9948_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:52432,
node_name=127.0.0.1:52432_, state=down}
[junit4] 2> 4238899 T19053 C9948 P52432 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:52432/collection1/
[junit4] 2> 4238899 T19053 C9948 P52432 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 4238899 T19053 C9948 P52432 oasc.SyncStrategy.syncToMe
http://127.0.0.1:52432/collection1/ has no replicas
[junit4] 2> 4238899 T19053
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:52432/collection1/ shard1
[junit4] 2> 4238900 T19053 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 4238900 T19046 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> 4238901 T19060 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@35bf13cd
name:ZooKeeperConnection Watcher:127.0.0.1:52424/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4238904 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4238904 T19016 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4238914 T19046 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"create",
[junit4] 2> "name":"collection1",
[junit4] 2> "numShards":"3",
[junit4] 2> "stateFormat":"2"} current state version: 1
[junit4] 2> 4238915 T19046 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 4238917 T19045 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> 4238917 T19057 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> 4238926 T19046 oasco.ZkStateWriter.writePendingUpdates going
to create_collection /collections/collection1/state.json
[junit4] 2> 4238927 T19057 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> 4238944 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4238947 T19046 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:52432",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 3
[junit4] 2> 4238951 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4238954 T19061 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> 4238955 T19057 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> 4239001 T19053 oasc.ZkController.register We are
http://127.0.0.1:52432/collection1/ and leader is
http://127.0.0.1:52432/collection1/
[junit4] 2> 4239001 T19053 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:52432
[junit4] 2> 4239001 T19053 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 4239001 T19053 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 4239001 T19053 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4239003 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4239007 T19046 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:52432",
[junit4] 2> "node_name":"127.0.0.1:52432_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 4239008 T19046 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:52432",
[junit4] 2> "node_name":"127.0.0.1:52432_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 4239090 T19057 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> 4239090 T19061 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> 4240443 T19016 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
3E8E69FD8832EBDE-001\shard-1-001\cores\collection1
[junit4] 2> 4240447 T19016 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 4240448 T19016 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4240457 T19016 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@163ed939{/,null,AVAILABLE}
[junit4] 2> 4240459 T19016 oejs.AbstractConnector.doStart Started
ServerConnector@28d5f93e{HTTP/1.1}{127.0.0.1:52449}
[junit4] 2> 4240460 T19016 oejs.Server.doStart Started @4254468ms
[junit4] 2> 4240461 T19016 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 4240461 T19016 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4240462 T19016 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
3E8E69FD8832EBDE-001\shard-1-001
[junit4] 2> 4240462 T19016 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
3E8E69FD8832EBDE-001\shard-1-001\'
[junit4] 2> 4240507 T19016 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
3E8E69FD8832EBDE-001\shard-1-001\solr.xml
[junit4] 2> 4240515 T19016 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
3E8E69FD8832EBDE-001\shard-1-001\cores
[junit4] 2> 4240515 T19016 oasc.CoreContainer.<init> New CoreContainer
825075849
[junit4] 2> 4240515 T19016 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
3E8E69FD8832EBDE-001\shard-1-001\]
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4240517 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4240519 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4240519 T19016 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4240519 T19016 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4240519 T19016 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4240519 T19016 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4240520 T19016 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:52424/solr
[junit4] 2> 4240520 T19016 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4240520 T19016
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4240523 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4240525 T19075 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@64ce931 name:ZooKeeperConnection
Watcher:127.0.0.1:52424 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 4240526 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4240526 T19016 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4240529 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4240532 T19078 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@220ca8d1
name:ZooKeeperConnection Watcher:127.0.0.1:52424/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4240533 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4240543 T19016
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4241328 T19016 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52448_
[junit4] 2> 4241330 T19016 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:52448_
[junit4] 2> 4241336 T19016 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4241341 T19016 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
3E8E69FD8832EBDE-001\shard-1-001\cores
[junit4] 2> 4241341 T19016 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
3E8E69FD8832EBDE-001\shard-1-001\cores\collection1\
[junit4] 2> 4241343 T19016 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4241347 T19079 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4241347 T19079 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4241350 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4241351 T19079 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 4241352 T19079 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 4241352 T19046 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:52448",
[junit4] 2> "node_name":"127.0.0.1:52448_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 4241353 T19079 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 4241353 T19046 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:52448",
[junit4] 2> "node_name":"127.0.0.1:52448_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4241353 T19046 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 4241354 T19046 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 4241356 T19079 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 4241356 T19079 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4241357 T19046 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 0
[junit4] 2> 4241359 T19078 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4241360 T19078 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 4242129 T19079 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4242129 T19079 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4242131 T19079 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4242131 T19079 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4242132 T19079 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4242132 T19079 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
3E8E69FD8832EBDE-001\shard-1-001\cores\collection1\'
[junit4] 2> 4242156 T19079 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4242160 T19079 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4242172 T19079 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4242176 T19079 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4242187 T19079 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4242190 T19079 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4242196 T19079 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4242283 T19079 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4242289 T19079 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4242291 T19079 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4242304 T19079 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4242307 T19079 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4242311 T19079 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4242312 T19079
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4242312 T19079
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4242312 T19079 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4242314 T19079
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4242314 T19079
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4242314 T19079 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4242314 T19079 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4242316 T19079 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
3E8E69FD8832EBDE-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
3E8E69FD8832EBDE-001\tempDir-001/jetty1\
[junit4] 2> 4242316 T19079 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b4b4d4a
[junit4] 2> 4242317 T19079 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
3E8E69FD8832EBDE-001\tempDir-001/jetty1\
[junit4] 2> 4242317 T19079 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
3E8E69FD8832EBDE-001\tempDir-001/jetty1\index/
[junit4] 2> 4242317 T19079 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
3E8E69FD8832EBDE-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 4242317 T19079 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
3E8E69FD8832EBDE-001\tempDir-001/jetty1\index
[junit4] 2> 4242317 T19079 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=34.6494140625,
floorSegmentMB=1.8544921875, forceMergeDeletesPctAllowed=8.699097870593897,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21078666443884472
[junit4] 2> 4242318 T19079 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@73e0de83
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cfd2da7),segFN=segments_1,generation=1}
[junit4] 2> 4242318 T19079 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4242321 T19079 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4242321 T19079 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4242322 T19079 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4242322 T19079 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4242322 T19079 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4242322 T19079 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4242323 T19079 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4242323 T19079 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 4242323 T19079 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 4242323 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4242323 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4242324 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4242324 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4242325 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 4242325 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 4242326 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 4242326 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 4242327 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 4242328 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 4242328 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 4242329 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 4242330 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 4242330 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 4242331 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 4242331 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 4242332 T19079 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 4242332 T19079 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 4242338 T19079 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4242339 T19079 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4242342 T19079 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4242344 T19079 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4242344 T19079 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 4242348 T19079 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 4242349 T19079 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 4242350 T19079 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
[junit4] 2> 4242350 T19079 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@73e0de83
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cfd2da7),segFN=segments_1,generation=1}
[junit4] 2> 4242351 T19079 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4242351 T19079 oass.SolrIndexSearcher.<init> Opening
Searcher@5a669609[collection1] main
[junit4] 2> 4242351 T19079 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4242353 T19079 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4242353 T19079 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 4242354 T19079
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4242354 T19079 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 4242354 T19079 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4242357 T19079
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 4242357 T19079 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4242357 T19079 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 4242357 T19079 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 4242358 T19080 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@5a669609[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4242359 T19079 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 4242360 T19083 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:52448 collection:collection1
shard:shard2
[junit4] 2> 4242361 T19016 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 4242362 T19016 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4242362 T19083 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 4242385 T19083
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard2
[junit4] 2> 4242387 T19083
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 4242387 T19083
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C9949 name=collection1
org.apache.solr.core.SolrCore@dac9b05 url=http://127.0.0.1:52448/collection1
node=127.0.0.1:52448_ C9949_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:52448,
node_name=127.0.0.1:52448_, state=down}
[junit4] 2> 4242387 T19083 C9949 P52448 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:52448/collection1/
[junit4] 2> 4242387 T19083 C9949 P52448 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 4242387 T19083 C9949 P52448 oasc.SyncStrategy.syncToMe
http://127.0.0.1:52448/collection1/ has no replicas
[junit4] 2> 4242388 T19083
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:52448/collection1/ shard2
[junit4] 2> 4242388 T19083 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 4242389 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4242391 T19046 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 5
[junit4] 2> 4242394 T19046 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 1
[junit4] 2> 4242395 T19078 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4242397 T19078 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 4242406 T19046 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:52448",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 5
[junit4] 2> 4242409 T19046 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 2
[junit4] 2> 4242410 T19078 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4242412 T19078 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 4242417 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4242446 T19083 oasc.ZkController.register We are
http://127.0.0.1:52448/collection1/ and leader is
http://127.0.0.1:52448/collection1/
[junit4] 2> 4242446 T19083 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:52448
[junit4] 2> 4242446 T19083 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 4242446 T19083 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 4242446 T19083 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4242449 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4242452 T19046 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:52448",
[junit4] 2> "node_name":"127.0.0.1:52448_",
[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> 4242453 T19046 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:52448",
[junit4] 2> "node_name":"127.0.0.1:52448_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4242456 T19046 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 3
[junit4] 2> 4242458 T19078 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4242459 T19083 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 4242460 T19078 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 4243739 T19016 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
3E8E69FD8832EBDE-001\shard-2-001\cores\collection1
[junit4] 2> 4243743 T19016 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 4243745 T19016 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4243749 T19016 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@58a9915d{/,null,AVAILABLE}
[junit4] 2> 4243750 T19016 oejs.AbstractConnector.doStart Started
ServerConnector@379340da{HTTP/1.1}{127.0.0.1:52459}
[junit4] 2> 4243751 T19016 oejs.Server.doStart Started @4258680ms
[junit4] 2> 4243751 T19016 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 4243752 T19016 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4243752 T19016 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
3E8E69FD8832EBDE-001\shard-2-001
[junit4] 2> 4243752 T19016 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
3E8E69FD8832EBDE-001\shard-2-001\'
[junit4] 2> 4243790 T19016 oasc.ConfigSolr.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
3E8E69FD8832EBDE-001\shard-2-001\solr.xml
[junit4] 2> 4243798 T19016 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
3E8E69FD8832EBDE-001\shard-2-001\cores
[junit4] 2> 4243799 T19016 oasc.CoreContainer.<init> New CoreContainer
1812886675
[junit4] 2> 4243800 T19016 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
3E8E69FD8832EBDE-001\shard-2-001\]
[junit4] 2> 4243800 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4243800 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4243800 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4243801 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4243802 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4243802 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4243802 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4243803 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4243803 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4243803 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4243803 T19016 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4243803 T19016 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4243804 T19016 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4243804 T19016 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4243805 T19016 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4243805 T19016 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:52424/solr
[junit4] 2> 4243805 T19016 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4243806 T19016
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4243808 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4243811 T19098 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3e870844
name:ZooKeeperConnection Watcher:127.0.0.1:52424 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4243812 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4243812 T19016 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4243816 T19016 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4243818 T19101 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2a032ff2
name:ZooKeeperConnection Watcher:127.0.0.1:52424/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4243818 T19016 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4243830 T19016
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4244690 T19016 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52458_
[junit4] 2> 4244692 T19016 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:52458_
[junit4] 2> 4244698 T19016 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4244698 T19016 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
3E8E69FD8832EBDE-001\shard-2-001\cores
[junit4] 2> 4244698 T19016 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
3E8E69FD8832EBDE-001\shard-2-001\cores\collection1\
[junit4] 2> 4244698 T19016 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4244715 T19102 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4244715 T19102 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4244719 T19061 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4244721 T19102 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 4244721 T19046 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:52458",
[junit4] 2> "node_name":"127.0.0.1:52458_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 4244722 T19102 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 4244722 T19046 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:52458",
[junit4] 2> "node_name":"127.0.0.1:52458_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4244722 T19046 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 4244722 T19046 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 4244723 T19102 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 4244726 T19102 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 4244726 T19102 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4244730 T19046 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 4
[junit4] 2> 4244731 T19101 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4244731 T19078 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4244732 T19101 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 4244733 T19078 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 4245578 T19102 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4245578 T19102 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4245579 T19102 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4245580 T19102 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4245581 T19102 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4245581 T19102 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
3E8E69FD8832EBDE-001\shard-2-001\cores\collection1\'
[junit4] 2> 4245612 T19102 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4245617 T19102 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4245626 T19102 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4245630 T19102 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4245638 T19102 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4245641 T19102 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4245646 T19102 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4245749 T19102 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4245755 T19102 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4245757 T19102 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4245772 T19102 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4245775 T19102 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4245778 T19102 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4245780 T19102
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4245780 T19102
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4245780 T19102 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4245783 T19102
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4245783 T19102
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4245783 T19102 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4245783 T19102 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4245783 T19102 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
3E8E69FD8832EBDE-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
3E8E69FD8832EBDE-001\tempDir-001/jetty2\
[junit4] 2> 4245783 T19102 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1b4b4d4a
[junit4] 2> 4245784 T19102 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
3E8E69FD8832EBDE-001\tempDir-001/jetty2\
[junit4] 2> 4245784 T19102 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
3E8E69FD8832EBDE-001\tempDir-001/jetty2\index/
[junit4] 2> 4245784 T19102 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
3E8E69FD8832EBDE-001\tempDir-001\jetty2\index' doesn't exist. Creating new
index...
[junit4] 2> 4245785 T19102 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
3E8E69FD8832EBDE-001\tempDir-001/jetty2\index
[junit4] 2> 4245786 T19102 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=28, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=34.6494140625,
floorSegmentMB=1.8544921875, forceMergeDeletesPctAllowed=8.699097870593897,
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.21078666443884472
[junit4] 2> 4245786 T19102 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@37cf4843
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17a77d01),segFN=segments_1,generation=1}
[junit4] 2> 4245786 T19102 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4245790 T19102 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4245790 T19102 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4245791 T19102 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4245791 T19102 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4245791 T19102 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4245791 T19102 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4245792 T19102 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4245792 T19102 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory i
[...truncated too long message...]
otal=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestDistributedSearch,
SuggesterFSTTest, CacheHeaderTest, CloudMLTQParserTest,
TestAnalyzedSuggestions, BJQParserTest, TestSolrIndexConfig, NoCacheHeaderTest,
TestSolrQueryParserResource, TestMergePolicyConfig,
HdfsBasicDistributedZk2Test, RAMDirectoryFactoryTest,
UniqFieldsUpdateProcessorFactoryTest, TestConfigSets, TestQuerySenderListener,
TestImplicitCoreProperties, CoreAdminHandlerTest, TestCSVLoader,
TestCloudInspectUtil, TestCopyFieldCollectionResource,
TestRequestStatusCollectionAPI, TestSolrDynamicMBean,
PathHierarchyTokenizerFactoryTest, TestManagedSynonymFilterFactory,
SystemInfoHandlerTest, TestWordDelimiterFilterFactory, TestComponentsName,
TestDynamicFieldCollectionResource, TestDistributedGrouping,
TestDynamicFieldResource, TestRangeQuery, PreAnalyzedFieldTest,
TestAddFieldRealTimeGet, DocValuesTest, MigrateRouteKeyTest, EnumFieldTest,
CollectionsAPIDistributedZkTest, TestManagedResource, URLClassifyProcessorTest,
TestQueryTypes, JsonLoaderTest, TestSolrQueryParserDefaultOperatorResource,
TestFieldTypeResource, TestIndexingPerformance, ZkCLITest,
TestCSVResponseWriter, TestFieldResource, SolrIndexConfigTest,
TestCodecSupport, QueryEqualityTest, ScriptEngineTest, BadIndexSchemaTest,
TestSolrJ, MoreLikeThisHandlerTest, TestSolr4Spatial2, TestSolrCoreProperties,
DistributedFacetPivotWhiteBoxTest, TestSchemaVersionResource, SampleTest,
TestRandomDVFaceting, DisMaxRequestHandlerTest, TestRecoveryHdfs,
TestDistributedMissingSort, AutoCommitTest, HighlighterConfigTest,
SpellCheckComponentTest, OverseerCollectionProcessorTest,
TestUniqueKeyFieldResource, TestCloudManagedSchemaConcurrent,
ResponseLogComponentTest, RecoveryAfterSoftCommitTest, HdfsLockFactoryTest,
DefaultValueUpdateProcessorTest, TestCloudManagedSchema, TestRecovery,
TestInitQParser, TestXIncludeConfig, DistributedDebugComponentTest,
ChaosMonkeySafeLeaderTest, SimpleCollectionCreateDeleteTest,
DirectSolrConnectionTest, DistanceUnitsTest, DeleteInactiveReplicaTest,
ShardSplitTest, TestSolrQueryParser, TestReversedWildcardFilterFactory,
TestShardHandlerFactory, CurrencyFieldXmlFileTest, TestLRUCache, UUIDFieldTest,
SolrCmdDistributorTest, FieldAnalysisRequestHandlerTest,
TestExtendedDismaxParser, TestBlendedInfixSuggestions,
TestSolrConfigHandlerCloud, DOMUtilTest,
DistributedQueryComponentOptimizationTest, TestDynamicLoading,
DistanceFunctionTest, TestStressRecovery, SolrTestCaseJ4Test,
CurrencyFieldOpenExchangeTest, TestWriterPerf, AssignTest, SyncSliceTest,
DistributedQueryElevationComponentTest, DistributedSuggestComponentTest,
SuggesterTest, TestArbitraryIndexDir, TestComplexPhraseQParserPlugin,
OverseerTest, TestQueryUtils, TestQuerySenderNoQuery, TestOrdValues,
TestMaxScoreQueryParser, TestDFRSimilarityFactory, SuggesterWFSTTest,
TestConfig, HttpPartitionTest, TestSchemaSimilarityResource, HdfsSyncSliceTest,
HdfsRecoveryZkTest, BufferStoreTest, TestLMJelinekMercerSimilarityFactory,
DistribCursorPagingTest, UpdateParamsTest, TestDistribDocBasedVersion,
UUIDUpdateProcessorFallbackTest, TestCollationFieldDocValues, TestCharFilters,
FullSolrCloudDistribCmdsTest, BasicDistributedZk2Test, TestBulkSchemaAPI,
TestStressLucene, PingRequestHandlerTest, ResourceLoaderTest,
TestDefaultSimilarityFactory, AddSchemaFieldsUpdateProcessorFactoryTest,
TestRemoteStreaming, ZkNodePropsTest, SortByFunctionTest,
DistribDocExpirationUpdateProcessorTest, TestLuceneMatchVersion,
HighlighterMaxOffsetTest, CoreMergeIndexesAdminHandlerTest, DebugComponentTest,
TestNonDefinedSimilarityFactory, TestCustomSort, BlockDirectoryTest,
FileBasedSpellCheckerTest, ExitableDirectoryReaderTest, SolrInfoMBeanTest,
SolrCoreCheckLockOnStartupTest, TestHighFrequencyDictionaryFactory,
OverseerStatusTest, PeerSyncTest, SuggestComponentTest,
AnalyticsMergeStrategyTest, TestRandomMergePolicy, TestGroupingSearch,
TestLRUStatsCache, LeaderElectionTest, TestPseudoReturnFields, TestRestManager,
TestCoreDiscovery, DocValuesMissingTest, NumericFieldsTest,
IndexSchemaRuntimeFieldTest, TestJmxMonitoredMap, TestRandomFaceting,
OverseerRolesTest, DocumentBuilderTest, TermVectorComponentDistributedTest,
TestUtils, TestIBSimilarityFactory, SolrCoreTest,
FieldMutatingUpdateProcessorTest, DeleteShardTest, PluginInfoTest,
SuggesterTSTTest, TestManagedSchema, NotRequiredUniqueKeyTest,
TestClassNameShortening, TestSortingResponseWriter, TestMissingGroups,
TestManagedResourceStorage, TestExpandComponent, TestAtomicUpdateErrorCases,
SignatureUpdateProcessorFactoryTest, TestBinaryResponseWriter,
TestHighlightDedupGrouping, TestSort, TestUpdate,
DistributedSpellCheckComponentTest, DistributedQueryComponentCustomSortTest,
BinaryUpdateRequestHandlerTest, HdfsCollectionsAPIDistributedZkTest,
TestChildDocTransformer, StressHdfsTest, TestIntervalFaceting,
ZkControllerTest, SimpleMLTQParserTest, SoftAutoCommitTest,
DistributedFacetPivotSmallTest, BadComponentTest, DeleteReplicaTest,
SpatialRPTFieldTypeTest, HdfsBasicDistributedZkTest,
SharedFSAutoReplicaFailoverUtilsTest, BasicZkTest, TestClusterStateMutator,
TestFreeTextSuggestions, ExternalCollectionsTest, StandardRequestHandlerTest,
AddBlockUpdateTest, TestManagedSchemaFieldResource,
ParsingFieldUpdateProcessorsTest, TestTrie, DistributedFacetPivotLargeTest,
HighlighterTest, LeaderElectionIntegrationTest, TestFuzzyAnalyzedSuggestions,
TestRealTimeGet, TestJmxIntegration, BasicDistributedZkTest,
UnloadDistributedZkTest, OpenCloseCoreStressTest, ShardRoutingTest,
RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest,
ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, TestFaceting,
TestHashPartitioner, TestStressReorder, TestJoin, TestReload,
TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest,
TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest,
QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering,
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores,
DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher,
ShowFileRequestHandlerTest, SolrIndexSplitterTest, SimplePostToolTest,
AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SolrRequestParserTest,
TestFoldingMultitermQuery, SpatialFilterTest, PolyFieldTest,
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest,
DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest,
DocValuesMultiTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest,
IndexBasedSpellCheckerTest, TestSurroundQueryParser, LukeRequestHandlerTest,
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
PrimitiveFieldTypeTest, TestOmitPositions, TermsComponentTest,
XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache,
TermVectorComponentTest, RequiredFieldsTest, FastVectorHighlighterTest,
LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest,
IndexSchemaTest, TestCollationField, ReturnFieldsTest,
UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest,
QueryParsingTest, TestPartialUpdateDeduplication,
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest,
TestLFUCache, SOLR749Test, AlternateDirectoryTest, CopyFieldTest,
TestSolrDeletionPolicy2, MultiTermTest, TestDocSet, TestBinaryField,
TestSearchPerf, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest,
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, TestPhraseSuggestions,
SpellPossibilityIteratorTest, SynonymTokenizerTest, EchoParamsTest,
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity,
TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter,
TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest,
TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest,
TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter,
DateFieldTest, SpellingQueryConverterTest, ClusterStateTest,
TestDocumentBuilder, SliceStateTest, FileUtilsTest, CircularListTest,
TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest,
TestCursorMarkWithoutUniqueKey, TestTolerantSearch, AliasIntegrationTest,
AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest,
CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest,
CustomCollectionTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest,
LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest, RemoteQueryErrorTest,
ReplicationFactorTest]
[junit4] Completed in 69.37s, 1 test, 1 error <<< FAILURES!
[...truncated 279 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:198:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1348:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:956:
There were test failures: 461 suites, 1844 tests, 1 error, 54 ignored (29
assumptions)
Total time: 119 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31
-XX:+UseCompressedOops -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]