Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11427/ Java: 32bit/jdk1.8.0_20 -client -XX:+UseParallelGC
1 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:45624, http://127.0.0.1:59022, http://127.0.0.1:33539, http://127.0.0.1:43341, http://127.0.0.1:52237] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:45624, http://127.0.0.1:59022, http://127.0.0.1:33539, http://127.0.0.1:43341, http://127.0.0.1:52237] at __randomizedtesting.SeedInfo.seed([A0179D9D62FD1C59:21F1138515A27C65]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.GeneratedMethodAccessor48.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/shard1/core_node1 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) ... 46 more Build Log: [...truncated 12008 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-A0179D9D62FD1C59-001/init-core-data-001 [junit4] 2> 2305617 T6521 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true) [junit4] 2> 2305617 T6521 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 2305622 T6521 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2305623 T6521 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2305624 T6522 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 2305724 T6521 oasc.ZkTestServer.run start zk server on port:46549 [junit4] 2> 2305725 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2305729 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2305732 T6528 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a29177 name:ZooKeeperConnection Watcher:127.0.0.1:46549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2305732 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2305733 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2305733 T6521 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 2305736 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2305740 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2305740 T6530 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fe250a name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2305741 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2305741 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2305742 T6521 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 2305747 T6521 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 2305751 T6521 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 2305754 T6521 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 2305773 T6521 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> 2305783 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 2305786 T6521 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> 2305787 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 2305789 T6521 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> 2305789 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2305791 T6521 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> 2305792 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 2305797 T6521 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> 2305798 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 2305802 T6521 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> 2305803 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 2305806 T6521 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> 2305807 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 2305810 T6521 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> 2305811 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 2305817 T6521 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> 2305818 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2305820 T6521 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> 2305821 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 2305824 T6521 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> 2305824 T6521 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 2306131 T6521 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2306137 T6521 oejs.AbstractConnector.doStart Started [email protected]:59022 [junit4] 2> 2306138 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2306139 T6521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2306139 T6521 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-A0179D9D62FD1C59-001/tempDir-002 [junit4] 2> 2306140 T6521 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-A0179D9D62FD1C59-001/tempDir-002/' [junit4] 2> 2306170 T6521 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-A0179D9D62FD1C59-001/tempDir-002/solr.xml [junit4] 2> 2306193 T6521 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-A0179D9D62FD1C59-001/tempDir-002 [junit4] 2> 2306194 T6521 oasc.CoreContainer.<init> New CoreContainer 5709273 [junit4] 2> 2306195 T6521 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-A0179D9D62FD1C59-001/tempDir-002/] [junit4] 2> 2306196 T6521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2306196 T6521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2306197 T6521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2306197 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2306198 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2306198 T6521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2306199 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2306199 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2306200 T6521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2306200 T6521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2306201 T6521 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2306202 T6521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2306202 T6521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2306203 T6521 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2306203 T6521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46549/solr [junit4] 2> 2306204 T6521 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2306205 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2306208 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2306214 T6541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1688a60 name:ZooKeeperConnection Watcher:127.0.0.1:46549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2306214 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2306215 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2306219 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2306220 T6543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@139d54f name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2306220 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2306221 T6521 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 2306224 T6521 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 2306227 T6521 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 2306230 T6521 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 2306234 T6521 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 2306236 T6521 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 2306239 T6521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59022_ [junit4] 2> 2306240 T6521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59022_ [junit4] 2> 2306242 T6521 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 2306244 T6521 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 2306246 T6521 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2306248 T6521 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59022_ [junit4] 2> 2306249 T6521 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2306256 T6521 oasc.Overseer.start Overseer (id=92602310013943811-127.0.0.1:59022_-n_0000000000) starting [junit4] 2> 2306258 T6521 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 2306265 T6521 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 2306266 T6545 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2306268 T6521 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 2306271 T6521 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 2306274 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2306278 T6544 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2306279 T6521 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-A0179D9D62FD1C59-001/tempDir-002 [junit4] 2> 2306285 T6521 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-A0179D9D62FD1C59-001/tempDir-002/conf/ [junit4] 2> 2306427 T6521 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2306428 T6521 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2306428 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2306429 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2306429 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2306430 T6549 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bcd3cf name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2306430 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2306431 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2306431 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2306433 T6521 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2306434 T6521 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 2306434 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2306435 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2306436 T6551 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dfa8d4 name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2306436 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2306436 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2306438 T6552 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2306440 T6544 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 2306440 T6544 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 2306440 T6544 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 2306442 T6544 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 2306443 T6552 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> 2306443 T6553 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> 2306706 T6521 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2306707 T6521 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2306709 T6521 oejs.AbstractConnector.doStart Started [email protected]:45624 [junit4] 2> 2306710 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2306710 T6521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2306711 T6521 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-A0179D9D62FD1C59-001/tempDir-003 [junit4] 2> 2306711 T6521 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-A0179D9D62FD1C59-001/tempDir-003/' [junit4] 2> 2306756 T6521 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-A0179D9D62FD1C59-001/tempDir-003/solr.xml [junit4] 2> 2306768 T6521 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-A0179D9D62FD1C59-001/tempDir-003 [junit4] 2> 2306769 T6521 oasc.CoreContainer.<init> New CoreContainer 31908840 [junit4] 2> 2306769 T6521 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-A0179D9D62FD1C59-001/tempDir-003/] [junit4] 2> 2306770 T6521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2306770 T6521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2306770 T6521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2306771 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2306771 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2306771 T6521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2306772 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2306772 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2306772 T6521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2306772 T6521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2306773 T6521 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2306773 T6521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2306774 T6521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2306774 T6521 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2306775 T6521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46549/solr [junit4] 2> 2306775 T6521 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2306775 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2306776 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2306783 T6564 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1eaa69c name:ZooKeeperConnection Watcher:127.0.0.1:46549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2306783 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2306784 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2306794 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2306798 T6566 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10c2c7f name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2306798 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2306804 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2307809 T6521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45624_ [junit4] 2> 2307810 T6521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45624_ [junit4] 2> 2307813 T6521 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2307820 T6521 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-A0179D9D62FD1C59-001/tempDir-003 [junit4] 2> 2307847 T6521 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-A0179D9D62FD1C59-001/tempDir-003/conf/ [junit4] 2> 2308073 T6521 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2308074 T6521 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2308075 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2308348 T6521 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2308349 T6521 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2308354 T6521 oejs.AbstractConnector.doStart Started [email protected]:43341 [junit4] 2> 2308355 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2308355 T6521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2308356 T6521 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-A0179D9D62FD1C59-001/tempDir-004 [junit4] 2> 2308356 T6521 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-A0179D9D62FD1C59-001/tempDir-004/' [junit4] 2> 2308373 T6521 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-A0179D9D62FD1C59-001/tempDir-004/solr.xml [junit4] 2> 2308382 T6521 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-A0179D9D62FD1C59-001/tempDir-004 [junit4] 2> 2308382 T6521 oasc.CoreContainer.<init> New CoreContainer 15567278 [junit4] 2> 2308383 T6521 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-A0179D9D62FD1C59-001/tempDir-004/] [junit4] 2> 2308383 T6521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2308384 T6521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2308384 T6521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2308384 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2308385 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2308385 T6521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2308385 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2308386 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2308386 T6521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2308386 T6521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2308387 T6521 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2308387 T6521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2308388 T6521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2308388 T6521 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2308388 T6521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46549/solr [junit4] 2> 2308389 T6521 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2308389 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2308390 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2308391 T6579 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11bf15a name:ZooKeeperConnection Watcher:127.0.0.1:46549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2308391 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2308392 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2308393 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2308395 T6581 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@101f4c3 name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2308395 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2308399 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2309404 T6521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43341_ [junit4] 2> 2309405 T6521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43341_ [junit4] 2> 2309417 T6521 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2309420 T6521 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-A0179D9D62FD1C59-001/tempDir-004 [junit4] 2> 2309430 T6521 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-A0179D9D62FD1C59-001/tempDir-004/conf/ [junit4] 2> 2309775 T6521 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2309776 T6521 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2309777 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2310363 T6521 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 2310364 T6521 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2310384 T6521 oejs.AbstractConnector.doStart Started [email protected]:52237 [junit4] 2> 2310385 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2310385 T6521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2310386 T6521 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-A0179D9D62FD1C59-001/tempDir-005 [junit4] 2> 2310387 T6521 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-A0179D9D62FD1C59-001/tempDir-005/' [junit4] 2> 2310405 T6521 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-A0179D9D62FD1C59-001/tempDir-005/solr.xml [junit4] 2> 2310414 T6521 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-A0179D9D62FD1C59-001/tempDir-005 [junit4] 2> 2310415 T6521 oasc.CoreContainer.<init> New CoreContainer 6883465 [junit4] 2> 2310416 T6521 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-A0179D9D62FD1C59-001/tempDir-005/] [junit4] 2> 2310417 T6521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2310417 T6521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2310418 T6521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2310418 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2310419 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2310419 T6521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2310420 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2310420 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2310421 T6521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2310421 T6521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2310422 T6521 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2310423 T6521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2310423 T6521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2310424 T6521 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2310424 T6521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46549/solr [junit4] 2> 2310425 T6521 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2310425 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2310430 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2310431 T6594 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c07e54 name:ZooKeeperConnection Watcher:127.0.0.1:46549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2310432 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2310432 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2310436 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2310437 T6596 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@181e39b name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2310437 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2310458 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2311464 T6521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52237_ [junit4] 2> 2311465 T6521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52237_ [junit4] 2> 2311468 T6521 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2311472 T6521 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-A0179D9D62FD1C59-001/tempDir-005 [junit4] 2> 2311478 T6521 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-A0179D9D62FD1C59-001/tempDir-005/conf/ [junit4] 2> 2311619 T6521 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2311621 T6521 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2311621 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2311931 T6521 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4 [junit4] 2> 2311932 T6521 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2311942 T6521 oejs.AbstractConnector.doStart Started [email protected]:33539 [junit4] 2> 2311943 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2311943 T6521 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2311944 T6521 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-A0179D9D62FD1C59-001/tempDir-006 [junit4] 2> 2311944 T6521 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-A0179D9D62FD1C59-001/tempDir-006/' [junit4] 2> 2311960 T6521 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-A0179D9D62FD1C59-001/tempDir-006/solr.xml [junit4] 2> 2311968 T6521 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-A0179D9D62FD1C59-001/tempDir-006 [junit4] 2> 2311969 T6521 oasc.CoreContainer.<init> New CoreContainer 8907706 [junit4] 2> 2311969 T6521 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-A0179D9D62FD1C59-001/tempDir-006/] [junit4] 2> 2311970 T6521 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2311970 T6521 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2311971 T6521 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2311971 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2311971 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2311972 T6521 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2311972 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2311972 T6521 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2311973 T6521 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2311973 T6521 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2311974 T6521 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2311974 T6521 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2311974 T6521 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2311975 T6521 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2311975 T6521 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46549/solr [junit4] 2> 2311975 T6521 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2311976 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2311976 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2311978 T6609 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2f95b0 name:ZooKeeperConnection Watcher:127.0.0.1:46549 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2311978 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2311978 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2311980 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2311981 T6611 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec8d41 name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2311981 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2311986 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2312990 T6521 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33539_ [junit4] 2> 2312991 T6521 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33539_ [junit4] 2> 2312995 T6521 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2312998 T6521 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-A0179D9D62FD1C59-001/tempDir-006 [junit4] 2> 2313008 T6521 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-A0179D9D62FD1C59-001/tempDir-006/conf/ [junit4] 2> 2313189 T6521 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2313190 T6521 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2313191 T6521 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2313193 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2313195 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2313199 T6615 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11b8ec3 name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2313200 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2313200 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2313201 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2313203 T6521 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: delLiveColl [junit4] 2> 2313204 T6521 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2313205 T6521 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2313206 T6617 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e78e1 name:ZooKeeperConnection Watcher:127.0.0.1:46549/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2313206 T6521 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2313207 T6521 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2313208 T6521 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2313214 T6604 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&maxShardsPerNode=2&name=delLiveColl&action=CREATE&numShards=2&stateFormat=2&wt=javabin&version=2 [junit4] 2> 2313216 T6552 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2313218 T6545 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> 2313219 T6618 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> 2313221 T6618 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 2313221 T6618 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/delLiveColl [junit4] 2> 2313222 T6618 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl [junit4] 2> 2313225 T6552 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2313228 T6544 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl [junit4] 2> 2313228 T6544 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2] [junit4] 2> 2313228 T6544 oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2 [junit4] 2> 2313231 T6544 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/delLiveColl/state.json [junit4] 2> 2313233 T6582 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> 2313233 T6553 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> 2313233 T6597 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> 2313234 T6619 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> 2313233 T6612 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> 2313235 T6552 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> 2313234 T6567 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> 2313253 T6620 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> 2313326 T6618 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2 [junit4] 2> 2313327 T6618 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:59022_ [junit4] 2> 2313328 T6618 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:45624_ [junit4] 2> 2313329 T6618 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:43341_ [junit4] 2> 2313330 T6537 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> 2313332 T6618 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:52237_ [junit4] 2> 2313334 T6537 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down collection=delLiveColl [junit4] 2> 2313334 T6576 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> 2313335 T6589 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> 2313336 T6552 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2313337 T6537 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2313337 T6537 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2313338 T6576 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down collection=delLiveColl [junit4] 2> 2313338 T6537 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2313339 T6589 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down collection=delLiveColl [junit4] 2> 2313340 T6537 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2313340 T6537 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2313341 T6576 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2313342 T6576 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2313342 T6589 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2313343 T6589 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2313343 T6576 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2313344 T6589 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2313344 T6544 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2313345 T6544 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:59022", [junit4] 2> "node_name":"127.0.0.1:59022_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2313345 T6559 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> 2313346 T6576 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2313347 T6576 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2313347 T6589 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2313348 T6589 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2313348 T6559 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down collection=delLiveColl [junit4] 2> 2313348 T6544 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2313349 T6552 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313349 T6597 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313350 T6582 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313352 T6597 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2313352 T6582 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2313353 T6559 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2313353 T6559 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2313354 T6559 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2313354 T6552 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2313355 T6559 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2313355 T6559 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2313358 T6544 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2313359 T6544 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:43341", [junit4] 2> "node_name":"127.0.0.1:43341_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2313361 T6552 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2313361 T6544 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2313362 T6597 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313362 T6567 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313362 T6582 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313362 T6597 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2313362 T6552 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313363 T6582 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2313363 T6567 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2313365 T6552 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2313367 T6544 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2313368 T6544 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:52237", [junit4] 2> "node_name":"127.0.0.1:52237_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2313370 T6552 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2313370 T6544 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2313371 T6552 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313371 T6567 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313371 T6597 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313372 T6567 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2313372 T6597 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2313373 T6552 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2313374 T6582 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313374 T6582 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2313375 T6544 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2313375 T6544 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:45624", [junit4] 2> "node_name":"127.0.0.1:45624_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2313380 T6552 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2313381 T6544 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2313382 T6552 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313382 T6582 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313382 T6597 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313382 T6567 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2313383 T6582 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2313383 T6597 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2313384 T6567 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2313385 T6552 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2314341 T6537 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1 [junit4] 2> 2314341 T6537 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2314342 T6537 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2314342 T6537 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2314343 T6537 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2314343 T6537 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-A0179D9D62FD1C59-001/tempDir-002/delLiveColl_shard1_replica1/' [junit4] 2> 2314347 T6576 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1 [junit4] 2> 2314348 T6576 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2314348 T6589 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2 [junit4] 2> 2314349 T6589 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2314349 T6576 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2314349 T6576 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2314354 T6589 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2314354 T6576 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2314354 T6589 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2314355 T6576 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-A0179D9D62FD1C59-001/tempDir-004/delLiveColl_shard2_replica1/' [junit4] 2> 2314356 T6559 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2 [junit4] 2> 2314356 T6559 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2314369 T6559 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2314370 T6559 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2314372 T6589 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2314373 T6589 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-A0179D9D62FD1C59-001/tempDir-005/delLiveColl_shard2_replica2/' [junit4] 2> 2314382 T6559 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2314382 T6559 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-A0179D9D62FD1C59-001/tempDir-003/delLiveColl_shard1_replica2/' [junit4] 2> 2314406 T6537 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2314429 T6537 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2314444 T6537 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2314452 T6559 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2314446 T6589 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2314466 T6576 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2314498 T6537 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test [junit4] 2> 2314502 T6559 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2314504 T6559 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2314525 T6589 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2314526 T6576 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2314529 T6576 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2314529 T6559 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test [junit4] 2> 2314537 T6589 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2314577 T6576 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test [junit4] 2> 2314596 T6589 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test [junit4] 2> 2314969 T6559 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2315047 T6537 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2315053 T6559 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2315056 T6559 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2315069 T6537 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2315072 T6537 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2315099 T6559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2315114 T6559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2315124 T6559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2315130 T6576 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2315132 T6537 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2315134 T6559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2315135 T6559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2315136 T6559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2315138 T6576 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2315139 T6559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2315138 T6537 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2315141 T6576 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2315140 T6559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2315142 T6559 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using configuration from collection delLiveColl [junit4] 2> 2315142 T6559 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2315143 T6559 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-A0179D9D62FD1C59-001/tempDir-003/delLiveColl_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-A0179D9D62FD1C59-001/tempDir-003/delLiveColl_shard1_replica2/data/ [junit4] 2> 2315143 T6559 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@682617 [junit4] 2> 2315145 T6559 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-A0179D9D62FD1C59-001/tempDir-003/delLiveColl_shard1_replica2/data [junit4] 2> 2315145 T6559 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-A0179D9D62FD1C59-001/tempDir-003/delLiveColl_shard1_replica2/data/index/ [junit4] 2> 2315146 T6559 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-A0179D9D62FD1C59-001/tempDir-003/delLiveColl_shard1_replica2/data/index' doesn't exist. Creating new index... [junit4] 2> 2315147 T6559 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-A0179D9D62FD1C59-001/tempDir-003/delLiveColl_shard1_replica2/data/index [junit4] 2> 2315147 T6559 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=11.0556640625, floorSegmentMB=1.490234375, forceMergeDeletesPctAllowed=23.394422634158882, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1259019964325334 [junit4] 2> 2315153 T6576 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2315146 T6537 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2315153 T6559 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-a8d947)),segFN=segments_1,generation=1} [junit4] 2> 2315155 T6559 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2315157 T6576 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2315162 T6576 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2315162 T6537 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2315163 T6537 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2315163 T6576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2315164 T6576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2315163 T6537 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2315164 T6576 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2315164 T6559 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2315166 T6559 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2315167 T6559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2315167 T6576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2315167 T6559 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2315168 T6537 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2315168 T6537 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2315168 T6576 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2315169 T6537 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl [junit4] 2> 2315170 T6537 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2315171 T6537 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-A0179D9D62FD1C59-001/tempDir-002/delLiveColl_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-A0179D9D62FD1C59-001/tempDir-002/delLiveColl_shard1_replica1/data/ [junit4] 2> 2315168 T6559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2315172 T6537 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@682617 [junit4] 2> 2315170 T6576 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl [junit4] 2> 2315173 T6559 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2315174 T6537 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-A0179D9D62FD1C59-001/tempDir-002/delLiveColl_shard1_replica1/data [junit4] 2> 2315174 T6576 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2315174 T6537 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-A0179D9D62FD1C59-001/tempDir-002/delLiveColl_shard1_replica1/data/index/ [junit4] 2> 2315174 T6559 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2315176 T6537 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-A0179D9D62FD1C59-001/tempDir-002/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2315175 T6576 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-A0179D9D62FD1C59-001/tempDir-004/delLiveColl_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-A0179D9D62FD1C59-001/tempDir-004/delLiveColl_shard2_replica1/data/ [junit4] 2> 2315177 T6537 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-A0179D9D62FD1C59-001/tempDir-002/delLiveColl_shard1_replica1/data/index [junit4] 2> 2315176 T6559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2315183 T6559 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2315182 T6537 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=11.0556640625, floorSegmentMB=1.490234375, forceMergeDeletesPctAllowed=23.394422634158882, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1259019964325334 [junit4] 2> 2315181 T6576 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@682617 [junit4] 2> 2315185 T6559 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2315187 T6576 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-A0179D9D62FD1C59-001/tempDir-004/delLiveColl_shard2_replica1/data [junit4] 2> 2315186 T6537 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-19e75de)),segFN=segments_1,generation=1} [junit4] 2> 2315188 T6537 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2315188 T6559 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2315190 T6576 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-A0179D9D62FD1C59-001/tempDir-004/delLiveColl_shard2_replica1/data/index/ [junit4] 2> 2315191 T6576 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-A0179D9D62FD1C59-001/tempDir-004/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2315191 T6559 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2315187 T6589 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2315192 T6576 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-A0179D9D62FD1C59-001/tempDir-004/delLiveColl_shard2_replica1/data/index [junit4] 2> 2315195 T6576 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=11.0556640625, floorSegmentMB=1.490234375, forceMergeDeletesPctAllowed=23.394422634158882, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1259019964325334 [junit4] 2> 2315195 T6537 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2315195 T6559 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2315199 T6559 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2315199 T6559 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2315200 T6559 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2315201 T6559 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2315201 T6559 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2315202 T6559 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2315198 T6537 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2315204 T6589 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2315205 T6559 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2315206 T6589 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2315209 T6559 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2315197 T6576 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-197398b)),segFN=segments_1,generation=1} [junit4] 2> 2315205 T6537 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2315210 T6537 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2315211 T6537 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2315211 T6537 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2315212 T6537 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2315213 T6537 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2315213 T6537 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2315214 T6537 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2315215 T6537 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2315216 T6537 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2315217 T6537 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2315218 T6576 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2315223 T6537 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2315223 T6537 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2315224 T6537 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2315225 T6537 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2315225 T6537 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2315226 T6537 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2315227 T6537 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2315229 T6537 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2315231 T6537 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2315233 T6537 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2315235 T6559 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2315236 T6589 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2315237 T6559 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2315240 T6576 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2315241 T6576 oasup.UpdateRequestProcessorChain.i [...truncated too long message...] 6521 oasc.Overseer.close Overseer (id=92602310013943821-127.0.0.1:33539_-n_0000000004) closing [junit4] 2> 2519337 T6668 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:33539_ [junit4] 2> 2520840 T6650 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 2520867 T6521 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null} [junit4] 2> 2525855 T6521 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 2525858 T6521 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:46549 46549 [junit4] 2> 2526537 T6522 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:46549 46549 [junit4] 2> 2526538 T6522 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 8 /solr/aliases.json [junit4] 2> 8 /solr/clusterstate.json [junit4] 2> 4 /solr/collections/delLiveColl/state.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 8 /solr/live_nodes [junit4] 2> 5 /solr/overseer/queue [junit4] 2> 5 /solr/overseer/collection-queue-work [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=A0179D9D62FD1C59 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th_TH -Dtests.timezone=Europe/Stockholm -Dtests.file.encoding=ISO-8859-1 [junit4] ERROR 221s 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:45624, http://127.0.0.1:59022, http://127.0.0.1:33539, http://127.0.0.1:43341, http://127.0.0.1:52237] [junit4] > at __randomizedtesting.SeedInfo.seed([A0179D9D62FD1C59:21F1138515A27C65]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) [junit4] > ... 46 more [junit4] 2> 2526556 T6521 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-A0179D9D62FD1C59-001 [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=th_TH, timezone=Europe/Stockholm [junit4] 2> NOTE: Linux 3.13.0-37-generic i386/Oracle Corporation 1.8.0_20 (32-bit)/cpus=8,threads=1,free=98519240,total=314048512 [junit4] 2> NOTE: All tests run in this JVM: [DistributedSuggestComponentTest, ExternalCollectionsTest, TestSchemaVersionResource, TestMergePolicyConfig, TestMiniSolrCloudCluster, TestManagedStopFilterFactory, DateFieldTest, TestBlendedInfixSuggestions, BadCopyFieldTest, LegacyHTMLStripCharFilterTest, DocValuesMissingTest, TestMultiCoreConfBootstrap, HdfsBasicDistributedZk2Test, TestFiltering, TestIndexSearcher, TestQueryUtils, TestJoin, CoreMergeIndexesAdminHandlerTest, TermVectorComponentTest, TestReplicaProperties, QueryParsingTest, BasicDistributedZk2Test, PreAnalyzedUpdateProcessorTest, HdfsRecoveryZkTest, CollectionsAPIDistributedZkTest, TestComplexPhraseQParserPlugin, CursorMarkTest, TestCustomSort, CachingDirectoryFactoryTest, CursorPagingTest, CircularListTest, MultiTermTest, TestIBSimilarityFactory, TestSolrQueryParser, HardAutoCommitTest, FieldAnalysisRequestHandlerTest, TestPHPSerializedResponseWriter, HdfsCollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, TestSolrQueryParserDefaultOperatorResource, TestSolrXmlPersistence, DistributedFacetPivotSmallTest, StatsComponentTest, CopyFieldTest, AsyncMigrateRouteKeyTest, TestGroupingSearch, TestElisionMultitermQuery, OverseerRolesTest, TestShardHandlerFactory, TriLevelCompositeIdRoutingTest, TestUtils, RemoteQueryErrorTest, TestNonDefinedSimilarityFactory, DefaultValueUpdateProcessorTest, TermVectorComponentDistributedTest, EnumFieldTest, UpdateRequestProcessorFactoryTest, TestCoreContainer, TestCloudPivotFacet, SliceStateTest, ResponseHeaderTest, TestRecoveryHdfs, RAMDirectoryFactoryTest, TestFieldTypeResource, TestBulkSchemaConcurrent, TestLFUCache, DistribCursorPagingTest, FullSolrCloudDistribCmdsTest, ChangedSchemaMergeTest, SpatialFilterTest, RankQueryTest, SearchHandlerTest, ModifyConfFileTest, TestCSVResponseWriter, TestXIncludeConfig, AnalyticsQueryTest, ZkSolrClientTest, TestSchemaManager, PolyFieldTest, DistributedTermsComponentTest, TestUpdate, TestCharFilters, UUIDFieldTest, LeaderElectionIntegrationTest, TestBM25SimilarityFactory, SolrRequestParserTest, DistributedQueryElevationComponentTest, HdfsBasicDistributedZkTest, TestCloudInspectUtil, TestSweetSpotSimilarityFactory, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, HdfsChaosMonkeySafeLeaderTest, TestJmxMonitoredMap, PrimUtilsTest, TestManagedResource, SuggesterFSTTest, TestOmitPositions, URLClassifyProcessorTest, MultiThreadedOCPTest, DeleteInactiveReplicaTest, RequestHandlersTest, TestZkChroot, ChaosMonkeySafeLeaderTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestStressVersions, SolrCoreTest, SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, TestFunctionQuery, TestBadConfig, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestExtendedDismaxParser, DocValuesTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SuggesterWFSTTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, SortByFunctionTest, TestRemoteStreaming, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, TestWriterPerf, TestReversedWildcardFilterFactory, TestQueryTypes, TestValueSourceCache, TestIndexingPerformance, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, CoreContainerCoreInitFailuresTest, TestQuerySenderListener, TestSolrIndexConfig, SolrIndexConfigTest, TestDocSet, TestSearchPerf, NumericFieldsTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestPhraseSuggestions, TestCodecSupport, SynonymTokenizerTest, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, PreAnalyzedFieldTest, ClusterStateTest, TestDocumentBuilder, SystemInfoHandlerTest, FileUtilsTest, DistributedIntervalFacetingTest, TestTolerantSearch, CloudExitableDirectoryReaderTest, DeleteReplicaTest] [junit4] Completed on J1 in 220.99s, 1 test, 1 error <<< FAILURES! [...truncated 264 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:524: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:472: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: 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:1359: 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: 437 suites, 1784 tests, 1 error, 43 ignored (21 assumptions) Total time: 107 minutes 8 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]
