Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/594/
2 tests failed. REGRESSION: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch Error Message: IOException occured when talking to server at: http://127.0.0.1:37494/xp_/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:37494/xp_/collection1 at __randomizedtesting.SeedInfo.seed([4DFF7B21F06DFADE:CC19F53987329AE2]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:563) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91) at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301) at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:223) at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:165) at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:414) at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:144) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 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:43) 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: java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.net.SocketOutputStream.write(SocketOutputStream.java:159) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159) at org.apache.http.impl.io.AbstractSessionOutputBuffer.writeLine(AbstractSessionOutputBuffer.java:258) at org.apache.http.impl.io.HttpRequestWriter.writeHeadLine(HttpRequestWriter.java:59) at org.apache.http.impl.io.HttpRequestWriter.writeHeadLine(HttpRequestWriter.java:46) at org.apache.http.impl.io.AbstractMessageWriter.write(AbstractMessageWriter.java:109) at org.apache.http.impl.AbstractHttpClientConnection.sendRequestHeader(AbstractHttpClientConnection.java:254) at org.apache.http.impl.conn.DefaultClientConnection.sendRequestHeader(DefaultClientConnection.java:270) at org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestHeader(ManagedClientConnectionImpl.java:209) at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:203) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:121) 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.HttpSolrServer.executeMethod(HttpSolrServer.java:449) ... 49 more FAILED: org.apache.solr.cloud.MultiThreadedOCPTest.testDistribSearch Error Message: We have a failed SPLITSHARD task Stack Trace: java.lang.AssertionError: We have a failed SPLITSHARD task at __randomizedtesting.SeedInfo.seed([4DFF7B21F06DFADE:CC19F53987329AE2]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.solr.cloud.MultiThreadedOCPTest.testTaskExclusivity(MultiThreadedOCPTest.java:125) at org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:71) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865) at sun.reflect.GeneratedMethodAccessor67.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:43) 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) Build Log: [...truncated 12387 lines...] [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest [junit4] 2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/init-core-data-001 [junit4] 2> 2575478 T11769 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /xp_/ [junit4] 2> 2575483 T11769 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2575484 T11769 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2575485 T11770 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 2575586 T11769 oasc.ZkTestServer.run start zk server on port:41634 [junit4] 2> 2575587 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2575607 T11776 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c8eaf9 name:ZooKeeperConnection Watcher:127.0.0.1:41634 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2575607 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2575607 T11769 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 2575615 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2575616 T11778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5bf19924 name:ZooKeeperConnection Watcher:127.0.0.1:41634/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2575616 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2575617 T11769 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 2575619 T11769 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 2575621 T11769 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 2575622 T11769 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 2575624 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 2575625 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 2575627 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml [junit4] 2> 2575628 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 2575731 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2575731 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2575733 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 2575734 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 2575735 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 2575736 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 2575738 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 2575738 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 2575740 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 2575741 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 2575742 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 2575743 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 2575745 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2575745 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2575747 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 2575748 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 2575750 T11769 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 2575750 T11769 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 2576906 T11769 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2576913 T11769 oejs.AbstractConnector.doStart Started [email protected]:37494 [junit4] 2> 2576913 T11769 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2576913 T11769 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2576914 T11769 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002 [junit4] 2> 2576914 T11769 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/' [junit4] 2> 2576943 T11769 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/solr.xml [junit4] 2> 2576993 T11769 oasc.CoreContainer.<init> New CoreContainer 605859691 [junit4] 2> 2576993 T11769 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/] [junit4] 2> 2576994 T11769 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2576994 T11769 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2576995 T11769 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2576995 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2576995 T11769 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2576995 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2576996 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2576996 T11769 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2576996 T11769 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2576997 T11769 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2576997 T11769 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2576997 T11769 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2576997 T11769 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2576998 T11769 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41634/solr [junit4] 2> 2576998 T11769 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2576999 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2577000 T11789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5740ac52 name:ZooKeeperConnection Watcher:127.0.0.1:41634 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2577002 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2577005 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2577006 T11791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@573929c9 name:ZooKeeperConnection Watcher:127.0.0.1:41634/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2577006 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2577008 T11769 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 2577010 T11769 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 2577012 T11769 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 2577014 T11769 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 2577015 T11769 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 2577017 T11769 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 2577018 T11769 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37494_xp_ [junit4] 2> 2577019 T11769 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37494_xp_ [junit4] 2> 2577020 T11769 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 2577021 T11769 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 2577024 T11769 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:37494_xp_ [junit4] 2> 2577024 T11769 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2577025 T11769 oasc.Overseer.start Overseer (id=92196517960089603-127.0.0.1:37494_xp_-n_0000000000) starting [junit4] 2> 2577027 T11769 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 2577032 T11793 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2577032 T11769 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 2577035 T11769 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 2577036 T11769 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2577037 T11792 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2577041 T11794 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 2577041 T11794 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2577042 T11794 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2577042 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2577043 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2577043 T11792 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:37494/xp_", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:37494_xp_", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "numShards":"1", [junit4] 2> "core_node_name":null} [junit4] 2> 2577044 T11792 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 2577044 T11792 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 2577045 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2577046 T11795 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> 2578043 T11794 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 2578044 T11794 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 2578044 T11794 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2578045 T11794 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 2578045 T11794 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2578046 T11794 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/collection1/' [junit4] 2> 2578047 T11794 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 2578048 T11794 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 2578048 T11794 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 2578112 T11794 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 2578156 T11794 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2578258 T11794 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2578266 T11794 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2578611 T11794 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2578614 T11794 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2578616 T11794 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2578620 T11794 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2578635 T11794 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 2578636 T11794 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2578636 T11794 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-002/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/control/data/ [junit4] 2> 2578636 T11794 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@10881e1 [junit4] 2> 2578637 T11794 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/control/data [junit4] 2> 2578637 T11794 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/control/data/index/ [junit4] 2> 2578637 T11794 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/control/data/index' doesn't exist. Creating new index... [junit4] 2> 2578640 T11794 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/control/data/index [junit4] 2> 2578640 T11794 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5de11b72 [junit4] 2> 2578641 T11794 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@515010d5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65d10984),segFN=segments_1,generation=1} [junit4] 2> 2578641 T11794 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2578644 T11794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2578644 T11794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2578644 T11794 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2578645 T11794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2578645 T11794 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2578645 T11794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2578646 T11794 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2578646 T11794 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2578646 T11794 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2578647 T11794 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2578647 T11794 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2578647 T11794 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2578648 T11794 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2578648 T11794 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2578648 T11794 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2578649 T11794 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2578649 T11794 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2578668 T11794 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2578673 T11794 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2578674 T11794 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2578674 T11794 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=83.9111328125, floorSegmentMB=0.4228515625, forceMergeDeletesPctAllowed=3.9077758115889374, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3082978821069034 [junit4] 2> 2578675 T11794 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@515010d5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65d10984),segFN=segments_1,generation=1} [junit4] 2> 2578675 T11794 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2578675 T11794 oass.SolrIndexSearcher.<init> Opening Searcher@4e32f0a1[collection1] main [junit4] 2> 2578676 T11794 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 2578676 T11794 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2578677 T11794 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2578677 T11794 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2578677 T11794 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2578677 T11794 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2578678 T11794 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 2578678 T11794 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2578679 T11794 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 2578680 T11794 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 2578681 T11794 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2578681 T11794 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2578683 T11796 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e32f0a1[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2578684 T11794 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2578685 T11799 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37494/xp_ collection:control_collection shard:shard1 [junit4] 2> 2578685 T11769 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1 [junit4] 2> 2578686 T11769 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2578686 T11799 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 2578687 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2578688 T11801 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e3ef5a9 name:ZooKeeperConnection Watcher:127.0.0.1:41634/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2578688 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2578691 T11769 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2578692 T11799 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 2578692 T11769 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2578693 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2578693 T11799 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2578694 T11799 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C9943 name=collection1 org.apache.solr.core.SolrCore@5a086987 url=http://127.0.0.1:37494/xp_/collection1 node=127.0.0.1:37494_xp_ C9943_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:37494/xp_, core=collection1, node_name=127.0.0.1:37494_xp_} [junit4] 2> 2578694 T11799 C9943 P37494 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37494/xp_/collection1/ [junit4] 2> 2578695 T11799 C9943 P37494 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2578695 T11799 C9943 P37494 oasc.SyncStrategy.syncToMe http://127.0.0.1:37494/xp_/collection1/ has no replicas [junit4] 2> 2578695 T11799 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37494/xp_/collection1/ shard1 [junit4] 2> 2578696 T11799 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 2578698 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2578702 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2578703 T11795 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> 2578703 T11802 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> 2578707 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2578709 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2578811 T11795 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> 2578811 T11802 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> 2578859 T11799 oasc.ZkController.register We are http://127.0.0.1:37494/xp_/collection1/ and leader is http://127.0.0.1:37494/xp_/collection1/ [junit4] 2> 2578860 T11799 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37494/xp_ [junit4] 2> 2578860 T11799 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 2578860 T11799 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 2578860 T11799 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2578861 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2578861 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2578862 T11804 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2578862 T11799 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2578863 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2578863 T11792 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"http://127.0.0.1:37494/xp_", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:37494_xp_", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "numShards":"3", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 2578865 T11804 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2578966 T11804 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> 2578966 T11802 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> 2579813 T11769 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2579816 T11769 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2579819 T11769 oejs.AbstractConnector.doStart Started [email protected]:53150 [junit4] 2> 2579819 T11769 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2579819 T11769 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2579820 T11769 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003 [junit4] 2> 2579820 T11769 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/' [junit4] 2> 2579849 T11769 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/solr.xml [junit4] 2> 2579899 T11769 oasc.CoreContainer.<init> New CoreContainer 262091943 [junit4] 2> 2579900 T11769 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/] [junit4] 2> 2579900 T11769 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2579901 T11769 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2579901 T11769 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2579901 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2579901 T11769 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2579902 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2579902 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2579902 T11769 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2579902 T11769 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2579903 T11769 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2579903 T11769 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2579903 T11769 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2579903 T11769 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2579904 T11769 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41634/solr [junit4] 2> 2579904 T11769 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2579905 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2579906 T11815 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d39c7f4 name:ZooKeeperConnection Watcher:127.0.0.1:41634 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2579907 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2579909 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2579910 T11817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51221f4c name:ZooKeeperConnection Watcher:127.0.0.1:41634/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2579910 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2579915 T11769 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2580918 T11769 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53150_xp_ [junit4] 2> 2580919 T11769 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53150_xp_ [junit4] 2> 2580929 T11819 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 2580929 T11819 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2580930 T11804 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2580930 T11819 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2580930 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2580930 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2580932 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2580932 T11792 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:53150/xp_", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53150_xp_", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"3", [junit4] 2> "core_node_name":null} [junit4] 2> 2580933 T11792 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3] [junit4] 2> 2580933 T11792 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2 [junit4] 2> 2580934 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2580935 T11795 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> 2580935 T11802 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> 2580935 T11818 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> 2581931 T11819 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 2581932 T11819 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 2581932 T11819 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2581932 T11819 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2581933 T11819 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2581933 T11819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/collection1/' [junit4] 2> 2581935 T11819 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 2581936 T11819 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 2581937 T11819 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 2582000 T11819 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 2582044 T11819 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2582145 T11819 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2582154 T11819 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2582498 T11819 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2582501 T11819 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2582502 T11819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2582507 T11819 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2582522 T11819 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 2582522 T11819 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2582523 T11819 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-003/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty1/ [junit4] 2> 2582523 T11819 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@10881e1 [junit4] 2> 2582524 T11819 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty1 [junit4] 2> 2582524 T11819 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty1/index/ [junit4] 2> 2582524 T11819 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty1/index' doesn't exist. Creating new index... [junit4] 2> 2582526 T11819 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty1/index [junit4] 2> 2582527 T11819 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@6a6c4398 [junit4] 2> 2582527 T11819 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@309c8813 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69c9e6bd),segFN=segments_1,generation=1} [junit4] 2> 2582528 T11819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2582531 T11819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2582531 T11819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2582532 T11819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2582532 T11819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2582532 T11819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2582532 T11819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2582533 T11819 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2582533 T11819 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2582533 T11819 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2582534 T11819 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2582534 T11819 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2582535 T11819 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2582535 T11819 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2582535 T11819 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2582536 T11819 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2582536 T11819 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2582537 T11819 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2582555 T11819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2582560 T11819 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2582561 T11819 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2582561 T11819 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=83.9111328125, floorSegmentMB=0.4228515625, forceMergeDeletesPctAllowed=3.9077758115889374, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3082978821069034 [junit4] 2> 2582562 T11819 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@309c8813 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69c9e6bd),segFN=segments_1,generation=1} [junit4] 2> 2582562 T11819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2582562 T11819 oass.SolrIndexSearcher.<init> Opening Searcher@1039972c[collection1] main [junit4] 2> 2582563 T11819 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2582564 T11819 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2582564 T11819 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2582564 T11819 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2582564 T11819 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2582565 T11819 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2582565 T11819 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 2582566 T11819 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2582566 T11819 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 2582566 T11819 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2582569 T11820 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1039972c[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2582571 T11819 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2582572 T11823 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53150/xp_ collection:collection1 shard:shard2 [junit4] 2> 2582572 T11769 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1 [junit4] 2> 2582572 T11769 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2582572 T11823 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election [junit4] 2> 2582576 T11823 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 2582578 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582578 T11823 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2582578 T11823 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C9944 name=collection1 org.apache.solr.core.SolrCore@384467c0 url=http://127.0.0.1:53150/xp_/collection1 node=127.0.0.1:53150_xp_ C9944_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:53150/xp_, core=collection1, node_name=127.0.0.1:53150_xp_} [junit4] 2> 2582578 T11823 C9944 P53150 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53150/xp_/collection1/ [junit4] 2> 2582579 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2582579 T11823 C9944 P53150 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2582579 T11823 C9944 P53150 oasc.SyncStrategy.syncToMe http://127.0.0.1:53150/xp_/collection1/ has no replicas [junit4] 2> 2582579 T11823 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53150/xp_/collection1/ shard2 [junit4] 2> 2582579 T11823 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 [junit4] 2> 2582580 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582581 T11795 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> 2582581 T11818 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> 2582581 T11802 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> 2582583 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582584 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2582585 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582687 T11802 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> 2582687 T11795 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> 2582687 T11818 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> 2582736 T11823 oasc.ZkController.register We are http://127.0.0.1:53150/xp_/collection1/ and leader is http://127.0.0.1:53150/xp_/collection1/ [junit4] 2> 2582737 T11823 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53150/xp_ [junit4] 2> 2582737 T11823 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 2582737 T11823 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 2582737 T11823 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2582738 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582738 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582738 T11804 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582739 T11823 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2582740 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2582740 T11792 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"active", [junit4] 2> "base_url":"http://127.0.0.1:53150/xp_", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53150_xp_", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"3", [junit4] 2> "core_node_name":"core_node1"} [junit4] 2> 2582742 T11804 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2582843 T11804 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> 2582843 T11818 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> 2582843 T11802 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> 2583932 T11769 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2583933 T11769 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2583948 T11769 oejs.AbstractConnector.doStart Started [email protected]:56080 [junit4] 2> 2583949 T11769 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2583949 T11769 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2583950 T11769 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004 [junit4] 2> 2583950 T11769 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/' [junit4] 2> 2583979 T11769 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/solr.xml [junit4] 2> 2584030 T11769 oasc.CoreContainer.<init> New CoreContainer 953831441 [junit4] 2> 2584031 T11769 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/] [junit4] 2> 2584032 T11769 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2584032 T11769 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2584032 T11769 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2584032 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2584033 T11769 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2584033 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2584033 T11769 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2584033 T11769 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2584033 T11769 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2584034 T11769 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2584034 T11769 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2584034 T11769 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2584035 T11769 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2584035 T11769 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41634/solr [junit4] 2> 2584035 T11769 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2584036 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2584038 T11834 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bea940 name:ZooKeeperConnection Watcher:127.0.0.1:41634 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2584039 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2584043 T11769 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2584044 T11836 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@196d3e0b name:ZooKeeperConnection Watcher:127.0.0.1:41634/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2584044 T11769 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2584050 T11769 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2585053 T11769 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56080_xp_ [junit4] 2> 2585054 T11769 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56080_xp_ [junit4] 2> 2585064 T11838 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 2585064 T11838 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2585065 T11804 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2585065 T11838 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2585065 T11795 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2585065 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2585067 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2585068 T11792 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={ [junit4] 2> "operation":"state", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:56080/xp_", [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:56080_xp_", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "numShards":"3", [junit4] 2> "core_node_name":null} [junit4] 2> 2585068 T11792 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3 [junit4] 2> 2585068 T11792 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 2585069 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2585070 T11803 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> 2585070 T11837 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> 2585070 T11802 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> 2585070 T11818 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> 2586067 T11838 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 2586068 T11838 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 2586069 T11838 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2586069 T11838 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2586069 T11838 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2586070 T11838 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/collection1/' [junit4] 2> 2586072 T11838 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 2586073 T11838 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 2586074 T11838 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 2586152 T11838 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0 [junit4] 2> 2586203 T11838 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2586305 T11838 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2586315 T11838 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2586700 T11838 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2586703 T11838 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2586705 T11838 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2586709 T11838 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2586725 T11838 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 2586725 T11838 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2586725 T11838 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-004/collection1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty2/ [junit4] 2> 2586726 T11838 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@10881e1 [junit4] 2> 2586726 T11838 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty2 [junit4] 2> 2586727 T11838 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty2/index/ [junit4] 2> 2586727 T11838 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty2/index' doesn't exist. Creating new index... [junit4] 2> 2586729 T11838 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.FullSolrCloudDistribCmdsTest-4DFF7B21F06DFADE-001/tempDir-001/jetty2/index [junit4] 2> 2586730 T11838 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7cc128f9 [junit4] 2> 2586730 T11838 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@16733dad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d69336b),segFN=segments_1,generation=1} [junit4] 2> 2586731 T11838 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2586734 T11838 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2586735 T11838 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2586735 T11838 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2586735 T11838 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2586735 T11838 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2586736 T11838 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2586736 T11838 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2586736 T11838 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2586737 T11838 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2586737 T11838 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2586738 T11838 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2586738 T11838 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2586738 T11838 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2586738 T11838 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2586739 T11838 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2586739 T11838 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2586740 T11838 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2586767 T11838 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2586773 T11838 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2586773 T11838 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2586773 T11838 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=83.9111328125, floorSegmentMB=0.4228515625, forceMergeDeletesPctAllowed=3.9077758115889374, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3082978821069034 [junit4] 2> 2586774 T11838 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@16733dad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d69336b),segFN=segments_1,generation=1} [junit4] 2> 2586774 T11838 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2586775 T11838 oass.SolrIndexSearcher.<init> Opening Searcher@e853305[collection1] main [junit4] 2> 2586775 T11838 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2586776 T11838 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2586776 T11838 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2586776 T11838 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2586776 T11838 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2586777 T11838 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2586777 T11838 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 2586778 T11838 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2586778 T11838 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 2586778 T11838 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2586781 T11839 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e853305[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2586783 T11838 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2586783 T11842 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56080/xp_ collection:collection1 shard:shard1 [junit4] 2> 2586784 T11769 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1 [junit4] 2> 2586784 T11769 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2586784 T11842 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election [junit4] 2> 2586788 T11842 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 2586789 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2586789 T11842 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2586790 T11842 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C9945 name=collection1 org.apache.solr.core.SolrCore@17595e37 url=http://127.0.0.1:56080/xp_/collection1 node=127.0.0.1:56080_xp_ C9945_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:56080/xp_, core=collection1, node_name=127.0.0.1:56080_xp_} [junit4] 2> 2586790 T11842 C9945 P56080 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56080/xp_/collection1/ [junit4] 2> 2586790 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2586790 T11842 C9945 P56080 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2586791 T11842 C9945 P56080 oasc.SyncStrategy.syncToMe http://127.0.0.1:56080/xp_/collection1/ has no replicas [junit4] 2> 2586791 T11842 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56080/xp_/collection1/ shard1 [junit4] 2> 2586791 T11842 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 [junit4] 2> 2586792 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2586792 T11837 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> 2586792 T11802 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> 2586792 T11818 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> 2586792 T11803 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> 2586795 T11792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 2586796 T11803 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2586898 T11837 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> 2586898 T11802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (liv [...truncated too long message...] ThreadedOCPTest-4DFF7B21F06DFADE-001/tempDir-006/ocptest1_shard1_replica1/data/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-4DFF7B21F06DFADE-001/tempDir-006/ocptest1_shard1_replica1/data/index;done=false>>] [junit4] 2> 4274842 T17874 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-4DFF7B21F06DFADE-001/tempDir-006/ocptest1_shard1_replica1/data/index [junit4] 2> 4274843 T19414 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:39263__ [junit4] 2> 4274844 T17982 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 4274844 T19416 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:302) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:299) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:299) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:317) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289) [junit4] 2> [junit4] 2> 4274846 T17874 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_,null} [junit4] 2> 4279803 T17874 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 4279806 T17874 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33273 33273 [junit4] 2> 4280023 T17875 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33273 33273 [junit4] 2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory. [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=MultiThreadedOCPTest -Dtests.method=testDistribSearch -Dtests.seed=4DFF7B21F06DFADE -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt -Dtests.locale=nl_BE -Dtests.timezone=Pacific/Samoa -Dtests.file.encoding=US-ASCII [junit4] FAILURE 55.0s J1 | MultiThreadedOCPTest.testDistribSearch <<< [junit4] > Throwable #1: java.lang.AssertionError: We have a failed SPLITSHARD task [junit4] > at __randomizedtesting.SeedInfo.seed([4DFF7B21F06DFADE:CC19F53987329AE2]:0) [junit4] > at org.apache.solr.cloud.MultiThreadedOCPTest.testTaskExclusivity(MultiThreadedOCPTest.java:125) [junit4] > at org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:71) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 4280041 T17874 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./temp/solr.cloud.MultiThreadedOCPTest-4DFF7B21F06DFADE-001 [junit4] 2> 54966 T17873 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=nl_BE, timezone=Pacific/Samoa [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60 (64-bit)/cpus=16,threads=1,free=340452504,total=511705088 [junit4] 2> NOTE: All tests run in this JVM: [ZkSolrClientTest, TestPhraseSuggestions, DistributedQueryComponentCustomSortTest, PolyFieldTest, SimplePostToolTest, ScriptEngineTest, TestFiltering, ResourceLoaderTest, DocValuesMissingTest, LukeRequestHandlerTest, TestDistribDocBasedVersion, TestFieldSortValues, SliceStateTest, SearchHandlerTest, RequestHandlersTest, ShardRoutingCustomTest, MergeStrategyTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestNonDefinedSimilarityFactory, TestMultiCoreConfBootstrap, TestSolrQueryParser, TestStressLucene, TestSchemaNameResource, TestMiniSolrCloudCluster, TestRealTimeGet, TestRandomFaceting, TestQueryTypes, CopyFieldTest, TestStressUserVersions, TestSimpleQParserPlugin, RollingRestartTest, SuggesterFSTTest, TestBinaryField, SolrIndexConfigTest, CircularListTest, HttpPartitionTest, TestPHPSerializedResponseWriter, BlockDirectoryTest, HdfsRecoveryZkTest, DateRangeFieldTest, TestBadConfig, IndexSchemaRuntimeFieldTest, TestWriterPerf, ClusterStateTest, SchemaVersionSpecificBehaviorTest, SpatialFilterTest, TestCharFilters, UUIDFieldTest, BJQParserTest, FileBasedSpellCheckerTest, TestIndexingPerformance, StressHdfsTest, DOMUtilTest, LoggingHandlerTest, TestMaxScoreQueryParser, OpenCloseCoreStressTest, TestSystemIdResolver, TestDistributedMissingSort, CollectionsAPIDistributedZkTest, TestAtomicUpdateErrorCases, URLClassifyProcessorTest, DocValuesTest, ChaosMonkeySafeLeaderTest, NoFacetTest, TestPseudoReturnFields, HardAutoCommitTest, TestCloudManagedSchema, TestJoin, TestNonNRTOpen, SoftAutoCommitTest, TestCloudSchemaless, TestShortCircuitedRequests, TestQuerySenderNoQuery, DistributedExpandComponentTest, TestDistributedGrouping, UniqFieldsUpdateProcessorFactoryTest, TestLazyCores, TestSolrXMLSerializer, TestModifyConfFiles, TestShardHandlerFactory, TestBM25SimilarityFactory, TermVectorComponentTest, FullSolrCloudDistribCmdsTest, TestRandomMergePolicy, CachingDirectoryFactoryTest, QueryElevationComponentTest, RankQueryTest, BadCopyFieldTest, TestRestManager, TestSuggestSpellingConverter, TestSolr4Spatial2, TestIBSimilarityFactory, TestPostingsSolrHighlighter, TestExpandComponent, HdfsLockFactoryTest, BasicDistributedZk2Test, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, AutoCommitTest, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestReload, DistributedTermsComponentTest, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, TestTrie, TestCSVLoader, SolrCoreCheckLockOnStartupTest, DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, DocumentAnalysisRequestHandlerTest, TestValueSourceCache, MoreLikeThisHandlerTest, FastVectorHighlighterTest, SolrPluginUtilsTest, TestCollationField, TestCSVResponseWriter, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestComponentsName, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, AlternateDirectoryTest, ResponseLogComponentTest, MultiTermTest, SampleTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, AbstractAnalyticsStatsTest, AbstractAnalyticsFacetTest, FieldFacetExtrasTest, QueryFacetTest, FunctionTest, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, DeleteInactiveReplicaTest, DeleteShardTest, MultiThreadedOCPTest] [junit4] Completed on J1 in 55.76s, 1 test, 1 failure <<< FAILURES! [...truncated 215 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:474: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:447: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:45: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:37: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:189: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:496: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1298: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:922: There were test failures: 422 suites, 1754 tests, 1 error, 1 failure, 51 ignored (9 assumptions) Total time: 198 minutes 11 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Sending artifact delta relative to Lucene-Solr-NightlyTests-trunk #592 Archived 3 artifacts Archive block size is 32768 Received 0 blocks and 656879636 bytes Compression is 0.0% Took 1 min 42 sec Recording test results Email was triggered for: Failure Sending email for trigger: Failure
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
