Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11286/ Java: 32bit/jdk1.8.0_20 -client -XX:+UseParallelGC
1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:52287, http://127.0.0.1:43009, http://127.0.0.1:55233, http://127.0.0.1:57683, http://127.0.0.1:53812] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:52287, http://127.0.0.1:43009, http://127.0.0.1:55233, http://127.0.0.1:57683, http://127.0.0.1:53812] at __randomizedtesting.SeedInfo.seed([94408297A2F43C39:15A60C8FD5AB5C05]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:874) 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:165) at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:137) at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:88) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at 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/shard2/core_node4 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) ... 46 more Build Log: [...truncated 11803 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/init-core-data-001 [junit4] 2> 2209396 T5999 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true) [junit4] 2> 2209397 T5999 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 2209401 T5999 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2209402 T5999 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2209403 T6000 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 2209502 T5999 oasc.ZkTestServer.run start zk server on port:40399 [junit4] 2> 2209503 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2209504 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2209507 T6006 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d8bb5f name:ZooKeeperConnection Watcher:127.0.0.1:40399 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2209507 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2209507 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2209508 T5999 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 2209512 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2209513 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2209515 T6008 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d07ff4 name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2209516 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2209516 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2209517 T5999 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 2209522 T5999 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 2209526 T5999 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 2209528 T5999 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 2209532 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 2209533 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 2209539 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 2209540 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 2209545 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2209546 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2209549 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 2209550 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 2209554 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 2209555 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 2209559 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 2209560 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 2209564 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 2209564 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 2209568 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 2209569 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 2209573 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2209574 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2209578 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 2209578 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 2209582 T5999 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 2209583 T5999 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 2209864 T5999 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2209872 T5999 oejs.AbstractConnector.doStart Started [email protected]:43009 [junit4] 2> 2209875 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2209875 T5999 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2209876 T5999 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002 [junit4] 2> 2209876 T5999 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/' [junit4] 2> 2209898 T5999 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/solr.xml [junit4] 2> 2209907 T5999 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002 [junit4] 2> 2209908 T5999 oasc.CoreContainer.<init> New CoreContainer 15712678 [junit4] 2> 2209909 T5999 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/] [junit4] 2> 2209909 T5999 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2209910 T5999 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2209910 T5999 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2209910 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2209911 T5999 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2209911 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2209911 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2209912 T5999 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2209912 T5999 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2209913 T5999 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2209913 T5999 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2209914 T5999 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2209914 T5999 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2209914 T5999 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40399/solr [junit4] 2> 2209915 T5999 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2209915 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2209916 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2209917 T6019 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@186073c name:ZooKeeperConnection Watcher:127.0.0.1:40399 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2209918 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2209918 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2209921 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2209922 T6021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@145a0c9 name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2209923 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2209925 T5999 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 2209928 T5999 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 2209932 T5999 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 2209935 T5999 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 2209939 T5999 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 2209944 T5999 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 2209947 T5999 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43009_ [junit4] 2> 2209949 T5999 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43009_ [junit4] 2> 2209954 T5999 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 2209957 T5999 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 2209960 T5999 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2209963 T5999 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:43009_ [junit4] 2> 2209964 T5999 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2209967 T5999 oasc.Overseer.start Overseer (id=92478726877937667-127.0.0.1:43009_-n_0000000000) starting [junit4] 2> 2209971 T5999 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 2209983 T5999 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 2209985 T6023 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2209985 T5999 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 2209989 T5999 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 2209992 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2209998 T6022 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2210000 T5999 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002 [junit4] 2> 2210013 T5999 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/conf/ [junit4] 2> 2210140 T5999 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2210141 T5999 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2210142 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2210142 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2210143 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2210144 T6027 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f8f451 name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2210145 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2210145 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2210147 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2210152 T5999 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2210152 T5999 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 2210152 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2210153 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2210155 T6029 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e4fdb9 name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2210155 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2210156 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2210159 T6030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2210165 T6022 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 2210165 T6022 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 2210166 T6022 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 2210168 T6022 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 2210169 T6030 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> 2210169 T6031 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> 2210446 T5999 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2210447 T5999 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2210449 T5999 oejs.AbstractConnector.doStart Started [email protected]:53812 [junit4] 2> 2210450 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2210450 T5999 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2210450 T5999 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003 [junit4] 2> 2210451 T5999 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/' [junit4] 2> 2210468 T5999 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/solr.xml [junit4] 2> 2210478 T5999 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003 [junit4] 2> 2210479 T5999 oasc.CoreContainer.<init> New CoreContainer 25506603 [junit4] 2> 2210479 T5999 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/] [junit4] 2> 2210480 T5999 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2210480 T5999 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2210480 T5999 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2210481 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2210481 T5999 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2210481 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2210482 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2210482 T5999 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2210482 T5999 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2210483 T5999 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2210483 T5999 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2210484 T5999 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2210484 T5999 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2210485 T5999 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40399/solr [junit4] 2> 2210485 T5999 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2210485 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2210486 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2210487 T6042 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d6612e name:ZooKeeperConnection Watcher:127.0.0.1:40399 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2210488 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2210488 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2210491 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2210492 T6044 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18e3ba0 name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2210493 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2210501 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2211506 T5999 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53812_ [junit4] 2> 2211507 T5999 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53812_ [junit4] 2> 2211510 T5999 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2211513 T5999 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003 [junit4] 2> 2211521 T5999 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/conf/ [junit4] 2> 2211693 T5999 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2211695 T5999 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2211695 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2211986 T5999 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2211987 T5999 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2211990 T5999 oejs.AbstractConnector.doStart Started [email protected]:55233 [junit4] 2> 2211990 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2211991 T5999 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2211991 T5999 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004 [junit4] 2> 2211992 T5999 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/' [junit4] 2> 2212011 T5999 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/solr.xml [junit4] 2> 2212021 T5999 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004 [junit4] 2> 2212021 T5999 oasc.CoreContainer.<init> New CoreContainer 13158551 [junit4] 2> 2212022 T5999 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/] [junit4] 2> 2212022 T5999 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2212023 T5999 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2212023 T5999 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2212023 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2212024 T5999 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2212024 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2212025 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2212025 T5999 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2212025 T5999 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2212026 T5999 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2212026 T5999 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2212027 T5999 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2212027 T5999 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2212027 T5999 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40399/solr [junit4] 2> 2212028 T5999 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2212028 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2212029 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2212030 T6057 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f0413 name:ZooKeeperConnection Watcher:127.0.0.1:40399 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2212031 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2212031 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2212034 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2212035 T6059 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@189bd8f name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2212035 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2212040 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2213044 T5999 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55233_ [junit4] 2> 2213046 T5999 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55233_ [junit4] 2> 2213053 T5999 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2213059 T5999 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004 [junit4] 2> 2213075 T5999 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/conf/ [junit4] 2> 2213245 T5999 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2213247 T5999 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2213247 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2213550 T5999 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 2213551 T5999 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2213553 T5999 oejs.AbstractConnector.doStart Started [email protected]:57683 [junit4] 2> 2213554 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2213554 T5999 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2213555 T5999 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005 [junit4] 2> 2213555 T5999 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/' [junit4] 2> 2213570 T5999 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/solr.xml [junit4] 2> 2213579 T5999 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005 [junit4] 2> 2213580 T5999 oasc.CoreContainer.<init> New CoreContainer 12750174 [junit4] 2> 2213580 T5999 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/] [junit4] 2> 2213581 T5999 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2213581 T5999 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2213582 T5999 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2213582 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2213582 T5999 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2213583 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2213583 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2213583 T5999 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2213584 T5999 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2213584 T5999 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2213585 T5999 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2213585 T5999 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2213585 T5999 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2213586 T5999 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40399/solr [junit4] 2> 2213586 T5999 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2213586 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2213587 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213588 T6072 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8e47ff name:ZooKeeperConnection Watcher:127.0.0.1:40399 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213588 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213589 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2213591 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213592 T6074 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1746bce name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213592 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213596 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2214600 T5999 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57683_ [junit4] 2> 2214601 T5999 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57683_ [junit4] 2> 2214606 T5999 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2214611 T5999 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005 [junit4] 2> 2214619 T5999 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/conf/ [junit4] 2> 2214749 T5999 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2214750 T5999 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2214751 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2215030 T5999 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4 [junit4] 2> 2215031 T5999 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2215032 T5999 oejs.AbstractConnector.doStart Started [email protected]:52287 [junit4] 2> 2215034 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2215034 T5999 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2215034 T5999 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-006 [junit4] 2> 2215035 T5999 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-006/' [junit4] 2> 2215051 T5999 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-006/solr.xml [junit4] 2> 2215062 T5999 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-006 [junit4] 2> 2215062 T5999 oasc.CoreContainer.<init> New CoreContainer 11879901 [junit4] 2> 2215063 T5999 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-006/] [junit4] 2> 2215063 T5999 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2215064 T5999 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2215064 T5999 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2215064 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2215065 T5999 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2215065 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2215066 T5999 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2215066 T5999 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2215066 T5999 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2215067 T5999 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2215067 T5999 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2215068 T5999 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2215068 T5999 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2215069 T5999 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40399/solr [junit4] 2> 2215069 T5999 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2215070 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2215071 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2215072 T6087 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a2cf2c name:ZooKeeperConnection Watcher:127.0.0.1:40399 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2215073 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2215073 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2215076 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2215077 T6089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f4f0cd name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2215078 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2215087 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2216091 T5999 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52287_ [junit4] 2> 2216093 T5999 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52287_ [junit4] 2> 2216100 T5999 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2216104 T5999 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-006 [junit4] 2> 2216112 T5999 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-006/conf/ [junit4] 2> 2216279 T5999 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2216280 T5999 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2216280 T5999 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2216283 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2216284 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2216285 T6093 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@175d5d4 name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2216285 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2216286 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2216287 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2216291 T5999 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: delLiveColl [junit4] 2> 2216292 T5999 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2216292 T5999 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2216293 T6095 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16cf9ca name:ZooKeeperConnection Watcher:127.0.0.1:40399/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2216294 T5999 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2216294 T5999 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2216295 T5999 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2216300 T6068 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&maxShardsPerNode=2&name=delLiveColl&action=CREATE&numShards=2&stateFormat=2&wt=javabin&version=2 [junit4] 2> 2216301 T6030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2216303 T6023 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> 2216304 T6096 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> 2216305 T6096 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 2216306 T6096 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/delLiveColl [junit4] 2> 2216306 T6096 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl [junit4] 2> 2216309 T6030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2216311 T6022 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl [junit4] 2> 2216311 T6022 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2] [junit4] 2> 2216312 T6022 oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2 [junit4] 2> 2216315 T6022 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/delLiveColl/state.json [junit4] 2> 2216316 T6030 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> 2216316 T6045 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> 2216316 T6060 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> 2216316 T6031 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> 2216316 T6075 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> 2216318 T6090 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> 2216318 T6098 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> 2216318 T6097 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> 2216409 T6096 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2 [junit4] 2> 2216409 T6096 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:53812_ [junit4] 2> 2216410 T6096 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:55233_ [junit4] 2> 2216411 T6096 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:57683_ [junit4] 2> 2216412 T6096 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:43009_ [junit4] 2> 2216413 T6052 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard1_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2 [junit4] 2> 2216413 T6037 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard1_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard1&wt=javabin&version=2 [junit4] 2> 2216414 T6069 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard2_replica1&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2 [junit4] 2> 2216416 T6052 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down collection=delLiveColl [junit4] 2> 2216416 T6037 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down collection=delLiveColl [junit4] 2> 2216416 T6015 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=delLiveColl_shard2_replica2&action=CREATE&numShards=2&collection=delLiveColl&shard=shard2&wt=javabin&version=2 [junit4] 2> 2216417 T6069 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down collection=delLiveColl [junit4] 2> 2216419 T6030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2216419 T6015 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down collection=delLiveColl [junit4] 2> 2216420 T6037 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2216419 T6052 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2216421 T6052 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2216419 T6069 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2216420 T6037 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2216422 T6069 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2216422 T6015 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2216422 T6022 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"delLiveColl_shard1_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:53812", [junit4] 2> "node_name":"127.0.0.1:53812_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2216422 T6037 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2216422 T6052 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2216423 T6069 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2216425 T6037 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2216425 T6069 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2216425 T6052 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2216426 T6069 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2216426 T6037 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2216426 T6052 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2216430 T6022 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2216430 T6075 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216431 T6060 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216430 T6045 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216431 T6075 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2216431 T6060 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2216431 T6045 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2216432 T6015 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2216433 T6015 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2216434 T6015 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2216434 T6015 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2216437 T6022 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2216437 T6022 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"delLiveColl_shard1_replica2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:55233", [junit4] 2> "node_name":"127.0.0.1:55233_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2216439 T6030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2216439 T6022 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2216440 T6060 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216440 T6045 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216440 T6075 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216440 T6060 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2216440 T6030 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216441 T6075 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2216441 T6045 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2216442 T6030 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2216444 T6022 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2216445 T6022 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"delLiveColl_shard2_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:57683", [junit4] 2> "node_name":"127.0.0.1:57683_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2216446 T6030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2216447 T6022 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2216447 T6060 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216447 T6030 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216447 T6045 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216447 T6075 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216448 T6045 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2216449 T6075 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2216448 T6060 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2216450 T6030 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2216452 T6022 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2216452 T6022 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"delLiveColl_shard2_replica2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:43009", [junit4] 2> "node_name":"127.0.0.1:43009_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2216454 T6030 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2216454 T6022 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2216455 T6075 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216455 T6030 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216455 T6045 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216455 T6060 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2216456 T6075 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2216456 T6060 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2216457 T6030 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2216456 T6045 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2217427 T6069 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1 [junit4] 2> 2217427 T6052 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2 [junit4] 2> 2217427 T6037 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1 [junit4] 2> 2217428 T6052 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2217427 T6069 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2217429 T6052 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2217429 T6052 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2217428 T6037 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2217429 T6069 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2217431 T6052 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2217431 T6069 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2217430 T6037 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2217431 T6052 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/delLiveColl_shard1_replica2/' [junit4] 2> 2217432 T6069 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2217432 T6037 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2217432 T6069 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/delLiveColl_shard2_replica1/' [junit4] 2> 2217434 T6037 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2217434 T6037 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/delLiveColl_shard1_replica1/' [junit4] 2> 2217435 T6015 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2 [junit4] 2> 2217435 T6015 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2217436 T6015 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2217436 T6015 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2217437 T6015 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2217438 T6015 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/delLiveColl_shard2_replica2/' [junit4] 2> 2217480 T6037 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2217484 T6015 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2217485 T6052 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2217494 T6069 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2217498 T6015 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2217500 T6015 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2217500 T6037 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2217502 T6037 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2217514 T6069 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2217516 T6069 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2217519 T6015 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test [junit4] 2> 2217519 T6052 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2217521 T6052 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2217524 T6037 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test [junit4] 2> 2217529 T6069 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test [junit4] 2> 2217537 T6052 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test [junit4] 2> 2217686 T6069 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2217698 T6052 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2217699 T6015 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2217699 T6069 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2217702 T6069 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2217705 T6052 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2217707 T6052 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2217707 T6015 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2217710 T6015 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2217712 T6037 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2217718 T6037 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2217720 T6037 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2217734 T6052 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217735 T6069 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217739 T6069 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217739 T6052 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217740 T6037 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217741 T6015 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217743 T6069 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217743 T6052 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217744 T6015 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217744 T6069 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217745 T6069 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217744 T6052 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217746 T6052 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217745 T6069 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217745 T6037 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2217747 T6015 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217746 T6052 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217748 T6069 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217748 T6015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217749 T6015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217749 T6069 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217750 T6037 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217750 T6015 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217749 T6052 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217751 T6052 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217751 T6037 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217752 T6037 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217750 T6069 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl [junit4] 2> 2217752 T6037 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2217752 T6052 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using configuration from collection delLiveColl [junit4] 2> 2217751 T6015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217754 T6037 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2217754 T6037 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217754 T6052 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2217753 T6069 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2217755 T6052 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/delLiveColl_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/delLiveColl_shard1_replica2/data/ [junit4] 2> 2217755 T6037 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl [junit4] 2> 2217754 T6015 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2217757 T6015 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica2' using configuration from collection delLiveColl [junit4] 2> 2217757 T6037 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2217756 T6052 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@93e380 [junit4] 2> 2217756 T6069 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/delLiveColl_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/delLiveColl_shard2_replica1/data/ [junit4] 2> 2217758 T6037 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/delLiveColl_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/delLiveColl_shard1_replica1/data/ [junit4] 2> 2217757 T6015 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2217759 T6052 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/delLiveColl_shard1_replica2/data [junit4] 2> 2217759 T6037 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@93e380 [junit4] 2> 2217759 T6069 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@93e380 [junit4] 2> 2217760 T6052 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/delLiveColl_shard1_replica2/data/index/ [junit4] 2> 2217759 T6015 oasc.SolrCore.<init> [delLiveColl_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/delLiveColl_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/delLiveColl_shard2_replica2/data/ [junit4] 2> 2217761 T6069 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/delLiveColl_shard2_replica1/data [junit4] 2> 2217761 T6052 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index... [junit4] 2> 2217763 T6052 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-004/delLiveColl_shard1_replica2/data/index [junit4] 2> 2217764 T6052 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=44.64453125, floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=1.375034589028653, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2799332641087634 [junit4] 2> 2217761 T6037 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/delLiveColl_shard1_replica1/data [junit4] 2> 2217762 T6069 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/delLiveColl_shard2_replica1/data/index/ [junit4] 2> 2217762 T6015 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@93e380 [junit4] 2> 2217766 T6052 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-7a4233)),segFN=segments_1,generation=1} [junit4] 2> 2217765 T6069 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2217765 T6037 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/delLiveColl_shard1_replica1/data/index/ [junit4] 2> 2217767 T6069 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-005/delLiveColl_shard2_replica1/data/index [junit4] 2> 2217766 T6015 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/delLiveColl_shard2_replica2/data [junit4] 2> 2217766 T6052 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2217768 T6015 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/delLiveColl_shard2_replica2/data/index/ [junit4] 2> 2217768 T6069 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=44.64453125, floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=1.375034589028653, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2799332641087634 [junit4] 2> 2217767 T6037 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2217770 T6069 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1f37fda)),segFN=segments_1,generation=1} [junit4] 2> 2217770 T6069 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2217770 T6037 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-003/delLiveColl_shard1_replica1/data/index [junit4] 2> 2217769 T6015 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/delLiveColl_shard2_replica2/data/index' doesn't exist. Creating new index... [junit4] 2> 2217772 T6037 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=44.64453125, floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=1.375034589028653, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2799332641087634 [junit4] 2> 2217772 T6015 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001/tempDir-002/delLiveColl_shard2_replica2/data/index [junit4] 2> 2217773 T6037 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-12a206c)),segFN=segments_1,generation=1} [junit4] 2> 2217773 T6037 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2217773 T6015 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=44.64453125, floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=1.375034589028653, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2799332641087634 [junit4] 2> 2217775 T6015 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-117471b)),segFN=segments_1,generation=1} [junit4] 2> 2217775 T6015 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2217778 T6052 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2217778 T6052 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2217779 T6052 oasup.UpdateRequestProcessorChain.init insertin [...truncated too long message...] ache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:383) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:126) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:333) [junit4] 2> [junit4] 2> 2425974 T6148 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 2426001 T5999 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null} [junit4] 2> 2430990 T5999 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 2430993 T5999 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:40399 40399 [junit4] 2> 2431380 T6000 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:40399 40399 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=94408297A2F43C39 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=America/Lima -Dtests.file.encoding=UTF-8 [junit4] ERROR 222s J1 | DeleteReplicaTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:52287, http://127.0.0.1:43009, http://127.0.0.1:55233, http://127.0.0.1:57683, http://127.0.0.1:53812] [junit4] > at __randomizedtesting.SeedInfo.seed([94408297A2F43C39:15A60C8FD5AB5C05]: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:874) [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:165) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:137) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:88) [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/shard2/core_node4 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) [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] > ... 46 more [junit4] 2> 2431417 T5999 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-94408297A2F43C39-001 [junit4] 2> NOTE: test params are: codec=Lucene410: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=el, timezone=America/Lima [junit4] 2> NOTE: Linux 3.13.0-35-generic i386/Oracle Corporation 1.8.0_20 (32-bit)/cpus=8,threads=1,free=147061800,total=333971456 [junit4] 2> NOTE: All tests run in this JVM: [TestSearcherReuse, TestHighFrequencyDictionaryFactory, RAMDirectoryFactoryTest, DateFieldTest, HdfsSyncSliceTest, ShardSplitTest, BJQParserTest, SolrIndexConfigTest, ScriptEngineTest, TestUpdate, TestOrdValues, TestCloudManagedSchemaConcurrent, TestValueSourceCache, SolrPluginUtilsTest, UUIDUpdateProcessorFallbackTest, SolrRequestParserTest, AutoCommitTest, RequestHandlersTest, TestLazyCores, DistributedQueryElevationComponentTest, NumericFieldsTest, PolyFieldTest, MultiTermTest, DistributedIntervalFacetingTest, QueryParsingTest, TestExtendedDismaxParser, AnalysisErrorHandlingTest, LukeRequestHandlerTest, DocValuesTest, URLClassifyProcessorTest, RemoteQueryErrorTest, TestBinaryField, TestReversedWildcardFilterFactory, CoreMergeIndexesAdminHandlerTest, TestCursorMarkWithoutUniqueKey, ClusterStateTest, CurrencyFieldXmlFileTest, DirectSolrConnectionTest, SpatialFilterTest, TestLFUCache, OpenCloseCoreStressTest, UpdateRequestProcessorFactoryTest, PreAnalyzedFieldTest, TestExpandComponent, TestReloadAndDeleteDocs, PreAnalyzedUpdateProcessorTest, ResourceLoaderTest, OutputWriterTest, TestMiniSolrCloudCluster, CircularListTest, TestCollationField, AddSchemaFieldsUpdateProcessorFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestSchemaVersionResource, TestSimpleQParserPlugin, ModifyConfFileTest, DistributedDebugComponentTest, DefaultValueUpdateProcessorTest, ChaosMonkeySafeLeaderTest, TestFiltering, CoreContainerCoreInitFailuresTest, TestOverriddenPrefixQueryForCustomFieldType, TestJoin, SolrInfoMBeanTest, SynonymTokenizerTest, TestShortCircuitedRequests, TestJmxMonitoredMap, CopyFieldTest, TestMissingGroups, DistributedFacetPivotLongTailTest, TestBadConfig, SolrCoreTest, TestPhraseSuggestions, TestGroupingSearch, BlockCacheTest, TestInfoStreamLogging, TestCSVResponseWriter, TestCharFilters, SharedFSAutoReplicaFailoverUtilsTest, CollectionsAPIDistributedZkTest, ZkSolrClientTest, TestIndexingPerformance, TestWriterPerf, DistanceFunctionTest, DistributedFacetPivotSmallTest, HighlighterMaxOffsetTest, SliceStateTest, UUIDFieldTest, TestMaxScoreQueryParser, RankQueryTest, SortByFunctionTest, ConvertedLegacyTest, TestNonNRTOpen, HdfsBasicDistributedZk2Test, DistributedQueryComponentCustomSortTest, IndexSchemaRuntimeFieldTest, SampleTest, TestMergePolicyConfig, TestBlendedInfixSuggestions, BasicDistributedZk2Test, TestDistributedMissingSort, HdfsRecoveryZkTest, TestManagedResource, CacheHeaderTest, DistribCursorPagingTest, LeaderElectionIntegrationTest, BasicZkTest, TestReplicationHandler, TestRecovery, DistributedSpellCheckComponentTest, TestRealTimeGet, HardAutoCommitTest, DistributedTermsComponentTest, QueryElevationComponentTest, BadIndexSchemaTest, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestIndexSearcher, SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, TestSolrQueryParser, LoggingHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, BadComponentTest, TestDocSet, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, LegacyHTMLStripCharFilterTest, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, PrimUtilsTest, DOMUtilTest, TestUtils, FileUtilsTest, SolrTestCaseJ4Test, TestHighlightDedupGrouping, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest] [junit4] Completed on J1 in 222.06s, 1 test, 1 error <<< FAILURES! [...truncated 250 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:491: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:471: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:60: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1358: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:961: There were test failures: 429 suites, 1772 tests, 1 error, 45 ignored (23 assumptions) Total time: 99 minutes 13 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_20 -client -XX:+UseParallelGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
