Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11182/ Java: 32bit/jdk1.8.0_20 -server -XX:+UseG1GC
1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:51304/nvi, http://127.0.0.1:58837/nvi, http://127.0.0.1:51003/nvi, http://127.0.0.1:45274/nvi, http://127.0.0.1:58144/nvi] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:51304/nvi, http://127.0.0.1:58837/nvi, http://127.0.0.1:51003/nvi, http://127.0.0.1:45274/nvi, http://127.0.0.1:58144/nvi] at __randomizedtesting.SeedInfo.seed([47EDF2319BFDDEBF:C60B7C29ECA2BE83]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:171) at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:144) at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:88) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 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:556) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:212) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:208) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) ... 47 more Build Log: [...truncated 11840 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/init-core-data-001 [junit4] 2> 2212923 T5486 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false) [junit4] 2> 2212923 T5486 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /nvi/ [junit4] 2> 2212926 T5486 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2212927 T5486 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2212927 T5487 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 2213027 T5486 oasc.ZkTestServer.run start zk server on port:39936 [junit4] 2> 2213028 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2213029 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213030 T5493 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@185da9f name:ZooKeeperConnection Watcher:127.0.0.1:39936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213031 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213031 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2213031 T5486 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 2213034 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2213035 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213035 T5495 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1671967 name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213036 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213036 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2213036 T5486 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 2213038 T5486 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 2213039 T5486 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 2213040 T5486 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 2213041 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 2213042 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 2213043 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 2213044 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 2213045 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2213046 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2213047 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 2213047 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 2213049 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 2213049 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 2213050 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 2213051 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 2213052 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 2213052 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 2213054 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 2213054 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 2213055 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2213055 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2213057 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 2213057 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 2213058 T5486 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 2213059 T5486 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 2213328 T5486 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2213331 T5486 oejs.AbstractConnector.doStart Started [email protected]:58144 [junit4] 2> 2213332 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2213332 T5486 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2213332 T5486 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002 [junit4] 2> 2213333 T5486 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/' [junit4] 2> 2213346 T5486 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/solr.xml [junit4] 2> 2213371 T5486 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002 [junit4] 2> 2213372 T5486 oasc.CoreContainer.<init> New CoreContainer 32955194 [junit4] 2> 2213372 T5486 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/] [junit4] 2> 2213373 T5486 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2213373 T5486 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2213374 T5486 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2213374 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2213374 T5486 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2213375 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2213375 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2213375 T5486 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2213376 T5486 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2213377 T5486 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2213377 T5486 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2213378 T5486 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2213378 T5486 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2213379 T5486 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39936/solr [junit4] 2> 2213379 T5486 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2213379 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2213380 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213381 T5506 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e18807 name:ZooKeeperConnection Watcher:127.0.0.1:39936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213381 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213382 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2213383 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213384 T5508 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fe65 name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213384 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213385 T5486 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 2213387 T5486 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 2213389 T5486 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 2213391 T5486 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 2213392 T5486 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 2213393 T5486 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 2213394 T5486 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58144_nvi [junit4] 2> 2213395 T5486 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58144_nvi [junit4] 2> 2213396 T5486 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 2213397 T5486 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 2213398 T5486 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2213399 T5486 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58144_nvi [junit4] 2> 2213399 T5486 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2213400 T5486 oasc.Overseer.start Overseer (id=92521303850680323-127.0.0.1:58144_nvi-n_0000000000) starting [junit4] 2> 2213402 T5486 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 2213406 T5486 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 2213406 T5510 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2213407 T5509 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2213407 T5486 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 2213408 T5486 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 2213409 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2213412 T5486 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002 [junit4] 2> 2213417 T5486 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/conf/ [junit4] 2> 2213537 T5486 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2213538 T5486 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2213538 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2213539 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2213540 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213540 T5514 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a407ea name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213540 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213541 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2213541 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2213543 T5486 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2213543 T5486 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 2213543 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2213544 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213545 T5516 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1063e0f name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213545 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213545 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2213546 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2213548 T5509 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 2213548 T5509 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 2213548 T5509 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 2213550 T5509 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 2213550 T5517 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> 2213551 T5518 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> 2213800 T5486 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2213801 T5486 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2213803 T5486 oejs.AbstractConnector.doStart Started [email protected]:58837 [junit4] 2> 2213804 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2213804 T5486 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2213805 T5486 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003 [junit4] 2> 2213805 T5486 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003/' [junit4] 2> 2213816 T5486 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003/solr.xml [junit4] 2> 2213821 T5486 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003 [junit4] 2> 2213822 T5486 oasc.CoreContainer.<init> New CoreContainer 5783267 [junit4] 2> 2213822 T5486 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003/] [junit4] 2> 2213823 T5486 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2213823 T5486 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2213824 T5486 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2213824 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2213824 T5486 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2213824 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2213825 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2213825 T5486 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2213825 T5486 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2213826 T5486 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2213826 T5486 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2213827 T5486 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2213827 T5486 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2213827 T5486 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39936/solr [junit4] 2> 2213828 T5486 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2213828 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2213829 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213829 T5529 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1df0dfe name:ZooKeeperConnection Watcher:127.0.0.1:39936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213829 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213830 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2213831 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2213832 T5531 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9766e8 name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2213832 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2213835 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2214839 T5486 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58837_nvi [junit4] 2> 2214840 T5486 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58837_nvi [junit4] 2> 2214842 T5486 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2214844 T5486 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003 [junit4] 2> 2214851 T5486 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003/conf/ [junit4] 2> 2215000 T5486 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2215001 T5486 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2215001 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2215247 T5486 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2215247 T5486 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2215249 T5486 oejs.AbstractConnector.doStart Started [email protected]:51304 [junit4] 2> 2215250 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2215250 T5486 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2215251 T5486 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-004 [junit4] 2> 2215251 T5486 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-004/' [junit4] 2> 2215262 T5486 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-004/solr.xml [junit4] 2> 2215267 T5486 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-004 [junit4] 2> 2215268 T5486 oasc.CoreContainer.<init> New CoreContainer 15606113 [junit4] 2> 2215268 T5486 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-004/] [junit4] 2> 2215269 T5486 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2215269 T5486 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2215269 T5486 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2215270 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2215270 T5486 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2215270 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2215271 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2215271 T5486 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2215271 T5486 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2215272 T5486 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2215272 T5486 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2215272 T5486 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2215273 T5486 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2215273 T5486 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39936/solr [junit4] 2> 2215273 T5486 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2215274 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2215274 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2215275 T5544 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d042 name:ZooKeeperConnection Watcher:127.0.0.1:39936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2215276 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2215276 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2215277 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2215278 T5546 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1cc7007 name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2215278 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2215281 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2216284 T5486 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51304_nvi [junit4] 2> 2216285 T5486 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51304_nvi [junit4] 2> 2216288 T5486 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2216290 T5486 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-004 [junit4] 2> 2216295 T5486 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-004/conf/ [junit4] 2> 2216409 T5486 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2216410 T5486 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2216410 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2216688 T5486 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 2216689 T5486 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2216691 T5486 oejs.AbstractConnector.doStart Started [email protected]:45274 [junit4] 2> 2216692 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2216692 T5486 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2216692 T5486 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005 [junit4] 2> 2216693 T5486 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005/' [junit4] 2> 2216704 T5486 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005/solr.xml [junit4] 2> 2216709 T5486 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005 [junit4] 2> 2216710 T5486 oasc.CoreContainer.<init> New CoreContainer 4500727 [junit4] 2> 2216710 T5486 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005/] [junit4] 2> 2216711 T5486 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2216711 T5486 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2216711 T5486 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2216712 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2216712 T5486 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2216712 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2216713 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2216713 T5486 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2216713 T5486 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2216714 T5486 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2216714 T5486 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2216715 T5486 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2216715 T5486 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2216715 T5486 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39936/solr [junit4] 2> 2216716 T5486 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2216716 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2216717 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2216717 T5559 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fdd26 name:ZooKeeperConnection Watcher:127.0.0.1:39936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2216718 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2216718 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2216719 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2216720 T5561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e9533a name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2216720 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2216723 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2217726 T5486 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45274_nvi [junit4] 2> 2217727 T5486 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45274_nvi [junit4] 2> 2217730 T5486 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2217732 T5486 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005 [junit4] 2> 2217739 T5486 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005/conf/ [junit4] 2> 2217886 T5486 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2217888 T5486 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2217888 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2218138 T5486 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4 [junit4] 2> 2218139 T5486 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2218140 T5486 oejs.AbstractConnector.doStart Started [email protected]:51003 [junit4] 2> 2218141 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2218142 T5486 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2218142 T5486 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006 [junit4] 2> 2218142 T5486 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/' [junit4] 2> 2218154 T5486 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/solr.xml [junit4] 2> 2218159 T5486 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006 [junit4] 2> 2218160 T5486 oasc.CoreContainer.<init> New CoreContainer 11381511 [junit4] 2> 2218160 T5486 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/] [junit4] 2> 2218160 T5486 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2218161 T5486 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2218161 T5486 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2218161 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2218162 T5486 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2218162 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2218162 T5486 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2218163 T5486 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2218163 T5486 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2218163 T5486 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2218164 T5486 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2218164 T5486 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2218164 T5486 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2218165 T5486 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39936/solr [junit4] 2> 2218165 T5486 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2218166 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2218166 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2218167 T5574 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b7e40b name:ZooKeeperConnection Watcher:127.0.0.1:39936 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2218167 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2218168 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2218169 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2218170 T5576 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18e12ec name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2218170 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2218173 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2219176 T5486 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51003_nvi [junit4] 2> 2219177 T5486 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51003_nvi [junit4] 2> 2219179 T5486 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2219182 T5486 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006 [junit4] 2> 2219189 T5486 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/conf/ [junit4] 2> 2219337 T5486 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2219338 T5486 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 2219338 T5486 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2219339 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2219340 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2219343 T5580 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f8c311 name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2219343 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2219343 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2219344 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2219346 T5486 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: delLiveColl [junit4] 2> 2219347 T5486 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2219347 T5486 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2219349 T5582 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ca4ba name:ZooKeeperConnection Watcher:127.0.0.1:39936/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2219349 T5486 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2219349 T5486 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2219350 T5486 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2219356 T5542 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&maxShardsPerNode=2&name=delLiveColl&action=CREATE&numShards=2&stateFormat=2&wt=javabin&version=2 [junit4] 2> 2219357 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2219358 T5510 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> 2219359 T5583 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> 2219360 T5583 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 2219360 T5583 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/delLiveColl [junit4] 2> 2219360 T5583 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl [junit4] 2> 2219363 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2219365 T5509 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl [junit4] 2> 2219365 T5509 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2] [junit4] 2> 2219365 T5509 oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2 [junit4] 2> 2219366 T5509 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/delLiveColl/state.json [junit4] 2> 2219367 T5518 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> 2219367 T5577 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> 2219367 T5517 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> 2219367 T5562 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> 2219367 T5547 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> 2219367 T5532 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> 2219368 T5585 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> 2219368 T5584 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> 2219463 T5583 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2 [junit4] 2> 2219463 T5583 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:58144_nvi [junit4] 2> 2219463 T5583 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:45274_nvi [junit4] 2> 2219464 T5583 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:51003_nvi [junit4] 2> 2219465 T5501 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> 2219465 T5583 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:58837_nvi [junit4] 2> 2219466 T5569 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> 2219465 T5556 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> 2219467 T5527 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> 2219468 T5501 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down collection=delLiveColl [junit4] 2> 2219469 T5527 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down collection=delLiveColl [junit4] 2> 2219469 T5569 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down collection=delLiveColl [junit4] 2> 2219469 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2219469 T5556 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down collection=delLiveColl [junit4] 2> 2219470 T5527 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2219471 T5527 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2219471 T5501 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2219471 T5527 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2219472 T5569 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2219471 T5556 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2219472 T5556 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2219472 T5569 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2219473 T5556 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2219473 T5527 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2219473 T5509 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:58144/nvi", [junit4] 2> "node_name":"127.0.0.1:58144_nvi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2219474 T5556 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2219473 T5569 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2219474 T5556 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2219474 T5527 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2219476 T5569 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2219476 T5569 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2219478 T5509 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2219478 T5562 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219478 T5532 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219478 T5577 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219479 T5532 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2219479 T5562 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2219479 T5577 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2219480 T5501 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2219480 T5501 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2219481 T5501 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2219482 T5501 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2219482 T5501 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1 [junit4] 2> 2219482 T5501 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2219483 T5501 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2219483 T5501 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2219484 T5509 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2219484 T5501 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2219484 T5509 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:58837/nvi", [junit4] 2> "node_name":"127.0.0.1:58837_nvi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2219484 T5501 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/delLiveColl_shard1_replica1/' [junit4] 2> 2219485 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2219486 T5509 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2219486 T5562 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219486 T5532 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219487 T5562 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2219486 T5577 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219486 T5517 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219488 T5577 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2219488 T5532 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2219489 T5517 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2219491 T5509 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2219491 T5509 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:45274/nvi", [junit4] 2> "node_name":"127.0.0.1:45274_nvi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2219492 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2219492 T5509 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2219493 T5562 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219493 T5532 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219493 T5577 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219493 T5517 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219494 T5562 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2219494 T5532 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2219494 T5577 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2219494 T5517 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2219496 T5509 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2219497 T5509 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:51003/nvi", [junit4] 2> "node_name":"127.0.0.1:51003_nvi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2219498 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2219498 T5509 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2219498 T5577 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219498 T5517 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219499 T5532 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219498 T5562 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219499 T5577 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2219500 T5532 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2219500 T5562 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2219500 T5517 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2219510 T5501 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2219538 T5501 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2219539 T5501 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2219546 T5501 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test [junit4] 2> 2219674 T5501 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2219678 T5501 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2219680 T5501 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2219686 T5501 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2219688 T5501 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2219690 T5501 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2219691 T5501 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2219691 T5501 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2219691 T5501 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2219692 T5501 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2219692 T5501 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2219693 T5501 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl [junit4] 2> 2219693 T5501 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2219693 T5501 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/delLiveColl_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/delLiveColl_shard1_replica1/data/ [junit4] 2> 2219694 T5501 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f7f39 [junit4] 2> 2219695 T5501 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/delLiveColl_shard1_replica1/data [junit4] 2> 2219695 T5501 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/delLiveColl_shard1_replica1/data/index/ [junit4] 2> 2219696 T5501 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2219696 T5501 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-002/delLiveColl_shard1_replica1/data/index [junit4] 2> 2219697 T5501 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=27.517578125, floorSegmentMB=0.9736328125, forceMergeDeletesPctAllowed=24.110525225396824, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 2219697 T5501 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-11f4373)),segFN=segments_1,generation=1} [junit4] 2> 2219698 T5501 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2219700 T5501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2219701 T5501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2219701 T5501 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2219701 T5501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2219702 T5501 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2219702 T5501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2219702 T5501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2219703 T5501 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2219703 T5501 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2219703 T5501 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2219704 T5501 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2219704 T5501 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2219704 T5501 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2219705 T5501 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2219705 T5501 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2219705 T5501 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2219706 T5501 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2219706 T5501 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2219706 T5501 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2219707 T5501 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2219708 T5501 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2219709 T5501 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2219710 T5501 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2219710 T5501 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2219712 T5501 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2219712 T5501 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2219713 T5501 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2359739074614974] [junit4] 2> 2219713 T5501 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-11f4373)),segFN=segments_1,generation=1} [junit4] 2> 2219713 T5501 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2219714 T5501 oass.SolrIndexSearcher.<init> Opening Searcher@1b6516d[delLiveColl_shard1_replica1] main [junit4] 2> 2219714 T5501 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2219714 T5501 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2219715 T5501 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2219715 T5501 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2219716 T5501 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2219716 T5501 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2219716 T5501 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 2219717 T5501 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2219717 T5501 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 2219719 T5501 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 2219719 T5501 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2219719 T5501 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2219721 T5590 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica1] Registered new searcher Searcher@1b6516d[delLiveColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2219723 T5501 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica1 [junit4] 2> 2219723 T5501 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica1 address:http://127.0.0.1:58144/nvi collection:delLiveColl shard:shard1 [junit4] 2> 2219724 T5501 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election [junit4] 2> 2219727 T5501 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 2219728 T5517 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2219728 T5501 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=1.13121654E14ms [junit4] 2> 2219731 T5509 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2219733 T5509 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2219733 T5562 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219733 T5517 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219733 T5532 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219734 T5562 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 2219734 T5532 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 2219735 T5517 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 2219736 T5577 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2219736 T5577 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 2220475 T5556 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2 [junit4] 2> 2220475 T5527 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2 [junit4] 2> 2220476 T5556 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2220476 T5527 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2220477 T5569 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1 [junit4] 2> 2220477 T5527 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2220477 T5527 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2220477 T5569 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2220477 T5556 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2220478 T5556 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2220479 T5527 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2220479 T5569 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2220479 T5556 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2220479 T5527 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-003/delLiveColl_shard2_replica2/' [junit4] 2> 2220480 T5556 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-005/delLiveColl_shard1_replica2/' [junit4] 2> 2220480 T5569 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2220486 T5569 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2220487 T5569 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/' [junit4] 2> 2220539 T5527 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2220545 T5569 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2220545 T5556 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2220553 T5527 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2220556 T5527 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2220560 T5556 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2220561 T5569 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2220562 T5569 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2220562 T5556 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2220566 T5527 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test [junit4] 2> 2220573 T5569 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test [junit4] 2> 2220614 T5556 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test [junit4] 2> 2220795 T5569 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2220799 T5569 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2220801 T5569 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2220803 T5556 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2220807 T5527 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2220808 T5556 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2220809 T5569 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2220810 T5556 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2220812 T5527 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2220812 T5569 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2220814 T5527 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2220815 T5569 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2220816 T5569 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2220816 T5569 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2220817 T5569 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2220818 T5569 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2220818 T5569 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2220818 T5569 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl [junit4] 2> 2220819 T5569 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2220819 T5569 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data/ [junit4] 2> 2220820 T5569 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6f7f39 [junit4] 2> 2220820 T5556 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2220821 T5569 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data [junit4] 2> 2220821 T5527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2220821 T5569 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data/index/ [junit4] 2> 2220822 T5569 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2220823 T5569 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data/index [junit4] 2> 2220823 T5556 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2220823 T5569 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=27.517578125, floorSegmentMB=0.9736328125, forceMergeDeletesPctAllowed=24.110525225396824, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 2220823 T5527 oas [...truncated too long message...] FDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data;done=false>>] [junit4] 2> 2425904 T5486 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001/tempDir-006/delLiveColl_shard2_replica1/data [junit4] 2> 2425905 T5486 oasc.Overseer.close Overseer (id=92521303850680333-127.0.0.1:51003_nvi-n_0000000004) closing [junit4] 2> 2425905 T5635 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:51003_nvi [junit4] 2> 2427408 T5634 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 2427435 T5486 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/nvi,null} [junit4] 2> 2432423 T5486 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 2432425 T5486 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39936 39936 [junit4] 2> 2432835 T5487 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39936 39936 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=47EDF2319BFDDEBF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uk -Dtests.timezone=America/Thule -Dtests.file.encoding=UTF-8 [junit4] ERROR 220s 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:51304/nvi, http://127.0.0.1:58837/nvi, http://127.0.0.1:51003/nvi, http://127.0.0.1:45274/nvi, http://127.0.0.1:58144/nvi] [junit4] > at __randomizedtesting.SeedInfo.seed([47EDF2319BFDDEBF:C60B7C29ECA2BE83]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:171) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:144) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:88) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:556) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:212) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:208) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) [junit4] > ... 47 more [junit4] 2> 2432861 T5486 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteReplicaTest-47EDF2319BFDDEBF-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=uk, timezone=America/Thule [junit4] 2> NOTE: Linux 3.13.0-36-generic i386/Oracle Corporation 1.8.0_20 (32-bit)/cpus=8,threads=1,free=57916648,total=262144000 [junit4] 2> NOTE: All tests run in this JVM: [DocValuesTest, TestOmitPositions, RankQueryTest, TestSchemaResource, TestSchemaVersionResource, SuggesterFSTTest, TestSolrQueryParser, AnalyticsQueryTest, PolyFieldTest, ChangedSchemaMergeTest, TestCSVResponseWriter, SolrRequestParserTest, CacheHeaderTest, LoggingHandlerTest, TestJoin, TestReRankQParserPlugin, QueryParsingTest, ChaosMonkeySafeLeaderTest, SortByFunctionTest, CoreContainerCoreInitFailuresTest, ZkSolrClientTest, TestCloudInspectUtil, TestSweetSpotSimilarityFactory, BlockCacheTest, LegacyHTMLStripCharFilterTest, HdfsUnloadDistributedZkTest, RollingRestartTest, TestJmxMonitoredMap, InfoHandlerTest, TestBM25SimilarityFactory, CircularListTest, TestRealTimeGet, SolrCoreTest, DirectSolrConnectionTest, DistributedQueryElevationComponentTest, NumericFieldsTest, TestPseudoReturnFields, DistributedQueryComponentCustomSortTest, CachingDirectoryFactoryTest, TestNonNRTOpen, DocValuesMissingTest, CollectionsAPIDistributedZkTest, TestSerializedLuceneMatchVersion, TestCopyFieldCollectionResource, TestReversedWildcardFilterFactory, TestPerFieldSimilarity, DistributedTermsComponentTest, TestPostingsSolrHighlighter, ResourceLoaderTest, CopyFieldTest, ConnectionManagerTest, TestValueSourceCache, TestExtendedDismaxParser, TestWriterPerf, SynonymTokenizerTest, AnalysisErrorHandlingTest, OverriddenZkACLAndCredentialsProvidersTest, TestFileDictionaryLookup, DeleteLastCustomShardedReplicaTest, DistribCursorPagingTest, ScriptEngineTest, TestBinaryField, TestGroupingSearch, BinaryUpdateRequestHandlerTest, DateFieldTest, HdfsSyncSliceTest, ClusterStateTest, DebugComponentTest, TestCursorMarkWithoutUniqueKey, TestNonDefinedSimilarityFactory, UUIDUpdateProcessorFallbackTest, ShardSplitTest, TestZkChroot, PreAnalyzedFieldTest, TestMiniSolrCloudCluster, TestUpdate, HdfsCollectionsAPIDistributedZkTest, TestRandomMergePolicy, PreAnalyzedUpdateProcessorTest, TestUtils, IndexSchemaRuntimeFieldTest, CSVRequestHandlerTest, TestCloudPivotFacet, UniqFieldsUpdateProcessorFactoryTest, StatsComponentTest, TestIBSimilarityFactory, TestSolrQueryParserResource, OpenCloseCoreStressTest, HdfsDirectoryTest, TestSearcherReuse, TestInfoStreamLogging, TestBlendedInfixSuggestions, TestIntervalFaceting, ShardRoutingCustomTest, SolrPluginUtilsTest, MultiTermTest, DirectUpdateHandlerOptimizeTest, SharedFSAutoReplicaFailoverUtilsTest, TestSolrQueryParserDefaultOperatorResource, SearchHandlerTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerRolesTest, TestStressLucene, TermVectorComponentTest, DistributedDebugComponentTest, BasicDistributedZk2Test, UnloadDistributedZkTest, BasicZkTest, TestReplicationHandler, TestMultiCoreConfBootstrap, TestStressVersions, SpellCheckComponentTest, SolrCmdDistributorTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, OverseerCollectionProcessorTest, SoftAutoCommitTest, SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, NoCacheHeaderTest, DistanceFunctionTest, SolrInfoMBeanTest, LukeRequestHandlerTest, StandardRequestHandlerTest, TestQueryTypes, RequestHandlersTest, TestIndexingPerformance, TestArbitraryIndexDir, TestCollationField, ReturnFieldsTest, MBeansHandlerTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, HighlighterConfigTest, TestQuerySenderListener, AlternateDirectoryTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, TestLRUCache, UUIDFieldTest, DistributedIntervalFacetingTest, AssignTest, CloudExitableDirectoryReaderTest, DeleteReplicaTest] [junit4] Completed on J1 in 219.96s, 1 test, 1 error <<< FAILURES! [...truncated 248 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:524: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:472: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1360: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962: There were test failures: 431 suites, 1778 tests, 1 error, 45 ignored (23 assumptions) Total time: 105 minutes 11 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_20 -server -XX:+UseG1GC 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]
