Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4351/ Java: 64bit/jdk1.8.0_40-ea-b04 -XX:+UseCompressedOops -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:58010/rh_ya/i, http://127.0.0.1:58025/rh_ya/i, http://127.0.0.1:58034/rh_ya/i, http://127.0.0.1:58043/rh_ya/i, http://127.0.0.1:58052/rh_ya/i] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:58010/rh_ya/i, http://127.0.0.1:58025/rh_ya/i, http://127.0.0.1:58034/rh_ya/i, http://127.0.0.1:58043/rh_ya/i, http://127.0.0.1:58052/rh_ya/i] at __randomizedtesting.SeedInfo.seed([87FC3AD3713174D4:61AB4CB066E14E8]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node1 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) ... 46 more Build Log: [...truncated 11419 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest [junit4] 2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\init-core-data-001 [junit4] 2> 2921362 T8008 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true) [junit4] 2> 2921362 T8008 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /rh_ya/i [junit4] 2> 2921364 T8008 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2921366 T8008 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2921367 T8009 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 2921461 T8008 oasc.ZkTestServer.run start zk server on port:58003 [junit4] 2> 2921461 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2921463 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2921468 T8015 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7bf90e7a name:ZooKeeperConnection Watcher:127.0.0.1:58003 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2921468 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2921468 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2921468 T8008 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 2921474 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2921475 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2921478 T8017 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@169e8262 name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2921479 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2921479 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2921479 T8008 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 2921483 T8008 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 2921487 T8008 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 2921490 T8008 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 2921493 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 2921493 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 2921499 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml [junit4] 2> 2921499 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 2921507 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2921507 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2921509 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 2921509 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 2921513 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 2921513 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 2921519 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml [junit4] 2> 2921519 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 2921522 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 2921522 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 2921526 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 2921526 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 2921530 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2921530 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2921533 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 2921533 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 2921538 T8008 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 2921538 T8008 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 2921543 T8010 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x148d6b696030001, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 2923031 T8008 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2923070 T8008 oejs.AbstractConnector.doStart Started [email protected]:58010 [junit4] 2> 2923070 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2923070 T8008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2923070 T8008 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002 [junit4] 2> 2923070 T8008 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\' [junit4] 2> 2923121 T8008 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\solr.xml [junit4] 2> 2923128 T8008 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002 [junit4] 2> 2923129 T8008 oasc.CoreContainer.<init> New CoreContainer 1014299550 [junit4] 2> 2923129 T8008 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\] [junit4] 2> 2923130 T8008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2923130 T8008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2923130 T8008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2923130 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2923130 T8008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2923130 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2923131 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2923131 T8008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2923131 T8008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2923131 T8008 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2923131 T8008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2923131 T8008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2923134 T8008 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2923134 T8008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58003/solr [junit4] 2> 2923134 T8008 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2923134 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2923136 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2923139 T8028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c5420e0 name:ZooKeeperConnection Watcher:127.0.0.1:58003 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2923139 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2923140 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2923144 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2923145 T8030 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb3ba1e name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2923146 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2923148 T8008 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 2923153 T8008 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 2923158 T8008 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 2923163 T8008 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 2923167 T8008 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 2923172 T8008 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 2923175 T8008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58010_rh_ya%2Fi [junit4] 2> 2923176 T8008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58010_rh_ya%2Fi [junit4] 2> 2923180 T8008 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 2923183 T8008 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 2923186 T8008 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2923189 T8008 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58010_rh_ya%2Fi [junit4] 2> 2923189 T8008 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2923192 T8008 oasc.Overseer.start Overseer (id=92559872050266115-127.0.0.1:58010_rh_ya%2Fi-n_0000000000) starting [junit4] 2> 2923197 T8008 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 2923210 T8008 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 2923211 T8032 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2923212 T8008 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 2923217 T8008 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 2923220 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2923227 T8031 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2923230 T8008 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002 [junit4] 2> 2923822 T8008 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\conf\ [junit4] 2> 2923936 T8008 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2923938 T8008 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2923938 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2923939 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2923940 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2923944 T8036 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69976468 name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2923944 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2923944 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2923947 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2923954 T8008 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2923954 T8008 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 2923954 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2923957 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2923958 T8038 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72a4dacf name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2923959 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2923959 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2923961 T8039 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2923962 T8010 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x148d6b696030005, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 2923966 T8031 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 2923966 T8031 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 2923966 T8031 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 2923970 T8031 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 2923972 T8039 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> 2923978 T8040 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> 2925657 T8008 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2925659 T8008 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2925663 T8008 oejs.AbstractConnector.doStart Started [email protected]:58025 [junit4] 2> 2925664 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2925664 T8008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2925665 T8008 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003 [junit4] 2> 2925665 T8008 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003\' [junit4] 2> 2925747 T8008 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003\solr.xml [junit4] 2> 2925762 T8008 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003 [junit4] 2> 2925763 T8008 oasc.CoreContainer.<init> New CoreContainer 2132627921 [junit4] 2> 2925763 T8008 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003\] [junit4] 2> 2925764 T8008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2925764 T8008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2925764 T8008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2925765 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2925765 T8008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2925766 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2925766 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2925766 T8008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2925766 T8008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2925767 T8008 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2925767 T8008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2925767 T8008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2925768 T8008 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2925768 T8008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58003/solr [junit4] 2> 2925768 T8008 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2925769 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2925772 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2925773 T8051 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2651095f name:ZooKeeperConnection Watcher:127.0.0.1:58003 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2925773 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2925774 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2925778 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2925780 T8053 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e96d09e name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2925780 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2925795 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2926844 T8008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58025_rh_ya%2Fi [junit4] 2> 2926847 T8008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58025_rh_ya%2Fi [junit4] 2> 2926861 T8008 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2926868 T8008 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003 [junit4] 2> 2928012 T8008 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003\conf\ [junit4] 2> 2928204 T8008 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2928208 T8008 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2928210 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2929947 T8008 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2929948 T8008 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2929952 T8008 oejs.AbstractConnector.doStart Started [email protected]:58034 [junit4] 2> 2929953 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2929953 T8008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2929953 T8008 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-004 [junit4] 2> 2929953 T8008 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-004\' [junit4] 2> 2929989 T8008 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-004\solr.xml [junit4] 2> 2929999 T8008 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-004 [junit4] 2> 2930000 T8008 oasc.CoreContainer.<init> New CoreContainer 1082442754 [junit4] 2> 2930000 T8008 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-004\] [junit4] 2> 2930000 T8008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2930001 T8008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2930001 T8008 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2930001 T8008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2930006 T8008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2930006 T8008 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2930006 T8008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58003/solr [junit4] 2> 2930006 T8008 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2930006 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2930008 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2930009 T8066 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@193f7d11 name:ZooKeeperConnection Watcher:127.0.0.1:58003 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2930010 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2930010 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2930012 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2930016 T8068 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42ee7a05 name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2930017 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2930030 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2931080 T8008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58034_rh_ya%2Fi [junit4] 2> 2931083 T8008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58034_rh_ya%2Fi [junit4] 2> 2931102 T8008 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2931109 T8008 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-004 [junit4] 2> 2931758 T8008 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-004\conf\ [junit4] 2> 2931880 T8008 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2931883 T8008 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2931883 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2933553 T8008 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 2933554 T8008 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2933557 T8008 oejs.AbstractConnector.doStart Started [email protected]:58043 [junit4] 2> 2933559 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2933559 T8008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2933559 T8008 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005 [junit4] 2> 2933559 T8008 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005\' [junit4] 2> 2933615 T8008 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005\solr.xml [junit4] 2> 2933628 T8008 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005 [junit4] 2> 2933628 T8008 oasc.CoreContainer.<init> New CoreContainer 403688036 [junit4] 2> 2933629 T8008 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005\] [junit4] 2> 2933629 T8008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2933629 T8008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2933630 T8008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2933630 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2933630 T8008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2933631 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2933631 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2933631 T8008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2933631 T8008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2933632 T8008 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2933632 T8008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2933633 T8008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2933633 T8008 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2933633 T8008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58003/solr [junit4] 2> 2933634 T8008 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2933634 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2933635 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2933637 T8081 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2215f0cd name:ZooKeeperConnection Watcher:127.0.0.1:58003 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2933638 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2933638 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2933641 T8010 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x148d6b69603000a, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 2933644 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2933645 T8083 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a5c9e14 name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2933646 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2933657 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2934708 T8008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58043_rh_ya%2Fi [junit4] 2> 2934711 T8008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58043_rh_ya%2Fi [junit4] 2> 2934728 T8008 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2934733 T8008 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005 [junit4] 2> 2935599 T8008 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005\conf\ [junit4] 2> 2935760 T8008 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2935761 T8008 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2935763 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2937586 T8008 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4 [junit4] 2> 2937587 T8008 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2937591 T8008 oejs.AbstractConnector.doStart Started [email protected]:58052 [junit4] 2> 2937592 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2937592 T8008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2937592 T8008 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006 [junit4] 2> 2937595 T8008 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\' [junit4] 2> 2937626 T8008 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\solr.xml [junit4] 2> 2937633 T8008 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006 [junit4] 2> 2937635 T8008 oasc.CoreContainer.<init> New CoreContainer 1995562220 [junit4] 2> 2937635 T8008 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\] [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2937637 T8008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2937637 T8008 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2937637 T8008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2937637 T8008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2937637 T8008 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2937640 T8008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58003/solr [junit4] 2> 2937640 T8008 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2937640 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2937643 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2937645 T8096 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@770a4a96 name:ZooKeeperConnection Watcher:127.0.0.1:58003 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2937645 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2937645 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2937649 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2937650 T8098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c29f5b4 name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2937650 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2937662 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2938816 T8008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58052_rh_ya%2Fi [junit4] 2> 2938819 T8008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58052_rh_ya%2Fi [junit4] 2> 2938836 T8008 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2938847 T8008 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006 [junit4] 2> 2939562 T8008 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\conf\ [junit4] 2> 2939682 T8008 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2939687 T8008 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2939687 T8008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2939690 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2939692 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2939694 T8102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2943dfdd name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2939694 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2939694 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2939696 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2939703 T8008 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: delLiveColl [junit4] 2> 2939703 T8008 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2939704 T8008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2939709 T8104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@512d60a5 name:ZooKeeperConnection Watcher:127.0.0.1:58003/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2939709 T8008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2939710 T8008 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2939711 T8008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2939724 T8046 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&maxShardsPerNode=2&name=delLiveColl&action=CREATE&numShards=2&stateFormat=2&wt=javabin&version=2 [junit4] 2> 2939725 T8039 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2939728 T8032 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> 2939730 T8105 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> 2939734 T8105 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 2939734 T8105 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/delLiveColl [junit4] 2> 2939735 T8105 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl [junit4] 2> 2939746 T8039 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2939753 T8031 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl [junit4] 2> 2939753 T8031 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2] [junit4] 2> 2939754 T8031 oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2 [junit4] 2> 2939758 T8031 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/delLiveColl/state.json [junit4] 2> 2939762 T8084 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> 2939763 T8039 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> 2939763 T8040 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> 2939763 T8069 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> 2939764 T8054 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> 2939765 T8107 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> 2939767 T8099 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> 2939768 T8106 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> 2939861 T8105 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2 [junit4] 2> 2939861 T8105 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:58010_rh_ya%2Fi [junit4] 2> 2939862 T8105 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:58025_rh_ya%2Fi [junit4] 2> 2939866 T8105 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:58052_rh_ya%2Fi [junit4] 2> 2939868 T8023 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> 2939869 T8047 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> 2939871 T8105 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:58043_rh_ya%2Fi [junit4] 2> 2939873 T8093 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> 2939878 T8023 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down collection=delLiveColl [junit4] 2> 2939878 T8076 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> 2939879 T8047 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down collection=delLiveColl [junit4] 2> 2939884 T8093 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down collection=delLiveColl [junit4] 2> 2939886 T8039 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2939888 T8023 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2939888 T8023 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2939888 T8076 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down collection=delLiveColl [junit4] 2> 2939890 T8047 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2939890 T8047 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2939890 T8023 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2939892 T8047 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2939894 T8093 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2939895 T8093 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2939896 T8093 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2939897 T8023 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2939897 T8023 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2939898 T8047 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2939899 T8047 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2939900 T8093 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2939900 T8093 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2939900 T8076 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2939901 T8076 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2939903 T8076 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2939906 T8076 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2939906 T8076 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2939907 T8031 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2939907 T8031 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:58010/rh_ya/i", [junit4] 2> "node_name":"127.0.0.1:58010_rh_ya%2Fi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2939913 T8031 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2939914 T8099 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939914 T8084 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939914 T8039 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939915 T8054 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939915 T8099 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2939916 T8084 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2939916 T8054 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2939919 T8039 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2939926 T8031 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2939927 T8031 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:58025/rh_ya/i", [junit4] 2> "node_name":"127.0.0.1:58025_rh_ya%2Fi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2939930 T8039 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2939932 T8031 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2939933 T8084 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939933 T8099 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939933 T8054 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939934 T8039 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939935 T8084 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2939935 T8099 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2939936 T8054 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2939939 T8039 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2939946 T8031 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2939946 T8031 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:58052/rh_ya/i", [junit4] 2> "node_name":"127.0.0.1:58052_rh_ya%2Fi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2939951 T8039 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2939952 T8031 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2939953 T8084 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939953 T8054 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939954 T8099 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939954 T8039 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939955 T8084 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2939955 T8099 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2939955 T8054 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2939958 T8039 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2939966 T8031 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2939966 T8031 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:58043/rh_ya/i", [junit4] 2> "node_name":"127.0.0.1:58043_rh_ya%2Fi", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state"} [junit4] 2> 2939971 T8039 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2939972 T8031 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2939973 T8099 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939973 T8084 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939973 T8039 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939973 T8054 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2939974 T8099 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2939974 T8084 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2939975 T8054 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2939980 T8039 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2941041 T8023 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1 [junit4] 2> 2941041 T8023 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2941042 T8023 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2941042 T8023 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2941043 T8047 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2 [junit4] 2> 2941043 T8047 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2941044 T8093 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1 [junit4] 2> 2941044 T8093 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2941044 T8047 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2941045 T8047 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2941045 T8023 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2941046 T8023 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\delLiveColl_shard1_replica1\' [junit4] 2> 2941046 T8093 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2941048 T8093 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2941050 T8076 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2 [junit4] 2> 2941050 T8076 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2941052 T8076 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2941052 T8076 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2941053 T8047 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2941053 T8047 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-003\delLiveColl_shard1_replica2\' [junit4] 2> 2941055 T8093 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2941055 T8093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\delLiveColl_shard2_replica1\' [junit4] 2> 2941072 T8076 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2941073 T8076 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-005\delLiveColl_shard2_replica2\' [junit4] 2> 2941112 T8023 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2941122 T8023 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2941131 T8076 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2941137 T8093 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2941142 T8076 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2941145 T8023 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2941183 T8093 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2941185 T8023 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test [junit4] 2> 2941193 T8047 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 2941205 T8047 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2941207 T8093 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2941214 T8093 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test [junit4] 2> 2941311 T8023 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2941318 T8023 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2941320 T8023 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2941326 T8047 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2941332 T8093 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2941332 T8047 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test [junit4] 2> 2941338 T8093 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2941339 T8093 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2941342 T8076 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2941349 T8076 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test [junit4] 2> 2941454 T8047 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2941459 T8047 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2941460 T8047 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2941470 T8076 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2941477 T8076 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2941479 T8076 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2941487 T8023 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941489 T8093 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941492 T8023 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941493 T8093 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941497 T8023 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2941497 T8093 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2941500 T8023 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2941501 T8023 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2941501 T8023 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2941501 T8093 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2941502 T8093 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2941502 T8093 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2941504 T8023 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2941504 T8023 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2941506 T8023 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl [junit4] 2> 2941506 T8023 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2941506 T8023 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\delLiveColl_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\delLiveColl_shard1_replica1\data\ [junit4] 2> 2941507 T8023 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ac0d01b [junit4] 2> 2941507 T8093 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2941507 T8093 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2941507 T8023 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\delLiveColl_shard1_replica1\data\ [junit4] 2> 2941508 T8093 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl [junit4] 2> 2941508 T8093 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2941509 T8093 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\delLiveColl_shard2_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\delLiveColl_shard2_replica1\data\ [junit4] 2> 2941509 T8093 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ac0d01b [junit4] 2> 2941508 T8047 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941510 T8023 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\delLiveColl_shard1_replica1\data\index/ [junit4] 2> 2941509 T8093 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\delLiveColl_shard2_replica1\data\ [junit4] 2> 2941510 T8023 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\delLiveColl_shard1_replica1\data\index' doesn't exist. Creating new index... [junit4] 2> 2941511 T8093 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\delLiveColl_shard2_replica1\data\index/ [junit4] 2> 2941511 T8093 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\delLiveColl_shard2_replica1\data\index' doesn't exist. Creating new index... [junit4] 2> 2941512 T8093 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-006\delLiveColl_shard2_replica1\data\index [junit4] 2> 2941511 T8023 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001\tempDir-002\delLiveColl_shard1_replica1\data\index [junit4] 2> 2941512 T8023 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 2941512 T8093 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 2941514 T8093 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-39111e0b)),segFN=segments_1,generation=1} [junit4] 2> 2941514 T8093 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2941516 T8047 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941516 T8023 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-419cbc0b)),segFN=segments_1,generation=1} [junit4] 2> 2941516 T8023 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2941519 T8093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2941519 T8093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2941519 T8093 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2941520 T8093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2941520 T8093 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2941521 T8093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2941520 T8023 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2941522 T8093 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2941522 T8093 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2941522 T8093 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2941523 T8093 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2941523 T8093 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2941523 T8093 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2941525 T8093 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2941522 T8023 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2941525 T8093 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2941526 T8093 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2941526 T8093 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2941526 T8076 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941526 T8023 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2941523 T8047 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2941527 T8023 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2941528 T8023 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2941528 T8023 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2941529 T8023 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2941529 T8023 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2941529 T8023 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2941530 T8023 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2941530 T8023 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2941531 T8023 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2941531 T8076 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2941527 T8093 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2941532 T8093 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2941533 T8093 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2941535 T8093 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2941531 T8023 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2941536 T8023 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2941537 T8023 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2941537 T8023 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2941537 T8076 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2941535 T8047 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2941538 T8047 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2941538 T8047 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2941537 T8023 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2941540 T8023 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2941540 T8023 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2941541 T8023 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2941542 T8093 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2941542 T8023 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2941545 T8093 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [ [...truncated too long message...] talk to ZK [junit4] 2> 3162042 T8008 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/rh_ya/i,null} [junit4] 2> 3168775 T8008 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 3168777 T8008 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58003 58003 [junit4] 2> 3171819 T8009 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58003 58003 [junit4] 2> 3171824 T8009 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 8 /solr/aliases.json [junit4] 2> 8 /solr/clusterstate.json [junit4] 2> 4 /solr/collections/delLiveColl/state.json [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 8 /solr/live_nodes [junit4] 2> 5 /solr/overseer/collection-queue-work [junit4] 2> 3 /solr/overseer/queue [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=87FC3AD3713174D4 -Dtests.slow=true -Dtests.locale=mt_MT -Dtests.timezone=America/Tegucigalpa -Dtests.file.encoding=Cp1252 [junit4] ERROR 250s | DeleteReplicaTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:58010/rh_ya/i, http://127.0.0.1:58025/rh_ya/i, http://127.0.0.1:58034/rh_ya/i, http://127.0.0.1:58043/rh_ya/i, http://127.0.0.1:58052/rh_ya/i] [junit4] > at __randomizedtesting.SeedInfo.seed([87FC3AD3713174D4:61AB4CB066E14E8]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:570) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) [junit4] > ... 46 more [junit4] 2> 3171840 T8008 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-87FC3AD3713174D4-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=mt_MT, timezone=America/Tegucigalpa [junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_40-ea (64-bit)/cpus=2,threads=1,free=106693432,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestSchemaNameResource, TestSolrQueryParserResource, TestReversedWildcardFilterFactory, TestFieldTypeCollectionResource, SharedFSAutoReplicaFailoverUtilsTest, HdfsBasicDistributedZk2Test, TestElisionMultitermQuery, TestReplicationHandler, SliceStateTest, CoreMergeIndexesAdminHandlerTest, HardAutoCommitTest, TestSchemaVersionResource, TestPseudoReturnFields, DateFieldTest, DistributedSuggestComponentTest, TimeZoneUtilsTest, SpellingQueryConverterTest, TestManagedSynonymFilterFactory, TestManagedSchema, ShowFileRequestHandlerTest, OpenExchangeRatesOrgProviderTest, TestDistributedGrouping, StandardRequestHandlerTest, ShardSplitTest, TestSolrQueryParserDefaultOperatorResource, TestRestManager, HighlighterConfigTest, DistribDocExpirationUpdateProcessorTest, BadCopyFieldTest, TestRecovery, SuggesterTest, TestCloudManagedSchema, DistribCursorPagingTest, TestAnalyzedSuggestions, MultiTermTest, CoreAdminCreateDiscoverTest, TestComponentsName, TestSolrXmlPersistence, AlternateDirectoryTest, TestSweetSpotSimilarityFactory, DocValuesMultiTest, BadIndexSchemaTest, DistributedTermsComponentTest, SchemaVersionSpecificBehaviorTest, SearchHandlerTest, TestSort, LeaderElectionIntegrationTest, TestIntervalFaceting, DistributedExpandComponentTest, TestAtomicUpdateErrorCases, TestMultiCoreConfBootstrap, CoreAdminRequestStatusTest, TestHashPartitioner, NotRequiredUniqueKeyTest, AddBlockUpdateTest, TestManagedSchemaFieldTypeResource, SuggesterWFSTTest, TestMiniSolrCloudCluster, TestSolrQueryParser, RollingRestartTest, HdfsUnloadDistributedZkTest, TermVectorComponentTest, ExitableDirectoryReaderTest, ZkNodePropsTest, RemoteQueryErrorTest, ClusterStateTest, DistributedQueryComponentOptimizationTest, TestDocumentBuilder, TestSolrDeletionPolicy1, VMParamsZkACLAndCredentialsProvidersTest, IndexSchemaTest, PrimitiveFieldTypeTest, CircularListTest, TestArbitraryIndexDir, TestCollectionAPI, DebugComponentTest, TestSystemIdResolver, BinaryUpdateRequestHandlerTest, TestAnalyzeInfixSuggestions, ResponseHeaderTest, ResponseLogComponentTest, TestManagedResourceStorage, TestSolrCoreProperties, TestPerFieldSimilarity, TestBadConfig, OpenCloseCoreStressTest, SpatialFilterTest, TestStressLucene, TestPivotHelperCode, ReplicationFactorTest, OverseerTest, BasicDistributedZk2Test, TestBinaryResponseWriter, UniqFieldsUpdateProcessorFactoryTest, SolrTestCaseJ4Test, FastVectorHighlighterTest, PingRequestHandlerTest, TestLFUCache, SSLMigrationTest, TestCharFilters, ChangedSchemaMergeTest, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsSyncSliceTest, DistributedFacetPivotLongTailTest, ZkCLITest, TestWriterPerf, SampleTest, CurrencyFieldXmlFileTest, TestMergePolicyConfig, ModifyConfFileTest, BJQParserTest, CurrencyFieldOpenExchangeTest, TestFastOutputStream, SolrRequestParserTest, TestSolr4Spatial, TestFieldCollectionResource, TestInitParams, XsltUpdateRequestHandlerTest, TestManagedStopFilterFactory, TestOverriddenPrefixQueryForCustomFieldType, SoftAutoCommitTest, IndexBasedSpellCheckerTest, TestClassNameShortening, CustomCollectionTest, TestJmxIntegration, SimpleFacetsTest, SuggesterFSTTest, FieldMutatingUpdateProcessorTest, TestOrdValues, DocExpirationUpdateProcessorFactoryTest, AliasIntegrationTest, TestXIncludeConfig, TestRealTimeGet, TestRawResponseWriter, ZkControllerTest, CoreAdminHandlerTest, TestLRUCache, TestHighlightDedupGrouping, TestManagedSchemaDynamicFieldResource, TestTrie, ExternalFileFieldSortTest, LeaderFailoverAfterPartitionTest, TestTolerantSearch, CachingDirectoryFactoryTest, TestStressUserVersions, CopyFieldTest, TestSimpleQParserPlugin, TestDistributedSearch, HttpPartitionTest, DistributedIntervalFacetingTest, TestFuzzyAnalyzedSuggestions, TestShortCircuitedRequests, TestZkChroot, TestSurroundQueryParser, TestCollationField, HdfsChaosMonkeySafeLeaderTest, SolrCoreCheckLockOnStartupTest, DisMaxRequestHandlerTest, DocValuesTest, TestQueryUtils, QueryElevationComponentTest, TestMaxScoreQueryParser, OutputWriterTest, TestSortingResponseWriter, BasicDistributedZkTest, URLClassifyProcessorTest, FullSolrCloudDistribCmdsTest, ConvertedLegacyTest, TestCSVLoader, TestFastWriter, UpdateRequestProcessorFactoryTest, PolyFieldTest, TestIndexingPerformance, TestAddFieldRealTimeGet, TestCSVResponseWriter, CollectionsAPIAsyncDistributedZkTest, AnalyticsMergeStrategyTest, SynonymTokenizerTest, ClusterStateUpdateTest, TestModifyConfFiles, FileUtilsTest, DeleteReplicaTest] [junit4] Completed in 250.52s, 1 test, 1 error <<< FAILURES! [...truncated 779 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:524: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:472: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:496: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1359: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:961: There were test failures: 436 suites, 1783 tests, 1 error, 53 ignored (31 assumptions) Total time: 157 minutes 37 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b04 -XX:+UseCompressedOops -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]
