Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2166/
2 tests failed. REGRESSION: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:62846, http://127.0.0.1:58982, http://127.0.0.1:35477] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:62846, http://127.0.0.1:58982, http://127.0.0.1:35477] at __randomizedtesting.SeedInfo.seed([A3CD133EFCED7A70:222B9D268BB21A4C]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117) at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) 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: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : customcollreplicadeletion/a/core_node2 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) ... 46 more REGRESSION: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:55852, https://127.0.0.1:55855, https://127.0.0.1:55874, https://127.0.0.1:55861, https://127.0.0.1:55847] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:55852, https://127.0.0.1:55855, https://127.0.0.1:55874, https://127.0.0.1:55861, https://127.0.0.1:55847] at __randomizedtesting.SeedInfo.seed([A3CD133EFCED7A70:222B9D268BB21A4C]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) 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: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node3 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) ... 47 more Build Log: [...truncated 11156 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest [junit4] 2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/init-core-data-001 [junit4] 2> 657970 T1327 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false) [junit4] 2> 657970 T1327 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 657975 T1327 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 657976 T1327 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 657977 T1328 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 658077 T1327 oasc.ZkTestServer.run start zk server on port:41997 [junit4] 2> 658078 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 658079 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 658083 T1334 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e3db154 name:ZooKeeperConnection Watcher:127.0.0.1:41997 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 658083 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 658083 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 658084 T1327 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 658086 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 658087 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 658088 T1336 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15ec85e2 name:ZooKeeperConnection Watcher:127.0.0.1:41997/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 658088 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 658088 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 658089 T1327 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 658090 T1327 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 658091 T1327 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 658092 T1327 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 658094 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 658094 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 658096 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 658097 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 658199 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 658200 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 658201 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 658202 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 658203 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 658204 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 658206 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 658206 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 658208 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 658209 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 658210 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 658211 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 658213 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 658214 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 658215 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 658216 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 658217 T1327 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 658218 T1327 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 659676 T1327 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 659680 T1327 oejs.AbstractConnector.doStart Started [email protected]:62846 [junit4] 2> 659681 T1327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 659681 T1327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 659681 T1327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002 [junit4] 2> 659681 T1327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/' [junit4] 2> 659724 T1327 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/solr.xml [junit4] 2> 659777 T1327 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002 [junit4] 2> 659778 T1327 oasc.CoreContainer.<init> New CoreContainer 1016366856 [junit4] 2> 659778 T1327 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/] [junit4] 2> 659779 T1327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 659780 T1327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 659780 T1327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 659780 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 659780 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 659780 T1327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 659781 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 659781 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 659781 T1327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 659781 T1327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 659782 T1327 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 659782 T1327 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 659782 T1327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 659782 T1327 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 659783 T1327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41997/solr [junit4] 2> 659783 T1327 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 659783 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 659784 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 659785 T1347 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b2d3d4a name:ZooKeeperConnection Watcher:127.0.0.1:41997 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 659786 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 659786 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 659788 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 659789 T1349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@241b36ab name:ZooKeeperConnection Watcher:127.0.0.1:41997/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 659789 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 659790 T1327 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 659792 T1327 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 659793 T1327 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 659795 T1327 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 659796 T1327 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 659798 T1327 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 659798 T1327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62846_ [junit4] 2> 659799 T1327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62846_ [junit4] 2> 659800 T1327 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 659801 T1327 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 659802 T1327 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 659803 T1327 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62846_ [junit4] 2> 659804 T1327 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 659805 T1327 oasc.Overseer.start Overseer (id=92599211446566915-127.0.0.1:62846_-n_0000000000) starting [junit4] 2> 659806 T1327 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 659810 T1327 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 659811 T1351 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 659811 T1327 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 659813 T1327 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 659814 T1327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 659815 T1350 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 659818 T1327 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002 [junit4] 2> 659837 T1327 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/conf/ [junit4] 2> 660674 T1327 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 660675 T1327 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1 [junit4] 2> 660675 T1327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 660676 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 660676 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 660677 T1355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c344825 name:ZooKeeperConnection Watcher:127.0.0.1:41997/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 660678 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 660678 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 660679 T1327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 660681 T1327 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 660681 T1327 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 660681 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 660682 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 660683 T1357 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31c58c0d name:ZooKeeperConnection Watcher:127.0.0.1:41997/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 660683 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 660684 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 660686 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 660688 T1350 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 660688 T1350 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 660688 T1350 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 660690 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 660691 T1358 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> 660691 T1359 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> 662310 T1327 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 662311 T1327 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 662315 T1327 oejs.AbstractConnector.doStart Started [email protected]:58982 [junit4] 2> 662315 T1327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 662316 T1327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 662316 T1327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-003 [junit4] 2> 662316 T1327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-003/' [junit4] 2> 662378 T1327 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-003/solr.xml [junit4] 2> 662467 T1327 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-003 [junit4] 2> 662468 T1327 oasc.CoreContainer.<init> New CoreContainer 1455736736 [junit4] 2> 662468 T1327 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-003/] [junit4] 2> 662470 T1327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 662470 T1327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 662470 T1327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 662471 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 662471 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 662471 T1327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 662472 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 662472 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 662472 T1327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 662473 T1327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 662473 T1327 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 662474 T1327 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 662474 T1327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 662474 T1327 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 662475 T1327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41997/solr [junit4] 2> 662475 T1327 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 662476 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 662476 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 662478 T1370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@110e05e1 name:ZooKeeperConnection Watcher:127.0.0.1:41997 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 662479 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 662479 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 662481 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 662482 T1372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56e0785c name:ZooKeeperConnection Watcher:127.0.0.1:41997/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 662483 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 662487 T1327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 663492 T1327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58982_ [junit4] 2> 663493 T1327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58982_ [junit4] 2> 663496 T1327 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 663499 T1327 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-003 [junit4] 2> 664536 T1327 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-003/conf/ [junit4] 2> 664538 T1327 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 664539 T1327 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1 [junit4] 2> 664539 T1327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 665524 T1327 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 665524 T1327 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 665527 T1327 oejs.AbstractConnector.doStart Started [email protected]:35477 [junit4] 2> 665528 T1327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 665528 T1327 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 665529 T1327 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004 [junit4] 2> 665529 T1327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/' [junit4] 2> 665558 T1327 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/solr.xml [junit4] 2> 665599 T1327 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004 [junit4] 2> 665600 T1327 oasc.CoreContainer.<init> New CoreContainer 505985693 [junit4] 2> 665600 T1327 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/] [junit4] 2> 665601 T1327 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 665601 T1327 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 665601 T1327 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 665602 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 665602 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 665602 T1327 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 665602 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 665603 T1327 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 665603 T1327 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 665603 T1327 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 665603 T1327 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 665604 T1327 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 665604 T1327 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 665604 T1327 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 665605 T1327 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41997/solr [junit4] 2> 665605 T1327 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 665605 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 665606 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 665607 T1385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f3a8e3 name:ZooKeeperConnection Watcher:127.0.0.1:41997 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 665608 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 665608 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 665610 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 665611 T1387 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7cf90805 name:ZooKeeperConnection Watcher:127.0.0.1:41997/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 665611 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 665615 T1327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 666618 T1327 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35477_ [junit4] 2> 666619 T1327 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35477_ [junit4] 2> 666623 T1327 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 666627 T1327 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004 [junit4] 2> 666632 T1327 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/conf/ [junit4] 2> 667782 T1327 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 667784 T1327 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1 [junit4] 2> 667784 T1327 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 667786 T1327 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: customcollreplicadeletion [junit4] 2> 667787 T1327 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 667788 T1327 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 667789 T1391 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e4f9ebd name:ZooKeeperConnection Watcher:127.0.0.1:41997/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 667789 T1327 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 667790 T1327 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 667792 T1327 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 667797 T1377 oasha.CollectionsHandler.handleCreateAction Creating Collection : name=customcollreplicadeletion&numShards=1&action=CREATE&stateFormat=2&router.name=implicit&shards=a,b&maxShardsPerNode=5&version=2&replicationFactor=1&wt=javabin [junit4] 2> 667798 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 667799 T1351 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{ [junit4] 2> "operation":"create", [junit4] 2> "fromApi":"true", [junit4] 2> "name":"customcollreplicadeletion", [junit4] 2> "replicationFactor":"1", [junit4] 2> "numShards":"1", [junit4] 2> "maxShardsPerNode":"5", [junit4] 2> "shards":"a,b", [junit4] 2> "stateFormat":"2", [junit4] 2> "router.name":"implicit"} [junit4] 2> 667800 T1392 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , { [junit4] 2> "operation":"create", [junit4] 2> "fromApi":"true", [junit4] 2> "name":"customcollreplicadeletion", [junit4] 2> "replicationFactor":"1", [junit4] 2> "numShards":"1", [junit4] 2> "maxShardsPerNode":"5", [junit4] 2> "shards":"a,b", [junit4] 2> "stateFormat":"2", [junit4] 2> "router.name":"implicit"} [junit4] 2> 667801 T1392 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 667801 T1392 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/customcollreplicadeletion [junit4] 2> 667802 T1392 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion [junit4] 2> 667805 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 667807 T1350 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: customcollreplicadeletion [junit4] 2> 667807 T1350 oasc.Overseer$ClusterStateUpdater.createCollection Create collection customcollreplicadeletion with shards [a, b] [junit4] 2> 667808 T1350 oasc.Overseer$ClusterStateUpdater.createCollection state version customcollreplicadeletion 2 [junit4] 2> 667809 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 667811 T1373 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> 667811 T1393 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> 667811 T1388 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> 667811 T1359 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> 667811 T1358 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> 667905 T1392 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection customcollreplicadeletion, shardNames [a, b] , replicationFactor : 1 [junit4] 2> 667906 T1392 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_a_replica1 as part of slice a of collection customcollreplicadeletion on 127.0.0.1:62846_ [junit4] 2> 667907 T1392 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_b_replica1 as part of slice b of collection customcollreplicadeletion on 127.0.0.1:35477_ [junit4] 2> 667911 T1341 oasha.CoreAdminHandler.handleCreateAction core create command name=customcollreplicadeletion_a_replica1&shard=a&numShards=2&action=CREATE&qt=/admin/cores&collection.configName=conf1&version=2&wt=javabin&collection=customcollreplicadeletion [junit4] 2> 667911 T1378 oasha.CoreAdminHandler.handleCreateAction core create command name=customcollreplicadeletion_b_replica1&shard=b&numShards=2&action=CREATE&qt=/admin/cores&collection.configName=conf1&version=2&wt=javabin&collection=customcollreplicadeletion [junit4] 2> 667914 T1378 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=down collection=customcollreplicadeletion [junit4] 2> 667915 T1341 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=down collection=customcollreplicadeletion [junit4] 2> 667916 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 667917 T1378 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion [junit4] 2> 667917 T1378 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion [junit4] 2> 667917 T1341 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion [junit4] 2> 667918 T1378 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... [junit4] 2> 667919 T1378 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 [junit4] 2> 667919 T1350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "node_name":"127.0.0.1:35477_", [junit4] 2> "base_url":"http://127.0.0.1:35477", [junit4] 2> "operation":"state", [junit4] 2> "shard":"b", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "roles":null, [junit4] 2> "core":"customcollreplicadeletion_b_replica1", [junit4] 2> "collection":"customcollreplicadeletion"} [junit4] 2> 667919 T1378 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 667925 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 667925 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 667926 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 667926 T1341 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion [junit4] 2> 667927 T1341 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... [junit4] 2> 667928 T1341 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 667928 T1341 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 667930 T1350 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 667931 T1350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "node_name":"127.0.0.1:62846_", [junit4] 2> "base_url":"http://127.0.0.1:62846", [junit4] 2> "operation":"state", [junit4] 2> "shard":"a", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "roles":null, [junit4] 2> "core":"customcollreplicadeletion_a_replica1", [junit4] 2> "collection":"customcollreplicadeletion"} [junit4] 2> 667932 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 667933 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 667933 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 667933 T1358 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 667934 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 667935 T1358 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 668920 T1378 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_b_replica1 [junit4] 2> 668921 T1378 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion [junit4] 2> 668922 T1378 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 668922 T1378 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 668923 T1378 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 668923 T1378 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/customcollreplicadeletion_b_replica1/' [junit4] 2> 668929 T1341 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_a_replica1 [junit4] 2> 668930 T1341 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion [junit4] 2> 668930 T1341 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 668931 T1341 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 668931 T1341 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 668932 T1341 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/customcollreplicadeletion_a_replica1/' [junit4] 2> 669413 T1341 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 669419 T1378 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 669467 T1341 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 669469 T1341 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 669472 T1378 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 669479 T1341 oass.IndexSchema.readSchema [customcollreplicadeletion_a_replica1] Schema name=test [junit4] 2> 669574 T1378 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 669585 T1378 oass.IndexSchema.readSchema [customcollreplicadeletion_b_replica1] Schema name=test [junit4] 2> 669858 T1341 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 669868 T1341 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 669871 T1341 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 669881 T1341 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 669885 T1341 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 669890 T1341 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 669890 T1341 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 669892 T1341 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 669892 T1341 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 669893 T1341 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 669893 T1341 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 669894 T1341 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_a_replica1' using configuration from collection customcollreplicadeletion [junit4] 2> 669894 T1341 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 669894 T1341 oasc.SolrCore.<init> [customcollreplicadeletion_a_replica1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/customcollreplicadeletion_a_replica1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/customcollreplicadeletion_a_replica1/data/ [junit4] 2> 669895 T1341 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b69b6a2 [junit4] 2> 669896 T1341 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/customcollreplicadeletion_a_replica1/data [junit4] 2> 669896 T1341 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index/ [junit4] 2> 669897 T1341 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_a_replica1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 669897 T1341 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index [junit4] 2> 669898 T1341 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22001336301035385] [junit4] 2> 669899 T1341 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-211c1aa9)),segFN=segments_1,generation=1} [junit4] 2> 669899 T1341 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 669904 T1341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 669905 T1341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 669905 T1341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 669905 T1341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 669906 T1341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 669906 T1341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 669907 T1341 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 669907 T1341 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 669908 T1341 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 669908 T1341 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 669909 T1341 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 669910 T1341 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 669910 T1341 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 669911 T1341 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 669911 T1341 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 669912 T1341 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 669912 T1341 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 669913 T1341 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 669913 T1341 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 669914 T1341 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 669935 T1341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 669937 T1341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 669939 T1341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 669942 T1341 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 669949 T1341 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 669949 T1341 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 669950 T1341 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6841927790547718] [junit4] 2> 669951 T1341 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-211c1aa9)),segFN=segments_1,generation=1} [junit4] 2> 669951 T1341 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 669952 T1341 oass.SolrIndexSearcher.<init> Opening Searcher@5026ec63[customcollreplicadeletion_a_replica1] main [junit4] 2> 669952 T1341 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 669953 T1341 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 669953 T1341 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 669953 T1341 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 669954 T1341 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 669954 T1341 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 669955 T1341 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 669955 T1341 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 669956 T1341 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 669957 T1341 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 669958 T1341 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 669958 T1341 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 669961 T1396 oasc.SolrCore.registerSearcher [customcollreplicadeletion_a_replica1] Registered new searcher Searcher@5026ec63[customcollreplicadeletion_a_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 669965 T1341 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_a_replica1 [junit4] 2> 669965 T1341 oasc.ZkController.register Register replica - core:customcollreplicadeletion_a_replica1 address:http://127.0.0.1:62846 collection:customcollreplicadeletion shard:a [junit4] 2> 669966 T1341 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/a/election [junit4] 2> 669967 T1378 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 669970 T1341 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard a [junit4] 2> 669971 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 669971 T1341 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 669971 T1341 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C169 name=customcollreplicadeletion_a_replica1 org.apache.solr.core.SolrCore@587f059f url=http://127.0.0.1:62846/customcollreplicadeletion_a_replica1 node=127.0.0.1:62846_ C169_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_a_replica1 props:{node_name=127.0.0.1:62846_, base_url=http://127.0.0.1:62846, state=down, core=customcollreplicadeletion_a_replica1} [junit4] 2> 669972 T1341 C169 P62846 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62846/customcollreplicadeletion_a_replica1/ [junit4] 2> 669972 T1341 C169 P62846 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 669973 T1341 C169 P62846 oasc.SyncStrategy.syncToMe http://127.0.0.1:62846/customcollreplicadeletion_a_replica1/ has no replicas [junit4] 2> 669973 T1341 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62846/customcollreplicadeletion_a_replica1/ a [junit4] 2> 669973 T1341 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/a [junit4] 2> 669973 T1350 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 669973 T1378 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 669975 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 669976 T1358 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 669976 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 669977 T1378 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 669977 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 669978 T1358 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 669979 T1350 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 669981 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 669981 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 669982 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 669982 T1358 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 669982 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 669983 T1358 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 669987 T1378 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 669991 T1378 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 669995 T1378 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 669996 T1378 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 669996 T1378 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 669996 T1378 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 669997 T1378 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 669997 T1378 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 669998 T1378 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_b_replica1' using configuration from collection customcollreplicadeletion [junit4] 2> 669998 T1378 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 669999 T1378 oasc.SolrCore.<init> [customcollreplicadeletion_b_replica1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/customcollreplicadeletion_b_replica1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/customcollreplicadeletion_b_replica1/data/ [junit4] 2> 669999 T1378 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b69b6a2 [junit4] 2> 670000 T1378 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/customcollreplicadeletion_b_replica1/data [junit4] 2> 670000 T1378 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index/ [junit4] 2> 670001 T1378 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_b_replica1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 670001 T1378 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-A3CD133EFCED7A70-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index [junit4] 2> 670002 T1378 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22001336301035385] [junit4] 2> 670003 T1378 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-41658d08)),segFN=segments_1,generation=1} [junit4] 2> 670003 T1378 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 670008 T1378 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 670009 T1378 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 670009 T1378 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 670010 T1378 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 670010 T1378 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 670010 T1378 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 670011 T1378 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 670011 T1378 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 670012 T1378 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 670012 T1378 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 670013 T1378 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 670013 T1378 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 670014 T1378 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 670015 T1378 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 670015 T1378 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 670015 T1378 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 670016 T1378 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 670016 T1378 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 670017 T1378 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 670018 T1378 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 670020 T1378 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 670022 T1378 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 670024 T1378 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 670026 T1378 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 670027 T1341 oasc.ZkController.register We are http://127.0.0.1:62846/customcollreplicadeletion_a_replica1/ and leader is http://127.0.0.1:62846/customcollreplicadeletion_a_replica1/ [junit4] 2> 670028 T1341 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_a_replica1 baseURL=http://127.0.0.1:62846 [junit4] 2> 670028 T1341 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 670028 T1341 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=active collection=customcollreplicadeletion [junit4] 2> 670029 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 670031 T1341 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 670031 T1378 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 670032 T1378 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 670032 T1341 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={name=customcollreplicadeletion_a_replica1&shard=a&numShards=2&action=CREATE&qt=/admin/cores&collection.configName=conf1&version=2&wt=javabin&collection=customcollreplicadeletion} status=0 QTime=2121 [junit4] 2> 670032 T1378 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6841927790547718] [junit4] 2> 670033 T1350 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 670033 T1350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "node_name":"127.0.0.1:62846_", [junit4] 2> "base_url":"http://127.0.0.1:62846", [junit4] 2> "operation":"state", [junit4] 2> "shard":"a", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "core":"customcollreplicadeletion_a_replica1", [junit4] 2> "collection":"customcollreplicadeletion"} [junit4] 2> 670033 T1378 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-41658d08)),segFN=segments_1,generation=1} [junit4] 2> 670034 T1378 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 670034 T1378 oass.SolrIndexSearcher.<init> Opening Searcher@61789881[customcollreplicadeletion_b_replica1] main [junit4] 2> 670035 T1378 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 670035 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 670035 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670035 T1378 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 670036 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 670035 T1358 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670036 T1378 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 670037 T1358 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 670037 T1378 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 670037 T1378 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 670037 T1378 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 670038 T1378 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 670038 T1378 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 670039 T1378 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 670039 T1378 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 670042 T1398 oasc.SolrCore.registerSearcher [customcollreplicadeletion_b_replica1] Registered new searcher Searcher@61789881[customcollreplicadeletion_b_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 670046 T1378 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_b_replica1 [junit4] 2> 670046 T1378 oasc.ZkController.register Register replica - core:customcollreplicadeletion_b_replica1 address:http://127.0.0.1:35477 collection:customcollreplicadeletion shard:b [junit4] 2> 670047 T1378 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/b/election [junit4] 2> 670050 T1378 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard b [junit4] 2> 670052 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 670052 T1378 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 670052 T1378 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C170 name=customcollreplicadeletion_b_replica1 org.apache.solr.core.SolrCore@2ca48b2b url=http://127.0.0.1:35477/customcollreplicadeletion_b_replica1 node=127.0.0.1:35477_ C170_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_b_replica1 props:{node_name=127.0.0.1:35477_, base_url=http://127.0.0.1:35477, state=down, core=customcollreplicadeletion_b_replica1} [junit4] 2> 670052 T1378 C170 P35477 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:35477/customcollreplicadeletion_b_replica1/ [junit4] 2> 670053 T1378 C170 P35477 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 670053 T1378 C170 P35477 oasc.SyncStrategy.syncToMe http://127.0.0.1:35477/customcollreplicadeletion_b_replica1/ has no replicas [junit4] 2> 670053 T1378 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:35477/customcollreplicadeletion_b_replica1/ b [junit4] 2> 670054 T1378 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/b [junit4] 2> 670054 T1350 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 670057 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 670057 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670057 T1358 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670058 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 670059 T1358 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 670062 T1350 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 670063 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 670064 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 670064 T1358 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670064 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670065 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 670065 T1358 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 670108 T1378 oasc.ZkController.register We are http://127.0.0.1:35477/customcollreplicadeletion_b_replica1/ and leader is http://127.0.0.1:35477/customcollreplicadeletion_b_replica1/ [junit4] 2> 670109 T1378 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_b_replica1 baseURL=http://127.0.0.1:35477 [junit4] 2> 670109 T1378 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 670109 T1378 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=active collection=customcollreplicadeletion [junit4] 2> 670110 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 670112 T1378 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 670113 T1378 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={name=customcollreplicadeletion_b_replica1&shard=b&numShards=2&action=CREATE&qt=/admin/cores&collection.configName=conf1&version=2&wt=javabin&collection=customcollreplicadeletion} status=0 QTime=2202 [junit4] 2> 670113 T1350 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 670114 T1350 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "node_name":"127.0.0.1:35477_", [junit4] 2> "base_url":"http://127.0.0.1:35477", [junit4] 2> "operation":"state", [junit4] 2> "shard":"b", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "core":"customcollreplicadeletion_b_replica1", [junit4] 2> "collection":"customcollreplicadeletion"} [junit4] 2> 670114 T1392 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: customcollreplicadeletion [junit4] 2> 670116 T1392 oasc.OverseerCollectionProcessor$Runner.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=2121},core=customcollreplicadeletion_a_replica1},null={responseHeader={status=0,QTime=2202},core=customcollreplicadeletion_b_replica1}}} [junit4] 2> 670117 T1388 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged [junit4] 2> 670117 T1350 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 670117 T1358 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 670118 T1388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670118 T1400 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 670118 T1388 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 [junit4] 2> 670119 T1377 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={name=customcollreplicadeletion&numShards=1&action=CREATE&stateFormat=2&router.name=implicit&shards=a,b&maxShardsPerNode=5&version=2&replicationFactor=1&wt=javabin} status=0 QTime=2322 [junit4] 2> 670119 T1400 oascc.ZkStateReader.updateWatchedCollection Updating data for [...truncated too long message...] enkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.DeleteReplicaTest-A3CD133EFCED7A70-001/tempDir-005/delLiveColl_shard1_replica1/data/index [junit4] 2> 2162379 T7471 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.DeleteReplicaTest-A3CD133EFCED7A70-001/tempDir-005/delLiveColl_shard1_replica1/data [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.DeleteReplicaTest-A3CD133EFCED7A70-001/tempDir-005/delLiveColl_shard1_replica1/data;done=false>>] [junit4] 2> 2162379 T7471 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.DeleteReplicaTest-A3CD133EFCED7A70-001/tempDir-005/delLiveColl_shard1_replica1/data [junit4] 2> 2162380 T7471 oasc.Overseer.close Overseer (id=92599296012779532-127.0.0.1:55861_-n_0000000003) closing [junit4] 2> 2162381 T7656 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:55861_ [junit4] 2> 2162383 T7660 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55874_ [junit4] 2> 2162383 T7660 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2162385 T7660 oasc.Overseer.start Overseer (id=92599296012779534-127.0.0.1:55874_-n_0000000004) starting [junit4] 2> 2162391 T7660 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 2162391 T7662 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2162392 T7661 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2163883 T7598 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 2163885 T7471 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null} [junit4] 2> 2165839 T7471 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 55874 [junit4] 2> 2165839 T7471 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1586464501 [junit4] 2> 2165841 T7471 oasc.Overseer.close Overseer (id=92599296012779534-127.0.0.1:55874_-n_0000000004) closing [junit4] 2> 2165841 T7661 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:55874_ [junit4] 2> 2165843 T7660 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 2165844 T7471 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null} [junit4] 2> 2170835 T7471 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 2170838 T7471 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:55843 55843 [junit4] 2> 2170903 T7472 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:55843 55843 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=A3CD133EFCED7A70 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es_BO -Dtests.timezone=America/Anchorage -Dtests.file.encoding=US-ASCII [junit4] ERROR 223s J3 | DeleteReplicaTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:55852, https://127.0.0.1:55855, https://127.0.0.1:55874, https://127.0.0.1:55861, https://127.0.0.1:55847] [junit4] > at __randomizedtesting.SeedInfo.seed([A3CD133EFCED7A70:222B9D268BB21A4C]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node3 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) [junit4] > ... 47 more [junit4] 2> 2170926 T7471 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J3/temp/solr.cloud.DeleteReplicaTest-A3CD133EFCED7A70-001 [junit4] 2> 223020 T7470 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=es_BO, timezone=America/Anchorage [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=53459856,total=314048512 [junit4] 2> NOTE: All tests run in this JVM: [TestSolrIndexConfig, PluginInfoTest, TestFreeTextSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestManagedResourceStorage, TestPseudoReturnFields, SharedFSAutoReplicaFailoverTest, CopyFieldTest, TestRealTimeGet, TestIntervalFaceting, TestQueryTypes, SharedFSAutoReplicaFailoverUtilsTest, TestBM25SimilarityFactory, BasicDistributedZk2Test, ExitableDirectoryReaderTest, DocValuesTest, TestConfig, CollectionsAPIDistributedZkTest, TestGroupingSearch, TestRemoteStreaming, TriLevelCompositeIdRoutingTest, TestCharFilters, SampleTest, DirectUpdateHandlerOptimizeTest, TestUtils, FieldAnalysisRequestHandlerTest, TestRandomDVFaceting, BasicDistributedZkTest, TestElisionMultitermQuery, TestSearcherReuse, SpatialFilterTest, DistanceFunctionTest, ZkCLITest, TestAnalyzeInfixSuggestions, TestSystemIdResolver, QueryElevationComponentTest, PingRequestHandlerTest, MinimalSchemaTest, HdfsLockFactoryTest, NotRequiredUniqueKeyTest, TestExpandComponent, TestFastOutputStream, TestWriterPerf, LeaderElectionTest, TestOrdValues, TestCloudManagedSchemaConcurrent, PreAnalyzedUpdateProcessorTest, DistribCursorPagingTest, TestExtendedDismaxParser, ConvertedLegacyTest, InfoHandlerTest, TestRangeQuery, TestLazyCores, MultiThreadedOCPTest, DistributedIntervalFacetingTest, TestManagedSchemaDynamicFieldResource, ChaosMonkeyNothingIsSafeTest, TestDistributedGrouping, OverseerTest, TestShortCircuitedRequests, ChaosMonkeySafeLeaderTest, DeleteReplicaTest] [junit4] Completed on J3 in 224.06s, 1 test, 1 error <<< FAILURES! [...truncated 700 lines...] BUILD FAILED /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:524: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:472: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:189: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:496: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1360: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:962: There were test failures: 437 suites, 1785 tests, 2 errors, 57 ignored (22 assumptions) Total time: 76 minutes 50 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2165 Archived 5 artifacts Archive block size is 32768 Received 0 blocks and 148211276 bytes Compression is 0.0% Took 27 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]
