Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2153/
1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:25765/lx_/pd, https://127.0.0.1:25741/lx_/pd, https://127.0.0.1:25751/lx_/pd, https://127.0.0.1:25773/lx_/pd, https://127.0.0.1:25733/lx_/pd] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:25765/lx_/pd, https://127.0.0.1:25741/lx_/pd, https://127.0.0.1:25751/lx_/pd, https://127.0.0.1:25773/lx_/pd, https://127.0.0.1:25733/lx_/pd] at __randomizedtesting.SeedInfo.seed([DCD0B5AD8AC7607:8C2B8542AFF3163B]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) 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_node2 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570) 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:343) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) ... 47 more Build Log: [...truncated 11516 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest [junit4] 2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/init-core-data-001 [junit4] 2> 1750376 T6675 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true) [junit4] 2> 1750376 T6675 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /lx_/pd [junit4] 2> 1750382 T6675 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 1750383 T6675 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1750383 T6676 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 1750483 T6675 oasc.ZkTestServer.run start zk server on port:25723 [junit4] 2> 1750484 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1750485 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1750487 T6682 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4706f8ee name:ZooKeeperConnection Watcher:127.0.0.1:25723 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1750488 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1750488 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1750488 T6675 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 1750491 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1750492 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1750493 T6684 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dbe1389 name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1750493 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1750494 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1750494 T6675 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 1750496 T6675 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 1750497 T6675 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 1750498 T6675 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 1750500 T6675 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> 1750500 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 1750503 T6675 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> 1750503 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 1750605 T6675 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> 1750605 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1750607 T6675 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> 1750608 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 1750610 T6675 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> 1750610 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 1750612 T6675 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> 1750613 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 1750614 T6675 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> 1750615 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 1750616 T6675 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> 1750617 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 1750619 T6675 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> 1750619 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1750621 T6675 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> 1750622 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 1750623 T6675 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> 1750624 T6675 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 1750626 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1750627 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1750628 T6686 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f82b731 name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1750628 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1750629 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1751732 T6675 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1751737 T6675 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 1751739 T6675 oejs.AbstractConnector.doStart Started [email protected]:25733 [junit4] 2> 1751741 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1751741 T6675 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1751741 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002 [junit4] 2> 1751741 T6675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/' [junit4] 2> 1751771 T6675 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/solr.xml [junit4] 2> 1751813 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002 [junit4] 2> 1751814 T6675 oasc.CoreContainer.<init> New CoreContainer 154037963 [junit4] 2> 1751814 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/] [junit4] 2> 1751815 T6675 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1751815 T6675 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1751815 T6675 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1751815 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1751816 T6675 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1751816 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1751816 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1751816 T6675 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1751816 T6675 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1751818 T6675 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1751820 T6675 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1751820 T6675 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1751820 T6675 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1751820 T6675 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25723/solr [junit4] 2> 1751821 T6675 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1751821 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1751822 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1751823 T6697 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@869be2 name:ZooKeeperConnection Watcher:127.0.0.1:25723 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1751824 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1751824 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1751827 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1751827 T6699 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@761cfe8f name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1751828 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1751829 T6675 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 1751831 T6675 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 1751833 T6675 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 1751835 T6675 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 1751837 T6675 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 1751839 T6675 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 1751840 T6675 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25733_lx_%2Fpd [junit4] 2> 1751840 T6675 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25733_lx_%2Fpd [junit4] 2> 1751842 T6675 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 1751843 T6675 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 1751845 T6675 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1751846 T6675 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:25733_lx_%2Fpd [junit4] 2> 1751846 T6675 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 1751848 T6675 oasc.Overseer.start Overseer (id=92560337625350148-127.0.0.1:25733_lx_%2Fpd-n_0000000000) starting [junit4] 2> 1751849 T6675 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 1751855 T6675 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1751856 T6701 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 1751856 T6675 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 1751857 T6675 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 1751859 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1751861 T6700 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 1751863 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002 [junit4] 2> 1751988 T6675 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/conf/ [junit4] 2> 1753071 T6675 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1753072 T6675 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0 [junit4] 2> 1753072 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1753077 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1753078 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1753080 T6705 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b0f46f1 name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1753080 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1753080 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1753082 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1753084 T6675 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 1753084 T6675 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 1753085 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1753085 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1753087 T6707 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75ccb5b1 name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1753087 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1753087 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1753089 T6708 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1753092 T6700 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 1753092 T6700 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 1753092 T6700 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 1753094 T6700 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 1753095 T6708 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> 1753095 T6709 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> 1754356 T6675 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 1754356 T6675 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1754361 T6675 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 1754362 T6675 oejs.AbstractConnector.doStart Started [email protected]:25741 [junit4] 2> 1754364 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1754364 T6675 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1754364 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003 [junit4] 2> 1754364 T6675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003/' [junit4] 2> 1754397 T6675 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003/solr.xml [junit4] 2> 1754440 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003 [junit4] 2> 1754440 T6675 oasc.CoreContainer.<init> New CoreContainer 159129236 [junit4] 2> 1754440 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003/] [junit4] 2> 1754441 T6675 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1754442 T6675 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1754442 T6675 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1754442 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1754442 T6675 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1754443 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1754443 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1754443 T6675 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1754443 T6675 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1754445 T6675 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1754447 T6675 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1754447 T6675 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1754447 T6675 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1754447 T6675 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25723/solr [junit4] 2> 1754448 T6675 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1754448 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1754448 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1754450 T6720 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a44f283 name:ZooKeeperConnection Watcher:127.0.0.1:25723 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1754451 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1754451 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1754453 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1754453 T6722 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d7354cc name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1754454 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1754457 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1755461 T6675 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25741_lx_%2Fpd [junit4] 2> 1755462 T6675 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25741_lx_%2Fpd [junit4] 2> 1755465 T6675 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1755469 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003 [junit4] 2> 1756419 T6675 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003/conf/ [junit4] 2> 1756420 T6675 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1756421 T6675 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0 [junit4] 2> 1756421 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1757340 T6675 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 1757341 T6675 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1757345 T6675 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 1757346 T6675 oejs.AbstractConnector.doStart Started [email protected]:25751 [junit4] 2> 1757348 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1757348 T6675 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1757349 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004 [junit4] 2> 1757349 T6675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004/' [junit4] 2> 1757378 T6675 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004/solr.xml [junit4] 2> 1757420 T6675 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004 [junit4] 2> 1757420 T6675 oasc.CoreContainer.<init> New CoreContainer 1116571414 [junit4] 2> 1757420 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004/] [junit4] 2> 1757421 T6675 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1757421 T6675 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1757422 T6675 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1757422 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1757422 T6675 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1757422 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1757423 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1757423 T6675 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1757423 T6675 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1757425 T6675 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1757426 T6675 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1757427 T6675 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1757427 T6675 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1757427 T6675 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25723/solr [junit4] 2> 1757427 T6675 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1757428 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1757428 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1757430 T6735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e1a5c87 name:ZooKeeperConnection Watcher:127.0.0.1:25723 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1757431 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1757431 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1757434 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1757435 T6737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28146b7b name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1757435 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1757440 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1758444 T6675 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25751_lx_%2Fpd [junit4] 2> 1758445 T6675 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25751_lx_%2Fpd [junit4] 2> 1758448 T6675 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1758453 T6675 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004 [junit4] 2> 1758457 T6675 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004/conf/ [junit4] 2> 1760354 T6675 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1760356 T6675 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0 [junit4] 2> 1760356 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1761687 T6675 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 1761688 T6675 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1761693 T6675 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 1761694 T6675 oejs.AbstractConnector.doStart Started [email protected]:25765 [junit4] 2> 1761696 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1761696 T6675 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1761696 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-005 [junit4] 2> 1761696 T6675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-005/' [junit4] 2> 1761726 T6675 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-005/solr.xml [junit4] 2> 1761767 T6675 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-005 [junit4] 2> 1761768 T6675 oasc.CoreContainer.<init> New CoreContainer 671399233 [junit4] 2> 1761768 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-005/] [junit4] 2> 1761769 T6675 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1761769 T6675 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1761769 T6675 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1761770 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1761770 T6675 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1761770 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1761770 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1761770 T6675 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1761771 T6675 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1761772 T6675 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1761774 T6675 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1761774 T6675 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1761774 T6675 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1761775 T6675 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25723/solr [junit4] 2> 1761775 T6675 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1761775 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1761776 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1761777 T6750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4874a1bc name:ZooKeeperConnection Watcher:127.0.0.1:25723 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1761778 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1761778 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1761781 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1761782 T6752 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@406a57 name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1761782 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1761787 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1762791 T6675 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25765_lx_%2Fpd [junit4] 2> 1762792 T6675 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25765_lx_%2Fpd [junit4] 2> 1762795 T6675 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1762800 T6675 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/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-005 [junit4] 2> 1764182 T6675 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-005/conf/ [junit4] 2> 1764206 T6675 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1764207 T6675 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0 [junit4] 2> 1764207 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1765129 T6675 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4 [junit4] 2> 1765130 T6675 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1765133 T6675 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 1765135 T6675 oejs.AbstractConnector.doStart Started [email protected]:25773 [junit4] 2> 1765137 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1765137 T6675 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1765138 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006 [junit4] 2> 1765138 T6675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/' [junit4] 2> 1765167 T6675 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/solr.xml [junit4] 2> 1765208 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006 [junit4] 2> 1765209 T6675 oasc.CoreContainer.<init> New CoreContainer 745146595 [junit4] 2> 1765209 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/] [junit4] 2> 1765210 T6675 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1765210 T6675 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1765211 T6675 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1765211 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1765211 T6675 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1765211 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1765211 T6675 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1765212 T6675 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1765212 T6675 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1765214 T6675 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1765215 T6675 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1765215 T6675 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1765216 T6675 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1765216 T6675 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25723/solr [junit4] 2> 1765216 T6675 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1765217 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1765217 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1765219 T6765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@714f5d42 name:ZooKeeperConnection Watcher:127.0.0.1:25723 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1765219 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1765219 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1765221 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1765222 T6767 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@509aa2ca name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1765222 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1765227 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1766231 T6675 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:25773_lx_%2Fpd [junit4] 2> 1766232 T6675 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:25773_lx_%2Fpd [junit4] 2> 1766236 T6675 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1766240 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006 [junit4] 2> 1766423 T6675 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/conf/ [junit4] 2> 1767324 T6675 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1767325 T6675 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0 [junit4] 2> 1767325 T6675 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1767331 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1767332 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1767333 T6771 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4331bb0 name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1767333 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1767333 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1767335 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1767337 T6675 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: delLiveColl [junit4] 2> 1767337 T6675 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1767338 T6675 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1767339 T6773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ae3df34 name:ZooKeeperConnection Watcher:127.0.0.1:25723/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1767340 T6675 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1767340 T6675 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1767341 T6675 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1767461 T6743 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&maxShardsPerNode=2&wt=javabin&numShards=2&version=2&action=CREATE&stateFormat=2&name=delLiveColl [junit4] 2> 1767463 T6708 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 1767463 T6701 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":"delLiveColl", [junit4] 2> "replicationFactor":"2", [junit4] 2> "numShards":"2", [junit4] 2> "maxShardsPerNode":"2", [junit4] 2> "stateFormat":"2"} [junit4] 2> 1767464 T6775 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , { [junit4] 2> "operation":"create", [junit4] 2> "fromApi":"true", [junit4] 2> "name":"delLiveColl", [junit4] 2> "replicationFactor":"2", [junit4] 2> "numShards":"2", [junit4] 2> "maxShardsPerNode":"2", [junit4] 2> "stateFormat":"2"} [junit4] 2> 1767465 T6775 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 1767466 T6775 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/delLiveColl [junit4] 2> 1767466 T6775 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl [junit4] 2> 1767468 T6708 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1767470 T6700 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl [junit4] 2> 1767470 T6700 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2] [junit4] 2> 1767471 T6700 oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2 [junit4] 2> 1767472 T6700 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/delLiveColl/state.json [junit4] 2> 1767473 T6708 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767473 T6776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767473 T6777 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767473 T6753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767473 T6768 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767473 T6738 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767473 T6709 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767473 T6723 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1767568 T6775 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2 [junit4] 2> 1767569 T6775 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:25773_lx_%2Fpd [junit4] 2> 1767569 T6775 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:25733_lx_%2Fpd [junit4] 2> 1767570 T6775 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:25751_lx_%2Fpd [junit4] 2> 1767572 T6775 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:25741_lx_%2Fpd [junit4] 2> 1767696 T6730 oasha.CoreAdminHandler.handleCreateAction core create command collection=delLiveColl&shard=shard2&wt=javabin&numShards=2&version=2&action=CREATE&qt=/admin/cores&name=delLiveColl_shard2_replica1&collection.configName=conf1 [junit4] 2> 1767702 T6689 oasha.CoreAdminHandler.handleCreateAction core create command collection=delLiveColl&shard=shard1&wt=javabin&numShards=2&version=2&action=CREATE&qt=/admin/cores&name=delLiveColl_shard1_replica2&collection.configName=conf1 [junit4] 2> 1767702 T6757 oasha.CoreAdminHandler.handleCreateAction core create command collection=delLiveColl&shard=shard1&wt=javabin&numShards=2&version=2&action=CREATE&qt=/admin/cores&name=delLiveColl_shard1_replica1&collection.configName=conf1 [junit4] 2> 1767703 T6730 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down collection=delLiveColl [junit4] 2> 1767704 T6715 oasha.CoreAdminHandler.handleCreateAction core create command collection=delLiveColl&shard=shard2&wt=javabin&numShards=2&version=2&action=CREATE&qt=/admin/cores&name=delLiveColl_shard2_replica2&collection.configName=conf1 [junit4] 2> 1767705 T6708 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1767705 T6730 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 1767706 T6730 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 1767706 T6689 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down collection=delLiveColl [junit4] 2> 1767706 T6730 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 1767706 T6757 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down collection=delLiveColl [junit4] 2> 1767708 T6700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "shard":"shard2", [junit4] 2> "node_name":"127.0.0.1:25751_lx_%2Fpd", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"https://127.0.0.1:25751/lx_/pd", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard2_replica1"} [junit4] 2> 1767708 T6730 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 1767708 T6715 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down collection=delLiveColl [junit4] 2> 1767709 T6689 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 1767708 T6730 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1767709 T6757 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 1767710 T6757 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 1767711 T6757 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 1767711 T6715 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 1767712 T6715 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 1767712 T6715 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 1767712 T6757 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 1767713 T6757 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1767714 T6715 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 1767714 T6715 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1767714 T6700 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 1767715 T6768 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767715 T6738 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767715 T6723 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767715 T6768 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 1767716 T6738 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 1767716 T6689 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 1767716 T6723 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 1767717 T6689 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 1767718 T6689 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 1767718 T6689 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1767719 T6700 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 1767720 T6700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:25733_lx_%2Fpd", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"https://127.0.0.1:25733/lx_/pd", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard1_replica2"} [junit4] 2> 1767721 T6708 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1767721 T6700 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 1767722 T6768 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767722 T6723 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767722 T6738 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767722 T6708 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767722 T6723 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 1767723 T6738 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 1767722 T6768 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 1767723 T6708 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 1767725 T6700 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 1767725 T6700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "shard":"shard1", [junit4] 2> "node_name":"127.0.0.1:25773_lx_%2Fpd", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"https://127.0.0.1:25773/lx_/pd", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard1_replica1"} [junit4] 2> 1767726 T6708 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1767727 T6700 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 1767727 T6768 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767727 T6708 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767727 T6723 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767727 T6738 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767728 T6768 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 1767728 T6723 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 1767728 T6738 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 1767728 T6708 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 1767730 T6700 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 1767730 T6700 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "shard":"shard2", [junit4] 2> "node_name":"127.0.0.1:25741_lx_%2Fpd", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"https://127.0.0.1:25741/lx_/pd", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard2_replica2"} [junit4] 2> 1767732 T6708 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1767732 T6700 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 1767733 T6768 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767733 T6723 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767733 T6708 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767733 T6738 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1767733 T6768 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 1767734 T6723 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 1767734 T6708 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 1767734 T6738 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 1768710 T6730 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1 [junit4] 2> 1768711 T6730 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 1768711 T6730 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 1768712 T6730 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 1768712 T6730 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1768712 T6730 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-004/delLiveColl_shard2_replica1/' [junit4] 2> 1768713 T6757 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1 [junit4] 2> 1768714 T6757 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 1768714 T6757 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 1768714 T6715 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2 [junit4] 2> 1768715 T6757 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 1768715 T6715 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 1768716 T6757 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1768716 T6715 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 1768716 T6757 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/' [junit4] 2> 1768716 T6715 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 1768717 T6715 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1768718 T6715 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-003/delLiveColl_shard2_replica2/' [junit4] 2> 1768719 T6689 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2 [junit4] 2> 1768721 T6689 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 1768722 T6689 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 1768722 T6689 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 1768723 T6689 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1768723 T6689 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/delLiveColl_shard1_replica2/' [junit4] 2> 1768832 T6730 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 1768834 T6757 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 1768839 T6689 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 1768840 T6715 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 1768885 T6757 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 1768889 T6730 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 1768902 T6689 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 1768903 T6715 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 1768903 T6689 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 1768913 T6689 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test [junit4] 2> 1768986 T6757 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 1768990 T6730 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 1768994 T6757 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test [junit4] 2> 1769001 T6730 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test [junit4] 2> 1769003 T6715 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 1769011 T6715 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test [junit4] 2> 1769347 T6689 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 1769359 T6757 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 1769359 T6689 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 1769363 T6689 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 1769365 T6757 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 1769368 T6757 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 1769373 T6689 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1769378 T6689 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1769378 T6757 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1769382 T6689 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1769383 T6757 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1769383 T6689 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1769386 T6689 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1769386 T6689 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1769387 T6715 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 1769387 T6689 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1769388 T6689 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1769389 T6689 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using configuration from collection delLiveColl [junit4] 2> 1769389 T6689 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 1769389 T6689 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/delLiveColl_shard1_replica2/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/delLiveColl_shard1_replica2/data/ [junit4] 2> 1769390 T6757 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1769390 T6689 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f30ab6 [junit4] 2> 1769391 T6757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1769392 T6757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1769392 T6689 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/delLiveColl_shard1_replica2/data [junit4] 2> 1769393 T6757 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1769393 T6689 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/delLiveColl_shard1_replica2/data/index/ [junit4] 2> 1769394 T6689 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index... [junit4] 2> 1769394 T6757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1769394 T6689 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-002/delLiveColl_shard1_replica2/data/index [junit4] 2> 1769394 T6757 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1769395 T6689 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=51.8408203125, floorSegmentMB=1.7509765625, forceMergeDeletesPctAllowed=8.212670430942751, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.296066730695005 [junit4] 2> 1769395 T6715 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 1769395 T6757 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl [junit4] 2> 1769396 T6689 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-ecd8dd1)),segFN=segments_1,generation=1} [junit4] 2> 1769396 T6757 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 1769396 T6689 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1769397 T6757 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data/ [junit4] 2> 1769398 T6757 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f30ab6 [junit4] 2> 1769398 T6715 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 1769399 T6757 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data [junit4] 2> 1769399 T6757 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data/index/ [junit4] 2> 1769400 T6757 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 1769400 T6757 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data/index [junit4] 2> 1769401 T6757 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=51.8408203125, floorSegmentMB=1.7509765625, forceMergeDeletesPctAllowed=8.212670430942751, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.296066730695005 [junit4] 2> 1769401 T6757 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5f0a68e)),segFN=segments_1,generation=1} [junit4] 2> 1769401 T6689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 1769402 T6757 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1769402 T6689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 1769403 T6689 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 1769403 T6689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 1769404 T6689 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 1769404 T6689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 1769405 T6689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1769405 T6689 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1769405 T6689 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1769406 T6689 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1769407 T6689 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1769407 T6757 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 1769407 T6689 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1769407 T6757 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 1769408 T6689 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 1769408 T6715 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1769408 T6689 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 1769408 T6757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 1769409 T6689 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 1769409 T6757 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 1769410 T6689 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 1769410 T6757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 1769410 T6689 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 1769411 T6757 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 1769411 T6689 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 1769411 T6757 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1769412 T6689 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 1769412 T6757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1769412 T6689 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 1769412 T6757 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1769413 T6715 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1769413 T6757 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1769414 T6757 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1769415 T6757 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1769415 T6757 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 1769416 T6757 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 1769416 T6757 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 1769416 T6757 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 1769417 T6757 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 1769418 T6757 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 1769418 T6715 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1769418 T6757 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 1769419 T6715 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1769419 T6715 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1769419 T6757 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 1769419 T6715 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1769421 T6715 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1769421 T6715 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1769421 T6715 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using configuration from collection delLiv [...truncated too long message...] > 1971743 T6858 oascc.ZkStateReader$7.process A cluster state change: > WatchedEvent state:SyncConnected type:NodeDataChanged > path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 1971744 T6858 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 25 [junit4] 2> 1971749 T6675 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0} [junit4] 2> 1971750 T6675 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 1971750 T6675 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 1971750 T6675 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 1971752 T6675 oasc.SolrCore.closeSearcher [delLiveColl_shard1_replica1] Closing main searcher on request. [junit4] 2> 1971752 T6675 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 1971753 T6675 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data;done=false>>] [junit4] 2> 1971753 T6675 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data [junit4] 2> 1971754 T6675 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data/index [CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data/index;done=false>>] [junit4] 2> 1971754 T6675 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001/tempDir-006/delLiveColl_shard1_replica1/data/index [junit4] 2> 1971755 T6675 oasc.Overseer.close Overseer (id=92560337625350158-127.0.0.1:25773_lx_%2Fpd-n_0000000004) closing [junit4] 2> 1971755 T6859 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:25773_lx_%2Fpd [junit4] 2> 1971758 T6858 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 1971760 T6675 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/lx_/pd,null} [junit4] 2> 1974916 T6675 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 1974919 T6675 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:25723 25723 [junit4] 2> 1974995 T6676 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:25723 25723 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=DCD0B5AD8AC7607 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=nl -Dtests.timezone=Asia/Riyadh87 -Dtests.file.encoding=US-ASCII [junit4] ERROR 225s J0 | DeleteReplicaTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:25765/lx_/pd, https://127.0.0.1:25741/lx_/pd, https://127.0.0.1:25751/lx_/pd, https://127.0.0.1:25773/lx_/pd, https://127.0.0.1:25733/lx_/pd] [junit4] > at __randomizedtesting.SeedInfo.seed([DCD0B5AD8AC7607:8C2B8542AFF3163B]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) [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_node2 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570) [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:343) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) [junit4] > ... 47 more [junit4] 2> 1975022 T6675 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/J0/temp/solr.cloud.DeleteReplicaTest-DCD0B5AD8AC7607-001 [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=nl, timezone=Asia/Riyadh87 [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=185405848,total=410517504 [junit4] 2> NOTE: All tests run in this JVM: [QueryEqualityTest, AtomicUpdatesTest, DateFieldTest, SimplePostToolTest, TestLMDirichletSimilarityFactory, TestPivotHelperCode, TestRequestStatusCollectionAPI, DistributedFacetPivotLargeTest, ZkSolrClientTest, NotRequiredUniqueKeyTest, BlockDirectoryTest, HdfsRecoveryZkTest, TestPartialUpdateDeduplication, StatelessScriptUpdateProcessorFactoryTest, TestStandardQParsers, TestSolrXmlPersistor, ParsingFieldUpdateProcessorsTest, TestMergePolicyConfig, FileBasedSpellCheckerTest, TestNonDefinedSimilarityFactory, IndexSchemaTest, MoreLikeThisHandlerTest, DocExpirationUpdateProcessorFactoryTest, PrimUtilsTest, TestSolr4Spatial2, TestManagedSchemaFieldTypeResource, TestFieldTypeResource, TestCustomSort, SolrXmlInZkTest, IndexSchemaRuntimeFieldTest, HdfsSyncSliceTest, DefaultValueUpdateProcessorTest, TestFastWriter, TestSolrQueryParserDefaultOperatorResource, XmlUpdateRequestHandlerTest, SystemInfoHandlerTest, TestSerializedLuceneMatchVersion, RequestHandlersTest, ExternalFileFieldSortTest, CurrencyFieldXmlFileTest, TestSolrIndexConfig, TestRestManager, TestHighFrequencyDictionaryFactory, TestDynamicFieldCollectionResource, TestRandomFaceting, SolrTestCaseJ4Test, TestRawResponseWriter, TestSort, TestDefaultSimilarityFactory, FastVectorHighlighterTest, TestRangeQuery, TestHashPartitioner, TestReloadAndDeleteDocs, TestReplicationHandler, TestCloudManagedSchemaConcurrent, TestDistributedSearch, BasicDistributedZkTest, DistribDocExpirationUpdateProcessorTest, MigrateRouteKeyTest, TestManagedSchemaDynamicFieldResource, ChaosMonkeySafeLeaderTest, AliasIntegrationTest, DeleteReplicaTest] [junit4] Completed on J0 in 224.69s, 1 test, 1 error <<< FAILURES! [...truncated 534 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: 433 suites, 1780 tests, 1 error, 58 ignored (23 assumptions) Total time: 57 minutes 2 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2151 Archived 5 artifacts Archive block size is 32768 Received 0 blocks and 154725335 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]
