Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1828/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:58873, http://127.0.0.1:58879, http://127.0.0.1:58868, http://127.0.0.1:58876, http://127.0.0.1:58882] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:58873, http://127.0.0.1:58879, http://127.0.0.1:58868, http://127.0.0.1:58876, http://127.0.0.1:58882] at __randomizedtesting.SeedInfo.seed([A31F52F079E3C54D:22F9DCE80EBCA571]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:322) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:172) at org.apache.solr.cloud.DeleteReplicaTest.deleteLiveReplicaTest(DeleteReplicaTest.java:145) at org.apache.solr.cloud.DeleteReplicaTest.doTest(DeleteReplicaTest.java:89) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.GeneratedMethodAccessor64.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:570) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:343) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:304) ... 46 more Build Log: [...truncated 11738 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/init-core-data-001 [junit4] 2> 6083518 T14342 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false) [junit4] 2> 6083518 T14342 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 6083523 T14342 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 6083524 T14342 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 6083527 T14343 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 6083627 T14342 oasc.ZkTestServer.run start zk server on port:58865 [junit4] 2> 6083628 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6083630 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6083645 T14349 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1217d432 name:ZooKeeperConnection Watcher:127.0.0.1:58865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6083647 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6083647 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6083648 T14342 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 6083661 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6083665 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6083670 T14351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29483bf5 name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6083671 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6083671 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6083672 T14342 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 6083681 T14342 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 6083689 T14342 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 6083697 T14342 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 6083705 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 6083705 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 6083715 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 6083716 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 6083724 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 6083725 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 6083731 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 6083732 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 6083738 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 6083739 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 6083745 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 6083746 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 6083751 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 6083751 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 6083756 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 6083756 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 6083764 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 6083765 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 6083770 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 6083771 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 6083777 T14342 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 6083777 T14342 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 6085638 T14342 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 6085647 T14342 oejs.AbstractConnector.doStart Started [email protected]:58868 [junit4] 2> 6085648 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 6085648 T14342 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 6085649 T14342 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002 [junit4] 2> 6085649 T14342 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/' [junit4] 2> 6085692 T14342 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/solr.xml [junit4] 2> 6085743 T14342 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002 [junit4] 2> 6085743 T14342 oasc.CoreContainer.<init> New CoreContainer 667188842 [junit4] 2> 6085744 T14342 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/] [junit4] 2> 6085745 T14342 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 6085745 T14342 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 6085746 T14342 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 6085746 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 6085746 T14342 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 6085746 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 6085747 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 6085747 T14342 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 6085747 T14342 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 6085748 T14342 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 6085749 T14342 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 6085749 T14342 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 6085749 T14342 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 6085750 T14342 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58865/solr [junit4] 2> 6085750 T14342 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 6085750 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6085753 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6085757 T14362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5547758b name:ZooKeeperConnection Watcher:127.0.0.1:58865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6085758 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6085758 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6085764 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6085768 T14364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31441e64 name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6085768 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6085772 T14342 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 6085787 T14342 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 6085798 T14342 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 6085809 T14342 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 6085817 T14342 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 6085826 T14342 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 6085829 T14342 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58868_ [junit4] 2> 6085830 T14342 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58868_ [junit4] 2> 6085839 T14342 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 6085844 T14342 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 6085849 T14342 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 6085852 T14342 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58868_ [junit4] 2> 6085853 T14342 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 6085857 T14342 oasc.Overseer.start Overseer (id=92570416138616835-127.0.0.1:58868_-n_0000000000) starting [junit4] 2> 6085864 T14342 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 6085886 T14342 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 6085887 T14366 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 6085891 T14365 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 6085894 T14342 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 6085899 T14342 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 6085903 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6086263 T14342 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002 [junit4] 2> 6086810 T14342 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/conf/ [junit4] 2> 6086916 T14342 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 6086919 T14342 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 6086919 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 6086920 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6086921 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6086925 T14370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c0e7fca name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6086925 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6086926 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6086927 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6086935 T14342 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 6086935 T14342 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 6086935 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6086936 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6086939 T14372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@196b433e name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6086940 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6086940 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6086946 T14373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 6086952 T14365 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 6086953 T14365 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 6086954 T14365 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 6086959 T14365 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 6086964 T14373 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> 6086965 T14374 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> 6088798 T14342 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 6088800 T14342 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 6088806 T14342 oejs.AbstractConnector.doStart Started [email protected]:58873 [junit4] 2> 6088809 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 6088810 T14342 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 6088810 T14342 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003 [junit4] 2> 6088810 T14342 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003/' [junit4] 2> 6088861 T14342 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003/solr.xml [junit4] 2> 6088924 T14342 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003 [junit4] 2> 6088925 T14342 oasc.CoreContainer.<init> New CoreContainer 825686837 [junit4] 2> 6088925 T14342 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003/] [junit4] 2> 6088926 T14342 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 6088927 T14342 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 6088927 T14342 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 6088927 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 6088927 T14342 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 6088928 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 6088929 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 6088929 T14342 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 6088929 T14342 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 6088929 T14342 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 6088930 T14342 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 6088930 T14342 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 6088930 T14342 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 6088930 T14342 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58865/solr [junit4] 2> 6088932 T14342 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 6088932 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6088935 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6088938 T14385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10a66dd1 name:ZooKeeperConnection Watcher:127.0.0.1:58865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6088938 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6088938 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6088944 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6088947 T14387 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c3feb33 name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6088948 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6088970 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6089993 T14342 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58873_ [junit4] 2> 6089999 T14342 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58873_ [junit4] 2> 6090017 T14342 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 6090025 T14342 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003 [junit4] 2> 6090677 T14342 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003/conf/ [junit4] 2> 6090761 T14342 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 6090763 T14342 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 6090763 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 6092676 T14342 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 6092677 T14342 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 6092683 T14342 oejs.AbstractConnector.doStart Started [email protected]:58876 [junit4] 2> 6092684 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 6092685 T14342 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 6092685 T14342 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004 [junit4] 2> 6092685 T14342 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/' [junit4] 2> 6092724 T14342 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/solr.xml [junit4] 2> 6092773 T14342 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004 [junit4] 2> 6092774 T14342 oasc.CoreContainer.<init> New CoreContainer 122400777 [junit4] 2> 6092774 T14342 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/] [junit4] 2> 6092775 T14342 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 6092775 T14342 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 6092775 T14342 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 6092776 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 6092776 T14342 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 6092776 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 6092777 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 6092777 T14342 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 6092777 T14342 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 6092778 T14342 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 6092778 T14342 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 6092778 T14342 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 6092779 T14342 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 6092779 T14342 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58865/solr [junit4] 2> 6092779 T14342 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 6092780 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6092781 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6092786 T14400 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a12229c name:ZooKeeperConnection Watcher:127.0.0.1:58865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6092786 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6092786 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6092793 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6092797 T14402 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71a07002 name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6092798 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6092820 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6093842 T14342 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58876_ [junit4] 2> 6093845 T14342 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58876_ [junit4] 2> 6093860 T14342 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 6093875 T14342 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004 [junit4] 2> 6094768 T14342 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/conf/ [junit4] 2> 6094898 T14342 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 6094901 T14342 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 6094901 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 6096687 T14342 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 6096688 T14342 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 6096692 T14342 oejs.AbstractConnector.doStart Started [email protected]:58879 [junit4] 2> 6096693 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 6096694 T14342 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 6096694 T14342 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-005 [junit4] 2> 6096695 T14342 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-005/' [junit4] 2> 6096747 T14342 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-005/solr.xml [junit4] 2> 6096800 T14342 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-005 [junit4] 2> 6096801 T14342 oasc.CoreContainer.<init> New CoreContainer 1084998374 [junit4] 2> 6096801 T14342 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-005/] [junit4] 2> 6096803 T14342 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 6096803 T14342 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 6096804 T14342 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 6096804 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 6096804 T14342 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 6096805 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 6096805 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 6096805 T14342 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 6096806 T14342 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 6096806 T14342 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 6096807 T14342 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 6096807 T14342 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 6096808 T14342 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 6096808 T14342 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58865/solr [junit4] 2> 6096808 T14342 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 6096808 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6096813 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6096816 T14415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c88ab35 name:ZooKeeperConnection Watcher:127.0.0.1:58865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6096816 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6096817 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6096820 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6096823 T14417 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65fc8119 name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6096823 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6096844 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6097865 T14342 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58879_ [junit4] 2> 6097867 T14342 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58879_ [junit4] 2> 6097883 T14342 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 6097890 T14342 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-005 [junit4] 2> 6098790 T14342 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-005/conf/ [junit4] 2> 6098901 T14342 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 6098903 T14342 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 6098903 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 6100776 T14342 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4 [junit4] 2> 6100777 T14342 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 6100782 T14342 oejs.AbstractConnector.doStart Started [email protected]:58882 [junit4] 2> 6100784 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 6100784 T14342 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 6100785 T14342 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006 [junit4] 2> 6100786 T14342 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006/' [junit4] 2> 6100829 T14342 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006/solr.xml [junit4] 2> 6100883 T14342 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006 [junit4] 2> 6100883 T14342 oasc.CoreContainer.<init> New CoreContainer 1665258082 [junit4] 2> 6100884 T14342 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006/] [junit4] 2> 6100885 T14342 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 6100885 T14342 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 6100885 T14342 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 6100885 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 6100886 T14342 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 6100886 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 6100886 T14342 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 6100887 T14342 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 6100887 T14342 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 6100888 T14342 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 6100888 T14342 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 6100889 T14342 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 6100889 T14342 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 6100889 T14342 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58865/solr [junit4] 2> 6100890 T14342 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 6100890 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6100892 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6100897 T14430 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@765b52d6 name:ZooKeeperConnection Watcher:127.0.0.1:58865 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6100897 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6100897 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6100903 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6100908 T14432 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@724cda9b name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6100909 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6100936 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6101958 T14342 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58882_ [junit4] 2> 6101963 T14342 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58882_ [junit4] 2> 6101984 T14342 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 6101997 T14342 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006 [junit4] 2> 6102657 T14342 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006/conf/ [junit4] 2> 6102737 T14342 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 6102739 T14342 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 6102740 T14342 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 6102748 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6102752 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6102757 T14436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17ca1ba2 name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6102758 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6102759 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6102763 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6102777 T14342 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: delLiveColl [junit4] 2> 6102777 T14342 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 6102779 T14342 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 6102782 T14438 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b7429dd name:ZooKeeperConnection Watcher:127.0.0.1:58865/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 6102782 T14342 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 6102783 T14342 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 6102786 T14342 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 6102812 T14411 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&name=delLiveColl&wt=javabin&maxShardsPerNode=2&numShards=2&version=2&stateFormat=2&action=CREATE [junit4] 2> 6102814 T14373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 6102818 T14366 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> 6102821 T14439 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> 6102826 T14439 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 6102826 T14439 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/delLiveColl [junit4] 2> 6102829 T14439 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl [junit4] 2> 6102841 T14373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 6102852 T14365 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: delLiveColl [junit4] 2> 6102852 T14365 oasc.Overseer$ClusterStateUpdater.createCollection Create collection delLiveColl with shards [shard1, shard2] [junit4] 2> 6102853 T14365 oasc.Overseer$ClusterStateUpdater.createCollection state version delLiveColl 2 [junit4] 2> 6102860 T14365 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/delLiveColl/state.json [junit4] 2> 6102865 T14418 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> 6102865 T14373 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> 6102866 T14403 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> 6102866 T14374 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> 6102868 T14440 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> 6102866 T14388 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> 6102870 T14441 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> 6102872 T14433 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> 6102942 T14439 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection delLiveColl, shardNames [shard1, shard2] , replicationFactor : 2 [junit4] 2> 6102942 T14439 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica1 as part of slice shard1 of collection delLiveColl on 127.0.0.1:58868_ [junit4] 2> 6102945 T14439 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard1_replica2 as part of slice shard1 of collection delLiveColl on 127.0.0.1:58882_ [junit4] 2> 6102949 T14355 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&name=delLiveColl_shard1_replica1&wt=javabin&collection.configName=conf1&numShards=2&version=2&collection=delLiveColl&action=CREATE&shard=shard1 [junit4] 2> 6102951 T14439 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica1 as part of slice shard2 of collection delLiveColl on 127.0.0.1:58876_ [junit4] 2> 6102957 T14422 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&name=delLiveColl_shard1_replica2&wt=javabin&collection.configName=conf1&numShards=2&version=2&collection=delLiveColl&action=CREATE&shard=shard1 [junit4] 2> 6102960 T14439 oasc.OverseerCollectionProcessor.createCollection Creating shard delLiveColl_shard2_replica2 as part of slice shard2 of collection delLiveColl on 127.0.0.1:58873_ [junit4] 2> 6102964 T14394 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&name=delLiveColl_shard2_replica1&wt=javabin&collection.configName=conf1&numShards=2&version=2&collection=delLiveColl&action=CREATE&shard=shard2 [junit4] 2> 6102964 T14355 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica1 state=down collection=delLiveColl [junit4] 2> 6102969 T14383 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&name=delLiveColl_shard2_replica2&wt=javabin&collection.configName=conf1&numShards=2&version=2&collection=delLiveColl&action=CREATE&shard=shard2 [junit4] 2> 6102974 T14422 oasc.ZkController.publish publishing core=delLiveColl_shard1_replica2 state=down collection=delLiveColl [junit4] 2> 6102978 T14373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 6102981 T14394 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica1 state=down collection=delLiveColl [junit4] 2> 6102983 T14383 oasc.ZkController.publish publishing core=delLiveColl_shard2_replica2 state=down collection=delLiveColl [junit4] 2> 6102984 T14355 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 6102988 T14422 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 6102988 T14422 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 6102992 T14422 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 6102994 T14394 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 6102995 T14383 oasc.ZkController.preRegister Registering watch for external collection delLiveColl [junit4] 2> 6102996 T14383 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 6102995 T14394 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 6102998 T14383 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 6102999 T14394 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 6103000 T14422 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 6103001 T14422 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 6103000 T14365 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "core":"delLiveColl_shard1_replica1", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "node_name":"127.0.0.1:58868_", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"http://127.0.0.1:58868", [junit4] 2> "shard":"shard1"} [junit4] 2> 6103003 T14383 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 6103004 T14383 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 6103005 T14394 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 0 [junit4] 2> 6103005 T14394 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 6103023 T14365 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 6103026 T14403 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103026 T14433 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103026 T14388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103029 T14403 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 6103030 T14433 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 6103030 T14388 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 6103033 T14355 oascc.ZkStateReader.addZkWatch addZkWatch delLiveColl [junit4] 2> 6103034 T14355 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/delLiveColl/state.json from ZooKeeper... [junit4] 2> 6103039 T14355 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 6103039 T14355 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 6103039 T14355 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica1 [junit4] 2> 6103040 T14355 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 6103041 T14355 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 6103041 T14355 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 6103045 T14355 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 6103046 T14355 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/delLiveColl_shard1_replica1/' [junit4] 2> 6103050 T14365 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 1 [junit4] 2> 6103050 T14365 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "core":"delLiveColl_shard1_replica2", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "node_name":"127.0.0.1:58882_", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"http://127.0.0.1:58882", [junit4] 2> "shard":"shard1"} [junit4] 2> 6103062 T14365 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 6103068 T14373 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 6103068 T14446 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103070 T14433 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103071 T14403 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103080 T14388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103083 T14446 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 6103093 T14433 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 6103094 T14403 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 6103100 T14365 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 6103101 T14365 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "core":"delLiveColl_shard2_replica2", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "node_name":"127.0.0.1:58873_", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"http://127.0.0.1:58873", [junit4] 2> "shard":"shard2"} [junit4] 2> 6103108 T14446 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 6103109 T14365 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 6103112 T14446 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103118 T14388 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 2 [junit4] 2> 6103120 T14433 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103121 T14403 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103123 T14446 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 6103131 T14388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103133 T14433 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 6103134 T14403 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 6103134 T14388 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 6103152 T14365 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 3 [junit4] 2> 6103153 T14365 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "state":"down", [junit4] 2> "core":"delLiveColl_shard2_replica1", [junit4] 2> "roles":null, [junit4] 2> "numShards":"2", [junit4] 2> "node_name":"127.0.0.1:58876_", [junit4] 2> "collection":"delLiveColl", [junit4] 2> "operation":"state", [junit4] 2> "base_url":"http://127.0.0.1:58876", [junit4] 2> "shard":"shard2"} [junit4] 2> 6103173 T14446 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 6103174 T14365 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 6103177 T14433 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103177 T14388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103177 T14403 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103180 T14433 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 6103180 T14388 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 6103180 T14403 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 6103183 T14446 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6103193 T14446 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 6103227 T14355 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 6103347 T14355 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 6103353 T14355 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 6103375 T14355 oass.IndexSchema.readSchema [delLiveColl_shard1_replica1] Schema name=test [junit4] 2> 6104003 T14422 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard1_replica2 [junit4] 2> 6104004 T14422 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 6104006 T14383 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica2 [junit4] 2> 6104007 T14383 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 6104007 T14394 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for delLiveColl_shard2_replica1 [junit4] 2> 6104008 T14394 oasc.ZkController.createCollectionZkNode Check for collection zkNode:delLiveColl [junit4] 2> 6104009 T14422 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 6104010 T14422 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 6104012 T14383 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 6104013 T14383 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 6104012 T14394 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 6104014 T14394 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 6104017 T14422 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 6104017 T14422 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-006/delLiveColl_shard1_replica2/' [junit4] 2> 6104028 T14394 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 6104028 T14394 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/delLiveColl_shard2_replica1/' [junit4] 2> 6104030 T14383 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 6104031 T14383 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-003/delLiveColl_shard2_replica2/' [junit4] 2> 6104263 T14422 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 6104327 T14394 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 6104385 T14383 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 6104428 T14355 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 6104448 T14355 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 6104454 T14355 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 6104497 T14422 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 6104510 T14394 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 6104517 T14422 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 6104535 T14422 oass.IndexSchema.readSchema [delLiveColl_shard1_replica2] Schema name=test [junit4] 2> 6104545 T14383 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 6104566 T14394 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 6104569 T14383 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 6104592 T14394 oass.IndexSchema.readSchema [delLiveColl_shard2_replica1] Schema name=test [junit4] 2> 6104611 T14383 oass.IndexSchema.readSchema [delLiveColl_shard2_replica2] Schema name=test [junit4] 2> 6104617 T14355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 6104674 T14355 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 6104693 T14355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 6104702 T14355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 6104712 T14355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 6104713 T14355 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 6104727 T14355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 6104737 T14355 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 6104737 T14355 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard1_replica1' using configuration from collection delLiveColl [junit4] 2> 6104738 T14355 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 6104739 T14355 oasc.SolrCore.<init> [delLiveColl_shard1_replica1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/delLiveColl_shard1_replica1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/delLiveColl_shard1_replica1/data/ [junit4] 2> 6104739 T14355 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@469f6ecc [junit4] 2> 6104740 T14355 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/delLiveColl_shard1_replica1/data [junit4] 2> 6104741 T14355 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/delLiveColl_shard1_replica1/data/index/ [junit4] 2> 6104742 T14355 oasc.SolrCore.initIndex WARN [delLiveColl_shard1_replica1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/delLiveColl_shard1_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 6104744 T14355 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-002/delLiveColl_shard1_replica1/data/index [junit4] 2> 6104745 T14355 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=48.2744140625, floorSegmentMB=0.52734375, forceMergeDeletesPctAllowed=29.35503223346116, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 6104754 T14355 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-59a32d5c)),segFN=segments_1,generation=1} [junit4] 2> 6104754 T14355 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 6104762 T14355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 6104765 T14355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 6104766 T14355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 6104766 T14355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 6104767 T14355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 6104767 T14355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 6104769 T14355 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 6104770 T14355 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 6104770 T14355 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 6104772 T14355 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 6104773 T14355 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 6104777 T14355 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 6104779 T14355 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 6104780 T14355 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 6104780 T14355 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 6104781 T14355 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 6104782 T14355 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 6104782 T14355 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 6104783 T14355 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 6104784 T14355 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 6104830 T14355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 6104846 T14355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 6104850 T14355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 6104854 T14355 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 6104873 T14355 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 6104874 T14355 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 6104878 T14355 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=36.3017578125, floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=16.15469708746712, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 6104886 T14355 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-59a32d5c)),segFN=segments_1,generation=1} [junit4] 2> 6104887 T14355 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 6104888 T14355 oass.SolrIndexSearcher.<init> Opening Searcher@62a35717[delLiveColl_shard1_replica1] main [junit4] 2> 6104888 T14355 oascc.ZkStateReader.readConfigName Load collection config from:/collections/delLiveColl [junit4] 2> 6104902 T14355 oascc.ZkStateReader.readConfigName path=/collections/delLiveColl configName=conf1 specified config exists in ZooKeeper [junit4] 2> 6104903 T14355 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 6104907 T14355 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 6104907 T14355 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 6104907 T14355 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 6104913 T14355 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 6104914 T14355 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 6104927 T14355 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 6104971 T14355 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 6104972 T14355 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 6104972 T14355 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 6104982 T14447 oasc.SolrCore.registerSearcher [delLiveColl_shard1_replica1] Registered new searcher Searcher@62a35717[delLiveColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 6104987 T14355 oasc.CoreContainer.registerCore registering core: delLiveColl_shard1_replica1 [junit4] 2> 6104991 T14355 oasc.ZkController.register Register replica - core:delLiveColl_shard1_replica1 address:http://127.0.0.1:58868 collection:delLiveColl shard:shard1 [junit4] 2> 6105008 T14355 oascc.SolrZkClient.makePath makePath: /collections/delLiveColl/leader_elect/shard1/election [junit4] 2> 6105161 T14355 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 6105188 T14446 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 6105194 T14355 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9.4167508E17ms [junit4] 2> 6105233 T14365 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 4 [junit4] 2> 6105276 T14365 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/delLiveColl/state.json [junit4] 2> 6105281 T14433 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6105281 T14388 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6105282 T14403 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6105284 T14446 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/delLiveColl/state.json, has occurred - updating... [junit4] 2> 6105286 T14403 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 6105287 T14388 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 6105288 T14433 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 6105332 T14446 oascc.ZkStateReader.updateWatchedCollection Updating data for delLiveColl to ver 5 [junit4] 2> 6105843 T14394 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 6105863 T14394 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 6105867 T14394 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 6105876 T14422 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 6105888 T14422 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 6105898 T14422 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 6105927 T14383 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 6105959 T14394 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 6105967 T14383 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 6105978 T14383 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 6105979 T14422 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 6105979 T14394 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 6105995 T14422 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 6105997 T14394 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 6106006 T14394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 6106007 T14394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 6106008 T14394 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 6106014 T14422 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 6106016 T14394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 6106017 T14394 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 6106019 T14394 oasc.CoreContainer.create Creating SolrCore 'delLiveColl_shard2_replica1' using configuration from collection delLiveColl [junit4] 2> 6106021 T14394 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 6106022 T14394 oasc.SolrCore.<init> [delLiveColl_shard2_replica1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/delLiveColl_shard2_replica1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/delLiveColl_shard2_replica1/data/ [junit4] 2> 6106024 T14394 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@469f6ecc [junit4] 2> 6106022 T14422 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 6106025 T14422 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 6106029 T14422 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 6106025 T14394 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/delLiveColl_shard2_replica1/data [junit4] 2> 6106031 T14394 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/delLiveColl_shard2_replica1/data/index/ [junit4] 2> 6106032 T14394 oasc.SolrCore.initIndex WARN [delLiveColl_shard2_replica1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/delLiveColl_shard2_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 6106033 T14394 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest-A31F52F079E3C54D-001/tempDir-004/delLiveColl_shard2_replica1/data/index [junit4] 2> 6106034 T14394 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=48.2744140625, floorSegmentMB=0.52734375, forceMergeDeletesPctAllowed=29.35503223346116, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207 [...truncated too long message...] .DeleteReplicaTest-A31F52F079E3C54D-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=it_IT, timezone=Asia/Vladivostok [junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=1,free=69379976,total=452460544 [junit4] 2> NOTE: All tests run in this JVM: [TestReloadAndDeleteDocs, MultiThreadedOCPTest, TestSortingResponseWriter, TestRandomFaceting, TestPHPSerializedResponseWriter, TestFieldTypeResource, DirectUpdateHandlerOptimizeTest, TestSchemaSimilarityResource, TestReplicationHandlerBackup, TestCharFilters, CircularListTest, DistributedQueryElevationComponentTest, QueryEqualityTest, TestDynamicFieldResource, SolrInfoMBeanTest, TestCloudInspectUtil, TestZkChroot, TestCollationFieldDocValues, AtomicUpdatesTest, TestReload, TestFileDictionaryLookup, TestInitParams, PingRequestHandlerTest, MBeansHandlerTest, TestCloudManagedSchemaConcurrent, BlockDirectoryTest, TestStressRecovery, TestStressLucene, TestWriterPerf, IndexSchemaTest, TestStressReorder, FieldAnalysisRequestHandlerTest, TestSystemIdResolver, AnalysisErrorHandlingTest, CursorMarkTest, TestCollapseQParserPlugin, HighlighterMaxOffsetTest, TestCollectionAPI, TestSimpleQParserPlugin, TestQueryUtils, ShardRoutingTest, TestManagedResource, TestRangeQuery, TestFreeTextSuggestions, TestReRankQParserPlugin, DateMathParserTest, DistanceFunctionTest, CoreMergeIndexesAdminHandlerTest, TestBulkSchemaAPI, ConnectionManagerTest, TestSurroundQueryParser, OverseerCollectionProcessorTest, CopyFieldTest, TestClassNameShortening, SuggesterFSTTest, QueryElevationComponentTest, TermVectorComponentTest, LeaderInitiatedRecoveryOnCommitTest, TestSolrXmlPersistence, TestManagedSchema, StatelessScriptUpdateProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, TestSchemaResource, SolrIndexConfigTest, HdfsChaosMonkeySafeLeaderTest, ResponseHeaderTest, TestRestManager, DistribDocExpirationUpdateProcessorTest, HdfsBasicDistributedZkTest, TestHashPartitioner, TestDistributedGrouping, CacheHeaderTest, DistributedFacetPivotLargeTest, TestRandomMergePolicy, StatsComponentTest, QueryParsingTest, DOMUtilTest, MultiTermTest, TestSolrXmlPersistor, SpellCheckCollatorTest, MinimalSchemaTest, TestCSVResponseWriter, BasicZkTest, HdfsRecoveryZkTest, TestCoreDiscovery, HdfsCollectionsAPIDistributedZkTest, BJQParserTest, SuggesterTest, BinaryUpdateRequestHandlerTest, ResourceLoaderTest, AssignTest, TestStandardQParsers, DocValuesMultiTest, DocumentBuilderTest, SpellPossibilityIteratorTest, TestManagedSchemaFieldResource, TestOrdValues, RecoveryZkTest, TestNonNRTOpen, TestFiltering, TestSuggestSpellingConverter, TestDynamicFieldCollectionResource, TestSearcherReuse, TestDocumentBuilder, DeleteLastCustomShardedReplicaTest, RequestHandlersTest, DateFieldTest, ShardRoutingCustomTest, TestRawResponseWriter, TestFaceting, TestSort, MoreLikeThisHandlerTest, DocValuesMissingTest, TestManagedResourceStorage, SignatureUpdateProcessorFactoryTest, AddBlockUpdateTest, TestCoreContainer, TestDocBasedVersionConstraints, TestComponentsName, TestFunctionQuery, TestManagedSchemaFieldTypeResource, BadIndexSchemaTest, TestCloudManagedSchema, LeaderFailoverAfterPartitionTest, TestCopyFieldCollectionResource, TestMaxScoreQueryParser, ExitableDirectoryReaderTest, TestFieldTypeCollectionResource, TimeZoneUtilsTest, TestReversedWildcardFilterFactory, JSONWriterTest, BasicFunctionalityTest, SchemaVersionSpecificBehaviorTest, TestBadConfig, PathHierarchyTokenizerFactoryTest, UUIDFieldTest, NumericFieldsTest, CoreContainerCoreInitFailuresTest, OpenExchangeRatesOrgProviderTest, TestIBSimilarityFactory, TestDistributedSearch, TestOverriddenPrefixQueryForCustomFieldType, TestFuzzyAnalyzedSuggestions, HdfsUnloadDistributedZkTest, TestSolrQueryParserDefaultOperatorResource, TestLMJelinekMercerSimilarityFactory, TestPhraseSuggestions, AnalyticsQueryTest, TestJoin, TestManagedSynonymFilterFactory, TestHighFrequencyDictionaryFactory, TestFieldCollectionResource, TestBinaryField, ChangedSchemaMergeTest, NotRequiredUniqueKeyTest, CurrencyFieldOpenExchangeTest, SpellCheckComponentTest, TestSolrQueryParser, SolrPluginUtilsTest, TestGroupingSearch, TestRTGBase, AlternateDirectoryTest, RollingRestartTest, BasicDistributedZkTest, HdfsBasicDistributedZk2Test, FieldMutatingUpdateProcessorTest, ClusterStateTest, TestAnalyzeInfixSuggestions, DirectUpdateHandlerTest, TestAddFieldRealTimeGet, TestDefaultSimilarityFactory, TestDistribDocBasedVersion, OverseerStatusTest, BasicDistributedZk2Test, JsonLoaderTest, OverseerRolesTest, TestCloudPivotFacet, TestFoldingMultitermQuery, SpatialFilterTest, HdfsLockFactoryTest, QueryResultKeyTest, TestPerFieldSimilarity, UpdateRequestProcessorFactoryTest, TermsComponentTest, TestMissingGroups, TestPivotHelperCode, DistributedDebugComponentTest, TestCloudSchemaless, DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest, UpdateParamsTest, TestValueSourceCache, SampleTest, TestSolrDeletionPolicy2, TestBlendedInfixSuggestions, SolrCoreCheckLockOnStartupTest, TestExtendedDismaxParser, TestSolrQueryParserResource, HdfsWriteToMultipleCollectionsTest, TestIntervalFaceting, TermVectorComponentDistributedTest, WordBreakSolrSpellCheckerTest, TestSolr4Spatial, CloudExitableDirectoryReaderTest, DirectSolrConnectionTest, TestHighlightDedupGrouping, PrimitiveFieldTypeTest, TestElisionMultitermQuery, ModifyConfFileTest, TestManagedSchemaDynamicFieldResource, FastVectorHighlighterTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, TestMultiCoreConfBootstrap, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, SimpleFacetsTest, SolrCoreTest, SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestLazyCores, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestTrie, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestIndexingPerformance, RequiredFieldsTest, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, SOLR749Test, TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, TestDocSet, TestSearchPerf, TestConfig, OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestLuceneMatchVersion, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestLRUCache, TestUtils, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestTolerantSearch, AliasIntegrationTest, AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest] [junit4] Completed in 232.90s, 1 test, 1 error <<< FAILURES! [...truncated 243 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:524: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:472: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1360: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:962: There were test failures: 436 suites, 1785 tests, 1 error, 49 ignored (21 assumptions) Total time: 179 minutes 28 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.7.0 -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]
