Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4331/ Java: 32bit/jdk1.7.0_72 -client -XX:+UseConcMarkSweepGC
2 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.testDistribSearch Error Message: Could not get expected value A val for path [params, a] full output null Stack Trace: java.lang.AssertionError: Could not get expected value A val for path [params, a] full output null at __randomizedtesting.SeedInfo.seed([F5B0583CA4FA5A5B:7456D624D3A53A67]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:252) at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:133) at org.apache.solr.handler.TestSolrConfigHandlerCloud.doTest(TestSolrConfigHandlerCloud.java:75) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:878) at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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 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) FAILED: org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:54559/repfacttest_c8n_1x3_shard1_replica3 Stack Trace: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:54559/repfacttest_c8n_1x3_shard1_replica3 at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:573) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:882) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:785) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:728) at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:276) at org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:878) at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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 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.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:54559/repfacttest_c8n_1x3_shard1_replica3 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:572) 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.directUpdate(CloudSolrClient.java:570) ... 45 more 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) ... 50 more Build Log: [...truncated 10044 lines...] [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest [junit4] 2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\init-core-data-001 [junit4] 2> 4517607 T16288 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 4517613 T16288 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 4517616 T16288 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 4517618 T16289 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 4517727 T16288 oasc.ZkTestServer.run start zk server on port:54552 [junit4] 2> 4517727 T16288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 4517732 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4517740 T16296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@664aa name:ZooKeeperConnection Watcher:127.0.0.1:54552 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4517743 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4517745 T16288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 4517745 T16288 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 4517752 T16288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 4517755 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4517760 T16299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dce1c6 name:ZooKeeperConnection Watcher:127.0.0.1:54552/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4517760 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4517761 T16288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 4517761 T16288 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 4517766 T16288 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 4517771 T16288 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 4517776 T16288 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 4517781 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 4517782 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 4517789 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml [junit4] 2> 4517790 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 4517795 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 4517796 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 4517801 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 4517802 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 4517807 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 4517808 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 4517813 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml [junit4] 2> 4517813 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 4517820 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 4517821 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 4517826 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 4517827 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 4517832 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 4517832 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 4517840 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 4517840 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 4517845 T16288 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 4517846 T16288 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 4517852 T16290 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b118c516b0001, 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> 4519723 T16288 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\cores\collection1 [junit4] 2> 4519728 T16288 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 4519733 T16288 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54560 [junit4] 2> 4519733 T16288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@968f9 [junit4] 2> 4519733 T16288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 4519733 T16288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001 [junit4] 2> 4519733 T16288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\' [junit4] 2> 4519802 T16288 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\solr.xml [junit4] 2> 4519843 T16288 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\cores [junit4] 2> 4519844 T16288 oasc.CoreContainer.<init> New CoreContainer 3885525 [junit4] 2> 4519845 T16288 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\] [junit4] 2> 4519846 T16288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 4519847 T16288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 4519847 T16288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 4519849 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 4519849 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 4519850 T16288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 4519850 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 4519850 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 4519851 T16288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 4519851 T16288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 4519852 T16288 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 4519852 T16288 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 4519853 T16288 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 4519853 T16288 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 4519854 T16288 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 4519854 T16288 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54552/solr [junit4] 2> 4519855 T16288 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 4519855 T16288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 4519858 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4519861 T16311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18d0ccc name:ZooKeeperConnection Watcher:127.0.0.1:54552 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4519861 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4519862 T16288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 4519867 T16290 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b118c516b0002, 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> 4519869 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4519874 T16314 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@94251 name:ZooKeeperConnection Watcher:127.0.0.1:54552/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4519875 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4519878 T16288 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 4519889 T16288 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 4519898 T16288 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 4519904 T16288 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 4519913 T16288 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 4519922 T16288 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 4519925 T16288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54559_ [junit4] 2> 4519929 T16288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54559_ [junit4] 2> 4519935 T16288 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 4519939 T16288 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 4519946 T16288 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 4519952 T16288 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54559_ [junit4] 2> 4519953 T16288 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 4519959 T16288 oasc.Overseer.start Overseer (id=93187511650287619-127.0.0.1:54559_-n_0000000000) starting [junit4] 2> 4519965 T16288 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 4519986 T16288 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 4519991 T16316 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 4519992 T16288 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 4519998 T16288 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 4520001 T16288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 4520010 T16315 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 4520012 T16288 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\cores [junit4] 2> 4520014 T16288 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\cores\collection1\ [junit4] 2> 4520016 T16288 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 4520019 T16318 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 4520019 T16318 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 4520022 T16318 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 4520022 T16314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4520030 T16315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = { [junit4] 2> "numShards":"1", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54559", [junit4] 2> "roles":null, [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:54559_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "state":"down"} current state version: 0 [junit4] 2> 4520032 T16315 oasco.ReplicaMutator.updateState Update state numShards=1 message={ [junit4] 2> "numShards":"1", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54559", [junit4] 2> "roles":null, [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:54559_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "state":"down"} [junit4] 2> 4520032 T16315 oasco.ClusterStateMutator.createCollection building a new cName: control_collection [junit4] 2> 4520032 T16315 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1 [junit4] 2> 4520035 T16314 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> 4521115 T16318 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 4521115 T16318 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 4521116 T16318 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 4521117 T16318 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 4521121 T16318 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 4521121 T16318 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\cores\collection1\' [junit4] 2> 4521156 T16318 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 4521162 T16318 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 4521181 T16318 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 4521227 T16318 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0 [junit4] 2> 4521336 T16318 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 4521340 T16318 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 4521352 T16318 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 4521927 T16318 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 4521944 T16318 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 4521948 T16318 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 4521979 T16318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 4521988 T16318 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 4521996 T16318 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 4522000 T16318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 4522001 T16318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 4522001 T16318 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 4522005 T16318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 4522005 T16318 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 4522005 T16318 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 4522006 T16318 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 4522006 T16318 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/control/data\ [junit4] 2> 4522007 T16318 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@dbf6f5 [junit4] 2> 4522007 T16318 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/control/data\ [junit4] 2> 4522008 T16318 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/control/data\index/ [junit4] 2> 4522008 T16318 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001\control\data\index' doesn't exist. Creating new index... [junit4] 2> 4522009 T16318 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/control/data\index [junit4] 2> 4522009 T16318 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=44.3076171875, floorSegmentMB=0.37890625, forceMergeDeletesPctAllowed=13.48568685968438, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 4522010 T16318 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1dba93d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43f528),segFN=segments_1,generation=1} [junit4] 2> 4522011 T16318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 4522014 T16318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 4522015 T16318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 4522016 T16318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 4522016 T16318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 4522016 T16318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 4522017 T16318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 4522017 T16318 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 4522018 T16318 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 4522018 T16318 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 4522020 T16318 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4522020 T16318 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4522021 T16318 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4522022 T16318 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4522023 T16318 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 4522023 T16318 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 4522024 T16318 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 4522025 T16318 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 4522026 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 4522027 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 4522028 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 4522029 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 4522030 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 4522030 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 4522031 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 4522032 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 4522032 T16318 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 4522033 T16318 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 4522046 T16318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4522048 T16318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4522052 T16318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4522054 T16318 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4522057 T16318 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 4522061 T16318 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 4522061 T16318 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 4522062 T16318 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 4522063 T16318 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1dba93d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43f528),segFN=segments_1,generation=1} [junit4] 2> 4522063 T16318 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 4522064 T16318 oass.SolrIndexSearcher.<init> Opening Searcher@b87a63[collection1] main [junit4] 2> 4522064 T16318 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 4522067 T16318 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 4522067 T16318 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 4522068 T16318 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 4522069 T16318 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 4522069 T16318 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 4522070 T16318 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 4522071 T16318 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 4522071 T16318 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 4522071 T16318 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 4522072 T16318 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 4522073 T16319 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b87a63[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 4522073 T16322 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54559 collection:control_collection shard:shard1 [junit4] 2> 4522074 T16288 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 4522074 T16288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 4522076 T16322 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 4522077 T16288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 4522079 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4522083 T16326 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cf6b2 name:ZooKeeperConnection Watcher:127.0.0.1:54552/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4522084 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4522084 T16288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 4522088 T16288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 4522090 T16322 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 4522093 T16314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4522094 T16322 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 4522095 T16322 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C4527 name=collection1 org.apache.solr.core.SolrCore@150fff6 url=http://127.0.0.1:54559/collection1 node=127.0.0.1:54559_ C4527_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54559, node_name=127.0.0.1:54559_, state=down} [junit4] 2> 4522095 T16322 C4527 P54559 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54559/collection1/ [junit4] 2> 4522095 T16322 C4527 P54559 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 4522096 T16322 C4527 P54559 oasc.SyncStrategy.syncToMe http://127.0.0.1:54559/collection1/ has no replicas [junit4] 2> 4522096 T16322 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54559/collection1/ shard1 [junit4] 2> 4522096 T16315 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> 4522098 T16288 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 4522096 T16322 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 4522102 T16314 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> 4522103 T16326 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> 4522124 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4522127 T16315 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:54559", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 2 [junit4] 2> 4522244 T16326 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> 4522295 T16322 oasc.ZkController.register We are http://127.0.0.1:54559/collection1/ and leader is http://127.0.0.1:54559/collection1/ [junit4] 2> 4522295 T16322 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54559 [junit4] 2> 4522295 T16322 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 4522295 T16322 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 4522297 T16322 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 4522299 T16314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4522307 T16315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54559", [junit4] 2> "roles":null, [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:54559_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "state":"active", [junit4] 2> "core_node_name":"core_node1"} current state version: 3 [junit4] 2> 4522308 T16315 oasco.ReplicaMutator.updateState Update state numShards=3 message={ [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54559", [junit4] 2> "roles":null, [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:54559_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"control_collection", [junit4] 2> "state":"active", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 4522425 T16314 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> 4522426 T16326 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> 4523911 T16288 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\cores\collection1 [junit4] 2> 4523915 T16288 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 4523916 T16288 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 4523921 T16288 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54573 [junit4] 2> 4523921 T16288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@968f9 [junit4] 2> 4523921 T16288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 4523921 T16288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001 [junit4] 2> 4523921 T16288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\' [junit4] 2> 4523995 T16288 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\solr.xml [junit4] 2> 4524033 T16288 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\cores [junit4] 2> 4524033 T16288 oasc.CoreContainer.<init> New CoreContainer 27932227 [junit4] 2> 4524033 T16288 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\] [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 4524036 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 4524039 T16288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 4524039 T16288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 4524040 T16288 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 4524040 T16288 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 4524040 T16288 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 4524040 T16288 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 4524040 T16288 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 4524040 T16288 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54552/solr [junit4] 2> 4524040 T16288 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 4524044 T16288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 4524046 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4524050 T16339 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e447ef name:ZooKeeperConnection Watcher:127.0.0.1:54552 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4524050 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4524051 T16288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 4524055 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4524058 T16342 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c61bb6 name:ZooKeeperConnection Watcher:127.0.0.1:54552/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4524058 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4524070 T16288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 4525138 T16288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54572_ [junit4] 2> 4525139 T16288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54572_ [junit4] 2> 4525148 T16288 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 4525154 T16288 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\cores [junit4] 2> 4525156 T16288 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\cores\collection1\ [junit4] 2> 4525157 T16288 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 4525159 T16343 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 4525159 T16343 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 4525160 T16343 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 4525160 T16314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4525162 T16315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54572", [junit4] 2> "roles":null, [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:54572_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "state":"down"} current state version: 4 [junit4] 2> 4525162 T16315 oasco.ReplicaMutator.updateState Update state numShards=3 message={ [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54572", [junit4] 2> "roles":null, [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:54572_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "state":"down"} [junit4] 2> 4525163 T16315 oasco.ClusterStateMutator.createCollection building a new cName: collection1 [junit4] 2> 4525163 T16315 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3 [junit4] 2> 4525165 T16314 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4525165 T16326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4525165 T16342 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4526144 T16343 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 4526144 T16343 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 4526146 T16343 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 4526147 T16343 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 4526149 T16343 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 4526149 T16343 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\cores\collection1\' [junit4] 2> 4526175 T16343 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 4526180 T16343 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 4526194 T16343 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 4526220 T16343 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0 [junit4] 2> 4526275 T16343 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 4526278 T16343 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 4526290 T16343 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 4526770 T16343 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 4526779 T16343 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 4526782 T16343 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 4526801 T16343 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 4526807 T16343 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 4526813 T16343 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 4526815 T16343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 4526815 T16343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 4526816 T16343 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 4526818 T16343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 4526818 T16343 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 4526818 T16343 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 4526818 T16343 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 4526818 T16343 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/jetty1\ [junit4] 2> 4526818 T16343 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@dbf6f5 [junit4] 2> 4526819 T16343 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/jetty1\ [junit4] 2> 4526820 T16343 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/jetty1\index/ [junit4] 2> 4526820 T16343 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001\jetty1\index' doesn't exist. Creating new index... [junit4] 2> 4526820 T16343 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/jetty1\index [junit4] 2> 4526821 T16343 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=44.3076171875, floorSegmentMB=0.37890625, forceMergeDeletesPctAllowed=13.48568685968438, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 4526822 T16343 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@b1dc10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e6a806),segFN=segments_1,generation=1} [junit4] 2> 4526822 T16343 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 4526827 T16343 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 4526827 T16343 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 4526828 T16343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 4526828 T16343 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 4526829 T16343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 4526829 T16343 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 4526830 T16343 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 4526830 T16343 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 4526830 T16343 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 4526831 T16343 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4526832 T16343 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4526833 T16343 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4526833 T16343 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 4526834 T16343 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 4526835 T16343 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 4526836 T16343 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 4526837 T16343 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 4526838 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 4526839 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 4526840 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 4526841 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 4526842 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 4526842 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 4526843 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 4526844 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 4526845 T16343 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 4526845 T16343 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 4526855 T16343 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4526859 T16343 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4526861 T16343 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4526864 T16343 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 4526866 T16343 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 4526868 T16343 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 4526869 T16343 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 4526870 T16343 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 4526870 T16343 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@b1dc10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e6a806),segFN=segments_1,generation=1} [junit4] 2> 4526871 T16343 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 4526871 T16343 oass.SolrIndexSearcher.<init> Opening Searcher@312fdb[collection1] main [junit4] 2> 4526872 T16343 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 4526875 T16343 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 4526875 T16343 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 4526876 T16343 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 4526877 T16343 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 4526877 T16343 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 4526878 T16343 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 4526878 T16343 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 4526878 T16343 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 4526879 T16343 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 4526880 T16344 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@312fdb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 4526881 T16343 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 4526882 T16347 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54572 collection:collection1 shard:shard3 [junit4] 2> 4526883 T16288 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 4526883 T16288 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 4526885 T16347 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election [junit4] 2> 4526894 T16347 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3 [junit4] 2> 4526898 T16314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4526900 T16347 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 4526901 T16347 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C4528 name=collection1 org.apache.solr.core.SolrCore@f3ff0b url=http://127.0.0.1:54572/collection1 node=127.0.0.1:54572_ C4528_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54572, node_name=127.0.0.1:54572_, state=down} [junit4] 2> 4526901 T16347 C4528 P54572 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54572/collection1/ [junit4] 2> 4526901 T16347 C4528 P54572 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 4526901 T16347 C4528 P54572 oasc.SyncStrategy.syncToMe http://127.0.0.1:54572/collection1/ has no replicas [junit4] 2> 4526901 T16347 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54572/collection1/ shard3 [junit4] 2> 4526902 T16347 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3 [junit4] 2> 4526904 T16315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"collection1"} current state version: 5 [junit4] 2> 4526909 T16342 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4526909 T16326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4526910 T16314 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4526924 T16315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54572", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 6 [junit4] 2> 4526930 T16327 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4527032 T16342 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4527033 T16326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4527077 T16347 oasc.ZkController.register We are http://127.0.0.1:54572/collection1/ and leader is http://127.0.0.1:54572/collection1/ [junit4] 2> 4527077 T16347 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54572 [junit4] 2> 4527077 T16347 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 4527077 T16347 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 4527078 T16347 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 4527082 T16314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4527085 T16315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54572", [junit4] 2> "roles":null, [junit4] 2> "shard":"shard3", [junit4] 2> "node_name":"127.0.0.1:54572_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "state":"active", [junit4] 2> "core_node_name":"core_node1"} current state version: 7 [junit4] 2> 4527087 T16315 oasco.ReplicaMutator.updateState Update state numShards=3 message={ [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54572", [junit4] 2> "roles":null, [junit4] 2> "shard":"shard3", [junit4] 2> "node_name":"127.0.0.1:54572_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "state":"active", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 4527195 T16314 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4527196 T16342 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4527197 T16326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 4528528 T16288 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\cores\collection1 [junit4] 2> 4528534 T16288 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 4528536 T16288 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 4528541 T16288 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54583 [junit4] 2> 4528541 T16288 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@968f9 [junit4] 2> 4528541 T16288 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 4528541 T16288 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001 [junit4] 2> 4528543 T16288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\' [junit4] 2> 4528583 T16288 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\solr.xml [junit4] 2> 4528619 T16288 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\cores [junit4] 2> 4528619 T16288 oasc.CoreContainer.<init> New CoreContainer 3745754 [junit4] 2> 4528619 T16288 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\] [junit4] 2> 4528622 T16288 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 4528622 T16288 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 4528623 T16288 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 4528623 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 4528624 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 4528624 T16288 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 4528625 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 4528625 T16288 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 4528626 T16288 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 4528626 T16288 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 4528627 T16288 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false [junit4] 2> 4528628 T16288 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 4528628 T16288 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 4528630 T16288 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 4528630 T16288 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 4528631 T16288 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54552/solr [junit4] 2> 4528631 T16288 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 4528632 T16288 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 4528634 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4528638 T16360 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b813ef name:ZooKeeperConnection Watcher:127.0.0.1:54552 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4528639 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4528639 T16288 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 4528643 T16290 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14b118c516b0007, 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> 4528646 T16288 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 4528647 T16363 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f85a49 name:ZooKeeperConnection Watcher:127.0.0.1:54552/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 4528648 T16288 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 4528659 T16288 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 4529651 T16288 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54582_ [junit4] 2> 4529653 T16288 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54582_ [junit4] 2> 4529662 T16288 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 4529669 T16288 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\cores [junit4] 2> 4529669 T16288 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\cores\collection1\ [junit4] 2> 4529671 T16288 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 4529673 T16364 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 4529674 T16364 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 4529675 T16364 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 4529676 T16314 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 4529678 T16315 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54582", [junit4] 2> "roles":null, [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:54582_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "state":"down"} current state version: 8 [junit4] 2> 4529679 T16315 oasco.ReplicaMutator.updateState Update state numShards=3 message={ [junit4] 2> "numShards":"3", [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:54582", [junit4] 2> "roles":null, [junit4] 2> "shard":null, [junit4] 2> "node_name":"127.0.0.1:54582_", [junit4] 2> "operation":"state", [junit4] 2> "collection":"collection1", [junit4] 2> "state":"down"} [junit4] 2> 4529680 T16315 oasco.ReplicaMutator.updateState Collection already exists with numShards=3 [junit4] 2> 4529680 T16315 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1 [junit4] 2> 4529683 T16342 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 4529683 T16326 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 4529683 T16363 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 4529683 T16314 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 4530660 T16364 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 4530660 T16364 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 4530662 T16364 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 4530663 T16364 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 4530665 T16364 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 4530665 T16364 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\cores\collection1\' [junit4] 2> 4530694 T16364 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 4530698 T16364 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 4530713 T16364 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 4530743 T16364 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0 [junit4] 2> 4530800 T16364 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 4530803 T16364 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 4530817 T16364 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 4531314 T16364 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 4531323 T16364 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 4531328 T16364 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 4531346 T16364 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 4531352 T16364 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 4531357 T16364 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 4531359 T16364 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 4531360 T16364 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 4531360 T16364 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 4531362 T16364 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 4531363 T16364 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 4531363 T16364 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 4531363 T16364 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 4531364 T16364 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest F5B0583CA4FA5A5B-001\tempDir-001/jetty2\ [junit4] 2> 4531364 T16364 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMB [...truncated too long message...] LargeTest, LeaderFailoverAfterPartitionTest, DirectUpdateHandlerTest, TestXIncludeConfig, TestSchemaNameResource, SpellPossibilityIteratorTest, ParsingFieldUpdateProcessorsTest, TestManagedSynonymFilterFactory, FastVectorHighlighterTest, TestSolrConfigHandler, ExternalFileFieldSortTest, OverseerRolesTest, TestCloudPivotFacet, SharedFSAutoReplicaFailoverUtilsTest, SuggesterWFSTTest, TestLeaderElectionZkExpiry, TestRandomDVFaceting, TestHighlightDedupGrouping, DateRangeFieldTest, HighlighterTest, TestUniqueKeyFieldResource, TestRebalanceLeaders, AlternateDirectoryTest, TestSurroundQueryParser, TestMissingGroups, TestSchemaManager, TestStressLucene, TestSolrDynamicMBean, TestClassNameShortening, TestQueryUtils, CloudMLTQParserTest, PluginInfoTest, TestReplicaProperties, TriLevelCompositeIdRoutingTest, TestIndexSearcher, RequestHandlersTest, UniqFieldsUpdateProcessorFactoryTest, TestSuggestSpellingConverter, TestSweetSpotSimilarityFactory, AtomicUpdatesTest, TestPseudoReturnFields, TestDocBasedVersionConstraints, DistributedSpellCheckComponentTest, DateFieldTest, TestSchemaSimilarityResource, AutoCommitTest, TestInfoStreamLogging, TestDocSet, TestPerFieldSimilarity, TestNonDefinedSimilarityFactory, DistributedExpandComponentTest, TestBinaryField, BlockCacheTest, FieldAnalysisRequestHandlerTest, TestConfigReload, ClusterStateTest, BadCopyFieldTest, HdfsDirectoryFactoryTest, SimpleFacetsTest, ChaosMonkeyNothingIsSafeTest, TestSortingResponseWriter, TestRealTimeGet, DirectUpdateHandlerOptimizeTest, HdfsChaosMonkeySafeLeaderTest, TestValueSourceCache, FacetPivotSmallTest, LeaderElectionTest, PolyFieldTest, SolrPluginUtilsTest, TestOverriddenPrefixQueryForCustomFieldType, TestConfig, TestJmxIntegration, TestLazyCores, TestDefaultStatsCache, TestWriterPerf, SSLMigrationTest, TestFieldTypeResource, LoggingHandlerTest, PreAnalyzedUpdateProcessorTest, TestStressUserVersions, TestOrdValues, DistributedSuggestComponentTest, LukeRequestHandlerTest, ShowFileRequestHandlerTest, BadComponentTest, UUIDUpdateProcessorFallbackTest, TestRandomMergePolicy, LeaderElectionIntegrationTest, HdfsRecoveryZkTest, DocValuesTest, TestManagedStopFilterFactory, CurrencyFieldOpenExchangeTest, ChangedSchemaMergeTest, TestManagedResource, TestQuerySenderListener, MultiThreadedOCPTest, TestLuceneMatchVersion, MultiTermTest, TestBinaryResponseWriter, PrimitiveFieldTypeTest, HttpPartitionTest, SuggesterTest, StandardRequestHandlerTest, TestExactStatsCache, IndexSchemaRuntimeFieldTest, TermsComponentTest, TestCSVLoader, DistributedDebugComponentTest, CoreAdminRequestStatusTest, MinimalSchemaTest, HdfsSyncSliceTest, ZkSolrClientTest, ShardRoutingCustomTest, NumericFieldsTest, DistributedFacetPivotSmallTest, UpdateParamsTest, OverseerStatusTest, TestSolrCoreProperties, CursorMarkTest, BadIndexSchemaTest, TestCSVResponseWriter, TestStressVersions, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSystemIdResolver, NotRequiredUniqueKeyTest, TestJmxMonitoredMap, RemoteQueryErrorTest, TestSolrDeletionPolicy1, TestFieldTypeCollectionResource, HdfsCollectionsAPIDistributedZkTest, TestFunctionQuery, SpellingQueryConverterTest, CoreMergeIndexesAdminHandlerTest, TestDynamicFieldCollectionResource, HighlighterMaxOffsetTest, TestSort, TestDefaultSearchFieldResource, TestSearchPerf, SolrInfoMBeanTest, SolrXmlInZkTest, DebugComponentTest, MergeStrategyTest, QueryParsingTest, TestPHPSerializedResponseWriter, TestPostingsSolrHighlighter, AnalysisAfterCoreReloadTest, OpenCloseCoreStressTest, BasicFunctionalityTest, TestCollapseQParserPlugin, TestUtils, CacheHeaderTest, XmlUpdateRequestHandlerTest, CopyFieldTest, SolrCmdDistributorTest, OutputWriterTest, BlockDirectoryTest, TestAnalyzedSuggestions, WordBreakSolrSpellCheckerTest, RollingRestartTest, CurrencyFieldXmlFileTest, SuggestComponentTest, TestOmitPositions, NoCacheHeaderTest, TestSolr4Spatial2, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParserResource, CircularListTest, TestLMDirichletSimilarityFactory, TestManagedResourceStorage, TestWordDelimiterFilterFactory, TestBulkSchemaAPI, TestSolrJ, StressHdfsTest, TestTrie, TestInitParams, TestMiniSolrCloudCluster, TestCollectionAPI, TestSolr4Spatial, SchemaVersionSpecificBehaviorTest, TestConfigOverlay, TestNRTOpen, TestDistributedGrouping, ReturnFieldsTest, TestBlobHandler, FullSolrCloudDistribCmdsTest, SynonymTokenizerTest, TestCodecSupport, TestStressReorder, TestReversedWildcardFilterFactory, ChaosMonkeySafeLeaderTest, TestExactSharedStatsCache, TestCopyFieldCollectionResource, HighlighterConfigTest, TestMaxScoreQueryParser, DocumentAnalysisRequestHandlerTest, RAMDirectoryFactoryTest, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OverseerTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, ZkCLITest, TestDistributedSearch, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, QueryElevationComponentTest, ConvertedLegacyTest, TestFiltering, TestBadConfig, OverseerCollectionProcessorTest, SoftAutoCommitTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, SpatialFilterTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestArbitraryIndexDir, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, MBeansHandlerTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, SOLR749Test, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestCharFilters, EchoParamsTest, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest, DOMUtilTest, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestTolerantSearch, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, ReplicationFactorTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestDistribDocBasedVersion, TestMiniSolrCloudClusterSSL, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, QueryResultKeyTest, TestConfigSets, TestDynamicLoading, TestImplicitCoreProperties, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestReplicationHandlerBackup, TestSolrConfigHandlerCloud] [junit4] Completed in 49.66s, 1 test, 1 failure <<< FAILURES! [...truncated 205 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:190: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970: There were test failures: 460 suites, 1845 tests, 1 error, 1 failure, 54 ignored (29 assumptions) Total time: 148 minutes 53 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.7.0_72 -client -XX:+UseConcMarkSweepGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org