Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 761F910C83 for ; Fri, 30 Aug 2013 00:07:12 +0000 (UTC) Received: (qmail 70558 invoked by uid 500); 30 Aug 2013 00:07:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 70478 invoked by uid 500); 30 Aug 2013 00:07:07 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 70440 invoked by uid 99); 30 Aug 2013 00:07:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 00:07:07 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jenkins@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Aug 2013 00:06:55 +0000 Received: from serv1 (localhost.localdomain [127.0.0.1]) by mail.sd-datasolutions.de (Postfix) with ESMTP id E314814AA11A; Fri, 30 Aug 2013 00:06:34 +0000 (UTC) Date: Fri, 30 Aug 2013 00:06:00 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org, hossman@apache.org, uwe@thetaphi.de Message-ID: <860688019.33.1377821194904.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 7228 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_32_165343821.1377821161120" X-Jenkins-Job: Lucene-Solr-trunk-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32_165343821.1377821161120 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/7228/ Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 1 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch Error Message: Server at http://127.0.0.1:49609/pf_fq/pb/onenodecollectioncore returned non ok status:404, message:Can not find: /pf_fq/pb/onenodecollectioncore/update Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:49609/pf_fq/pb/onenodecollectioncore returned non ok status:404, message:Can not find: /pf_fq/pb/onenodecollectioncore/update at __randomizedtesting.SeedInfo.seed([3BB3503246E6DE14:BA55DE2A31B9BE28]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102) at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196) at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:88) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:613) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) 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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) 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:70) 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:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) 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 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:70) 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:358) at java.lang.Thread.run(Thread.java:780) Build Log: [...truncated 9722 lines...] [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test [junit4] 2> 236809 T865 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /pf_fq/pb [junit4] 2> 236814 T865 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1377820104639 [junit4] 2> 236816 T865 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 2> 236817 T866 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 236917 T865 oasc.ZkTestServer.run start zk server on port:35188 [junit4] 2> 236919 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 237009 T872 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@37bea2bb name:ZooKeeperConnection Watcher:127.0.0.1:35188 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 237009 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 237010 T865 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 237016 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 237018 T874 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e5bb8988 name:ZooKeeperConnection Watcher:127.0.0.1:35188/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 237019 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 237019 T865 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 237023 T865 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 237027 T865 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 237030 T865 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 237037 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 237038 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 237041 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 237042 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 237046 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 237046 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 237049 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 237050 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 237053 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 237054 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 237059 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 237060 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 237066 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 237067 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 237069 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 237070 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 237073 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 237074 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 237077 T865 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 237078 T865 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 237252 T865 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 237259 T865 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33081 [junit4] 2> 237260 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 237261 T865 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 237261 T865 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002 [junit4] 2> 237262 T865 oasc.SolrResourceLoader. new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/' [junit4] 2> 237269 T865 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/solr.xml [junit4] 2> 237308 T865 oasc.CoreContainer. New CoreContainer 700636752 [junit4] 2> 237309 T865 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/] [junit4] 2> 237310 T865 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4] 2> 237311 T865 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4] 2> 237311 T865 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 237312 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 237312 T865 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 237313 T865 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 237313 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 237314 T865 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 237315 T865 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 237315 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4] 2> 237319 T865 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 237320 T865 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 237321 T865 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35188/solr [junit4] 2> 237321 T865 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 237324 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 237326 T885 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f901584e name:ZooKeeperConnection Watcher:127.0.0.1:35188 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 237327 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 237328 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4] 2> 237335 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 237337 T887 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c901340 name:ZooKeeperConnection Watcher:127.0.0.1:35188/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 237338 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 237339 T865 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 237342 T865 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 237346 T865 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 237348 T865 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33081_pf_fq%2Fpb [junit4] 2> 237351 T865 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33081_pf_fq%2Fpb [junit4] 2> 237355 T865 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 237359 T865 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 237361 T865 oasc.Overseer.start Overseer (id=90296818378539011-127.0.0.1:33081_pf_fq%2Fpb-n_0000000000) starting [junit4] 2> 237364 T865 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 237368 T889 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 237370 T865 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 237372 T865 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 237374 T865 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 237377 T888 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 237379 T890 oasc.ZkController.publish publishing core=collection1 state=down [junit4] 2> 237380 T890 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 237381 T890 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 238881 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 238881 T888 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "shard_state":"active", [junit4] 2> "base_url":"http://127.0.0.1:33081/pf_fq/pb", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "node_name":"127.0.0.1:33081_pf_fq%2Fpb", [junit4] 2> "numShards":"1", [junit4] 2> "shard_range":null, [junit4] 2> "roles":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "shard":null, [junit4] 2> "core":"collection1"} [junit4] 2> 238882 T888 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 238882 T888 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 238986 T887 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> 239381 T890 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 239382 T890 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/collection1 [junit4] 2> 239382 T890 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 239383 T890 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 239384 T890 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 239385 T890 oasc.SolrResourceLoader. new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/collection1/' [junit4] 2> 239386 T890 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/collection1/lib/classes/' to classloader [junit4] 2> 239386 T890 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/collection1/lib/README' to classloader [junit4] 2> 239426 T890 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4] 2> 239458 T890 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4] 2> 239460 T890 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 239466 T890 oass.IndexSchema.readSchema [null] Schema name=test [junit4] 2> 239813 T890 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 239820 T890 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 239823 T890 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 239836 T890 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 239840 T890 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 239845 T890 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 239846 T890 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 239846 T890 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 239847 T890 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 239848 T890 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 239849 T890 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 239849 T890 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 239849 T890 oasc.SolrCore. [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1377820105002/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/control/data/ [junit4] 2> 239850 T890 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a07e27f [junit4] 2> 239851 T890 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/control/data [junit4] 2> 239851 T890 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/control/data/index/ [junit4] 2> 239851 T890 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/control/data/index' doesn't exist. Creating new index... [junit4] 2> 239852 T890 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/control/data/index [junit4] 2> 239852 T890 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=650076398, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 239853 T890 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4ab00e36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d5be8e9)),segFN=segments_1,generation=1} [junit4] 2> 239854 T890 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 239856 T890 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 239856 T890 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 239856 T890 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 239857 T890 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 239857 T890 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 239858 T890 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 239858 T890 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 239858 T890 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 239859 T890 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 239859 T890 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 239860 T890 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 239860 T890 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 239860 T890 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 239861 T890 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 239861 T890 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 239863 T890 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 239866 T890 oasu.CommitTracker. Hard AutoCommit: disabled [junit4] 2> 239866 T890 oasu.CommitTracker. Soft AutoCommit: disabled [junit4] 2> 239867 T890 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=23.0, floorSegmentMB=2.1884765625, forceMergeDeletesPctAllowed=17.909002511937434, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 239867 T890 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4ab00e36 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d5be8e9)),segFN=segments_1,generation=1} [junit4] 2> 239868 T890 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 239868 T890 oass.SolrIndexSearcher. Opening Searcher@14e2d846 main [junit4] 2> 239871 T891 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14e2d846 main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 239871 T890 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 239871 T890 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33081/pf_fq/pb collection:control_collection shard:shard1 [junit4] 2> 239872 T890 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false [junit4] 2> 239876 T890 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 239882 T890 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 239884 T890 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 239885 T890 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> 239885 T890 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33081/pf_fq/pb/collection1/ [junit4] 2> 239885 T890 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 239886 T890 oasc.SyncStrategy.syncToMe http://127.0.0.1:33081/pf_fq/pb/collection1/ has no replicas [junit4] 2> 239886 T890 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33081/pf_fq/pb/collection1/ shard1 [junit4] 2> 239886 T890 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 240492 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 240503 T887 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> 240543 T890 oasc.ZkController.register We are http://127.0.0.1:33081/pf_fq/pb/collection1/ and leader is http://127.0.0.1:33081/pf_fq/pb/collection1/ [junit4] 2> 240544 T890 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33081/pf_fq/pb [junit4] 2> 240545 T890 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 240545 T890 oasc.ZkController.publish publishing core=collection1 state=active [junit4] 2> 240545 T890 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 240547 T890 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 240549 T865 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 240549 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 240550 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4] 2> 240554 T865 oascsi.HttpClientUtil.createClient Creating new http client, config: [junit4] 2> 240558 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 240560 T894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ed97faa name:ZooKeeperConnection Watcher:127.0.0.1:35188/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 240560 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 240562 T865 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 240565 T865 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true [junit4] 2> 240634 T865 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 240640 T865 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53515 [junit4] 2> 240641 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 240641 T865 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 240642 T865 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389 [junit4] 2> 240643 T865 oasc.SolrResourceLoader. new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/' [junit4] 2> 240651 T865 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/solr.xml [junit4] 2> 240683 T865 oasc.CoreContainer. New CoreContainer 1170208636 [junit4] 2> 240684 T865 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/] [junit4] 2> 240685 T865 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4] 2> 240686 T865 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4] 2> 240686 T865 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 240687 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 240687 T865 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 240688 T865 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 240688 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 240689 T865 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 240689 T865 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 240690 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4] 2> 240695 T865 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 240695 T865 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 240696 T865 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35188/solr [junit4] 2> 240697 T865 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 240700 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 240701 T905 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56c308a8 name:ZooKeeperConnection Watcher:127.0.0.1:35188 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 240702 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 240703 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4] 2> 240714 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 240715 T907 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@644b5295 name:ZooKeeperConnection Watcher:127.0.0.1:35188/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 240716 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 240721 T865 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 241728 T865 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53515_pf_fq%2Fpb [junit4] 2> 241731 T865 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53515_pf_fq%2Fpb [junit4] 2> 241735 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1) [junit4] 2> 241736 T907 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4] 2> 241737 T894 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4] 2> 241740 T887 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4] 2> 241745 T908 oasc.ZkController.publish publishing core=collection1 state=down [junit4] 2> 241746 T908 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 241747 T908 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 242007 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 242008 T888 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "shard_state":"active", [junit4] 2> "base_url":"http://127.0.0.1:33081/pf_fq/pb", [junit4] 2> "state":"active", [junit4] 2> "operation":"state", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "node_name":"127.0.0.1:33081_pf_fq%2Fpb", [junit4] 2> "numShards":"1", [junit4] 2> "shard_range":null, [junit4] 2> "roles":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1"} [junit4] 2> 242012 T888 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard_state":"active", [junit4] 2> "base_url":"http://127.0.0.1:53515/pf_fq/pb", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "node_name":"127.0.0.1:53515_pf_fq%2Fpb", [junit4] 2> "numShards":"2", [junit4] 2> "shard_range":null, [junit4] 2> "roles":null, [junit4] 2> "collection":"collection1", [junit4] 2> "shard":null, [junit4] 2> "core":"collection1"} [junit4] 2> 242013 T888 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 242013 T888 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 242016 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 242016 T907 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 242016 T894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 242747 T908 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 242748 T908 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/collection1 [junit4] 2> 242748 T908 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 242749 T908 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 242749 T908 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 242751 T908 oasc.SolrResourceLoader. new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/collection1/' [junit4] 2> 242751 T908 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/collection1/lib/classes/' to classloader [junit4] 2> 242752 T908 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/collection1/lib/README' to classloader [junit4] 2> 242791 T908 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4] 2> 242826 T908 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4] 2> 242828 T908 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 242835 T908 oass.IndexSchema.readSchema [null] Schema name=test [junit4] 2> 243178 T908 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 243186 T908 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 243191 T908 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 243205 T908 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 243209 T908 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 243216 T908 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 243217 T908 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 243217 T908 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 243218 T908 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 243219 T908 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 243219 T908 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 243220 T908 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 243220 T908 oasc.SolrCore. [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1377820108389/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty1/ [junit4] 2> 243220 T908 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a07e27f [junit4] 2> 243221 T908 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty1 [junit4] 2> 243222 T908 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty1/index/ [junit4] 2> 243222 T908 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty1/index' doesn't exist. Creating new index... [junit4] 2> 243222 T908 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty1/index [junit4] 2> 243223 T908 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=650076398, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 243224 T908 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@ed497f3c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@93f2b947)),segFN=segments_1,generation=1} [junit4] 2> 243224 T908 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 243226 T908 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 243227 T908 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 243227 T908 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 243227 T908 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 243228 T908 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 243228 T908 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 243229 T908 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 243230 T908 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 243230 T908 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 243231 T908 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 243231 T908 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 243232 T908 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 243232 T908 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 243232 T908 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 243233 T908 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 243234 T908 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 243237 T908 oasu.CommitTracker. Hard AutoCommit: disabled [junit4] 2> 243237 T908 oasu.CommitTracker. Soft AutoCommit: disabled [junit4] 2> 243238 T908 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=23.0, floorSegmentMB=2.1884765625, forceMergeDeletesPctAllowed=17.909002511937434, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 243238 T908 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@ed497f3c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@93f2b947)),segFN=segments_1,generation=1} [junit4] 2> 243239 T908 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 243239 T908 oass.SolrIndexSearcher. Opening Searcher@71dab4ea main [junit4] 2> 243243 T909 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71dab4ea main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 243245 T908 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 243245 T908 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53515/pf_fq/pb collection:collection1 shard:shard1 [junit4] 2> 243245 T908 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false [junit4] 2> 243250 T908 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election [junit4] 2> 243255 T908 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 243257 T908 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 243258 T908 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> 243258 T908 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53515/pf_fq/pb/collection1/ [junit4] 2> 243258 T908 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 243259 T908 oasc.SyncStrategy.syncToMe http://127.0.0.1:53515/pf_fq/pb/collection1/ has no replicas [junit4] 2> 243259 T908 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53515/pf_fq/pb/collection1/ shard1 [junit4] 2> 243259 T908 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 [junit4] 2> 243522 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 243532 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 243532 T907 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 243532 T894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 243581 T908 oasc.ZkController.register We are http://127.0.0.1:53515/pf_fq/pb/collection1/ and leader is http://127.0.0.1:53515/pf_fq/pb/collection1/ [junit4] 2> 243582 T908 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53515/pf_fq/pb [junit4] 2> 243582 T908 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 243582 T908 oasc.ZkController.publish publishing core=collection1 state=active [junit4] 2> 243583 T908 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 243584 T908 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 243586 T865 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 243586 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 243587 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4] 2> 243659 T865 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 243665 T865 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49609 [junit4] 2> 243666 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 243667 T865 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 243668 T865 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415 [junit4] 2> 243668 T865 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/' [junit4] 2> 243676 T865 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/solr.xml [junit4] 2> 243709 T865 oasc.CoreContainer. New CoreContainer -1112675677 [junit4] 2> 243709 T865 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/] [junit4] 2> 243711 T865 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4] 2> 243711 T865 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4] 2> 243712 T865 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 243712 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 243713 T865 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 243713 T865 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 243714 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 243715 T865 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 243715 T865 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 243716 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4] 2> 243720 T865 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 243720 T865 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 243721 T865 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35188/solr [junit4] 2> 243722 T865 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 243724 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 243726 T921 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@92448ab0 name:ZooKeeperConnection Watcher:127.0.0.1:35188 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 243727 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 243728 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4] 2> 243734 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 243735 T923 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51a0cd5b name:ZooKeeperConnection Watcher:127.0.0.1:35188/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 243736 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 243739 T865 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 244742 T865 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49609_pf_fq%2Fpb [junit4] 2> 244744 T865 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49609_pf_fq%2Fpb [junit4] 2> 244747 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2) [junit4] 2> 244747 T907 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 244748 T923 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 244747 T894 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 244748 T907 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4] 2> 244749 T894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4] 2> 244749 T887 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4] 2> 244756 T924 oasc.ZkController.publish publishing core=collection1 state=down [junit4] 2> 244756 T924 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 244758 T924 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 245037 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 245038 T888 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard_state":"active", [junit4] 2> "base_url":"http://127.0.0.1:53515/pf_fq/pb", [junit4] 2> "state":"active", [junit4] 2> "operation":"state", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "node_name":"127.0.0.1:53515_pf_fq%2Fpb", [junit4] 2> "numShards":"2", [junit4] 2> "shard_range":null, [junit4] 2> "roles":null, [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1"} [junit4] 2> 245131 T888 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard_state":"active", [junit4] 2> "base_url":"http://127.0.0.1:49609/pf_fq/pb", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "node_name":"127.0.0.1:49609_pf_fq%2Fpb", [junit4] 2> "numShards":"2", [junit4] 2> "shard_range":null, [junit4] 2> "roles":null, [junit4] 2> "collection":"collection1", [junit4] 2> "shard":null, [junit4] 2> "core":"collection1"} [junit4] 2> 245132 T888 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2 [junit4] 2> 245132 T888 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2 [junit4] 2> 245135 T894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 245135 T923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 245136 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 245135 T907 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 245758 T924 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 245759 T924 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/collection1 [junit4] 2> 245759 T924 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 245760 T924 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 245761 T924 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 245762 T924 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/collection1/' [junit4] 2> 245763 T924 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/collection1/lib/classes/' to classloader [junit4] 2> 245764 T924 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/collection1/lib/README' to classloader [junit4] 2> 245804 T924 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4] 2> 245849 T924 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4] 2> 245850 T924 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 245859 T924 oass.IndexSchema.readSchema [null] Schema name=test [junit4] 2> 246315 T924 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 246321 T924 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 246324 T924 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 246337 T924 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 246341 T924 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 246345 T924 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 246347 T924 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 246347 T924 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 246347 T924 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 246348 T924 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 246349 T924 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 246349 T924 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 246350 T924 oasc.SolrCore. [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1377820111415/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty2/ [junit4] 2> 246350 T924 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a07e27f [junit4] 2> 246351 T924 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty2 [junit4] 2> 246351 T924 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty2/index/ [junit4] 2> 246351 T924 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty2/index' doesn't exist. Creating new index... [junit4] 2> 246352 T924 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty2/index [junit4] 2> 246353 T924 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=650076398, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 246353 T924 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b7c18b61 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@88ebb320)),segFN=segments_1,generation=1} [junit4] 2> 246354 T924 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 246356 T924 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 246356 T924 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 246357 T924 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 246357 T924 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 246357 T924 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 246358 T924 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 246358 T924 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 246359 T924 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 246359 T924 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 246360 T924 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 246360 T924 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 246361 T924 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 246361 T924 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 246362 T924 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 246362 T924 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 246363 T924 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 246366 T924 oasu.CommitTracker. Hard AutoCommit: disabled [junit4] 2> 246367 T924 oasu.CommitTracker. Soft AutoCommit: disabled [junit4] 2> 246368 T924 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=23.0, floorSegmentMB=2.1884765625, forceMergeDeletesPctAllowed=17.909002511937434, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 246369 T924 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@b7c18b61 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@88ebb320)),segFN=segments_1,generation=1} [junit4] 2> 246369 T924 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 246370 T924 oass.SolrIndexSearcher. Opening Searcher@ad630476 main [junit4] 2> 246374 T925 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ad630476 main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 246375 T924 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 246376 T924 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49609/pf_fq/pb collection:collection1 shard:shard2 [junit4] 2> 246376 T924 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false [junit4] 2> 246381 T924 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election [junit4] 2> 246388 T924 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 246392 T924 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 246393 T924 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> 246393 T924 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49609/pf_fq/pb/collection1/ [junit4] 2> 246394 T924 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 246394 T924 oasc.SyncStrategy.syncToMe http://127.0.0.1:49609/pf_fq/pb/collection1/ has no replicas [junit4] 2> 246395 T924 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49609/pf_fq/pb/collection1/ shard2 [junit4] 2> 246395 T924 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 [junit4] 2> 246641 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 246742 T894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 246742 T907 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 246743 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 246742 T923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 246752 T924 oasc.ZkController.register We are http://127.0.0.1:49609/pf_fq/pb/collection1/ and leader is http://127.0.0.1:49609/pf_fq/pb/collection1/ [junit4] 2> 246753 T924 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49609/pf_fq/pb [junit4] 2> 246753 T924 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 246754 T924 oasc.ZkController.publish publishing core=collection1 state=active [junit4] 2> 246754 T924 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 246756 T924 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 246757 T865 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 246759 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 246760 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4] 2> 246896 T865 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 246902 T865 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58494 [junit4] 2> 246903 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 246904 T865 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 246904 T865 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590 [junit4] 2> 246905 T865 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/' [junit4] 2> 246913 T865 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/solr.xml [junit4] 2> 246945 T865 oasc.CoreContainer. New CoreContainer 106668945 [junit4] 2> 246946 T865 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/] [junit4] 2> 246947 T865 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4] 2> 246948 T865 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4] 2> 246948 T865 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 246949 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 246949 T865 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 246950 T865 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 246950 T865 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 246951 T865 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 246951 T865 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 246952 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4] 2> 246956 T865 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 246957 T865 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 246958 T865 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:35188/solr [junit4] 2> 246958 T865 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 246961 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 246964 T937 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d00ec5a name:ZooKeeperConnection Watcher:127.0.0.1:35188 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 246964 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 246966 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4] 2> 246972 T865 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 246973 T939 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b2e33e61 name:ZooKeeperConnection Watcher:127.0.0.1:35188/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 246973 T865 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 246977 T865 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 247980 T865 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58494_pf_fq%2Fpb [junit4] 2> 247981 T865 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58494_pf_fq%2Fpb [junit4] 2> 247984 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4] 2> 247984 T923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4] 2> 247985 T894 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 247985 T939 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 247985 T894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4] 2> 247985 T907 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 247986 T907 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4] 2> 247986 T887 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 247988 T923 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4] 2> 247991 T940 oasc.ZkController.publish publishing core=collection1 state=down [junit4] 2> 247992 T940 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 247993 T940 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 248254 T888 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 248255 T888 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard_state":"active", [junit4] 2> "base_url":"http://127.0.0.1:49609/pf_fq/pb", [junit4] 2> "state":"active", [junit4] 2> "operation":"state", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "node_name":"127.0.0.1:49609_pf_fq%2Fpb", [junit4] 2> "numShards":"2", [junit4] 2> "shard_range":null, [junit4] 2> "roles":null, [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"collection1"} [junit4] 2> 248258 T888 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "shard_state":"active", [junit4] 2> "base_url":"http://127.0.0.1:58494/pf_fq/pb", [junit4] 2> "state":"down", [junit4] 2> "operation":"state", [junit4] 2> "core_node_name":"core_node3", [junit4] 2> "node_name":"127.0.0.1:58494_pf_fq%2Fpb", [junit4] 2> "numShards":"2", [junit4] 2> "shard_range":null, [junit4] 2> "roles":null, [junit4] 2> "collection":"collection1", [junit4] 2> "shard":null, [junit4] 2> "core":"collection1"} [junit4] 2> 248259 T888 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2 [junit4] 2> 248259 T888 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 248263 T939 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 248263 T887 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 248263 T907 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 248263 T923 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 248263 T894 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 248994 T940 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 248994 T940 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/collection1 [junit4] 2> 248994 T940 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 248995 T940 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 248995 T940 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 248996 T940 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/collection1/' [junit4] 2> 248997 T940 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/collection1/lib/classes/' to classloader [junit4] 2> 248998 T940 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/collection1/lib/README' to classloader [junit4] 2> 249028 T940 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4] 2> 249063 T940 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4] 2> 249064 T940 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 249070 T940 oass.IndexSchema.readSchema [null] Schema name=test [junit4] 2> 249422 T940 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 249427 T940 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 249430 T940 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 249442 T940 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 249446 T940 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 249450 T940 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 249451 T940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 249451 T940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 249452 T940 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 249453 T940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 249453 T940 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARN Expected key, got STRING [junit4] 2> 249453 T940 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 249454 T940 oasc.SolrCore. [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1377820114590/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty3/ [junit4] 2> 249454 T940 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a07e27f [junit4] 2> 249455 T940 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty3 [junit4] 2> 249455 T940 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty3/index/ [junit4] 2> 249456 T940 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty3/index' doesn't exist. Creating new index... [junit4] 2> 249456 T940 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1377820104639/jetty3/index [junit4] 2> 249457 T940 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=650076398, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 249458 T940 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9f38ab6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a1477b91)),segFN=segments_1,generation=1} [junit4] 2> 249458 T940 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 249460 T940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 249461 T940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 249461 T940 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 249461 T940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 249462 T940 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 249462 T940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 249463 T940 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 249463 T940 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 249463 T940 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 249464 T940 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 249465 T940 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 249465 T940 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 249465 T940 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 249466 T940 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 249466 T940 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 249468 T940 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 249470 T940 oasu.CommitTracker. Hard AutoCommit: disabled [junit4] 2> 249471 T940 oasu.CommitTracker. Soft AutoCommit: disabled [junit4] 2> 249471 T940 oasu.RandomMergePolicy. RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=23.0, floorSegmentMB=2.1884765625, forceMergeDeletesPctAllowed=17.909002511937434, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 249472 T940 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirWrapper(RateLimitedDirectoryWrapper(org.apache.lucene.store.RAMDirectory@9f38ab6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a1477b91)),segFN=segments_1,generation=1} [junit4] 2> 249472 T940 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 249473 T940 oass.SolrIndexSearcher. Opening Searcher@57904a50 main [junit4] 2> 249476 T941 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@57904a50 main{StandardDirectoryReader(segments_1:1:nrt)} [junit4] 2> 249478 T940 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 249478 T940 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58494/pf_fq/pb collection:collection1 shard:shard1 [junit4] 2> 249479 T940 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false [junit4] 2> 249485 T940 oasc.ZkController.register We are http://127.0.0.1:58494/pf_fq/pb/collection1/ and leader is http://127.0.0.1:53515/pf_fq/pb/collection1/ [junit4] 2> 249486 T940 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58494/pf_fq/pb [junit4] 2> 249486 T940 oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4] 2> 249486 T940 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery [junit4] 2> ASYNC NEW_CORE C2526 name=collection1 org.apache.solr.core.SolrCore@dadac98b url=http://127.0.0.1:58494/pf_fq/pb/collection1 node=127.0.0.1:58494_pf_fq%2Fpb C2526_STATE=coll:collection1 core:collection1 props:{base_url=http://127.0.0.1:58494/pf_fq/pb, state=down, node_name=127.0.0.1:58494_pf_fq%2Fpb, core=collection1} [junit4] 2> 249487 T942 C2526 P58494 oasc.RecoveryStrategy.run Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4] 2> 249487 T940 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4] 2> 249487 T942 C2526 P58494 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4] 2> 249488 T942 C2526 P58494 oasc.ZkController.publish publishing core=collection1 state=recovering [junit4] 2> 249488 T942 C2526 P58494 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 249488 T865 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 249489 T865 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 249489 T942 C2526 P58494 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4] 2> 249490 T865 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4] 2> 249497 T902 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true [junit4] 2> 249597 T865 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 249601 T865 o [...truncated too long message...] t4] 1> /solr/collections/collection1/leaders (2) [junit4] 1> /solr/collections/collection1/leaders/shard1 (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "base_url":"http://127.0.0.1:53515/pf_fq/pb", [junit4] 1> "node_name":"127.0.0.1:53515_pf_fq%2Fpb", [junit4] 1> "core":"collection1"} [junit4] 1> /solr/collections/collection1/leaders/shard2 (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "base_url":"http://127.0.0.1:49609/pf_fq/pb", [junit4] 1> "node_name":"127.0.0.1:49609_pf_fq%2Fpb", [junit4] 1> "core":"collection1"} [junit4] 1> /solr/collections/collection1/shards (0) [junit4] 1> /solr/collections/onenodecollection (2) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "router":"compositeId", [junit4] 1> "configName":"conf1"} [junit4] 1> /solr/collections/onenodecollection/leader_elect (1) [junit4] 1> /solr/collections/onenodecollection/leader_elect/shard1 (1) [junit4] 1> /solr/collections/onenodecollection/leader_elect/shard1/election (1) [junit4] 1> /solr/collections/onenodecollection/leader_elect/shard1/election/90296818378539014-core_node1-n_0000000000 (0) [junit4] 1> /solr/collections/onenodecollection/leaders (1) [junit4] 1> /solr/collections/onenodecollection/leaders/shard1 (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "base_url":"http://127.0.0.1:53515/pf_fq/pb", [junit4] 1> "node_name":"127.0.0.1:53515_pf_fq%2Fpb", [junit4] 1> "core":"onenodecollectioncore"} [junit4] 1> /solr/aliases.json (0) [junit4] 1> /solr/live_nodes (5) [junit4] 1> /solr/live_nodes/127.0.0.1:53515_pf_fq%2Fpb (0) [junit4] 1> /solr/live_nodes/127.0.0.1:49609_pf_fq%2Fpb (0) [junit4] 1> /solr/live_nodes/127.0.0.1:33081_pf_fq%2Fpb (0) [junit4] 1> /solr/live_nodes/127.0.0.1:54957_pf_fq%2Fpb (0) [junit4] 1> /solr/live_nodes/127.0.0.1:58494_pf_fq%2Fpb (0) [junit4] 1> /solr/clusterstate.json (0) [junit4] 1> DATA: [junit4] 1> { [junit4] 1> "control_collection":{ [junit4] 1> "shards":{"shard1":{ [junit4] 1> "range":"80000000-7fffffff", [junit4] 1> "state":"active", [junit4] 1> "replicas":{"core_node1":{ [junit4] 1> "base_url":"http://127.0.0.1:33081/pf_fq/pb", [junit4] 1> "state":"active", [junit4] 1> "node_name":"127.0.0.1:33081_pf_fq%2Fpb", [junit4] 1> "core":"collection1", [junit4] 1> "leader":"true"}}}}, [junit4] 1> "maxShardsPerNode":"1", [junit4] 1> "router":"compositeId", [junit4] 1> "replicationFactor":"1"}, [junit4] 1> "onenodecollection":{ [junit4] 1> "shards":{"shard1":{ [junit4] 1> "range":"80000000-7fffffff", [junit4] 1> "state":"active", [junit4] 1> "replicas":{"core_node1":{ [junit4] 1> "base_url":"http://127.0.0.1:53515/pf_fq/pb", [junit4] 1> "state":"active", [junit4] 1> "node_name":"127.0.0.1:53515_pf_fq%2Fpb", [junit4] 1> "roles":"none", [junit4] 1> "core":"onenodecollectioncore", [junit4] 1> "leader":"true"}}}}, [junit4] 1> "maxShardsPerNode":"1", [junit4] 1> "router":"compositeId", [junit4] 1> "replicationFactor":"1"}, [junit4] 1> "collection1":{ [junit4] 1> "shards":{ [junit4] 1> "shard1":{ [junit4] 1> "range":"80000000-ffffffff", [junit4] 1> "state":"active", [junit4] 1> "replicas":{ [junit4] 1> "core_node1":{ [junit4] 1> "base_url":"http://127.0.0.1:53515/pf_fq/pb", [junit4] 1> "state":"active", [junit4] 1> "node_name":"127.0.0.1:53515_pf_fq%2Fpb", [junit4] 1> "core":"collection1", [junit4] 1> "leader":"true"}, [junit4] 1> "core_node3":{ [junit4] 1> "base_url":"http://127.0.0.1:58494/pf_fq/pb", [junit4] 1> "state":"active", [junit4] 1> "node_name":"127.0.0.1:58494_pf_fq%2Fpb", [junit4] 1> "core":"collection1"}}}, [junit4] 1> "shard2":{ [junit4] 1> "range":"0-7fffffff", [junit4] 1> "state":"active", [junit4] 1> "replicas":{ [junit4] 1> "core_node2":{ [junit4] 1> "base_url":"http://127.0.0.1:49609/pf_fq/pb", [junit4] 1> "state":"active", [junit4] 1> "node_name":"127.0.0.1:49609_pf_fq%2Fpb", [junit4] 1> "core":"collection1", [junit4] 1> "leader":"true"}, [junit4] 1> "core_node4":{ [junit4] 1> "base_url":"http://127.0.0.1:54957/pf_fq/pb", [junit4] 1> "state":"active", [junit4] 1> "node_name":"127.0.0.1:54957_pf_fq%2Fpb", [junit4] 1> "core":"collection1"}}}}, [junit4] 1> "maxShardsPerNode":"1", [junit4] 1> "router":"compositeId", [junit4] 1> "replicationFactor":"1"}} [junit4] 1> /zookeeper (1) [junit4] 1> DATA: [junit4] 1> [junit4] 1> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=3BB3503246E6DE14 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_NZ -Dtests.timezone=America/Montevideo -Dtests.file.encoding=UTF-8 [junit4] ERROR 29.5s J1 | BasicDistributedZk2Test.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:49609/pf_fq/pb/onenodecollectioncore returned non ok status:404, message:Can not find: /pf_fq/pb/onenodecollectioncore/update [junit4] > at __randomizedtesting.SeedInfo.seed([3BB3503246E6DE14:BA55DE2A31B9BE28]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:385) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180) [junit4] > at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117) [junit4] > at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116) [junit4] > at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102) [junit4] > at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:196) [junit4] > at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:88) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835) [junit4] > at java.lang.Thread.run(Thread.java:780) [junit4] 2> 266269 T865 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=en_NZ, timezone=America/Montevideo [junit4] 2> NOTE: Linux 3.2.0-52-generic x86/IBM Corporation 1.7.0 (32-bit)/cpus=8,threads=3,free=53707960,total=181796864 [junit4] 2> NOTE: All tests run in this JVM: [TestInfoStreamLogging, JSONWriterTest, XmlUpdateRequestHandlerTest, MultiTermTest, OutputWriterTest, RAMDirectoryFactoryTest, TestDFRSimilarityFactory, TestRangeQuery, TestRecoveryHdfs, AddSchemaFieldsUpdateProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, FileUtilsTest, NoCacheHeaderTest, BadIndexSchemaTest, QueryResultKeyTest, DirectUpdateHandlerTest, OpenCloseCoreStressTest, TestXIncludeConfig, SimplePostToolTest, DebugComponentTest, TestSweetSpotSimilarityFactory, TestHashPartitioner, DisMaxRequestHandlerTest, TestStressLucene, TestRandomMergePolicy, TestSolrJ, ChaosMonkeySafeLeaderTest, TestLazyCores, TestOmitPositions, CurrencyFieldOpenExchangeTest, TestWordDelimiterFilterFactory, BasicDistributedZk2Test] [junit4] Completed on J1 in 29.51s, 1 test, 1 error <<< FAILURES! [...truncated 720 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:389: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:382: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:181: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:450: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1230: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 324 suites, 1409 tests, 1 error, 35 ignored (6 assumptions) Total time: 43 minutes 57 seconds Build step 'Invoke Ant' marked build as failure Description set: Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_32_165343821.1377821161120 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org ------=_Part_32_165343821.1377821161120--