Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4265/ Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:53080, https://127.0.0.1:53071, https://127.0.0.1:53089, https://127.0.0.1:53062, https://127.0.0.1:53047] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:53080, https://127.0.0.1:53071, https://127.0.0.1:53089, https://127.0.0.1:53062, https://127.0.0.1:53047] at __randomizedtesting.SeedInfo.seed([E96F98063C3B19C9:6889161E4B6479F5]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node1 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) ... 46 more Build Log: [...truncated 11232 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest [junit4] 2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\init-core-data-001 [junit4] 2> 2616751 T6733 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true) [junit4] 2> 2616751 T6733 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 2616757 T6733 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2616757 T6733 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2616760 T6734 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 2616894 T6733 oasc.ZkTestServer.run start zk server on port:53037 [junit4] 2> 2616894 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2616905 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2616913 T6740 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ceceadf name:ZooKeeperConnection Watcher:127.0.0.1:53037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2616913 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2616914 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2616914 T6733 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 2616922 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2616924 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2616927 T6742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49281ecb name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2616927 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2616927 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2616927 T6733 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 2616932 T6733 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 2616936 T6733 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 2616938 T6733 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 2616942 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 2616944 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 2616950 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml [junit4] 2> 2616951 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 2616957 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2616957 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2616964 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 2616964 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 2616971 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 2616971 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 2616977 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml [junit4] 2> 2616979 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 2616984 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 2616985 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 2616990 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 2616990 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 2616995 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2616997 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2617002 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 2617003 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 2617008 T6733 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 2617008 T6733 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 2617017 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2617021 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2617024 T6744 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e248c97 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2617024 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2617025 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2619099 T6733 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2619109 T6733 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2619112 T6733 oejs.AbstractConnector.doStart Started [email protected]:53047 [junit4] 2> 2619121 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2619121 T6733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2619121 T6733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002 [junit4] 2> 2619121 T6733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\' [junit4] 2> 2619164 T6733 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\solr.xml [junit4] 2> 2619214 T6733 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002 [junit4] 2> 2619214 T6733 oasc.CoreContainer.<init> New CoreContainer 668664975 [junit4] 2> 2619214 T6733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\] [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2619215 T6733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2619222 T6733 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2619227 T6733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2619228 T6733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2619228 T6733 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2619230 T6733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53037/solr [junit4] 2> 2619231 T6733 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2619231 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2619233 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2619236 T6755 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e155f05 name:ZooKeeperConnection Watcher:127.0.0.1:53037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2619237 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2619239 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2619245 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2619246 T6757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35f518a5 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2619248 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2619250 T6733 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 2619257 T6733 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 2619263 T6733 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 2619272 T6733 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 2619280 T6733 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 2619290 T6733 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 2619296 T6733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53047_ [junit4] 2> 2619297 T6733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53047_ [junit4] 2> 2619305 T6733 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 2619310 T6733 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 2619315 T6733 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2619318 T6733 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53047_ [junit4] 2> 2619318 T6733 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2619321 T6733 oasc.Overseer.start Overseer (id=92608747632656388-127.0.0.1:53047_-n_0000000000) starting [junit4] 2> 2619329 T6733 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 2619352 T6733 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 2619355 T6759 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2619358 T6733 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 2619364 T6733 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 2619369 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2619389 T6758 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2619393 T6733 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002 [junit4] 2> 2620704 T6733 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\conf\ [junit4] 2> 2620942 T6733 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2620945 T6733 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2620945 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2620964 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2620970 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2620989 T6763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@171c9a51 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2620989 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2620989 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2620991 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2620998 T6733 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2620998 T6733 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 2620998 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2621001 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2621003 T6765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@de76711 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2621003 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2621003 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2621007 T6766 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2621007 T6735 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x149032a51bd0006, 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> 2621013 T6758 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 2621013 T6758 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 2621013 T6758 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 2621021 T6758 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 2621024 T6767 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> 2621025 T6766 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> 2622874 T6733 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2622875 T6733 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2622886 T6733 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2622888 T6733 oejs.AbstractConnector.doStart Started [email protected]:53062 [junit4] 2> 2622893 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2622893 T6733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2622893 T6733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-003 [junit4] 2> 2622893 T6733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-003\' [junit4] 2> 2622931 T6733 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-003\solr.xml [junit4] 2> 2622982 T6733 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-003 [junit4] 2> 2622982 T6733 oasc.CoreContainer.<init> New CoreContainer 688354727 [junit4] 2> 2622982 T6733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-003\] [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2622987 T6733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2622992 T6733 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2622995 T6733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2622995 T6733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2622995 T6733 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2622995 T6733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53037/solr [junit4] 2> 2622995 T6733 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2622995 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2623000 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2623003 T6778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21b705fc name:ZooKeeperConnection Watcher:127.0.0.1:53037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2623004 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2623006 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2623008 T6735 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x149032a51bd0007, 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> 2623010 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2623014 T6780 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a1adae1 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2623015 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2623033 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2624239 T6733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53062_ [junit4] 2> 2624243 T6733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53062_ [junit4] 2> 2624260 T6733 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2624267 T6733 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-003 [junit4] 2> 2624937 T6733 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-003\conf\ [junit4] 2> 2625049 T6733 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2625053 T6733 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2625053 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2626912 T6733 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2626913 T6733 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2626927 T6733 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2626930 T6733 oejs.AbstractConnector.doStart Started [email protected]:53071 [junit4] 2> 2626937 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2626937 T6733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2626937 T6733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004 [junit4] 2> 2626937 T6733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004\' [junit4] 2> 2626997 T6733 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004\solr.xml [junit4] 2> 2627074 T6733 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004 [junit4] 2> 2627074 T6733 oasc.CoreContainer.<init> New CoreContainer 1839590447 [junit4] 2> 2627074 T6733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004\] [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2627077 T6733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2627081 T6733 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2627084 T6733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2627084 T6733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2627084 T6733 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2627084 T6733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53037/solr [junit4] 2> 2627084 T6733 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2627084 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2627090 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2627092 T6793 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3581450e name:ZooKeeperConnection Watcher:127.0.0.1:53037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2627094 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2627094 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2627097 T6735 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x149032a51bd0009, 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> 2627098 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2627101 T6795 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2125263a name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2627102 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2627116 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2628321 T6733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53071_ [junit4] 2> 2628323 T6733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53071_ [junit4] 2> 2628332 T6733 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2628341 T6733 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004 [junit4] 2> 2629274 T6733 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004\conf\ [junit4] 2> 2629423 T6733 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2629427 T6733 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2629427 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2631490 T6733 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 2631491 T6733 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2631503 T6733 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2631505 T6733 oejs.AbstractConnector.doStart Started [email protected]:53080 [junit4] 2> 2631510 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2631510 T6733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2631510 T6733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005 [junit4] 2> 2631510 T6733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005\' [junit4] 2> 2631548 T6733 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005\solr.xml [junit4] 2> 2631601 T6733 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005 [junit4] 2> 2631602 T6733 oasc.CoreContainer.<init> New CoreContainer 680123390 [junit4] 2> 2631602 T6733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005\] [junit4] 2> 2631603 T6733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2631604 T6733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2631604 T6733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2631604 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2631604 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2631605 T6733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2631605 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2631605 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2631605 T6733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2631606 T6733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2631611 T6733 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2631615 T6733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2631616 T6733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2631616 T6733 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2631616 T6733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53037/solr [junit4] 2> 2631617 T6733 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2631617 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2631619 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2631622 T6808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b7b44bf name:ZooKeeperConnection Watcher:127.0.0.1:53037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2631623 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2631623 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2631627 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2631630 T6810 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1754911 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2631631 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2631645 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2632753 T6733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53080_ [junit4] 2> 2632755 T6733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53080_ [junit4] 2> 2632770 T6733 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2632777 T6733 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005 [junit4] 2> 2633425 T6733 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005\conf\ [junit4] 2> 2633539 T6733 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2633542 T6733 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2633542 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2635325 T6733 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4 [junit4] 2> 2635325 T6733 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2635338 T6733 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2635342 T6733 oejs.AbstractConnector.doStart Started [email protected]:53089 [junit4] 2> 2635346 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2635346 T6733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2635346 T6733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006 [junit4] 2> 2635346 T6733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\' [junit4] 2> 2635377 T6733 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\solr.xml [junit4] 2> 2635474 T6733 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006 [junit4] 2> 2635475 T6733 oasc.CoreContainer.<init> New CoreContainer 1772237434 [junit4] 2> 2635476 T6733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\] [junit4] 2> 2635478 T6733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2635478 T6733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2635479 T6733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2635479 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2635479 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2635481 T6733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2635481 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2635483 T6733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2635483 T6733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2635483 T6733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2635489 T6733 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2635492 T6733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2635492 T6733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2635492 T6733 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2635493 T6733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53037/solr [junit4] 2> 2635493 T6733 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2635493 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2635496 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2635498 T6823 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60140a4d name:ZooKeeperConnection Watcher:127.0.0.1:53037 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2635499 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2635499 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2635503 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2635506 T6825 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@397dd598 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2635507 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2635519 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2636602 T6733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53089_ [junit4] 2> 2636604 T6733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53089_ [junit4] 2> 2636619 T6733 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2636630 T6733 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006 [junit4] 2> 2637494 T6733 oasc.CorePropertiesLocator.discoverUnder Found core conf in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\conf\ [junit4] 2> 2637620 T6733 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2637622 T6733 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0 [junit4] 2> 2637622 T6733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2637636 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2637639 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2637640 T6829 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20f0a6e name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2637641 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2637641 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2637643 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2637650 T6733 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: delLiveColl [junit4] 2> 2637650 T6733 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2637652 T6733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2637653 T6831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b5da058 name:ZooKeeperConnection Watcher:127.0.0.1:53037/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2637654 T6733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2637654 T6733 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2637655 T6733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2637705 T6806 oasha.CollectionsHandler.handleCreateAction Creating Collection : version=2&name=delLiveColl&maxShardsPerNode=2&wt=javabin&action=CREATE&stateFormat=2&replicationFactor=2&numShards=2 [junit4] 2> 2637707 T6766 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2637708 T6759 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> 2637711 T6832 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> 2637716 T6832 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 2637716 T6832 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/delLiveColl [junit4] 2> 2637718 T6832 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl [junit4] 2> 2637725 T6766 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2637731 T6758 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl [junit4] 2> 2637732 T6758 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2] [junit4] 2> 2637732 T6758 oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2 [junit4] 2> 2637737 T6758 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/delLiveColl/state.json [junit4] 2> 2637738 T6796 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> 2637739 T6811 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> 2637739 T6766 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> 2637740 T6781 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> 2637740 T6826 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> 2637741 T6767 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> 2637742 T6834 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> 2637743 T6833 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> 2637833 T6832 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2 [junit4] 2> 2637833 T6832 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:53089_ [junit4] 2> 2637835 T6832 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:53047_ [junit4] 2> 2637840 T6832 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:53080_ [junit4] 2> 2637876 T6832 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:53071_ [junit4] 2> 2637878 T6753 oasha.CoreAdminHandler.handleCreateAction core create command version=2&shard=shard1&name=delLiveColl_shard1_replica2&wt=javabin&qt=/admin/cores&collection=delLiveColl&action=CREATE&collection.configName=conf1&numShards=2 [junit4] 2> 2637883 T6816 oasha.CoreAdminHandler.handleCreateAction core create command version=2&shard=shard1&name=delLiveColl_shard1_replica1&wt=javabin&qt=/admin/cores&collection=delLiveColl&action=CREATE&collection.configName=conf1&numShards=2 [junit4] 2> 2637928 T6786 oasha.CoreAdminHandler.handleCreateAction core create command version=2&shard=shard2&name=delLiveColl_shard2_replica2&wt=javabin&qt=/admin/cores&collection=delLiveColl&action=CREATE&collection.configName=conf1&numShards=2 [junit4] 2> 2637932 T6753 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down collection=delLiveColl [junit4] 2> 2637937 T6816 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down collection=delLiveColl [junit4] 2> 2637939 T6804 oasha.CoreAdminHandler.handleCreateAction core create command version=2&shard=shard2&name=delLiveColl_shard2_replica1&wt=javabin&qt=/admin/cores&collection=delLiveColl&action=CREATE&collection.configName=conf1&numShards=2 [junit4] 2> 2637941 T6766 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2637944 T6753 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2637944 T6753 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2637945 T6786 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down collection=delLiveColl [junit4] 2> 2637946 T6753 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2637947 T6816 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2637947 T6816 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2637949 T6816 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2637950 T6804 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down collection=delLiveColl [junit4] 2> 2637951 T6753 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2637951 T6753 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2637953 T6786 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2637954 T6786 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2637954 T6816 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2637955 T6816 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2637955 T6786 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2637958 T6804 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 2637958 T6804 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 2637959 T6804 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 2637960 T6786 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2637960 T6786 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2637962 T6804 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2637962 T6804 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2637962 T6758 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 2637963 T6758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard":"shard1", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53047_", [junit4] 2> "base_url":"https://127.0.0.1:53047", [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard1_replica2"} [junit4] 2> 2637967 T6758 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2637967 T6811 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637968 T6766 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637968 T6796 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637969 T6811 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2637969 T6826 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637970 T6796 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2637970 T6826 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2637974 T6766 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2637982 T6758 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 2637983 T6758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard":"shard1", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53089_", [junit4] 2> "base_url":"https://127.0.0.1:53089", [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard1_replica1"} [junit4] 2> 2637986 T6766 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2637986 T6758 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2637987 T6811 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637987 T6766 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637987 T6796 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637989 T6811 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2637987 T6826 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2637990 T6796 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2637990 T6826 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2637995 T6766 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2638003 T6758 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 2638004 T6758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard":"shard2", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53071_", [junit4] 2> "base_url":"https://127.0.0.1:53071", [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard2_replica2"} [junit4] 2> 2638007 T6766 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2638008 T6758 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2638009 T6826 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638009 T6811 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638009 T6796 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638010 T6766 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638010 T6826 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2638011 T6811 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2638012 T6796 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2638015 T6766 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2638022 T6758 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 2638024 T6758 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard":"shard2", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:53080_", [junit4] 2> "base_url":"https://127.0.0.1:53080", [junit4] 2> "numShards":"2", [junit4] 2> "core":"delLiveColl_shard2_replica1"} [junit4] 2> 2638031 T6766 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2638034 T6758 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 2638036 T6811 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638036 T6796 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638038 T6811 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2638036 T6766 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638036 T6826 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 2638040 T6796 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2638041 T6826 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2638044 T6766 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 2639024 T6753 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2 [junit4] 2> 2639024 T6753 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2639025 T6753 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2639026 T6753 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2639028 T6816 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1 [junit4] 2> 2639028 T6816 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2639029 T6753 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2639029 T6753 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\delLiveColl_shard1_replica2\' [junit4] 2> 2639029 T6816 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2639030 T6816 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2639032 T6816 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2639032 T6816 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\' [junit4] 2> 2639033 T6786 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2 [junit4] 2> 2639033 T6786 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2639034 T6804 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1 [junit4] 2> 2639034 T6804 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 2639036 T6786 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2639036 T6786 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2639037 T6804 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2639037 T6804 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2639041 T6786 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2639041 T6786 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-004\delLiveColl_shard2_replica2\' [junit4] 2> 2639042 T6804 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2639042 T6804 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-005\delLiveColl_shard2_replica1\' [junit4] 2> 2639184 T6786 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2639185 T6753 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2639264 T6786 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2639266 T6753 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2639283 T6804 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2639288 T6816 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2639331 T6804 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2639338 T6753 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2639339 T6816 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2639340 T6786 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2639347 T6753 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test [junit4] 2> 2639348 T6786 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test [junit4] 2> 2639350 T6804 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2639375 T6804 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test [junit4] 2> 2639392 T6816 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2639408 T6816 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test [junit4] 2> 2639960 T6753 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2639993 T6753 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2639996 T6753 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2640074 T6753 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2640089 T6753 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2640107 T6753 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2640113 T6753 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2640114 T6753 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2640115 T6753 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2640130 T6753 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2640131 T6753 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2640131 T6753 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica2' using configuration from collection delLiveColl [junit4] 2> 2640131 T6753 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2640132 T6753 oasc.SolrCore.<init> [delLiveColl_shard1_replica2] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\delLiveColl_shard1_replica2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\delLiveColl_shard1_replica2\data\ [junit4] 2> 2640132 T6753 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b9c0a9d [junit4] 2> 2640133 T6753 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\delLiveColl_shard1_replica2\data\ [junit4] 2> 2640134 T6753 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\delLiveColl_shard1_replica2\data\index/ [junit4] 2> 2640134 T6753 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\delLiveColl_shard1_replica2\data\index' doesn't exist. Creating new index... [junit4] 2> 2640135 T6753 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-002\delLiveColl_shard1_replica2\data\index [junit4] 2> 2640136 T6753 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=64.4072265625, floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=25.54415412387377, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2554644662170439 [junit4] 2> 2640137 T6753 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1ac1fbae)),segFN=segments_1,generation=1} [junit4] 2> 2640137 T6753 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2640145 T6753 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2640145 T6753 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2640146 T6753 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2640147 T6753 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2640148 T6753 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2640148 T6753 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2640149 T6753 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2640149 T6753 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2640149 T6753 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2640150 T6816 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2640150 T6753 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2640151 T6753 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2640152 T6753 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2640153 T6753 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2640153 T6753 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2640153 T6753 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2640154 T6753 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2640155 T6753 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2640156 T6753 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2640156 T6753 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2640157 T6753 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2640167 T6816 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2640172 T6816 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2640220 T6753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2640225 T6753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2640228 T6753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2640232 T6753 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2640240 T6753 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2640240 T6753 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2640252 T6753 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=14.01171875, floorSegmentMB=1.7177734375, forceMergeDeletesPctAllowed=13.185389120792777, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8946896257599045 [junit4] 2> 2640253 T6753 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1ac1fbae)),segFN=segments_1,generation=1} [junit4] 2> 2640253 T6753 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2640254 T6753 oass.SolrIndexSearcher.<init> Opening Searcher@402eec6c[delLiveColl_shard1_replica2] main [junit4] 2> 2640254 T6753 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 2640281 T6753 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2640282 T6753 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2640287 T6816 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2640296 T6753 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2640296 T6753 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2640296 T6753 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2640304 T6753 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 2640304 T6753 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2640311 T6753 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 2640320 T6816 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2640332 T6753 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 2640332 T6753 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2640332 T6753 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2640336 T6839 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica2] Registered new searcher Searcher@402eec6c[delLiveColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2640340 T6816 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2640341 T6753 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica2 [junit4] 2> 2640341 T6753 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica2 address:https://127.0.0.1:53047 collection:delLiveColl shard:shard1 [junit4] 2> 2640352 T6816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2640353 T6816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2640353 T6816 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2640353 T6753 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election [junit4] 2> 2640360 T6816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2640360 T6816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2640361 T6816 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl [junit4] 2> 2640361 T6816 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2640362 T6816 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\data\ [junit4] 2> 2640362 T6816 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6b9c0a9d [junit4] 2> 2640363 T6816 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\data\ [junit4] 2> 2640390 T6816 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\data\index/ [junit4] 2> 2640530 T6816 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene [...truncated too long message...] J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\data\index [junit4] 2> 2839366 T6733 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\data\;done=false>>] [junit4] 2> 2839366 T6733 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001\tempDir-006\delLiveColl_shard1_replica1\data\ [junit4] 2> 2839368 T6733 oasc.Overseer.close Overseer (id=92608747632656398-127.0.0.1:53089_-n_0000000004) closing [junit4] 2> 2839368 T6884 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:53089_ [junit4] 2> 2839372 T6826 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 2839384 T6733 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null} [junit4] 2> 2843702 T6733 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 2843705 T6733 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53037 53037 [junit4] 2> 2845675 T6734 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:53037 53037 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=E96F98063C3B19C9 -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=IET -Dtests.file.encoding=Cp1252 [junit4] ERROR 229s | DeleteReplicaTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:53080, https://127.0.0.1:53071, https://127.0.0.1:53089, https://127.0.0.1:53062, https://127.0.0.1:53047] [junit4] > at __randomizedtesting.SeedInfo.seed([E96F98063C3B19C9:6889161E4B6479F5]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) [junit4] > at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : delLiveColl/shard1/core_node1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) [junit4] > ... 46 more [junit4] 2> 2845695 T6733 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.DeleteReplicaTest-E96F98063C3B19C9-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=fi, timezone=IET [junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=1,free=210160472,total=395313152 [junit4] 2> NOTE: All tests run in this JVM: [RollingRestartTest, TestSolrXmlPersistence, ShardRoutingCustomTest, TestStressUserVersions, MergeStrategyTest, HdfsLockFactoryTest, TestShortCircuitedRequests, ConvertedLegacyTest, TestPseudoReturnFields, TestAnalyzeInfixSuggestions, DeleteLastCustomShardedReplicaTest, TestSolrQueryParser, TestMultiCoreConfBootstrap, DistribCursorPagingTest, TestFiltering, CoreAdminRequestStatusTest, UniqFieldsUpdateProcessorFactoryTest, TestDistributedMissingSort, TestRecoveryHdfs, SSLMigrationTest, SOLR749Test, UUIDFieldTest, TestLMJelinekMercerSimilarityFactory, SolrInfoMBeanTest, ResponseLogComponentTest, TestSolrDeletionPolicy2, OutputWriterTest, FullSolrCloudDistribCmdsTest, ExitableDirectoryReaderTest, TestHighFrequencyDictionaryFactory, TestFuzzyAnalyzedSuggestions, SolrCoreTest, FileUtilsTest, TestFaceting, SuggesterTest, TestSystemIdResolver, ResponseHeaderTest, BadCopyFieldTest, RemoteQueryErrorTest, TestWriterPerf, TestOverriddenPrefixQueryForCustomFieldType, DirectSolrSpellCheckerTest, SyncSliceTest, TestCloudInspectUtil, HdfsSyncSliceTest, RequestHandlersTest, SharedFSAutoReplicaFailoverTest, HdfsRecoveryZkTest, DateMathParserTest, SignatureUpdateProcessorFactoryTest, TestDocBasedVersionConstraints, CacheHeaderTest, DistributedQueryComponentOptimizationTest, TestDefaultSearchFieldResource, UpdateRequestProcessorFactoryTest, RegexBoostProcessorTest, TestConfigSets, LeaderFailoverAfterPartitionTest, BasicDistributedZkTest, TestCloudSchemaless, PrimitiveFieldTypeTest, DistributedQueryElevationComponentTest, HttpPartitionTest, TestShardHandlerFactory, TestInitQParser, IndexSchemaRuntimeFieldTest, DistributedSpellCheckComponentTest, PolyFieldTest, AlternateDirectoryTest, EchoParamsTest, TestSolr4Spatial, UpdateParamsTest, QueryParsingTest, TestSearcherReuse, TestSimpleQParserPlugin, TestMergePolicyConfig, TermVectorComponentTest, ReplicationFactorTest, TestHighlightDedupGrouping, JsonLoaderTest, TestPivotHelperCode, EnumFieldTest, DocumentAnalysisRequestHandlerTest, BadComponentTest, TestIndexingPerformance, BlockCacheTest, TestFastWriter, TestFileDictionaryLookup, WordBreakSolrSpellCheckerTest, TestSortingResponseWriter, OpenCloseCoreStressTest, TestChildDocTransformer, TestDistributedGrouping, ResourceLoaderTest, ZkCLITest, DirectSolrConnectionTest, TestCodecSupport, UUIDUpdateProcessorFallbackTest, CurrencyFieldOpenExchangeTest, SoftAutoCommitTest, TestReload, TestDocumentBuilder, TestSolr4Spatial2, PrimUtilsTest, TestReRankQParserPlugin, SpellPossibilityIteratorTest, TestUniqueKeyFieldResource, MinimalSchemaTest, CursorPagingTest, SpellingQueryConverterTest, TestTrie, DistanceFunctionTest, PreAnalyzedUpdateProcessorTest, ZkNodePropsTest, TestSolrIndexConfig, TestSolrQueryParserResource, TestExceedMaxTermLength, TestStressLucene, MultiTermTest, SolrCoreCheckLockOnStartupTest, TestNRTOpen, TestIBSimilarityFactory, HdfsBasicDistributedZk2Test, IndexBasedSpellCheckerTest, ParsingFieldUpdateProcessorsTest, TestHashPartitioner, DistributedDebugComponentTest, CoreAdminCreateDiscoverTest, DistributedIntervalFacetingTest, AddSchemaFieldsUpdateProcessorFactoryTest, SpellCheckCollatorTest, TestRTGBase, SolrRequestParserTest, XmlUpdateRequestHandlerTest, TestIntervalFaceting, TestCharFilters, DateRangeFieldTest, TestBulkSchemaAPI, TestSweetSpotSimilarityFactory, DeleteInactiveReplicaTest, TestRandomFaceting, ClusterStateUpdateTest, AddBlockUpdateTest, DistributedTermsComponentTest, TestFieldTypeResource, TestDFRSimilarityFactory, ShardRoutingTest, TestFreeTextSuggestions, TestPhraseSuggestions, CustomCollectionTest, TestDynamicFieldResource, TestExpandComponent, HdfsDirectoryTest, TestAddFieldRealTimeGet, IndexSchemaTest, OverseerStatusTest, AutoCommitTest, TestExtendedDismaxParser, SystemInfoHandlerTest, SolrTestCaseJ4Test, LeaderElectionTest, TestManagedStopFilterFactory, DateFieldTest, DeleteReplicaTest] [junit4] Completed in 228.99s, 1 test, 1 error <<< FAILURES! [...truncated 843 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:524: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:472: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:189: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:496: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1360: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:962: There were test failures: 437 suites, 1785 tests, 1 error, 52 ignored (30 assumptions) Total time: 164 minutes 24 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseParallelGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
