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 91636D5AD for ; Sat, 22 Sep 2012 11:44:44 +0000 (UTC) Received: (qmail 8631 invoked by uid 500); 22 Sep 2012 11:44:42 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 8573 invoked by uid 500); 22 Sep 2012 11:44:42 -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 8559 invoked by uid 99); 22 Sep 2012 11:44:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2012 11:44:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2012 11:44:20 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 46D73C00A0 for ; Sat, 22 Sep 2012 11:43:57 +0000 (UTC) Date: Sat, 22 Sep 2012 11:43:45 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <1493787524.37.1348314237288.JavaMail.hudson@aegis.apache.org> In-Reply-To: <495690530.159.1348294313040.JavaMail.hudson@aegis.apache.org> References: <495690530.159.1348294313040.JavaMail.hudson@aegis.apache.org> Subject: [JENKINS] Lucene-Solr-Tests-trunk-Java6 - Build # 15284 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_36_305427650.1348314225895" ------=_Part_36_305427650.1348314225895 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java6/15284/ 1 tests failed. REGRESSION: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: No live SolrServers available to handle this request Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request at __randomizedtesting.SeedInfo.seed([4D5A1B9345EFD7D:85332FA143019D41]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:323) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:257) at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90) at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:324) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:914) at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:226) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:695) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) 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:45) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) 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:45) 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:679) Build Log: [...truncated 7086 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest [junit4:junit4] 2> 4 T527 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4:junit4] 2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1348313557695 [junit4:junit4] 2> 5 T527 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4:junit4] 2> 8 T528 oazs.ZooKeeperServer.setTickTime tickTime set to 1000 [junit4:junit4] 2> 8 T528 oazs.NIOServerCnxn$Factory. binding to port 0.0.0.0/0.0.0.0:0 [junit4:junit4] 2> 9 T528 oazsp.FileTxnSnapLog.save Snapshotting: 0 [junit4:junit4] 2> 107 T527 oasc.ZkTestServer.run start zk server on port:45713 [junit4:junit4] 2> 107 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@48cc87c1 [junit4:junit4] 2> 108 T533 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 108 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 108 T533 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 109 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45714 [junit4:junit4] 2> 109 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45714 [junit4:junit4] 2> 109 T531 oazsp.FileTxnLog.append Creating new log file: log.1 [junit4:junit4] 2> 112 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40000 with negotiated timeout 10000 for client /140.211.11.196:45714 [junit4:junit4] 2> 112 T533 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40000, negotiated timeout = 10000 [junit4:junit4] 2> 112 T534 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48cc87c1 name:ZooKeeperConnection Watcher:127.0.0.1:45713 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 112 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 112 T527 oascc.SolrZkClient.makePath makePath: /solr [junit4:junit4] 2> 115 T532 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x139edc02ac40000 [junit4:junit4] 2> 123 T534 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 123 T529 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45714 which had sessionid 0x139edc02ac40000 [junit4:junit4] 2> 123 T527 oaz.ZooKeeper.close Session: 0x139edc02ac40000 closed [junit4:junit4] 2> 124 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2515272a [junit4:junit4] 2> 124 T535 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 124 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 125 T535 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 125 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45715 [junit4:junit4] 2> 125 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45715 [junit4:junit4] 2> 126 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40001 with negotiated timeout 10000 for client /140.211.11.196:45715 [junit4:junit4] 2> 126 T535 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40001, negotiated timeout = 10000 [junit4:junit4] 2> 127 T536 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2515272a name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 127 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 127 T527 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4:junit4] 2> 131 T527 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4:junit4] 2> 141 T527 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4:junit4] 2> 143 T527 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4:junit4] 2> 150 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml [junit4:junit4] 2> 169 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4:junit4] 2> 182 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4:junit4] 2> 182 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4:junit4] 2> 285 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml [junit4:junit4] 2> 286 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4:junit4] 2> 288 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4:junit4] 2> 289 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4:junit4] 2> 299 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4:junit4] 2> 300 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4:junit4] 2> 301 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4:junit4] 2> 302 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4:junit4] 2> 304 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4:junit4] 2> 304 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4:junit4] 2> 312 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 312 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 314 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4:junit4] 2> 314 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4:junit4] 2> 316 T527 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4:junit4] 2> 316 T527 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4:junit4] 2> 325 T532 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x139edc02ac40001 [junit4:junit4] 2> 326 T536 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 326 T529 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45715 which had sessionid 0x139edc02ac40001 [junit4:junit4] 2> 326 T527 oaz.ZooKeeper.close Session: 0x139edc02ac40001 closed [junit4:junit4] 2> 790 T527 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 1025 T527 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:45718 [junit4:junit4] 2> 1052 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 1052 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016 [junit4:junit4] 2> 1052 T527 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/' [junit4:junit4] 2> 1082 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 1082 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 1083 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016 [junit4:junit4] 2> 1083 T527 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/solr.xml [junit4:junit4] 2> 1083 T527 oasc.CoreContainer. New CoreContainer 1164608547 [junit4:junit4] 2> 1084 T527 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/' [junit4:junit4] 2> 1084 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/' [junit4:junit4] 2> 1117 T527 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 1134 T527 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45713/solr [junit4:junit4] 2> 1150 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=5000 watcher=org.apache.solr.common.cloud.ConnectionManager@6ca79a6a [junit4:junit4] 2> 1151 T547 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 1151 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 1152 T547 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 1153 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45719 [junit4:junit4] 2> 1153 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45719 [junit4:junit4] 2> 1181 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40002 with negotiated timeout 5000 for client /140.211.11.196:45719 [junit4:junit4] 2> 1181 T547 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40002, negotiated timeout = 5000 [junit4:junit4] 2> 1181 T548 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ca79a6a name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 1181 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 1183 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1193 T527 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4:junit4] 2> 1195 T527 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45718_solr [junit4:junit4] 2> 1195 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:delete cxid:0x7 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45718_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45718_solr [junit4:junit4] 2> 1200 T527 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45718_solr [junit4:junit4] 2> 1202 T527 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 1202 T527 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 1202 T527 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 1203 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 1203 T527 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 1203 T527 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 1203 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 1204 T527 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 1204 T527 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 1204 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 1214 T527 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4:junit4] 2> 1227 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:delete cxid:0x15 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader [junit4:junit4] 2> 1228 T527 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4:junit4] 2> 1235 T527 oasc.Overseer.start Overseer (id=88363077317427202-127.0.0.1:45718_solr-n_0000000000) starting [junit4:junit4] 2> 1235 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x1a zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1236 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x1b zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1238 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x1c zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1245 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x1d zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1246 T550 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4:junit4] 2> 1246 T527 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4:junit4] 2> 1257 T527 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 1258 T549 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4:junit4] 2> 1265 T527 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/collection1 [junit4:junit4] 2> 1266 T527 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4:junit4] 2> 1266 T527 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 1267 T527 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection [junit4:junit4] 2> 1268 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/collection1/' [junit4:junit4] 2> 1269 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/collection1/lib/README' to classloader [junit4:junit4] 2> 1269 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/collection1/lib/classes/' to classloader [junit4:junit4] 2> 1327 T527 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 1389 T527 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 1490 T527 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 1508 T527 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 2019 T527 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 2031 T527 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 2035 T527 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 2049 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 2053 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 2057 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 2059 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 2060 T527 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1348313558016/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/ [junit4:junit4] 2> 2065 T527 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@74002515 [junit4:junit4] 2> 2100 T527 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/index/ [junit4:junit4] 2> 2101 T527 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 2> 2102 T527 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/index forceNew:false [junit4:junit4] 2> 2109 T527 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73fce83e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 2109 T527 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 2110 T527 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4:junit4] 2> 2112 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 2113 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4] 2> 2113 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 2113 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4:junit4] 2> 2114 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 2114 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 2115 T527 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 2115 T527 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 2116 T527 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 2116 T527 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4:junit4] 2> 2117 T527 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 2118 T527 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 2118 T527 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 2118 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 2119 T527 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 2119 T527 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 2120 T527 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 2121 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 2122 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 2122 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 2123 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 2124 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 2125 T527 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 2126 T527 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 2126 T527 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 2131 T527 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 2135 T527 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated , Please update your config to use the ShowFileRequestHandler. [junit4:junit4] 2> 2136 T527 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 2140 T527 oass.SolrIndexSearcher. Opening Searcher@19c59085 main [junit4:junit4] 2> 2162 T527 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 2163 T527 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 2163 T527 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4:junit4] 2> 2170 T527 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4:junit4] 2> 2222 T551 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19c59085 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 2229 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x53 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue [junit4:junit4] 2> 2240 T527 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 2241 T527 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:45718/solr shardId:control_shard [junit4:junit4] 2> 2257 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false [junit4:junit4] 2> 2262 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 2262 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x5b zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work [junit4:junit4] 2> 2273 T527 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/control_shard/election [junit4:junit4] 2> 2275 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 2279 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:delete cxid:0x74 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders [junit4:junit4] 2> 2279 T527 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process. [junit4:junit4] 2> 2280 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x75 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 2282 T527 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 2282 T527 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4:junit4] 2> 2283 T527 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45718/solr/collection1/ [junit4:junit4] 2> 2284 T527 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] 2> 2284 T527 oasc.SyncStrategy.syncToMe http://127.0.0.1:45718/solr/collection1/ has no replicas [junit4:junit4] 2> 2285 T527 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45718/solr/collection1/ [junit4:junit4] 2> 2285 T527 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/control_shard [junit4:junit4] 2> 2288 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40002 type:create cxid:0x7f zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 2779 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 2797 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 2850 T527 oasc.ZkController.register We are http://127.0.0.1:45718/solr/collection1/ and leader is http://127.0.0.1:45718/solr/collection1/ [junit4:junit4] 2> 2854 T527 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45718/solr [junit4:junit4] 2> 2854 T527 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4:junit4] 2> 2856 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 2857 T527 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1 [junit4:junit4] 2> 2857 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 2914 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 3046 T527 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 3048 T527 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:45720 [junit4:junit4] 2> 3049 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 3049 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620 [junit4:junit4] 2> 3049 T527 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/' [junit4:junit4] 2> 3078 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 3078 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 3079 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620 [junit4:junit4] 2> 3079 T527 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/solr.xml [junit4:junit4] 2> 3079 T527 oasc.CoreContainer. New CoreContainer 35258956 [junit4:junit4] 2> 3080 T527 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/' [junit4:junit4] 2> 3080 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/' [junit4:junit4] 2> 3101 T527 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 3114 T527 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45713/solr [junit4:junit4] 2> 3115 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=5000 watcher=org.apache.solr.common.cloud.ConnectionManager@ad02649 [junit4:junit4] 2> 3115 T561 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 3115 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 3117 T561 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 3117 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45721 [junit4:junit4] 2> 3117 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45721 [junit4:junit4] 2> 3119 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40003 with negotiated timeout 5000 for client /140.211.11.196:45721 [junit4:junit4] 2> 3119 T561 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40003, negotiated timeout = 5000 [junit4:junit4] 2> 3119 T562 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ad02649 name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 3119 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 3120 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40003 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 3134 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40003 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 3135 T527 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45720_solr [junit4:junit4] 2> 3136 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40003 type:delete cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45720_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45720_solr [junit4:junit4] 2> 3141 T527 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45720_solr [junit4:junit4] 2> 3143 T548 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 3144 T527 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 3144 T527 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 3144 T527 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 3144 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 3145 T527 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 3145 T527 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 3145 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 3146 T527 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 3146 T527 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 3146 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 3158 T527 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 3163 T527 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/collection1 [junit4:junit4] 2> 3164 T527 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 3164 T527 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 3164 T527 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 3165 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/collection1/' [junit4:junit4] 2> 3166 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/collection1/lib/README' to classloader [junit4:junit4] 2> 3167 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/collection1/lib/classes/' to classloader [junit4:junit4] 2> 3208 T527 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 3262 T527 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 3301 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 3313 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 3363 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 3363 T527 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 3373 T527 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 3856 T527 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 3865 T527 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 3868 T527 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 3880 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 3885 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 3888 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 3889 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 3890 T527 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1348313560620/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/ [junit4:junit4] 2> 3891 T527 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@74002515 [junit4:junit4] 2> 3892 T527 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index/ [junit4:junit4] 2> 3892 T527 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 2> 3893 T527 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index forceNew:false [junit4:junit4] 2> 3925 T527 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45fcb00e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 3926 T527 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 3926 T527 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4:junit4] 2> 3928 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 3929 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4] 2> 3929 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 3930 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4:junit4] 2> 3930 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 3930 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 3931 T527 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 3931 T527 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 3932 T527 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 3932 T527 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4:junit4] 2> 3933 T527 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 3934 T527 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 3934 T527 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 3934 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 3935 T527 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 3935 T527 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 3936 T527 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 3936 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 3937 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 3937 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 3938 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 3938 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 3939 T527 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 3939 T527 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 3940 T527 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 3943 T527 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 3946 T527 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated , Please update your config to use the ShowFileRequestHandler. [junit4:junit4] 2> 3947 T527 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 3950 T527 oass.SolrIndexSearcher. Opening Searcher@60c9c2d7 main [junit4:junit4] 2> 3951 T527 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 3952 T527 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 3952 T527 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4:junit4] 2> 3958 T527 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4:junit4] 2> 4010 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60c9c2d7 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 4317 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 4330 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 4330 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 4517 T527 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 4517 T527 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:45720/solr shardId:shard1 [junit4:junit4] 2> 4518 T527 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election [junit4:junit4] 2> 4557 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40003 type:delete cxid:0x43 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders [junit4:junit4] 2> 4558 T527 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process. [junit4:junit4] 2> 4559 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40003 type:create cxid:0x44 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 4561 T527 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 4561 T527 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4:junit4] 2> 4561 T527 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 4562 T527 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] 2> 4562 T527 oasc.SyncStrategy.syncToMe http://127.0.0.1:45720/solr/collection1/ has no replicas [junit4:junit4] 2> 4562 T527 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 4563 T527 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 [junit4:junit4] 2> 4577 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40003 type:create cxid:0x4e zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 4833 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 4849 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 4849 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 4890 T527 oasc.ZkController.register We are http://127.0.0.1:45720/solr/collection1/ and leader is http://127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 4890 T527 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45720/solr [junit4:junit4] 2> 4890 T527 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4:junit4] 2> 4892 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 4893 T527 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1 [junit4:junit4] 2> 4893 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 4893 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 5011 T527 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 5013 T527 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:45724 [junit4:junit4] 2> 5014 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 5014 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594 [junit4:junit4] 2> 5014 T527 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/' [junit4:junit4] 2> 5039 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 5040 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 5040 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594 [junit4:junit4] 2> 5040 T527 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/solr.xml [junit4:junit4] 2> 5041 T527 oasc.CoreContainer. New CoreContainer 1561244285 [junit4:junit4] 2> 5041 T527 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/' [junit4:junit4] 2> 5041 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/' [junit4:junit4] 2> 5060 T527 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 5072 T527 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45713/solr [junit4:junit4] 2> 5073 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=5000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ef69 [junit4:junit4] 2> 5073 T573 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 5073 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 5075 T573 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 5075 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45725 [junit4:junit4] 2> 5076 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45725 [junit4:junit4] 2> 5077 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40004 with negotiated timeout 5000 for client /140.211.11.196:45725 [junit4:junit4] 2> 5077 T573 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40004, negotiated timeout = 5000 [junit4:junit4] 2> 5078 T574 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ef69 name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 5078 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 5079 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40004 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 5089 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40004 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 5090 T527 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45724_solr [junit4:junit4] 2> 5091 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40004 type:delete cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45724_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45724_solr [junit4:junit4] 2> 5097 T527 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45724_solr [junit4:junit4] 2> 5099 T548 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 5099 T562 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 5100 T527 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 5100 T527 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 5100 T527 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 5101 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 5101 T527 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 5101 T527 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 5102 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 5102 T527 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 5102 T527 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 5102 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 5115 T527 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 5120 T527 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/collection1 [junit4:junit4] 2> 5120 T527 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 5121 T527 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 5121 T527 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 5122 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/collection1/' [junit4:junit4] 2> 5123 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/collection1/lib/README' to classloader [junit4:junit4] 2> 5124 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/collection1/lib/classes/' to classloader [junit4:junit4] 2> 5162 T527 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 5217 T527 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 5318 T527 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 5328 T527 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 5360 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 5374 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 5374 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 5374 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 5784 T527 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 5794 T527 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 5797 T527 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 5809 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 5814 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 5817 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 5818 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 5819 T527 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1348313562594/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/ [junit4:junit4] 2> 5820 T527 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@74002515 [junit4:junit4] 2> 5821 T527 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index/ [junit4:junit4] 2> 5821 T527 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 2> 5822 T527 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index forceNew:false [junit4:junit4] 2> 5827 T527 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 5827 T527 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 5828 T527 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4:junit4] 2> 5830 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 5830 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4] 2> 5831 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 5831 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4:junit4] 2> 5832 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 5832 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 5833 T527 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 5833 T527 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 5834 T527 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 5834 T527 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4:junit4] 2> 5835 T527 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 5835 T527 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 5836 T527 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 5836 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 5836 T527 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 5837 T527 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 5838 T527 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5838 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5839 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5839 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5840 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5840 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5841 T527 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 5841 T527 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 5842 T527 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 5844 T527 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 5848 T527 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated , Please update your config to use the ShowFileRequestHandler. [junit4:junit4] 2> 5849 T527 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 5852 T527 oass.SolrIndexSearcher. Opening Searcher@4af45673 main [junit4:junit4] 2> 5853 T527 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 5853 T527 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 5854 T527 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4:junit4] 2> 5861 T527 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4:junit4] 2> 5914 T575 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4af45673 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 6378 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 6391 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 6391 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 6391 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 6420 T527 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 6420 T527 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:45724/solr shardId:shard1 [junit4:junit4] 2> 6424 T527 oasc.ZkController.register We are http://127.0.0.1:45724/solr/collection1/ and leader is http://127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 6424 T527 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45724/solr [junit4:junit4] 2> 6424 T527 oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4] 2> 6425 T527 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@12659512 url=http://127.0.0.1:45724/solr/collection1 node=127.0.0.1:45724_solr [junit4:junit4] 2> 6433 T576 C5 P45724 oasc.RecoveryStrategy.run Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 2> 6433 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 6434 T576 C5 P45724 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4:junit4] 2> 6435 T527 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1 [junit4:junit4] 2> 6435 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 6435 T576 C5 P45724 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:45720/solr/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 2> 6436 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 6442 T576 C5 P45724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false [junit4:junit4] 2> 6462 T576 C5 P45724 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45724/solr START replicas=[http://127.0.0.1:45720/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 6463 T576 C5 P45724 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates [junit4:junit4] 2> 6464 T576 C5 P45724 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 2> 6464 T576 C5 P45724 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 [junit4:junit4] 2> 6464 T576 C5 P45724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 6653 T527 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 6659 T527 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:45727 [junit4:junit4] 2> 6659 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 6660 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144 [junit4:junit4] 2> 6660 T527 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/' [junit4:junit4] 2> 6845 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 6846 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 6846 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144 [junit4:junit4] 2> 6847 T527 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/solr.xml [junit4:junit4] 2> 6847 T527 oasc.CoreContainer. New CoreContainer 84346444 [junit4:junit4] 2> 6848 T527 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/' [junit4:junit4] 2> 6848 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/' [junit4:junit4] 2> 6895 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 6940 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 6940 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 6940 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 7400 T527 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 7554 T527 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45713/solr [junit4:junit4] 2> 7554 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=5000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b0fcdf3 [junit4:junit4] 2> 7555 T587 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 7555 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 7557 T587 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 7557 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45730 [junit4:junit4] 2> 7557 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45730 [junit4:junit4] 2> 7559 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40005 with negotiated timeout 5000 for client /140.211.11.196:45730 [junit4:junit4] 2> 7559 T587 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40005, negotiated timeout = 5000 [junit4:junit4] 2> 7559 T588 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b0fcdf3 name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 7559 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 7560 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40005 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 7561 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40005 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 7563 T527 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45727_solr [junit4:junit4] 2> 7563 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40005 type:delete cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45727_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45727_solr [junit4:junit4] 2> 7564 T527 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45727_solr [junit4:junit4] 2> 7573 T574 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 7573 T562 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 7573 T548 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 7573 T527 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 7574 T527 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 7574 T527 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 7575 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 7575 T527 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 7576 T527 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 7576 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 7577 T527 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 7577 T527 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 7577 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 7604 T527 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 7644 T527 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/collection1 [junit4:junit4] 2> 7645 T527 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 7646 T527 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 7646 T527 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 7647 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/collection1/' [junit4:junit4] 2> 7649 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/collection1/lib/classes/' to classloader [junit4:junit4] 2> 7650 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/collection1/lib/README' to classloader [junit4:junit4] 2> ASYNC NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@415ed7e7 url=http://127.0.0.1:45720/solr/collection1 node=127.0.0.1:45720_solr [junit4:junit4] 2> 8128 T554 C6 P45720 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=6 [junit4:junit4] 2> 8175 T527 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 8360 T527 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 8461 T527 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 8476 T527 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 9168 T527 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 9183 T527 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 9187 T527 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 9203 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 9208 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 9214 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 9215 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 9216 T527 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1348313564144/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/ [junit4:junit4] 2> 9217 T527 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@74002515 [junit4:junit4] 2> 9218 T527 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index/ [junit4:junit4] 2> 9219 T527 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 2> 9220 T527 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index forceNew:false [junit4:junit4] 2> 9242 T527 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 9243 T527 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 9244 T527 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4:junit4] 2> 9249 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 9250 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4] 2> 9251 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 9252 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4:junit4] 2> 9253 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 9254 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 9254 T527 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 9255 T527 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 9256 T527 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 9257 T527 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4:junit4] 2> 9257 T527 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 9258 T527 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 9259 T527 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 9259 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 9260 T527 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 9261 T527 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 9262 T527 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 9262 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 9263 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 9264 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 9265 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 9265 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 9266 T527 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 9267 T527 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 9268 T527 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 9272 T527 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 9277 T527 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated , Please update your config to use the ShowFileRequestHandler. [junit4:junit4] 2> 9278 T527 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 9282 T527 oass.SolrIndexSearcher. Opening Searcher@50dbd53e main [junit4:junit4] 2> 9284 T527 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 9284 T527 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 9285 T527 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4:junit4] 2> 9295 T527 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4:junit4] 2> 9354 T589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50dbd53e main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 9452 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 9457 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 9457 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 9457 T588 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 9457 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 9861 T527 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 9861 T527 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:45727/solr shardId:shard1 [junit4:junit4] 2> 9864 T527 oasc.ZkController.register We are http://127.0.0.1:45727/solr/collection1/ and leader is http://127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 9865 T527 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45727/solr [junit4:junit4] 2> 9865 T527 oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4] 2> 9865 T527 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@3b1938ea url=http://127.0.0.1:45727/solr/collection1 node=127.0.0.1:45727_solr [junit4:junit4] 2> 9867 T590 C7 P45727 oasc.RecoveryStrategy.run Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 2> 9867 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 9868 T590 C7 P45727 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4:junit4] 2> 9868 T527 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1 [junit4:junit4] 2> 9869 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 9869 T590 C7 P45727 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:45720/solr/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 2> 9869 T590 C7 P45727 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45727/solr START replicas=[http://127.0.0.1:45720/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 9869 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 9870 T590 C7 P45727 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates [junit4:junit4] 2> 9870 T590 C7 P45727 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 2> 9870 T590 C7 P45727 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 [junit4:junit4] 2> 9870 T590 C7 P45727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 9874 T554 C6 P45720 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 [junit4:junit4] 2> 9975 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 9994 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 9994 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 9994 T588 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 9994 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 10036 T527 oejs.Server.doStart jetty-8.1.2.v20120308 [junit4:junit4] 2> 10039 T527 oejs.AbstractConnector.doStart Started SocketConnector@0.0.0.0:45734 [junit4:junit4] 2> 10040 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 10040 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579 [junit4:junit4] 2> 10040 T527 oasc.SolrResourceLoader. new SolrResourceLoader for deduced Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/' [junit4:junit4] 2> 10077 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 10077 T527 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 10078 T527 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579 [junit4:junit4] 2> 10078 T527 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/solr.xml [junit4:junit4] 2> 10079 T527 oasc.CoreContainer. New CoreContainer 1533090852 [junit4:junit4] 2> 10079 T527 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/' [junit4:junit4] 2> 10080 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/' [junit4:junit4] 2> 10106 T527 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 10122 T527 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:45713/solr [junit4:junit4] 2> 10123 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=5000 watcher=org.apache.solr.common.cloud.ConnectionManager@58e8b9d7 [junit4:junit4] 2> 10124 T601 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 10124 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 10126 T601 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 10126 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45735 [junit4:junit4] 2> 10126 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45735 [junit4:junit4] 2> 10132 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40006 with negotiated timeout 5000 for client /140.211.11.196:45735 [junit4:junit4] 2> 10132 T601 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40006, negotiated timeout = 5000 [junit4:junit4] 2> 10132 T602 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58e8b9d7 name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 10132 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 10133 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40006 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 10134 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40006 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 10141 T527 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45734_solr [junit4:junit4] 2> 10141 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40006 type:delete cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:45734_solr Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:45734_solr [junit4:junit4] 2> 10142 T527 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45734_solr [junit4:junit4] 2> 10144 T548 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 10144 T588 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 10144 T562 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 10144 T574 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 10145 T527 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0 [junit4:junit4] 2> 10145 T527 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 10146 T527 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0 [junit4:junit4] 2> 10146 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 10147 T527 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 10147 T527 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 10147 T527 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 10148 T527 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 10148 T527 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 10149 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false [junit4:junit4] 2> 10167 T527 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 10173 T527 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/collection1 [junit4:junit4] 2> 10173 T527 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 10174 T527 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 10175 T527 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 10176 T527 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/collection1/' [junit4:junit4] 2> 10177 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/collection1/lib/README' to classloader [junit4:junit4] 2> 10178 T527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/collection1/lib/classes/' to classloader [junit4:junit4] 2> 10230 T527 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_50 [junit4:junit4] 2> 10302 T527 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> C5_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:45724_solr, base_url=http://127.0.0.1:45724/solr} [junit4:junit4] 2> 10312 T576 C5 P45724 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1 [junit4:junit4] 2> 10312 T576 C5 P45724 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 2> 10312 T576 C5 P45724 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:45720/solr/collection1/. core=collection1 [junit4:junit4] 2> 10312 T576 C5 P45724 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 10344 T557 C6 P45720 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16 [junit4:junit4] 2> 10356 T557 C6 P45720 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 10361 T557 C6 P45720 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45fcb00e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 10361 T557 C6 P45720 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 10363 T557 C6 P45720 oass.SolrIndexSearcher. Opening Searcher@55519d9b main [junit4:junit4] 2> 10363 T557 C6 P45720 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 10365 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55519d9b main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 10366 T557 C6 P45720 /update {waitSearcher=true&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 35 [junit4:junit4] 2> 10385 T576 C5 P45724 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 10385 T576 C5 P45724 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000 [junit4:junit4] 2> 10403 T527 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 10404 T576 C5 P45724 oash.SnapPuller. No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 10413 T527 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 10464 T558 C6 P45720 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 10465 T558 C6 P45720 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=59 [junit4:junit4] 2> 10470 T576 C5 P45724 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 10471 T576 C5 P45724 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 10471 T576 C5 P45724 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 10475 T576 C5 P45724 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> 10475 T576 C5 P45724 oasc.SolrDeletionPolicy.updateCommits newest commit = 2 [junit4:junit4] 2> 10479 T576 C5 P45724 oass.SolrIndexSearcher. Opening Searcher@edea70b main [junit4:junit4] 2> 10479 T576 C5 P45724 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 10482 T575 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@edea70b main{StandardDirectoryReader(segments_2:2)} [junit4:junit4] 2> 10483 T576 C5 P45724 oasc.RecoveryStrategy.replay No replay needed. core=collection1 [junit4:junit4] 2> 10483 T576 C5 P45724 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 2> 10485 T576 C5 P45724 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1 [junit4:junit4] 2> 10498 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 10510 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 10510 T602 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 10510 T588 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 10510 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 10510 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 11078 T527 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 11090 T527 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 11094 T527 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 11110 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 11121 T527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 11126 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 11127 T527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 11129 T527 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1348313567579/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/ [junit4:junit4] 2> 11129 T527 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@74002515 [junit4:junit4] 2> 11131 T527 oasc.SolrCore.getNewIndexDir WARNING New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index/ [junit4:junit4] 2> 11132 T527 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 2> 11132 T527 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index forceNew:false [junit4:junit4] 2> 11145 T527 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fad9e1f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 11145 T527 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 11146 T527 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter [junit4:junit4] 2> 11150 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 11150 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4] 2> 11151 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 11151 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields" [junit4:junit4] 2> 11152 T527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 11152 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 11153 T527 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 11154 T527 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 11154 T527 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 11155 T527 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler [junit4:junit4] 2> 11156 T527 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4] 2> 11157 T527 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 11157 T527 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler [junit4:junit4] 2> 11158 T527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler [junit4:junit4] 2> 11158 T527 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler [junit4:junit4] 2> 11159 T527 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 11160 T527 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 11160 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 11161 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 11162 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 11163 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 11163 T527 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 11164 T527 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4] 2> 11165 T527 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler [junit4:junit4] 2> 11166 T527 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler [junit4:junit4] 2> 11169 T527 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 11174 T527 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated , Please update your config to use the ShowFileRequestHandler. [junit4:junit4] 2> 11175 T527 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4] 2> 11179 T527 oass.SolrIndexSearcher. Opening Searcher@34471b39 main [junit4:junit4] 2> 11180 T527 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 11181 T527 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 11181 T527 oashc.SpellCheckComponent.inform Initializing spell checkers [junit4:junit4] 2> 11189 T527 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} [junit4:junit4] 2> 11251 T603 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@34471b39 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 11516 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 11531 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 11531 T588 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 11531 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 11531 T602 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 11531 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 11758 T527 oasc.CoreContainer.register registering core: collection1 [junit4:junit4] 2> 11758 T527 oasc.ZkController.register Register shard - core:collection1 address:http://127.0.0.1:45734/solr shardId:shard1 [junit4:junit4] 2> 11761 T527 oasc.ZkController.register We are http://127.0.0.1:45734/solr/collection1/ and leader is http://127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 11761 T527 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45734/solr [junit4:junit4] 2> 11761 T527 oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4] 2> 11762 T527 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@108a93d9 url=http://127.0.0.1:45734/solr/collection1 node=127.0.0.1:45734_solr [junit4:junit4] 2> 11763 T604 C8 P45734 oasc.RecoveryStrategy.run Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 2> 11763 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 11764 T604 C8 P45734 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4:junit4] 2> 11764 T527 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1 [junit4:junit4] 2> 11764 T527 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 11765 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 11765 T604 C8 P45734 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:45720/solr/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 2> 11765 T604 C8 P45734 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45734/solr START replicas=[http://127.0.0.1:45720/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 11766 T604 C8 P45734 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates [junit4:junit4] 2> 11766 T604 C8 P45734 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 2> 11766 T604 C8 P45734 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 [junit4:junit4] 2> 11766 T604 C8 P45734 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 11769 T554 C6 P45720 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 [junit4:junit4] 2> 11780 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3a72d4e5 [junit4:junit4] 2> 11781 T606 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 11781 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 11782 T606 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 11782 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45739 [junit4:junit4] 2> 11782 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45739 [junit4:junit4] 2> 11784 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40007 with negotiated timeout 10000 for client /140.211.11.196:45739 [junit4:junit4] 2> 11784 T606 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40007, negotiated timeout = 10000 [junit4:junit4] 2> 11784 T607 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a72d4e5 name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 11784 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 11785 T527 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 11787 T527 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true [junit4:junit4] 2> 11788 T527 oascsi.HttpClientUtil.createClient Creating new http client, config: [junit4:junit4] 2> 11795 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 11796 T527 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt [junit4:junit4] 2> 11796 T527 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15 [junit4:junit4] 2> 11797 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 12034 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 12076 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 12076 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 12076 T607 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 12076 T588 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 12076 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 12076 T602 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 12798 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> C7_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:45727_solr, base_url=http://127.0.0.1:45727/solr} [junit4:junit4] 2> 12893 T590 C7 P45727 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1 [junit4:junit4] 2> 12893 T590 C7 P45727 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 2> 12893 T590 C7 P45727 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:45720/solr/collection1/. core=collection1 [junit4:junit4] 2> 12893 T590 C7 P45727 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 12903 T560 C6 P45720 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 12907 T560 C6 P45720 oass.SolrIndexSearcher. Opening Searcher@7bdf6ed6 main [junit4:junit4] 2> 12908 T560 C6 P45720 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 12910 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7bdf6ed6 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 12910 T560 C6 P45720 /update {waitSearcher=true&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 8 [junit4:junit4] 2> 12911 T590 C7 P45727 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 12912 T590 C7 P45727 oash.SnapPuller. No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 12916 T558 C6 P45720 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=0 [junit4:junit4] 2> 12921 T590 C7 P45727 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 12922 T590 C7 P45727 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 12923 T590 C7 P45727 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 12954 T590 C7 P45727 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> 12954 T590 C7 P45727 oasc.SolrDeletionPolicy.updateCommits newest commit = 2 [junit4:junit4] 2> 12958 T590 C7 P45727 oass.SolrIndexSearcher. Opening Searcher@455d0ff7 main [junit4:junit4] 2> 12958 T590 C7 P45727 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 12960 T589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@455d0ff7 main{StandardDirectoryReader(segments_2:2)} [junit4:junit4] 2> 12961 T590 C7 P45727 oasc.RecoveryStrategy.replay No replay needed. core=collection1 [junit4:junit4] 2> 12961 T590 C7 P45727 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 2> 12967 T590 C7 P45727 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1 [junit4:junit4] 2> 13081 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 13096 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 13096 T588 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 13096 T602 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 13096 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 13096 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 13096 T607 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 13800 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> C8_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:45734_solr, base_url=http://127.0.0.1:45734/solr} [junit4:junit4] 2> 14782 T604 C8 P45734 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1 [junit4:junit4] 2> 14782 T604 C8 P45734 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 2> 14782 T604 C8 P45734 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:45720/solr/collection1/. core=collection1 [junit4:junit4] 2> 14782 T604 C8 P45734 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 14794 T555 C6 P45720 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 14796 T555 C6 P45720 oass.SolrIndexSearcher. Opening Searcher@31900174 main [junit4:junit4] 2> 14797 T555 C6 P45720 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 14799 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@31900174 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 14800 T555 C6 P45720 /update {waitSearcher=true&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 6 [junit4:junit4] 2> 14801 T604 C8 P45734 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 14801 T604 C8 P45734 oash.SnapPuller. No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 14802 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 14804 T558 C6 P45720 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 [junit4:junit4] 2> 14809 T604 C8 P45734 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fad9e1f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 14809 T604 C8 P45734 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 14810 T604 C8 P45734 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 14814 T604 C8 P45734 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fad9e1f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fad9e1f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> 14814 T604 C8 P45734 oasc.SolrDeletionPolicy.updateCommits newest commit = 2 [junit4:junit4] 2> 14818 T604 C8 P45734 oass.SolrIndexSearcher. Opening Searcher@30f9a36a main [junit4:junit4] 2> 14818 T604 C8 P45734 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 14820 T603 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@30f9a36a main{StandardDirectoryReader(segments_2:2)} [junit4:junit4] 2> 14821 T604 C8 P45734 oasc.RecoveryStrategy.replay No replay needed. core=collection1 [junit4:junit4] 2> 14821 T604 C8 P45734 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 2> 14829 T604 C8 P45734 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1 [junit4:junit4] 2> 15103 T549 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 15119 T574 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 15119 T562 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 15119 T602 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 15119 T588 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 15119 T548 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 15119 T607 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 15804 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> ASYNC NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@41c346d0 url=http://127.0.0.1:45718/solr/collection1 node=127.0.0.1:45718_solr [junit4:junit4] 2> 15816 T539 C9 P45718 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 15821 T539 C9 P45718 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73fce83e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 15822 T539 C9 P45718 oasc.SolrDeletionPolicy.updateCommits newest commit = 1 [junit4:junit4] 2> 15824 T539 C9 P45718 oass.SolrIndexSearcher. Opening Searcher@7fca4868 main [junit4:junit4] 2> 15824 T539 C9 P45718 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 15826 T551 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7fca4868 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 15827 T539 C9 P45718 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 11 [junit4:junit4] 2> 15828 T527 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:45713/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5e04563a [junit4:junit4] 2> 15829 T608 oaz.ClientCnxn$SendThread.startConnect Opening socket connection to server /127.0.0.1:45713 [junit4:junit4] 2> 15829 T527 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 15829 T608 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:45713, initiating session [junit4:junit4] 2> 15830 T529 oazs.NIOServerCnxn$Factory.run Accepted socket connection from /140.211.11.196:45745 [junit4:junit4] 2> 15830 T529 oazs.NIOServerCnxn.readConnectRequest Client attempting to establish new session at /140.211.11.196:45745 [junit4:junit4] 2> 15831 T531 oazs.NIOServerCnxn.finishSessionInit Established session 0x139edc02ac40008 with negotiated timeout 10000 for client /140.211.11.196:45745 [junit4:junit4] 2> 15831 T608 oaz.ClientCnxn$SendThread.readConnectResult Session establishment complete on server localhost/127.0.0.1:45713, sessionid = 0x139edc02ac40008, negotiated timeout = 10000 [junit4:junit4] 2> 15832 T609 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e04563a name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 15832 T527 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 15832 T527 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 15843 T557 C6 P45720 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 15845 T557 C6 P45720 oass.SolrIndexSearcher. Opening Searcher@f401c44 main [junit4:junit4] 2> 15846 T557 C6 P45720 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 15848 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f401c44 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 15858 T557 C6 P45720 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:45724/solr/collection1/, StdNode: http://127.0.0.1:45727/solr/collection1/, StdNode: http://127.0.0.1:45734/solr/collection1/] [junit4:junit4] 2> C5_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:45724_solr, base_url=http://127.0.0.1:45724/solr} [junit4:junit4] 2> 15880 T566 C5 P45724 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> C8_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:45734_solr, base_url=http://127.0.0.1:45734/solr} [junit4:junit4] 2> 15883 T594 C8 P45734 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 15884 T566 C5 P45724 oass.SolrIndexSearcher. Opening Searcher@45b6867 main [junit4:junit4] 2> C7_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:45727_solr, base_url=http://127.0.0.1:45727/solr} [junit4:junit4] 2> 15884 T580 C7 P45727 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 15885 T566 C5 P45724 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 15887 T594 C8 P45734 oass.SolrIndexSearcher. Opening Searcher@2a51b326 main [junit4:junit4] 2> 15888 T594 C8 P45734 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 15889 T575 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45b6867 main{StandardDirectoryReader(segments_2:2)} [junit4:junit4] 2> 15889 T603 oasc.JmxMonitoredMap.put WARNING Failed to register info bean: documentCache javax.management.InstanceAlreadyExistsException: solr/collection1:type=documentCache,id=org.apache.solr.search.LRUCache [junit4:junit4] 2> at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:467) [junit4:junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.internal_addObject(DefaultMBeanServerInterceptor.java:1520) [junit4:junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:986) [junit4:junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:938) [junit4:junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:330) [junit4:junit4] 2> at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:516) [junit4:junit4] 2> at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:140) [junit4:junit4] 2> at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51) [junit4:junit4] 2> at org.apache.solr.search.SolrIndexSearcher.register(SolrIndexSearcher.java:246) [junit4:junit4] 2> at org.apache.solr.core.SolrCore.registerSearcher(SolrCore.java:1642) [junit4:junit4] 2> at org.apache.solr.core.SolrCore.access$000(SolrCore.java:121) [junit4:junit4] 2> at org.apache.solr.core.SolrCore$7.call(SolrCore.java:1519) [junit4:junit4] 2> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [junit4:junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:166) [junit4:junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [junit4:junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [junit4:junit4] 2> at java.lang.Thread.run(Thread.java:679) [junit4:junit4] 2> [junit4:junit4] 2> 15890 T566 C5 P45724 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 10 [junit4:junit4] 2> 15890 T603 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a51b326 main{StandardDirectoryReader(segments_2:2)} [junit4:junit4] 2> 15890 T580 C7 P45727 oass.SolrIndexSearcher. Opening Searcher@1745a915 main [junit4:junit4] 2> 15890 T594 C8 P45734 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 7 [junit4:junit4] 2> 15890 T580 C7 P45727 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 15893 T589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1745a915 main{StandardDirectoryReader(segments_2:2)} [junit4:junit4] 2> 15893 T580 C7 P45727 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 9 [junit4:junit4] 2> 15894 T557 C6 P45720 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 51 [junit4:junit4] 2> 15895 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 15909 T556 C6 P45720 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 15913 T567 C5 P45724 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 [junit4:junit4] 2> 15916 T581 C7 P45727 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=1 [junit4:junit4] 2> 15919 T595 C8 P45734 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=0 status=0 QTime=0 [junit4:junit4] 2> 18003 T539 C9 P45718 oass.SolrIndexSearcher. Opening Searcher@64d75d4e realtime [junit4:junit4] 2> 18005 T539 C9 P45718 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1413809255924891648)} 0 41 [junit4:junit4] 2> 18010 T557 C6 P45720 oass.SolrIndexSearcher. Opening Searcher@6c32b92c realtime [junit4:junit4] 2> 18021 T580 C7 P45727 oass.SolrIndexSearcher. Opening Searcher@5b5696b7 realtime [junit4:junit4] 2> 18021 T580 C7 P45727 REQ /update {update.distrib=FROMLEADER&_version_=-1413809255952154624&update.from=http://127.0.0.1:45720/solr/collection1/&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 18021 T566 C5 P45724 oass.SolrIndexSearcher. Opening Searcher@13a709f1 realtime [junit4:junit4] 2> 18022 T594 C8 P45734 oass.SolrIndexSearcher. Opening Searcher@3a8cbb70 realtime [junit4:junit4] 2> 18022 T566 C5 P45724 REQ /update {update.distrib=FROMLEADER&_version_=-1413809255952154624&update.from=http://127.0.0.1:45720/solr/collection1/&wt=javabin&version=2} status=0 QTime=2 [junit4:junit4] 2> 18022 T594 C8 P45734 REQ /update {update.distrib=FROMLEADER&_version_=-1413809255952154624&update.from=http://127.0.0.1:45720/solr/collection1/&wt=javabin&version=2} status=0 QTime=2 [junit4:junit4] 2> 18023 T557 C6 P45720 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1413809255952154624)} 0 15 [junit4:junit4] 2> 18037 T539 C9 P45718 /update {wt=javabin&version=2} {add=[0 (1413809255976271872)]} 0 11 [junit4:junit4] 2> 18057 T580 C7 P45727 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 [junit4:junit4] 2> 18059 T566 C5 P45724 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=5 [junit4:junit4] 2> 18060 T594 C8 P45734 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=6 [junit4:junit4] 2> 18061 T557 C6 P45720 /update {wt=javabin&version=2} {add=[0 (1413809255985709056)]} 0 21 [junit4:junit4] 2> 18066 T539 C9 P45718 /update {wt=javabin&version=2} {add=[1 (1413809256009826304)]} 0 2 [junit4:junit4] 2> 18074 T566 C5 P45724 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 [junit4:junit4] 2> 18074 T580 C7 P45727 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=2 [junit4:junit4] 2> 18077 T594 C8 P45734 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} status=0 QTime=4 [junit4:junit4] 2> 18078 T557 C6 P45720 /update {wt=javabin&version=2} {add=[1 (1413809256015069184)]} 0 10 [junit4:junit4] 2> 18083 T539 C9 P45718 /update {wt=javabin&version=2} {add=[2 (1413809256027652096)]} 0 3 [junit4:junit4] 2> 18092 T580 C7 P45727 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:45724/solr/collection1/&wt=javabin&version=2} status=0 QTime=2 [junit4:junit4] 2> 18094 T594 C8 P45734 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:45724/solr/collection1/&wt=javabin&version=2} status=0 QTime=3 [junit4:junit4] 2> 18095 T557 C6 P45720 /update {test.distrib.skip.servers=http://127.0.0.1:45724/solr/collection1/&wt=javabin&version=2} {add=[2 (1413809256033943552)]} 0 9 [junit4:junit4] 2> 18101 T539 C9 P45718 /update {wt=javabin&version=2} {add=[3 (1413809256046526464)]} 0 3 [junit4:junit4] 2> 18114 T594 C8 P45734 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:45724/solr/collection1/&test.distrib.skip.servers=http://127.0.0.1:45727/solr/collection1/&wt=javabin&version=2} status=0 QTime=4 [junit4:junit4] 2> 18115 T557 C6 P45720 /update {test.distrib.skip.servers=http://127.0.0.1:45724/solr/collection1/&test.distrib.skip.servers=http://127.0.0.1:45727/solr/collection1/&wt=javabin&version=2} {add=[3 (1413809256052817920)]} 0 11 [junit4:junit4] 2> 18117 T539 C9 P45718 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18188 T539 C9 P45718 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73fce83e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@73fce83e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt] [junit4:junit4] 2> 18188 T539 C9 P45718 oasc.SolrDeletionPolicy.updateCommits newest commit = 2 [junit4:junit4] 2> 18196 T539 C9 P45718 oass.SolrIndexSearcher. Opening Searcher@73ae0c9d main [junit4:junit4] 2> 18197 T539 C9 P45718 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18199 T551 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@73ae0c9d main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C4)} [junit4:junit4] 2> 18199 T539 C9 P45718 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 82 [junit4:junit4] 2> 18202 T557 C6 P45720 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18220 T557 C6 P45720 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45fcb00e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45fcb00e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt] [junit4:junit4] 2> 18220 T557 C6 P45720 oasc.SolrDeletionPolicy.updateCommits newest commit = 2 [junit4:junit4] 2> 18224 T557 C6 P45720 oass.SolrIndexSearcher. Opening Searcher@58660a9 main [junit4:junit4] 2> 18225 T557 C6 P45720 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18226 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@58660a9 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C4)} [junit4:junit4] 2> 18227 T557 C6 P45720 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:45724/solr/collection1/, StdNode: http://127.0.0.1:45727/solr/collection1/, StdNode: http://127.0.0.1:45734/solr/collection1/] [junit4:junit4] 2> 18230 T580 C7 P45727 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18230 T566 C5 P45724 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18230 T594 C8 P45734 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18323 T566 C5 P45724 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt, segments_3] [junit4:junit4] 2> 18323 T580 C7 P45727 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt, segments_3] [junit4:junit4] 2> 18323 T566 C5 P45724 oasc.SolrDeletionPolicy.updateCommits newest commit = 3 [junit4:junit4] 2> 18323 T580 C7 P45727 oasc.SolrDeletionPolicy.updateCommits newest commit = 3 [junit4:junit4] 2> 18326 T594 C8 P45734 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fad9e1f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6fad9e1f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt, segments_3] [junit4:junit4] 2> 18326 T594 C8 P45734 oasc.SolrDeletionPolicy.updateCommits newest commit = 3 [junit4:junit4] 2> 18329 T566 C5 P45724 oass.SolrIndexSearcher. Opening Searcher@4ffa5d1a main [junit4:junit4] 2> 18329 T580 C7 P45727 oass.SolrIndexSearcher. Opening Searcher@20ab085 main [junit4:junit4] 2> 18329 T566 C5 P45724 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18329 T580 C7 P45727 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18330 T589 oasc.JmxMonitoredMap.put WARNING Failed to register info bean: searcher javax.management.InstanceNotFoundException: solr/collection1:type=searcher,id=org.apache.solr.search.SolrIndexSearcher [junit4:junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1118) [junit4:junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:433) [junit4:junit4] 2> at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:421) [junit4:junit4] 2> at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:540) [junit4:junit4] 2> at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:138) [junit4:junit4] 2> at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51) [junit4:junit4] 2> at org.apache.solr.search.SolrIndexSearcher.register(SolrIndexSearcher.java:242) [junit4:junit4] 2> at org.apache.solr.core.SolrCore.registerSearcher(SolrCore.java:1642) [junit4:junit4] 2> at org.apache.solr.core.SolrCore.access$000(SolrCore.java:121) [junit4:junit4] 2> at org.apache.solr.core.SolrCore$7.call(SolrCore.java:1519) [junit4:junit4] 2> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [junit4:junit4] 2> at java.util.concurrent.FutureTask.run(FutureTask.java:166) [junit4:junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [junit4:junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [junit4:junit4] 2> at java.lang.Thread.run(Thread.java:679) [junit4:junit4] 2> [junit4:junit4] 2> 18331 T575 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ffa5d1a main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C2)} [junit4:junit4] 2> 18332 T566 C5 P45724 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 103 [junit4:junit4] 2> 18333 T589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@20ab085 main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C3)} [junit4:junit4] 2> 18333 T580 C7 P45727 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 104 [junit4:junit4] 2> 18334 T594 C8 P45734 oass.SolrIndexSearcher. Opening Searcher@124538fa main [junit4:junit4] 2> 18334 T594 C8 P45734 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18337 T603 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@124538fa main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C4)} [junit4:junit4] 2> 18337 T594 C8 P45734 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 107 [junit4:junit4] 2> 18338 T557 C6 P45720 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 136 [junit4:junit4] 2> 18338 T527 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):1800 [junit4:junit4] 2> 18339 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> check const of shard1 [junit4:junit4] 2> client0 [junit4:junit4] 2> PROPS:127.0.0.1:45720_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45720_solr","base_url":"http://127.0.0.1:45720/solr","leader":"true"} [junit4:junit4] 2> 18343 T556 C6 P45720 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:4 [junit4:junit4] 2> [junit4:junit4] 2> client1 [junit4:junit4] 2> PROPS:127.0.0.1:45724_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45724_solr","base_url":"http://127.0.0.1:45724/solr"} [junit4:junit4] 2> 18349 T567 C5 P45724 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=2 status=0 QTime=1 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:2 [junit4:junit4] 2> [junit4:junit4] 2> ######shard1 is not consistent. Got 4 from http://127.0.0.1:45720/solr/collection1lastClient and got 2 from http://127.0.0.1:45724/solr/collection1 [junit4:junit4] 2> 18355 T556 C6 P45720 REQ /select {fl=id,_version_&sort=id+asc&q=*:*&distrib=false&wt=javabin&rows=1000&version=2} hits=4 status=0 QTime=2 [junit4:junit4] 2> 18359 T567 C5 P45724 REQ /select {fl=id,_version_&sort=id+asc&q=*:*&distrib=false&wt=javabin&rows=1000&version=2} hits=2 status=0 QTime=1 [junit4:junit4] 2> ######http://127.0.0.1:45720/solr/collection1: {numFound=4,start=0,docs=[SolrDocument{id=0, _version_=1413809255985709056}, SolrDocument{id=1, _version_=1413809256015069184}, SolrDocument{id=2, _version_=1413809256033943552}, SolrDocument{id=3, _version_=1413809256052817920}]} [junit4:junit4] 2> ######http://127.0.0.1:45724/solr/collection1: {numFound=2,start=0,docs=[SolrDocument{id=0, _version_=1413809255985709056}, SolrDocument{id=1, _version_=1413809256015069184}]} [junit4:junit4] 2> ###### sizes=4,2 [junit4:junit4] 2> ###### Only in http://127.0.0.1:45720/solr/collection1: [{id=2, _version_=1413809256033943552}, {id=3, _version_=1413809256052817920}] [junit4:junit4] 2> client2 [junit4:junit4] 2> PROPS:127.0.0.1:45727_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45727_solr","base_url":"http://127.0.0.1:45727/solr"} [junit4:junit4] 2> 18364 T581 C7 P45727 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=3 status=0 QTime=1 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:3 [junit4:junit4] 2> [junit4:junit4] 2> client3 [junit4:junit4] 2> PROPS:127.0.0.1:45734_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45734_solr","base_url":"http://127.0.0.1:45734/solr"} [junit4:junit4] 2> 18369 T595 C8 P45734 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:4 [junit4:junit4] 2> [junit4:junit4] 2> 18371 T527 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 18390 T582 oasha.CollectionsHandler.handleSyncShardAction Syncing shard : action=SYNCSHARD&collection=collection1&shard=shard1&wt=javabin&version=2 [junit4:junit4] 2> 18391 T582 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 18412 T559 oasha.CoreAdminHandler.handleRequestSyncAction I have been requested to sync up my shard [junit4:junit4] 2> 18412 T559 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 18413 T559 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45720/solr START replicas=[http://127.0.0.1:45724/solr/collection1/, http://127.0.0.1:45727/solr/collection1/, http://127.0.0.1:45734/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 18428 T568 C5 P45724 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=11 [junit4:junit4] 2> 18428 T596 C8 P45734 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=11 [junit4:junit4] 2> 18428 T583 C7 P45727 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=10 [junit4:junit4] 2> 18429 T559 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45720/solr Received 5 versions from 127.0.0.1:45734/solr/collection1/ [junit4:junit4] 2> 18430 T559 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45720/solr Our versions are newer. ourLowThreshold=1413809255952154624 otherHigh=1413809256033943552 [junit4:junit4] 2> 18430 T559 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45720/solr Received 4 versions from 127.0.0.1:45727/solr/collection1/ [junit4:junit4] 2> 18431 T559 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45720/solr Our versions are newer. ourLowThreshold=1413809255952154624 otherHigh=1413809256033943552 [junit4:junit4] 2> 18431 T559 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45720/solr Received 3 versions from 127.0.0.1:45724/solr/collection1/ [junit4:junit4] 2> 18431 T559 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45720/solr Our versions are newer. ourLowThreshold=1413809255952154624 otherHigh=1413809256015069184 [junit4:junit4] 2> 18432 T559 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45720/solr DONE. sync succeeded [junit4:junit4] 2> 18432 T559 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] 2> 18432 T559 oasc.SyncStrategy.syncToMe http://127.0.0.1:45720/solr/collection1/: try and ask http://127.0.0.1:45724/solr/collection1/ to sync [junit4:junit4] 2> 18433 T559 oasc.SyncStrategy.syncToMe http://127.0.0.1:45720/solr/collection1/: try and ask http://127.0.0.1:45727/solr/collection1/ to sync [junit4:junit4] 2> 18433 T559 oasc.SyncStrategy.syncToMe http://127.0.0.1:45720/solr/collection1/: try and ask http://127.0.0.1:45734/solr/collection1/ to sync [junit4:junit4] 2> 18437 T569 C5 P45724 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45724/solr START replicas=[http://127.0.0.1:45720/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 18438 T597 C8 P45734 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45734/solr START replicas=[http://127.0.0.1:45720/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 18438 T584 C7 P45727 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45727/solr START replicas=[http://127.0.0.1:45720/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 18441 T560 C6 P45720 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 [junit4:junit4] 2> 18442 T555 C6 P45720 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 [junit4:junit4] 2> 18442 T554 C6 P45720 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 [junit4:junit4] 2> 18442 T597 C8 P45734 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45734/solr Received 5 versions from 127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 18442 T584 C7 P45727 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45727/solr Received 5 versions from 127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 18443 T597 C8 P45734 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45734/solr Our versions are newer. ourLowThreshold=1413809255952154624 otherHigh=1413809256033943552 [junit4:junit4] 2> 18443 T584 C7 P45727 oasu.PeerSync.requestUpdates PeerSync: core=collection1 url=http://127.0.0.1:45727/solr Requesting updates from 127.0.0.1:45720/solr/collection1/n=1 versions=[1413809256052817920] [junit4:junit4] 2> 18443 T569 C5 P45724 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45724/solr Received 5 versions from 127.0.0.1:45720/solr/collection1/ [junit4:junit4] 2> 18443 T597 C8 P45734 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45734/solr DONE. sync succeeded [junit4:junit4] 2> 18444 T569 C5 P45724 oasu.PeerSync.requestUpdates PeerSync: core=collection1 url=http://127.0.0.1:45724/solr Requesting updates from 127.0.0.1:45720/solr/collection1/n=2 versions=[1413809256052817920, 1413809256033943552] [junit4:junit4] 2> 18444 T597 C8 P45734 REQ /get {sync=http://127.0.0.1:45720/solr/collection1/&getVersions=100&distrib=false&qt=/get&wt=javabin&version=2} status=0 QTime=6 [junit4:junit4] 2> 18446 T559 oasc.SyncStrategy.syncToMe http://127.0.0.1:45720/solr/collection1/: sync completed with http://127.0.0.1:45734/solr/collection1/ [junit4:junit4] 2> 18447 T554 C6 P45720 REQ /get {distrib=false&getUpdates=1413809256052817920&qt=/get&wt=javabin&version=2} status=0 QTime=0 [junit4:junit4] 2> 18448 T555 C6 P45720 REQ /get {distrib=false&getUpdates=1413809256052817920,1413809256033943552&qt=/get&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 18455 T584 C7 P45727 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45727/solr DONE. sync succeeded [junit4:junit4] 2> 18456 T584 C7 P45727 REQ /get {sync=http://127.0.0.1:45720/solr/collection1/&getVersions=100&distrib=false&qt=/get&wt=javabin&version=2} status=0 QTime=18 [junit4:junit4] 2> 18457 T559 oasc.SyncStrategy.syncToMe http://127.0.0.1:45720/solr/collection1/: sync completed with http://127.0.0.1:45727/solr/collection1/ [junit4:junit4] 2> 18458 T569 C5 P45724 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45724/solr DONE. sync succeeded [junit4:junit4] 2> 18458 T569 C5 P45724 REQ /get {sync=http://127.0.0.1:45720/solr/collection1/&getVersions=100&distrib=false&qt=/get&wt=javabin&version=2} status=0 QTime=22 [junit4:junit4] 2> 18459 T559 oasc.SyncStrategy.syncToMe http://127.0.0.1:45720/solr/collection1/: sync completed with http://127.0.0.1:45724/solr/collection1/ [junit4:junit4] 2> 18461 T527 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt [junit4:junit4] 2> 18461 T527 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15 [junit4:junit4] 2> 18462 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 18466 T539 C9 P45718 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18467 T539 C9 P45718 oass.SolrIndexSearcher. Opening Searcher@101b6d56 main [junit4:junit4] 2> 18468 T539 C9 P45718 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18470 T551 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@101b6d56 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C4)} [junit4:junit4] 2> 18470 T539 C9 P45718 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 4 [junit4:junit4] 2> 18474 T557 C6 P45720 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18475 T557 C6 P45720 oass.SolrIndexSearcher. Opening Searcher@2899cce6 main [junit4:junit4] 2> 18476 T557 C6 P45720 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18478 T563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2899cce6 main{StandardDirectoryReader(segments_2:3:nrt _0(5.0):C4)} [junit4:junit4] 2> 18479 T557 C6 P45720 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:45724/solr/collection1/, StdNode: http://127.0.0.1:45727/solr/collection1/, StdNode: http://127.0.0.1:45734/solr/collection1/] [junit4:junit4] 2> 18482 T566 C5 P45724 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18482 T594 C8 P45734 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18482 T580 C7 P45727 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} [junit4:junit4] 2> 18484 T594 C8 P45734 oass.SolrIndexSearcher. Opening Searcher@69879842 main [junit4:junit4] 2> 18485 T594 C8 P45734 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18487 T603 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69879842 main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C4)} [junit4:junit4] 2> 18488 T594 C8 P45734 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 6 [junit4:junit4] 2> 18580 T566 C5 P45724 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt, segments_3] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@49d159e4; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[_1_nrm.cfs, _0.fnm, _1.frq, _0_nrm.cfs, _1.fnm, _1_nrm.cfe, _1.fdx, _1.prx, _1.fdt, _1.si, _0_nrm.cfe, _0.tim, _0.frq, _0.fdx, _0.si, _1.tip, _0.tip, _0.prx, _1.tim, _0.fdt, segments_4] [junit4:junit4] 2> 18580 T566 C5 P45724 oasc.SolrDeletionPolicy.updateCommits newest commit = 4 [junit4:junit4] 2> 18587 T566 C5 P45724 oass.SolrIndexSearcher. Opening Searcher@4a3e7799 main [junit4:junit4] 2> 18588 T566 C5 P45724 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18591 T575 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a3e7799 main{StandardDirectoryReader(segments_4:6:nrt _0(5.0):C2 _1(5.0):C2)} [junit4:junit4] 2> 18592 T566 C5 P45724 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 110 [junit4:junit4] 2> 18592 T580 C7 P45727 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt, segments_3] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3d5b5376; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[_1_nrm.cfs, _0.fnm, _1.frq, _0_nrm.cfs, _1.fnm, _1_nrm.cfe, _1.fdx, _1.prx, _1.fdt, _1.si, _0_nrm.cfe, _0.tim, _0.frq, _0.fdx, _0.si, _1.tip, _0.tip, _0.prx, _1.tim, _0.fdt, segments_4] [junit4:junit4] 2> 18592 T580 C7 P45727 oasc.SolrDeletionPolicy.updateCommits newest commit = 4 [junit4:junit4] 2> 18599 T580 C7 P45727 oass.SolrIndexSearcher. Opening Searcher@7072dcb6 main [junit4:junit4] 2> 18600 T580 C7 P45727 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 18602 T589 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7072dcb6 main{StandardDirectoryReader(segments_4:6:nrt _0(5.0):C3 _1(5.0):C1)} [junit4:junit4] 2> 18603 T580 C7 P45727 /update {waitSearcher=true&commit=true&wt=javabin&commit_end_point=true&expungeDeletes=false&softCommit=false&version=2} {commit=} 0 121 [junit4:junit4] 2> 18604 T557 C6 P45720 /update {waitSearcher=true&wt=javabin&commit=true&softCommit=false&version=2} {commit=} 0 130 [junit4:junit4] 2> 18605 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 18609 T556 C6 P45720 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> 18614 T567 C5 P45724 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> 18619 T581 C7 P45727 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> 18624 T595 C8 P45734 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> 20642 T541 C9 P45718 REQ /select {fl=id,score&shard.url=127.0.0.1:45718/solr/collection1/&NOW=1348313578318&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> 20662 T541 C9 P45718 REQ /select {shard.url=127.0.0.1:45718/solr/collection1/&NOW=1348313578318&q=*:*&ids=3,2,1,0&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 20665 T539 C9 P45718 REQ /select {wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=37 [junit4:junit4] 2> Control Docs:4 [junit4:junit4] 2> 20667 T527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> check const of shard1 [junit4:junit4] 2> client0 [junit4:junit4] 2> PROPS:127.0.0.1:45720_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45720_solr","base_url":"http://127.0.0.1:45720/solr","leader":"true"} [junit4:junit4] 2> 20672 T556 C6 P45720 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:4 [junit4:junit4] 2> [junit4:junit4] 2> client1 [junit4:junit4] 2> PROPS:127.0.0.1:45724_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45724_solr","base_url":"http://127.0.0.1:45724/solr"} [junit4:junit4] 2> 20676 T567 C5 P45724 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=1 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:4 [junit4:junit4] 2> [junit4:junit4] 2> client2 [junit4:junit4] 2> PROPS:127.0.0.1:45727_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45727_solr","base_url":"http://127.0.0.1:45727/solr"} [junit4:junit4] 2> 20679 T581 C7 P45727 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=0 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:4 [junit4:junit4] 2> [junit4:junit4] 2> client3 [junit4:junit4] 2> PROPS:127.0.0.1:45734_solr_collection1:{"shard":"shard1","roles":null,"state":"active","core":"collection1","collection":"collection1","node_name":"127.0.0.1:45734_solr","base_url":"http://127.0.0.1:45734/solr"} [junit4:junit4] 2> 20683 T595 C8 P45734 REQ /select {distrib=false&wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=0 [junit4:junit4] 2> live:true [junit4:junit4] 2> num:4 [junit4:junit4] 2> [junit4:junit4] 2> 20702 T598 C8 P45734 REQ /select {fl=id,score&shard.url=127.0.0.1:45720/solr/collection1/|127.0.0.1:45724/solr/collection1/|127.0.0.1:45727/solr/collection1/|127.0.0.1:45734/solr/collection1/&NOW=1348313578387&start=0&q=*:*&distrib=false&isShard=true&wt=javabin&fsv=true&rows=10&version=2} hits=4 status=0 QTime=0 [junit4:junit4] 2> 20707 T598 C8 P45734 REQ /select {shard.url=127.0.0.1:45720/solr/collection1/|127.0.0.1:45724/solr/collection1/|127.0.0.1:45727/solr/collection1/|127.0.0.1:45734/solr/collection1/&NOW=1348313578387&q=*:*&ids=3,2,1,0&distrib=false&isShard=true&wt=javabin&version=2} status=0 QTime=0 [junit4:junit4] 2> 20709 T557 C6 P45720 REQ /select {wt=javabin&q=*:*&version=2} hits=4 status=0 QTime=12 [junit4:junit4] 2> 20717 T539 C9 P45718 /update {wt=javabin&version=2} {add=[4 (1413809258787504128)]} 0 4 [junit4:junit4] 2> 20734 T580 C7 P45727 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:45734/solr/collection1/&wt=javabin&version=2} status=0 QTime=5 [junit4:junit4] 2> 20734 T566 C5 P45724 REQ /update {distrib.from=http://127.0.0.1:45720/solr/collection1/&update.distrib=FROMLEADER&test.distrib.skip.servers=http://127.0.0.1:45734/solr/collection1/&wt=javabin&version=2} status=0 QTime=5 [junit4:junit4] 2> 20735 T557 C6 P45720 /update {test.distrib.skip.servers=http://127.0.0.1:45734/solr/collection1/&wt=javabin&version=2} {add=[4 (1413809258796941312)]} 0 14 [junit4:junit4] 2> 20736 T527 oasc.ChaosMonkey.monkeyLog monkey: kill shard! 45720 [junit4:junit4] 2> 20741 T527 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=35258956 [junit4:junit4] 2> 20742 T527 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@415ed7e7 [junit4:junit4] 2> 20758 T527 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 20760 T527 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0} [junit4:junit4] 2> 20760 T527 oasu.DefaultSolrCoreState.decref SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 20827 T527 C6 P45720 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=3 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45fcb00e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45fcb00e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[_0.fnm, _0.frq, _0.tim, _0_nrm.cfe, segments_2, _0.fdx, _0_nrm.cfs, _0.si, _0.prx, _0.tip, _0.fdt] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1348313557695/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@45fcb00e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[_1_nrm.cfs, _0.fnm, _1.frq, _0_nrm.cfs, _1.fnm, _1_nrm.cfe, _1.fdx, _1.prx, _1.fdt, _1.si, _0_nrm.cfe, _0.tim, _0.frq, _0.fdx, _0.si, _1.tip, _0.tip, _0.prx, _1.tim, segments_3, _0.fdt] [junit4:junit4] 2> 20828 T527 C6 P45720 oasc.SolrDeletionPolicy.updateCommits newest commit = 3 [junit4:junit4] 2> 20833 T527 oasu.DefaultSolrCoreState.decref Closing SolrCoreState - canceling any ongoing recovery [junit4:junit4] 2> 20835 T532 oazs.PrepRequestProcessor.pRequest Processed session termination for sessionid: 0x139edc02ac40003 [junit4:junit4] 2> 20837 T574 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 20837 T562 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 20837 T607 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 20837 T588 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 20837 T529 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:45721 which had sessionid 0x139edc02ac40003 [junit4:junit4] 2> 20837 T602 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 20837 T609 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 20837 T548 oascc.ZkStateReader$3.process Updating live nodes [junit4:junit4] 2> 20837 T527 oaz.ZooKeeper.close Session: 0x139edc02ac40003 closed [junit4:junit4] 2> 20838 T562 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 2> 20839 T562 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 20839 T527 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null} [junit4:junit4] 2> 20839 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40004 type:delete cxid:0x4e zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard1 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard1 [junit4:junit4] 2> 20840 T574 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process. [junit4:junit4] 2> 20841 T532 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x139edc02ac40004 type:create cxid:0x4f zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 20849 T574 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader. [junit4:junit4] 2> 20849 T574 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader. [junit4:junit4] 2> 20849 T574 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4:junit4] 2> 20850 T574 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45724/solr/collection1/ [junit4:junit4] 2> 20850 T574 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45724/solr START replicas=[http://127.0.0.1:45727/solr/collection1/, http://127.0.0.1:45734/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 20854 T596 C8 P45734 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 [junit4:junit4] 2> 20855 T574 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45724/solr Received 5 versions from 127.0.0.1:45734/solr/collection1/ [junit4:junit4] 2> 20855 T583 C7 P45727 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 [junit4:junit4] 2> 20855 T574 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45724/solr Our versions are newer. ourLowThreshold=1413809255985709056 otherHigh=1413809256033943552 [junit4:junit4] 2> 20856 T574 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45724/solr Received 6 versions from 127.0.0.1:45727/solr/collection1/ [junit4:junit4] 2> 20856 T574 oasu.PeerSync.handleVersions PeerSync: core=collection1 url=http://127.0.0.1:45724/solr Our versions are newer. ourLowThreshold=1413809255985709056 otherHigh=1413809256052817920 [junit4:junit4] 2> 20856 T574 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45724/solr DONE. sync succeeded [junit4:junit4] 2> 20857 T574 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] 2> 20857 T574 oasc.SyncStrategy.syncToMe http://127.0.0.1:45724/solr/collection1/: try and ask http://127.0.0.1:45727/solr/collection1/ to sync [junit4:junit4] 2> 20857 T574 oasc.SyncStrategy.syncToMe http://127.0.0.1:45724/solr/collection1/: try and ask http://127.0.0.1:45734/solr/collection1/ to sync [junit4:junit4] 2> 20860 T584 C7 P45727 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45727/solr START replicas=[http://127.0.0.1:45724/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 20860 T597 C8 P45734 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:45734/solr START replicas=[http://127.0.0.1:45724/solr/collection1/] nUpdates=100 [junit4:junit4] 2> 20863 T568 C5 P45724 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=0 [junit4:junit4] 2> 20864 T570 C5 P45724 REQ /get {distrib=false& [...truncated too long message...] unit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) [junit4:junit4] > at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [junit4:junit4] > at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) [junit4:junit4] > at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > at java.lang.Thread.run(Thread.java:679) [junit4:junit4] 2> 179593 T527 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4:junit4] 2> 183120 T602 oasc.SolrException.log SEVERE Errir checking for the number of election participants:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:118) [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:42) [junit4:junit4] 2> at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1249) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:268) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:265) [junit4:junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:67) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:265) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.waitForReplicasToComeUp(ElectionContext.java:275) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:142) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:158) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:102) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:274) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:326) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:159) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:158) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:102) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:56) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:131) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:526) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502) [junit4:junit4] 2> [junit4:junit4] 2> 183121 T602 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up: total=4 found=0 timeoutin=68996 [junit4:junit4] 2> 183622 T602 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@108a93d9 [junit4:junit4] 2> 183624 T602 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 183624 T602 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=7,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0} [junit4:junit4] 2> 183624 T602 oasu.DefaultSolrCoreState.decref SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 183626 T602 oasu.DefaultSolrCoreState.decref Closing SolrCoreState - canceling any ongoing recovery [junit4:junit4] 2> 183626 T602 oasc.LeaderElector$1.process WARNING org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/88363077317427206-127.0.0.1:45734_solr_collection1-n_0000000016 [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:118) [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:42) [junit4:junit4] 2> at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:734) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:168) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:165) [junit4:junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:67) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:165) [junit4:junit4] 2> at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:60) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:151) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:158) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:102) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:274) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:326) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:159) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:158) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:102) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:56) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:131) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:526) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:502) [junit4:junit4] 2> [junit4:junit4] 2> 183627 T602 oascc.ZkStateReader$2.process A cluster state change has occurred - updating... [junit4:junit4] 2> 183627 T602 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 2> 183627 T602 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58e8b9d7 name:ZooKeeperConnection Watcher:127.0.0.1:45713/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None [junit4:junit4] 2> 183627 T602 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed [junit4:junit4] 2> 183627 T602 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> NOTE: test params are: codec=Appending, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=zh_CN, timezone=Cuba [junit4:junit4] 2> NOTE: FreeBSD 9.0-RELEASE amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=2,free=89618120,total=156696576 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestMergePolicyConfig, SolrInfoMBeanTest, DirectUpdateHandlerTest, TestSort, StandardRequestHandlerTest, UpdateParamsTest, TestLRUCache, TestSurroundQueryParser, UUIDFieldTest, OverseerTest, DOMUtilTest, TestValueSourceCache, SyncSliceTest] [junit4:junit4] Completed on J1 in 184.63s, 1 test, 1 error <<< FAILURES! [...truncated 525 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/build.xml:32: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/solr/build.xml:179: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/lucene/module-build.xml:63: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/lucene/common-build.xml:1140: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java6/lucene/common-build.xml:813: There were test failures: 230 suites, 950 tests, 1 error, 7 ignored (2 assumptions) Total time: 25 minutes 41 seconds Build step 'Invoke Ant' marked build as failure Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_36_305427650.1348314225895 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_36_305427650.1348314225895--