Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4438/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java: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 19565 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
6A53051AF3BC2F3F-001\init-core-data-001
[junit4] 2> 4272290 T19921
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 4272294 T19921 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4272296 T19922 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 4272395 T19921 oasc.ZkTestServer.run start zk server on
port:57310
[junit4] 2> 4272395 T19921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4272403 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4272406 T19929 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7c9305e6
name:ZooKeeperConnection Watcher:127.0.0.1:57310 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4272406 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4272406 T19921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4272406 T19921 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 4272413 T19921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4272414 T19923 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14b22e917900000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 4272417 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4272419 T19932 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1519130 name:ZooKeeperConnection
Watcher:127.0.0.1:57310/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4272420 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4272420 T19921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4272420 T19921 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 4272425 T19921 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 4272428 T19921 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 4272431 T19921 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 4272435 T19921 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> 4272435 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 4272442 T19921 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> 4272443 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 4272448 T19921 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> 4272448 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 4272451 T19921 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> 4272451 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 4272456 T19921 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> 4272456 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 4272461 T19921 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> 4272461 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 4272465 T19921 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> 4272465 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 4272470 T19921 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> 4272470 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 4272474 T19921 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> 4272474 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 4272478 T19921 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> 4272478 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 4272483 T19921 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> 4272484 T19921 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 4274195 T19921 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
6A53051AF3BC2F3F-001\control-001\cores\collection1
[junit4] 2> 4274198 T19921 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4274203 T19921 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@7fee8d3a{/,null,AVAILABLE}
[junit4] 2> 4274206 T19921 oejs.AbstractConnector.doStart Started
ServerConnector@6ce6e6b9{HTTP/1.1}{127.0.0.1:57318}
[junit4] 2> 4274208 T19921 oejs.Server.doStart Started @4264040ms
[junit4] 2> 4274208 T19921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 4274208 T19921 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4274208 T19921 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
6A53051AF3BC2F3F-001\control-001
[junit4] 2> 4274208 T19921 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
6A53051AF3BC2F3F-001\control-001\'
[junit4] 2> 4274244 T19921 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
6A53051AF3BC2F3F-001\control-001\solr.xml
[junit4] 2> 4274253 T19921 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
6A53051AF3BC2F3F-001\control-001\cores
[junit4] 2> 4274253 T19921 oasc.CoreContainer.<init> New CoreContainer
1565247856
[junit4] 2> 4274253 T19921 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
6A53051AF3BC2F3F-001\control-001\]
[junit4] 2> 4274254 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4274254 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4274254 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4274255 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4274255 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4274255 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4274256 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4274256 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4274256 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4274257 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4274257 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4274258 T19921 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4274258 T19921 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4274258 T19921 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4274259 T19921 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4274259 T19921 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:57310/solr
[junit4] 2> 4274259 T19921 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4274260 T19921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4274261 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4274263 T19946 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@e574481 name:ZooKeeperConnection
Watcher:127.0.0.1:57310 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 4274264 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4274264 T19921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4274269 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4274271 T19949 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@e70924 name:ZooKeeperConnection
Watcher:127.0.0.1:57310/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4274271 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4274273 T19921 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 4274277 T19921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 4274282 T19921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 4274287 T19921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 4274292 T19921 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 4274298 T19921 oascc.SolrZkClient.makePath makePath:
/live_nodes
[junit4] 2> 4274300 T19921 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57317_
[junit4] 2> 4274302 T19921 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:57317_
[junit4] 2> 4274305 T19921 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 4274310 T19921 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 4274312 T19921 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4274315 T19921 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:57317_
[junit4] 2> 4274315 T19921 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 4274319 T19921 oasc.Overseer.start Overseer
(id=93206601809264643-127.0.0.1:57317_-n_0000000000) starting
[junit4] 2> 4274324 T19921 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 4274338 T19921 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 4274339 T19951 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 4274341 T19921 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 4274343 T19921 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 4274346 T19921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4274351 T19950 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 4274352 T19921 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
6A53051AF3BC2F3F-001\control-001\cores
[junit4] 2> 4274353 T19921 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
6A53051AF3BC2F3F-001\control-001\cores\collection1\
[junit4] 2> 4274353 T19921 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4274356 T19953 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 4274356 T19953 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4274356 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4274356 T19953 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4274361 T19950 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:57317",
[junit4] 2> "node_name":"127.0.0.1:57317_",
[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> 4274361 T19950 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:57317",
[junit4] 2> "node_name":"127.0.0.1:57317_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 4274361 T19950 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 4274361 T19950 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 4274362 T19949 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> 4275243 T19953 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4275243 T19953 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 4275245 T19953 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4275245 T19953 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 4275248 T19953 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 4275248 T19953 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
6A53051AF3BC2F3F-001\control-001\cores\collection1\'
[junit4] 2> 4275266 T19953 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4275269 T19953 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4275283 T19953 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4275304 T19953 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4275311 T19953 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4275314 T19953 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4275317 T19953 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4275414 T19953 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4275422 T19953 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4275424 T19953 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4275441 T19953 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4275445 T19953 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4275448 T19953 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4275450 T19953
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4275450 T19953
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4275450 T19953 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4275451 T19953
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4275451 T19953
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4275451 T19953 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 4275451 T19953 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4275452 T19953 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
6A53051AF3BC2F3F-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
6A53051AF3BC2F3F-001\tempDir-001/control/data\
[junit4] 2> 4275452 T19953 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4bea1afa
[junit4] 2> 4275453 T19953 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
6A53051AF3BC2F3F-001\tempDir-001/control/data\
[junit4] 2> 4275453 T19953 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
6A53051AF3BC2F3F-001\tempDir-001/control/data\index/
[junit4] 2> 4275453 T19953 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
6A53051AF3BC2F3F-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 4275453 T19953 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
6A53051AF3BC2F3F-001\tempDir-001/control/data\index
[junit4] 2> 4275454 T19953 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=29.3408203125,
floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=6.782691070389256,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8174089436886953
[junit4] 2> 4275454 T19953 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@72f9e1f4
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f2e05eb),segFN=segments_1,generation=1}
[junit4] 2> 4275454 T19953 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4275457 T19953 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4275458 T19953 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4275458 T19953 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4275458 T19953 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4275458 T19953 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4275458 T19953 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4275458 T19953 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4275458 T19953 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 4275458 T19953 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 4275459 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4275460 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4275460 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4275460 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4275461 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 4275461 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 4275461 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 4275462 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 4275462 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 4275464 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 4275464 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 4275464 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 4275464 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 4275464 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 4275464 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 4275465 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 4275465 T19953 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 4275465 T19953 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 4275469 T19953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4275471 T19953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4275472 T19953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4275473 T19953 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4275474 T19953 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 4275476 T19953 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 4275476 T19953 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 4275477 T19953 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> 4275477 T19953 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@72f9e1f4
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f2e05eb),segFN=segments_1,generation=1}
[junit4] 2> 4275477 T19953 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4275478 T19953 oass.SolrIndexSearcher.<init> Opening
Searcher@7ed2e798[collection1] main
[junit4] 2> 4275478 T19953 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 4275479 T19953 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 4275479 T19953 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 4275480 T19953
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4275480 T19953 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 4275480 T19953 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4275481 T19953
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 4275481 T19953 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4275481 T19953 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 4275481 T19953 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 4275483 T19954 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7ed2e798[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4275483 T19953 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 4275485 T19921 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 4275486 T19921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4275487 T19921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4275489 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4275490 T19957 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:57317 collection:control_collection
shard:shard1
[junit4] 2> 4275493 T19957 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 4275511 T19961 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2d403dc name:ZooKeeperConnection
Watcher:127.0.0.1:57310/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4275511 T19957
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 4275512 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4275512 T19921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4275514 T19921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4275515 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4275515 T19957
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 4275516 T19957
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C7721 name=collection1
org.apache.solr.core.SolrCore@6c1b3cd7 url=http://127.0.0.1:57317/collection1
node=127.0.0.1:57317_ C7721_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:57317,
node_name=127.0.0.1:57317_, state=down}
[junit4] 2> 4275516 T19957 C7721 P57317 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:57317/collection1/
[junit4] 2> 4275516 T19957 C7721 P57317 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 4275516 T19957 C7721 P57317 oasc.SyncStrategy.syncToMe
http://127.0.0.1:57317/collection1/ has no replicas
[junit4] 2> 4275516 T19957
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:57317/collection1/ shard1
[junit4] 2> 4275516 T19957 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 4275516 T19950 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> 4275521 T19921 oasc.ChaosMonkey.monkeyLog monkey: init -
expire sessions:false cause connection loss:false
[junit4] 2> 4275521 T19921 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 4275521 T19921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4275522 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4275524 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4275525 T19964 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@34bd0823
name:ZooKeeperConnection Watcher:127.0.0.1:57310/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4275526 T19950 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:57317",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 4275526 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4275526 T19921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4275529 T19950 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> 4275530 T19950 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 4275531 T19949 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> 4275532 T19961 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> 4275544 T19965 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4275545 T19950 oasco.ZkStateWriter.writePendingUpdates going
to create_collection /collections/collection1/state.json
[junit4] 2> 4275548 T19961 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> 4275571 T19957 oasc.ZkController.register We are
http://127.0.0.1:57317/collection1/ and leader is
http://127.0.0.1:57317/collection1/
[junit4] 2> 4275571 T19957 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:57317
[junit4] 2> 4275571 T19957 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 4275571 T19957 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 4275571 T19957 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4275573 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4275577 T19950 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:57317",
[junit4] 2> "node_name":"127.0.0.1:57317_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 4275578 T19950 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:57317",
[junit4] 2> "node_name":"127.0.0.1:57317_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 4275672 T19949 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> 4275673 T19961 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> 4277078 T19921 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
6A53051AF3BC2F3F-001\shard-1-001\cores\collection1
[junit4] 2> 4277081 T19921 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 4277082 T19921 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4277085 T19921 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@69573d71{/,null,AVAILABLE}
[junit4] 2> 4277086 T19921 oejs.AbstractConnector.doStart Started
ServerConnector@5c15f32e{HTTP/1.1}{127.0.0.1:57334}
[junit4] 2> 4277087 T19921 oejs.Server.doStart Started @4267354ms
[junit4] 2> 4277087 T19921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 4277088 T19921 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4277088 T19921 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
6A53051AF3BC2F3F-001\shard-1-001
[junit4] 2> 4277089 T19921 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
6A53051AF3BC2F3F-001\shard-1-001\'
[junit4] 2> 4277133 T19921 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
6A53051AF3BC2F3F-001\shard-1-001\solr.xml
[junit4] 2> 4277146 T19921 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
6A53051AF3BC2F3F-001\shard-1-001\cores
[junit4] 2> 4277147 T19921 oasc.CoreContainer.<init> New CoreContainer
1949933627
[junit4] 2> 4277147 T19921 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
6A53051AF3BC2F3F-001\shard-1-001\]
[junit4] 2> 4277148 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4277148 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4277149 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4277149 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4277149 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4277149 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4277150 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4277150 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4277150 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4277151 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4277152 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4277152 T19921 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4277153 T19921 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4277153 T19921 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4277153 T19921 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4277154 T19921 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:57310/solr
[junit4] 2> 4277154 T19921 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4277154 T19921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4277156 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4277157 T19979 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3cfe6f3a
name:ZooKeeperConnection Watcher:127.0.0.1:57310 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4277158 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4277158 T19921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4277162 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4277163 T19982 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@24db6dba
name:ZooKeeperConnection Watcher:127.0.0.1:57310/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4277164 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4277173 T19921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4278067 T19921 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57333_
[junit4] 2> 4278069 T19921 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:57333_
[junit4] 2> 4278076 T19921 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4278080 T19921 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
6A53051AF3BC2F3F-001\shard-1-001\cores
[junit4] 2> 4278082 T19921 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
6A53051AF3BC2F3F-001\shard-1-001\cores\collection1\
[junit4] 2> 4278082 T19921 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4278087 T19983 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4278087 T19983 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4278090 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4278091 T19983 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 4278091 T19983 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 4278092 T19950 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:57333",
[junit4] 2> "node_name":"127.0.0.1:57333_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 4278092 T19983 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 4278093 T19950 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:57333",
[junit4] 2> "node_name":"127.0.0.1:57333_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4278094 T19950 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 4278094 T19950 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 4278096 T19983 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 4278096 T19983 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4278097 T19950 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 0
[junit4] 2> 4278098 T19982 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4278099 T19982 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 4278982 T19983 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4278982 T19983 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4278982 T19983 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4278982 T19983 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4278984 T19983 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4278984 T19983 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
6A53051AF3BC2F3F-001\shard-1-001\cores\collection1\'
[junit4] 2> 4279005 T19983 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4279008 T19983 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4279018 T19983 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4279022 T19983 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4279033 T19983 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4279036 T19983 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4279041 T19983 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4279176 T19983 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4279183 T19983 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4279183 T19983 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4279200 T19983 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4279204 T19983 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4279208 T19983 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4279210 T19983
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4279210 T19983
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4279210 T19983 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4279213 T19983
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4279213 T19983
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4279213 T19983 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4279213 T19983 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4279214 T19983 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
6A53051AF3BC2F3F-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
6A53051AF3BC2F3F-001\tempDir-001/jetty1\
[junit4] 2> 4279214 T19983 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4bea1afa
[junit4] 2> 4279215 T19983 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
6A53051AF3BC2F3F-001\tempDir-001/jetty1\
[junit4] 2> 4279215 T19983 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
6A53051AF3BC2F3F-001\tempDir-001/jetty1\index/
[junit4] 2> 4279215 T19983 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
6A53051AF3BC2F3F-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 4279216 T19983 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
6A53051AF3BC2F3F-001\tempDir-001/jetty1\index
[junit4] 2> 4279216 T19983 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=29.3408203125,
floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=6.782691070389256,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8174089436886953
[junit4] 2> 4279217 T19983 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@41f68b0b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d69fe7a),segFN=segments_1,generation=1}
[junit4] 2> 4279217 T19983 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4279221 T19983 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4279222 T19983 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4279223 T19983 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4279223 T19983 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4279223 T19983 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4279223 T19983 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4279224 T19983 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4279225 T19983 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 4279225 T19983 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 4279225 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4279225 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4279226 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4279226 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4279228 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 4279228 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 4279229 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 4279230 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 4279230 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 4279231 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 4279232 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 4279232 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 4279233 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 4279233 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 4279234 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 4279235 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 4279235 T19983 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 4279237 T19983 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 4279244 T19983 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4279245 T19983 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4279247 T19983 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4279250 T19983 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4279251 T19983 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 4279254 T19983 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 4279254 T19983 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 4279255 T19983 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> 4279255 T19983 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@41f68b0b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d69fe7a),segFN=segments_1,generation=1}
[junit4] 2> 4279255 T19983 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4279256 T19983 oass.SolrIndexSearcher.<init> Opening
Searcher@5f47c96d[collection1] main
[junit4] 2> 4279256 T19983 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4279257 T19983 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4279257 T19983 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 4279257 T19983
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4279257 T19983 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 4279257 T19983 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4279258 T19983
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 4279258 T19983 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4279258 T19983 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 4279258 T19983 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 4279259 T19983 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 4279260 T19984 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@5f47c96d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4279262 T19921 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 4279262 T19921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4279275 T19987 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:57333 collection:collection1
shard:shard2
[junit4] 2> 4279277 T19987 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 4279292 T19987
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard2
[junit4] 2> 4279296 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4279297 T19987
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 4279297 T19987
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C7722 name=collection1
org.apache.solr.core.SolrCore@5c0ebfe6 url=http://127.0.0.1:57333/collection1
node=127.0.0.1:57333_ C7722_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:57333,
node_name=127.0.0.1:57333_, state=down}
[junit4] 2> 4279297 T19987 C7722 P57333 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:57333/collection1/
[junit4] 2> 4279297 T19987 C7722 P57333 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 4279298 T19987 C7722 P57333 oasc.SyncStrategy.syncToMe
http://127.0.0.1:57333/collection1/ has no replicas
[junit4] 2> 4279298 T19987
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:57333/collection1/ shard2
[junit4] 2> 4279299 T19987 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 4279303 T19950 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 4279315 T19950 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 1
[junit4] 2> 4279321 T19982 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4279322 T19982 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 4279330 T19950 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:57333",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 4279332 T19950 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 2
[junit4] 2> 4279333 T19982 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4279334 T19982 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 4279338 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4279373 T19987 oasc.ZkController.register We are
http://127.0.0.1:57333/collection1/ and leader is
http://127.0.0.1:57333/collection1/
[junit4] 2> 4279373 T19987 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:57333
[junit4] 2> 4279373 T19987 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 4279373 T19987 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 4279373 T19987 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4279375 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4279382 T19950 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:57333",
[junit4] 2> "node_name":"127.0.0.1:57333_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 4279386 T19950 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:57333",
[junit4] 2> "node_name":"127.0.0.1:57333_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4279391 T19950 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 3
[junit4] 2> 4279393 T19982 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4279398 T19987 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 4279399 T19982 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 4280759 T19921 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
6A53051AF3BC2F3F-001\shard-2-001\cores\collection1
[junit4] 2> 4280764 T19921 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 4280766 T19921 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4280769 T19921 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@1b9c1a24{/,null,AVAILABLE}
[junit4] 2> 4280770 T19921 oejs.AbstractConnector.doStart Started
ServerConnector@4aba3f89{HTTP/1.1}{127.0.0.1:57344}
[junit4] 2> 4280770 T19921 oejs.Server.doStart Started @4271548ms
[junit4] 2> 4280771 T19921 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
[junit4] 2> 4280771 T19921 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4280772 T19921 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
6A53051AF3BC2F3F-001\shard-2-001
[junit4] 2> 4280772 T19921 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
6A53051AF3BC2F3F-001\shard-2-001\'
[junit4] 2> 4280802 T19921 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
6A53051AF3BC2F3F-001\shard-2-001\solr.xml
[junit4] 2> 4280810 T19921 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
6A53051AF3BC2F3F-001\shard-2-001\cores
[junit4] 2> 4280812 T19921 oasc.CoreContainer.<init> New CoreContainer
2064572021
[junit4] 2> 4280812 T19921 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
6A53051AF3BC2F3F-001\shard-2-001\]
[junit4] 2> 4280812 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4280813 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4280813 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4280813 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4280814 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4280814 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4280814 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4280814 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4280814 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4280814 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4280815 T19921 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4280815 T19921 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4280815 T19921 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4280816 T19921 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4280816 T19921 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 4280816 T19921 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:57310/solr
[junit4] 2> 4280817 T19921 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4280817 T19921
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4280819 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4280821 T20002 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7a590d8f
name:ZooKeeperConnection Watcher:127.0.0.1:57310 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4280821 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4280821 T19921 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4280825 T19921 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4280827 T20005 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2b110408
name:ZooKeeperConnection Watcher:127.0.0.1:57310/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 4280827 T19921 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4280835 T19921
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4281728 T19921 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57343_
[junit4] 2> 4281729 T19921 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:57343_
[junit4] 2> 4281738 T19921 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4281744 T19921 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
6A53051AF3BC2F3F-001\shard-2-001\cores
[junit4] 2> 4281745 T19921 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
6A53051AF3BC2F3F-001\shard-2-001\cores\collection1\
[junit4] 2> 4281745 T19921 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4281750 T20006 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4281750 T20006 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4281753 T19949 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4281755 T20006 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 4281755 T20006 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 4281755 T19950 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:57343",
[junit4] 2> "node_name":"127.0.0.1:57343_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 4281756 T20006 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 4281756 T19950 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:57343",
[junit4] 2> "node_name":"127.0.0.1:57343_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4281757 T19950 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 4281757 T19950 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 4281758 T20006 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 4281758 T20006 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4281760 T19950 oasco.ZkStateWriter.writePendingUpdates going
to update_collection /collections/collection1/state.json version: 4
[junit4] 2> 4281761 T20005 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4281761 T19982 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 4281762 T20005 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 4281763 T19982 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 4282571 T20006 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4282571 T20006 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4282573 T20006 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4282573 T20006 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4282574 T20006 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4282574 T20006 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
6A53051AF3BC2F3F-001\shard-2-001\cores\collection1\'
[junit4] 2> 4282599 T20006 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4282602 T20006 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4282613 T20006 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4282617 T20006 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4282626 T20006 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4282629 T20006 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4282634 T20006 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4282747 T20006 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4282753 T20006 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4282753 T20006 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4282773 T20006 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4282775 T20006 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4282777 T20006 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4282779 T20006
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4282779 T20006
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4282779 T20006 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4282781 T20006
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4282781 T20006
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4282781 T20006 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4282781 T20006 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4282781 T20006 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
6A53051AF3BC2F3F-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
6A53051AF3BC2F3F-001\tempDir-001/jetty2\
[junit4] 2> 4282781 T20006 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4bea1afa
[junit4] 2> 4282781 T20006 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
6A53051AF3BC2F3F-001\tempDir-001/jetty2\
[junit4] 2> 4282781 T20006 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
6A53051AF3BC2F3F-001\tempDir-001/jetty2\index/
[junit4] 2> 4282781 T20006 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
6A53051AF3BC2F3F-001\tempDir-001\jetty2\index' doesn't exist. Creating new
index...
[junit4] 2> 4282783 T20006 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
6A53051AF3BC2F3F-001\tempDir-001/jetty2\index
[junit4] 2> 4282783 T20006 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=26, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=29.3408203125,
floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=6.782691070389256,
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8174089436886953
[junit4] 2> 4282784 T20006 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1b09a360
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d61cf3c),segFN=segments_1,generation=1}
[junit4] 2> 4282784 T20006 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4282785 T20006 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4282786 T20006 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4282786 T20006 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4282786 T20006 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4282786 T20006 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4282789 T20006 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4282789 T20006 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4282789 T20006 oasup.UpdateRequ
[...truncated too long message...]
ne=Australia/Canberra
[junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31
(64-bit)/cpus=2,threads=1,free=237486960,total=526385152
[junit4] 2> NOTE: All tests run in this JVM:
[TestDynamicFieldCollectionResource, DistributedQueryElevationComponentTest,
TestRandomFaceting, TestSolr4Spatial2, AlternateDirectoryTest,
TestReplicationHandler, QueryParsingTest, DateFieldTest, TestRandomMergePolicy,
TestRangeQuery, OverseerCollectionProcessorTest, RegexBoostProcessorTest,
TestLazyCores, TestCollapseQParserPlugin, SolrCmdDistributorTest,
TestFastWriter, TestPhraseSuggestions, TestSortingResponseWriter,
SolrIndexSplitterTest, AnalyticsQueryTest, TestConfigSets, SuggesterFSTTest,
ScriptEngineTest, TestStressLucene, TestCollectionAPI, ConvertedLegacyTest,
CollectionsAPIAsyncDistributedZkTest, AnalyticsMergeStrategyTest,
SimpleMLTQParserTest, TestChildDocTransformer, TestFiltering, TestRecovery,
AsyncMigrateRouteKeyTest, DeleteReplicaTest, ExternalCollectionsTest,
URLClassifyProcessorTest, TestDocBasedVersionConstraints, DocValuesMissingTest,
TestSolrCoreProperties, TestFastOutputStream, AtomicUpdatesTest,
TestDistributedSearch, TestSurroundQueryParser,
SharedFSAutoReplicaFailoverUtilsTest, OutOfBoxZkACLAndCredentialsProvidersTest,
ZkSolrClientTest, TestLMDirichletSimilarityFactory, TestZkChroot,
RAMDirectoryFactoryTest, TestCustomSort,
VMParamsZkACLAndCredentialsProvidersTest, SolrCoreTest,
TestCloudManagedSchemaConcurrent, CurrencyFieldXmlFileTest,
TestReloadAndDeleteDocs, TestBM25SimilarityFactory, TestCloudInspectUtil,
OverseerTest, InfoHandlerTest, BasicZkTest, DistanceUnitsTest,
TestFuzzyAnalyzedSuggestions, CurrencyFieldOpenExchangeTest,
TestMiniSolrCloudCluster, CursorMarkTest, TestHashPartitioner, FileUtilsTest,
CloudExitableDirectoryReaderTest, BasicFunctionalityTest,
ResponseLogComponentTest, TestBinaryResponseWriter, TestBlobHandler,
UniqFieldsUpdateProcessorFactoryTest, TestDocSet,
SignatureUpdateProcessorFactoryTest, QueryEqualityTest, TestLRUStatsCache,
ZkNodePropsTest, TestCSVLoader, CopyFieldTest, OverseerStatusTest,
TestSolrDynamicMBean, TestUpdate, HdfsDirectoryFactoryTest, AddBlockUpdateTest,
SimpleFacetsTest, SystemInfoHandlerTest, TestElisionMultitermQuery,
TestOmitPositions, TestShortCircuitedRequests, FacetPivotSmallTest,
TestMissingGroups, AnalysisErrorHandlingTest, TestRTGBase,
DistributedSuggestComponentTest, TestClassNameShortening,
CoreAdminCreateDiscoverTest, MultiThreadedOCPTest, BadCopyFieldTest,
TestMiniSolrCloudClusterSSL, TestDistribDocBasedVersion,
OpenCloseCoreStressTest, TestManagedSchemaFieldResource,
TestSchemaVersionResource, TestGroupingSearch, ZkStateWriterTest,
TestSolrQueryParserDefaultOperatorResource, ZkControllerTest,
SpellPossibilityIteratorTest, TestQuerySenderNoQuery, EnumFieldTest,
TestReversedWildcardFilterFactory, DistributedQueryComponentCustomSortTest,
ShardSplitTest, TestStressRecovery, DocExpirationUpdateProcessorFactoryTest,
SuggesterWFSTTest, TermsComponentTest, TestWordDelimiterFilterFactory,
RecoveryZkTest, TestDefaultSearchFieldResource, SolrTestCaseJ4Test,
TestBlendedInfixSuggestions, TestCopyFieldCollectionResource,
TestSolrConfigHandlerCloud, LeaderElectionTest, TestRemoteStreaming,
TestClusterStateMutator, HardAutoCommitTest, TestImplicitCoreProperties,
TestSolrDeletionPolicy2, AliasIntegrationTest, TestBinaryField,
FieldMutatingUpdateProcessorTest, CoreMergeIndexesAdminHandlerTest,
MinimalSchemaTest, SpatialFilterTest, SuggestComponentTest, TestManagedSchema,
SSLMigrationTest, TestFoldingMultitermQuery, DocValuesTest, EchoParamsTest,
TestRebalanceLeaders, ShardRoutingTest, DeleteShardTest, TestRestManager,
TestJoin, ChaosMonkeySafeLeaderTest, JSONWriterTest, PrimUtilsTest,
BlockDirectoryTest, TestValueSourceCache, TestUniqueKeyFieldResource,
DocumentBuilderTest, DistributedSpellCheckComponentTest, TestTolerantSearch,
TestCodecSupport, TestExactStatsCache, PreAnalyzedUpdateProcessorTest,
ChaosMonkeyNothingIsSafeTest, ClusterStateTest, IndexBasedSpellCheckerTest,
HdfsDirectoryTest, MigrateRouteKeyTest, TestAnalyzeInfixSuggestions,
NumericFieldsTest, TestConfigOverlay, TestManagedResource, DateRangeFieldTest,
TestReplicaProperties, DistributedQueryComponentOptimizationTest,
UpdateRequestProcessorFactoryTest, TestCloudManagedSchema, TestFastLRUCache,
LeaderInitiatedRecoveryOnCommitTest, DistributedTermsComponentTest,
PolyFieldTest, MoreLikeThisHandlerTest, StatsComponentTest,
AddSchemaFieldsUpdateProcessorFactoryTest, RequestHandlersTest,
TestJmxIntegration, BlockCacheTest, TestQueryUtils,
AnalysisAfterCoreReloadTest, TestExpandComponent, XsltUpdateRequestHandlerTest,
TestConfigReload, DistanceFunctionTest, QueryElevationComponentTest,
TestHighlightDedupGrouping, PingRequestHandlerTest,
TestHighFrequencyDictionaryFactory, BinaryUpdateRequestHandlerTest,
FieldAnalysisRequestHandlerTest, BasicDistributedZk2Test, TestSolrQueryParser,
DocumentAnalysisRequestHandlerTest, LukeRequestHandlerTest,
CoreAdminHandlerTest, TestStressUserVersions, TestPartialUpdateDeduplication,
NoCacheHeaderTest, SimplePostToolTest, TestXIncludeConfig,
DistributedFacetPivotSmallAdvancedTest, DirectUpdateHandlerOptimizeTest,
TestComponentsName, CacheHeaderTest, TestFunctionQuery, TestCSVResponseWriter,
TestCoreDiscovery, TestConfig, TriLevelCompositeIdRoutingTest,
StatelessScriptUpdateProcessorFactoryTest, AssignTest, ResourceLoaderTest,
ShowFileRequestHandlerTest, SolrRequestParserTest, SyncSliceTest,
TestFieldTypeResource, HttpPartitionTest, TestSearchPerf,
TestRequestStatusCollectionAPI, BasicDistributedZkTest,
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest,
LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest,
ClusterStateUpdateTest, TestRandomDVFaceting, ZkCLITest,
ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, TestFaceting,
TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder,
TestReload, TestStressVersions, TestCoreContainer, TestSolr4Spatial,
SpellCheckComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort,
DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest,
SoftAutoCommitTest, TestExtendedDismaxParser, SpellCheckCollatorTest,
SuggesterTSTTest, SuggesterTest, TestTrie, WordBreakSolrSpellCheckerTest,
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest,
TestPseudoReturnFields, TestAtomicUpdateErrorCases,
DefaultValueUpdateProcessorTest, SortByFunctionTest, DocValuesMultiTest,
TestSolrDeletionPolicy1, SolrInfoMBeanTest, DebugComponentTest,
DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf,
DirectSolrSpellCheckerTest, TestQueryTypes, PrimitiveFieldTypeTest,
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest,
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest,
TestIndexingPerformance, RequiredFieldsTest, TestArbitraryIndexDir,
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest,
SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest,
MBeansHandlerTest, TestAnalyzedSuggestions, JsonLoaderTest,
TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest,
TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener,
UpdateParamsTest, TestSolrIndexConfig, SolrIndexConfigTest, BadComponentTest,
TestMergePolicyConfig, MultiTermTest, SampleTest, OutputWriterTest,
ExternalFileFieldSortTest, TestPostingsSolrHighlighter,
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion,
TestCharFilters, SynonymTokenizerTest, TestSweetSpotSimilarityFactory,
TestDFRSimilarityFactory, TestPerFieldSimilarity,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestDefaultSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest,
OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest,
PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter,
SpellingQueryConverterTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils,
TestDocumentBuilder, SliceStateTest, UUIDFieldTest, CircularListTest,
CursorPagingTest, DistributedIntervalFacetingTest,
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest,
DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest,
DistributedQueueTest, LeaderFailoverAfterPartitionTest,
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest,
RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest]
[junit4] Completed in 60.54s, 1 test, 1 error <<< FAILURES!
[...truncated 304 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: 115 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31
-XX:+UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]