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 67459D3F5 for ; Tue, 19 Mar 2013 03:27:59 +0000 (UTC) Received: (qmail 80440 invoked by uid 500); 19 Mar 2013 03:27:57 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 80363 invoked by uid 500); 19 Mar 2013 03:27:57 -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 80330 invoked by uid 99); 19 Mar 2013 03:27:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Mar 2013 03:27:56 +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; Tue, 19 Mar 2013 03:27:33 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 935B5C00CA for ; Tue, 19 Mar 2013 03:27:11 +0000 (UTC) Date: Tue, 19 Mar 2013 03:26:51 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <1421795527.5255.1363663631584.JavaMail.hudson@aegis> In-Reply-To: <845061392.5212.1363651435407.JavaMail.hudson@aegis> References: <845061392.5212.1363651435407.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 1081 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_5254_1925632884.1363663611220" X-Jenkins-Job: Lucene-Solr-Tests-4.x-java7 X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5254_1925632884.1363663611220 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/1081/ 1 tests failed. FAILED: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: shard1 is not consistent. Got 305 from http://127.0.0.1:42642/collection1lastClient and got 5 from http://127.0.0.1:41088/collection1 Stack Trace: java.lang.AssertionError: shard1 is not consistent. Got 305 from http://127.0.0.1:42642/collection1lastClient and got 5 from http://127.0.0.1:41088/collection1 at __randomizedtesting.SeedInfo.seed([E5B5AC7D238BA851:6453226554D4C86D]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:963) at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:233) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806) 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:601) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559) at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) at java.lang.Thread.run(Thread.java:722) Build Log: [...truncated 9120 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.SyncSliceTest [junit4:junit4] 2> 0 T322 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4:junit4] 2> 12 T322 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4:junit4] 2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-SyncSliceTest-1363661955327 [junit4:junit4] 2> 15 T322 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4:junit4] 2> 16 T323 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4:junit4] 2> 28 T323 oazs.ZooKeeperServer.setTickTime tickTime set to 1000 [junit4:junit4] 2> 29 T323 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1 [junit4:junit4] 2> 29 T323 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1 [junit4:junit4] 2> 30 T323 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0 [junit4:junit4] 2> 32 T323 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-1363661955326/zookeeper/server1/data/version-2/snapshot.0 [junit4:junit4] 2> 117 T322 oasc.ZkTestServer.run start zk server on port:39513 [junit4:junit4] 2> 118 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@44d0d45 [junit4:junit4] 2> 120 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 120 T328 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 121 T328 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 122 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:26609 [junit4:junit4] 2> 123 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:26609 [junit4:junit4] 2> 123 T326 oazsp.FileTxnLog.append Creating new log file: log.1 [junit4:junit4] 2> 127 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130000 with negotiated timeout 10000 for client /140.211.11.196:26609 [junit4:junit4] 2> 127 T328 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130000, negotiated timeout = 10000 [junit4:junit4] 2> 128 T329 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@44d0d45 name:ZooKeeperConnection Watcher:127.0.0.1:39513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 128 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 129 T322 oascc.SolrZkClient.makePath makePath: /solr [junit4:junit4] 2> 134 T327 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d809621130000 [junit4:junit4] 2> 143 T329 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 143 T322 oaz.ZooKeeper.close Session: 0x13d809621130000 closed [junit4:junit4] 2> 144 T324 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:26609 which had sessionid 0x13d809621130000 [junit4:junit4] 2> 145 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@36d4a4b4 [junit4:junit4] 2> 147 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 147 T330 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 149 T330 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 149 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:31132 [junit4:junit4] 2> 150 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:31132 [junit4:junit4] 2> 152 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130001 with negotiated timeout 10000 for client /140.211.11.196:31132 [junit4:junit4] 2> 152 T330 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130001, negotiated timeout = 10000 [junit4:junit4] 2> 153 T331 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36d4a4b4 name:ZooKeeperConnection Watcher:127.0.0.1:39513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 153 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 154 T322 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4:junit4] 2> 161 T322 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4:junit4] 2> 168 T322 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4:junit4] 2> 174 T322 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4:junit4] 2> 181 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4:junit4] 2> 183 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4:junit4] 2> 198 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4:junit4] 2> 205 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4:junit4] 2> 313 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4:junit4] 2> 314 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4:junit4] 2> 325 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4:junit4] 2> 327 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4:junit4] 2> 334 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4:junit4] 2> 336 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4:junit4] 2> 346 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4:junit4] 2> 347 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4:junit4] 2> 354 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 355 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4:junit4] 2> 362 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4:junit4] 2> 364 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4:junit4] 2> 372 T322 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4:junit4] 2> 374 T322 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4:junit4] 2> 382 T327 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d809621130001 [junit4:junit4] 2> 384 T331 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 384 T322 oaz.ZooKeeper.close Session: 0x13d809621130001 closed [junit4:junit4] 2> 384 T324 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:31132 which had sessionid 0x13d809621130001 [junit4:junit4] 2> 744 T322 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 751 T322 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:14227 [junit4:junit4] 2> 753 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 753 T322 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 754 T322 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699 [junit4:junit4] 2> 755 T322 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/solr.xml [junit4:junit4] 2> 756 T322 oasc.CoreContainer. New CoreContainer 2013979628 [junit4:junit4] 2> 757 T322 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/' [junit4:junit4] 2> 758 T322 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/' [junit4:junit4] 2> 866 T322 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4:junit4] 2> 867 T322 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 868 T322 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4:junit4] 2> 869 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 870 T322 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 871 T322 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 871 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 872 T322 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 873 T322 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 874 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4:junit4] 2> 922 T322 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 951 T322 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39513/solr [junit4:junit4] 2> 952 T322 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4] 2> 953 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@47402d88 [junit4:junit4] 2> 954 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 955 T341 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 956 T341 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 957 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:44050 [junit4:junit4] 2> 957 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:44050 [junit4:junit4] 2> 961 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130002 with negotiated timeout 20000 for client /140.211.11.196:44050 [junit4:junit4] 2> 961 T341 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130002, negotiated timeout = 20000 [junit4:junit4] 2> 962 T342 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47402d88 name:ZooKeeperConnection Watcher:127.0.0.1:39513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 962 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 964 T327 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d809621130002 [junit4:junit4] 2> 975 T342 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 975 T324 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:44050 which had sessionid 0x13d809621130002 [junit4:junit4] 2> 975 T322 oaz.ZooKeeper.close Session: 0x13d809621130002 closed [junit4:junit4] 2> 976 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4:junit4] 2> 991 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@689b9c6c [junit4:junit4] 2> 992 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 993 T343 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 993 T343 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 994 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:27547 [junit4:junit4] 2> 994 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:27547 [junit4:junit4] 2> 996 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130003 with negotiated timeout 20000 for client /140.211.11.196:27547 [junit4:junit4] 2> 996 T343 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130003, negotiated timeout = 20000 [junit4:junit4] 2> 997 T344 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@689b9c6c name:ZooKeeperConnection Watcher:127.0.0.1:39513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 1011 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 1015 T322 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4:junit4] 2> 1018 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:create cxid:0x7 zxid:0x1b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1026 T322 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4:junit4] 2> 1031 T322 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4:junit4] 2> 1033 T322 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14227_ [junit4:junit4] 2> 1034 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:delete cxid:0x12 zxid:0x1e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:14227_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:14227_ [junit4:junit4] 2> 1040 T322 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:14227_ [junit4:junit4] 2> 1047 T322 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4:junit4] 2> 1058 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:delete cxid:0x20 zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader [junit4:junit4] 2> 1061 T322 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4:junit4] 2> 1066 T322 oasc.Overseer.start Overseer (id=89368949905620995-127.0.0.1:14227_-n_0000000000) starting [junit4:junit4] 2> 1068 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:create cxid:0x25 zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1071 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:create cxid:0x26 zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1074 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:create cxid:0x28 zxid:0x27 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1077 T322 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4:junit4] 2> 1082 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:create cxid:0x2e zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 1085 T346 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4:junit4] 2> 1087 T322 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4:junit4] 2> 1100 T322 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4:junit4] 2> 1111 T322 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 1120 T345 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4:junit4] 2> 1123 T347 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/collection1 [junit4:junit4] 2> 1123 T347 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4:junit4] 2> 1125 T347 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 1125 T347 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection [junit4:junit4] 2> 1127 T347 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/collection1/' [junit4:junit4] 2> 1129 T347 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/collection1/lib/README' to classloader [junit4:junit4] 2> 1131 T347 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/collection1/lib/classes/' to classloader [junit4:junit4] 2> 1237 T347 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_43 [junit4:junit4] 2> 1376 T347 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 1477 T347 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 1492 T347 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 3029 T347 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 3051 T347 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 3058 T347 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 3101 T347 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 3109 T347 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 3120 T347 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 3123 T347 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 3124 T347 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 3125 T347 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 3127 T347 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 3128 T347 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 3129 T347 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 3233 T347 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-controljetty-1363661955699/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/ [junit4:junit4] 2> 3234 T347 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2cf180 [junit4:junit4] 2> 3235 T347 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 3237 T347 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data forceNew: false [junit4:junit4] 2> 3239 T347 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index/ [junit4:junit4] 2> 3241 T347 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index' doesn't exist. Creating new index... [junit4:junit4] 2> 3242 T347 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index forceNew: false [junit4:junit4] 2> 3282 T347 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@76aa591e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 3282 T347 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 3287 T347 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 3288 T347 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 3289 T347 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 3291 T347 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 3292 T347 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 3293 T347 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 3294 T347 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 3295 T347 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 3296 T347 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 3319 T347 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 3335 T347 oass.SolrIndexSearcher. Opening Searcher@779da1de main [junit4:junit4] 2> 3337 T347 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 3337 T347 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 3348 T348 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@779da1de main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 3426 T347 oasc.ZkController.publish publishing core=collection1 state=down [junit4:junit4] 2> 3427 T347 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 4135 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 4136 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":null, [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":null, [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"down", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"control_collection", [junit4:junit4] 2> "node_name":"127.0.0.1:14227_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:14227"} [junit4:junit4] 2> 4137 T345 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1 [junit4:junit4] 2> 4137 T345 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4:junit4] 2> 4177 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 4430 T347 oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4] 2> 4431 T347 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:14227 collection:control_collection shard:shard1 [junit4:junit4] 2> 4432 T347 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4:junit4] 2> 4486 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:delete cxid:0x85 zxid:0x35 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders [junit4:junit4] 2> 4488 T347 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process. [junit4:junit4] 2> 4489 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:create cxid:0x86 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 4514 T347 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 4515 T347 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4:junit4] 2> 4515 T347 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:14227/collection1/ [junit4:junit4] 2> 4516 T347 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] 2> 4516 T347 oasc.SyncStrategy.syncToMe http://127.0.0.1:14227/collection1/ has no replicas [junit4:junit4] 2> 4517 T347 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:14227/collection1/ [junit4:junit4] 2> 4517 T347 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4:junit4] 2> 4579 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130003 type:create cxid:0x91 zxid:0x3a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 5684 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 5703 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 5762 T347 oasc.ZkController.register We are http://127.0.0.1:14227/collection1/ and leader is http://127.0.0.1:14227/collection1/ [junit4:junit4] 2> 5762 T347 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:14227 [junit4:junit4] 2> 5762 T347 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4:junit4] 2> 5763 T347 oasc.ZkController.publish publishing core=collection1 state=active [junit4:junit4] 2> 5763 T347 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 5766 T347 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 5767 T322 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1 [junit4:junit4] 2> 5768 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 5769 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 5792 T322 oascsi.HttpClientUtil.createClient Creating new http client, config: [junit4:junit4] 2> 5794 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ca1a551 [junit4:junit4] 2> 5795 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 5796 T350 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 5797 T350 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 5798 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:61652 [junit4:junit4] 2> 5798 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:61652 [junit4:junit4] 2> 5802 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130004 with negotiated timeout 10000 for client /140.211.11.196:61652 [junit4:junit4] 2> 5802 T350 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130004, negotiated timeout = 10000 [junit4:junit4] 2> 5803 T351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ca1a551 name:ZooKeeperConnection Watcher:127.0.0.1:39513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 5804 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 5807 T322 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 5812 T322 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true [junit4:junit4] 2> 6154 T322 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 6159 T322 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:61566 [junit4:junit4] 2> 6160 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 6161 T322 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 6162 T322 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126 [junit4:junit4] 2> 6163 T322 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/solr.xml [junit4:junit4] 2> 6164 T322 oasc.CoreContainer. New CoreContainer 550829003 [junit4:junit4] 2> 6165 T322 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/' [junit4:junit4] 2> 6166 T322 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/' [junit4:junit4] 2> 6281 T322 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4:junit4] 2> 6282 T322 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 6283 T322 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4:junit4] 2> 6284 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 6284 T322 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 6285 T322 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 6286 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 6287 T322 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 6288 T322 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 6289 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4:junit4] 2> 6327 T322 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 6365 T322 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39513/solr [junit4:junit4] 2> 6366 T322 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4] 2> 6367 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5f7471a5 [junit4:junit4] 2> 6368 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 6369 T361 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 6371 T361 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 6371 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:62665 [junit4:junit4] 2> 6372 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:62665 [junit4:junit4] 2> 6375 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130005 with negotiated timeout 20000 for client /140.211.11.196:62665 [junit4:junit4] 2> 6375 T361 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130005, negotiated timeout = 20000 [junit4:junit4] 2> 6376 T362 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f7471a5 name:ZooKeeperConnection Watcher:127.0.0.1:39513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 6376 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 6379 T327 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d809621130005 [junit4:junit4] 2> 6381 T362 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 6381 T324 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:62665 which had sessionid 0x13d809621130005 [junit4:junit4] 2> 6381 T322 oaz.ZooKeeper.close Session: 0x13d809621130005 closed [junit4:junit4] 2> 6383 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4:junit4] 2> 6403 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6066f4f6 [junit4:junit4] 2> 6405 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 6405 T363 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 6406 T363 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 6407 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:19032 [junit4:junit4] 2> 6408 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:19032 [junit4:junit4] 2> 6410 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130006 with negotiated timeout 20000 for client /140.211.11.196:19032 [junit4:junit4] 2> 6410 T363 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130006, negotiated timeout = 20000 [junit4:junit4] 2> 6411 T364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6066f4f6 name:ZooKeeperConnection Watcher:127.0.0.1:39513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 6411 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 6413 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130006 type:create cxid:0x1 zxid:0x48 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 6417 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130006 type:create cxid:0x3 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 6430 T322 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 7221 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 7222 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:14227__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"active", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"control_collection", [junit4:junit4] 2> "node_name":"127.0.0.1:14227_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:14227"} [junit4:junit4] 2> 7232 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 7232 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 7232 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 7438 T322 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61566_ [junit4:junit4] 2> 7440 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130006 type:delete cxid:0xf zxid:0x4e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:61566_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:61566_ [junit4:junit4] 2> 7442 T322 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61566_ [junit4:junit4] 2> 7446 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 7446 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 7446 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1) [junit4:junit4] 2> 7450 T351 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4:junit4] 2> 7455 T344 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4:junit4] 2> 7455 T364 oascc.ZkStateReader$3.process Updating live nodes... (2) [junit4:junit4] 2> 7469 T365 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/collection1 [junit4:junit4] 2> 7469 T365 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 7471 T365 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 7471 T365 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 7484 T365 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/collection1/' [junit4:junit4] 2> 7486 T365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/collection1/lib/classes/' to classloader [junit4:junit4] 2> 7488 T365 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/collection1/lib/README' to classloader [junit4:junit4] 2> 7561 T365 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_43 [junit4:junit4] 2> 7691 T365 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 7792 T365 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 7800 T365 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 8927 T365 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 8947 T365 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 8955 T365 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 9004 T365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 9012 T365 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 9019 T365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 9021 T365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 9022 T365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 9023 T365 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 9026 T365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 9027 T365 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 9027 T365 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 9028 T365 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty1-1363661961126/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/ [junit4:junit4] 2> 9028 T365 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2cf180 [junit4:junit4] 2> 9029 T365 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 9030 T365 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1 forceNew: false [junit4:junit4] 2> 9031 T365 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index/ [junit4:junit4] 2> 9031 T365 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index' doesn't exist. Creating new index... [junit4:junit4] 2> 9032 T365 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index forceNew: false [junit4:junit4] 2> 9039 T365 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 9040 T365 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 9044 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 9044 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 9045 T365 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 9046 T365 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 9047 T365 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 9048 T365 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 9048 T365 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 9050 T365 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 9050 T365 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 9120 T365 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 9135 T365 oass.SolrIndexSearcher. Opening Searcher@2e59bdd4 main [junit4:junit4] 2> 9136 T365 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 9137 T365 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 9148 T366 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e59bdd4 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 9152 T365 oasc.ZkController.publish publishing core=collection1 state=down [junit4:junit4] 2> 9152 T365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 10254 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 10259 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":null, [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":null, [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"down", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:61566_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:61566"} [junit4:junit4] 2> 10260 T345 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 1 [junit4:junit4] 2> 10260 T345 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4:junit4] 2> 10267 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 10267 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 10267 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 11158 T365 oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4] 2> 11158 T365 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61566 collection:collection1 shard:shard1 [junit4:junit4] 2> 11159 T365 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election [junit4:junit4] 2> 11176 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130006 type:delete cxid:0x4c zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders [junit4:junit4] 2> 11178 T365 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process. [junit4:junit4] 2> 11178 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130006 type:create cxid:0x4d zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 11188 T365 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4:junit4] 2> 11189 T365 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4:junit4] 2> 11189 T365 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61566/collection1/ [junit4:junit4] 2> 11189 T365 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] 2> 11189 T365 oasc.SyncStrategy.syncToMe http://127.0.0.1:61566/collection1/ has no replicas [junit4:junit4] 2> 11189 T365 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61566/collection1/ [junit4:junit4] 2> 11190 T365 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 [junit4:junit4] 2> 11195 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130006 type:create cxid:0x58 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 11784 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 11810 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 11810 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 11810 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 11818 T365 oasc.ZkController.register We are http://127.0.0.1:61566/collection1/ and leader is http://127.0.0.1:61566/collection1/ [junit4:junit4] 2> 11818 T365 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61566 [junit4:junit4] 2> 11818 T365 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4:junit4] 2> 11818 T365 oasc.ZkController.publish publishing core=collection1 state=active [junit4:junit4] 2> 11819 T365 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 11820 T365 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 11821 T322 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1 [junit4:junit4] 2> 11822 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 11823 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 12015 T322 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 12018 T322 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:15916 [junit4:junit4] 2> 12019 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 12019 T322 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 12019 T322 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155 [junit4:junit4] 2> 12020 T322 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/solr.xml [junit4:junit4] 2> 12020 T322 oasc.CoreContainer. New CoreContainer 978946678 [junit4:junit4] 2> 12021 T322 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/' [junit4:junit4] 2> 12021 T322 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/' [junit4:junit4] 2> 12068 T322 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4:junit4] 2> 12069 T322 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 12069 T322 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4:junit4] 2> 12070 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 12070 T322 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 12070 T322 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 12071 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 12071 T322 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 12071 T322 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 12072 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4:junit4] 2> 12089 T322 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 12104 T322 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39513/solr [junit4:junit4] 2> 12105 T322 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4] 2> 12105 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d483531 [junit4:junit4] 2> 12106 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 12107 T377 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 12107 T377 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 12108 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:58394 [junit4:junit4] 2> 12108 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:58394 [junit4:junit4] 2> 12146 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130007 with negotiated timeout 20000 for client /140.211.11.196:58394 [junit4:junit4] 2> 12146 T377 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130007, negotiated timeout = 20000 [junit4:junit4] 2> 12147 T378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d483531 name:ZooKeeperConnection Watcher:127.0.0.1:39513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 12147 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 12148 T327 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d809621130007 [junit4:junit4] 2> 12157 T378 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 12158 T324 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:58394 which had sessionid 0x13d809621130007 [junit4:junit4] 2> 12157 T322 oaz.ZooKeeper.close Session: 0x13d809621130007 closed [junit4:junit4] 2> 12158 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4:junit4] 2> 12168 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6a0fa74 [junit4:junit4] 2> 12169 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 12169 T379 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 12169 T379 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 12170 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:19409 [junit4:junit4] 2> 12170 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:19409 [junit4:junit4] 2> 12171 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130008 with negotiated timeout 20000 for client /140.211.11.196:19409 [junit4:junit4] 2> 12171 T379 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130008, negotiated timeout = 20000 [junit4:junit4] 2> 12172 T380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a0fa74 name:ZooKeeperConnection Watcher:127.0.0.1:39513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 12172 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 12173 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 12175 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130008 type:create cxid:0x3 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 12177 T322 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 13180 T322 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:15916_ [junit4:junit4] 2> 13181 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d809621130008 type:delete cxid:0xd zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:15916_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:15916_ [junit4:junit4] 2> 13208 T322 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:15916_ [junit4:junit4] 2> 13211 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 13211 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 13211 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 13212 T380 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4:junit4] 2> 13213 T364 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4:junit4] 2> 13213 T344 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4:junit4] 2> 13213 T351 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4:junit4] 2> 13225 T381 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/collection1 [junit4:junit4] 2> 13225 T381 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 13226 T381 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 13226 T381 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 13228 T381 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/collection1/' [junit4:junit4] 2> 13230 T381 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/collection1/lib/classes/' to classloader [junit4:junit4] 2> 13230 T381 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/collection1/lib/README' to classloader [junit4:junit4] 2> 13285 T381 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_43 [junit4:junit4] 2> 13318 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 13318 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:61566__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"active", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:61566_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:61566"} [junit4:junit4] 2> 13331 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13331 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13331 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13331 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 13364 T381 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 13465 T381 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 13475 T381 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 14091 T381 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 14100 T381 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 14103 T381 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 14122 T381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 14126 T381 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 14130 T381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 14132 T381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 14132 T381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 14132 T381 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 14133 T381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 14134 T381 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 14134 T381 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 14134 T381 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty2-1363661967155/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/ [junit4:junit4] 2> 14135 T381 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2cf180 [junit4:junit4] 2> 14135 T381 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 14136 T381 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2 forceNew: false [junit4:junit4] 2> 14136 T381 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index/ [junit4:junit4] 2> 14137 T381 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index' doesn't exist. Creating new index... [junit4:junit4] 2> 14137 T381 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index forceNew: false [junit4:junit4] 2> 14168 T381 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f81e9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 14168 T381 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 14170 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 14171 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 14171 T381 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 14172 T381 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 14173 T381 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 14173 T381 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 14173 T381 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 14174 T381 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 14174 T381 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 14183 T381 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 14188 T381 oass.SolrIndexSearcher. Opening Searcher@513f48a2 main [junit4:junit4] 2> 14189 T381 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 14189 T381 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 14195 T382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@513f48a2 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 14198 T381 oasc.ZkController.publish publishing core=collection1 state=down [junit4:junit4] 2> 14198 T381 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 14837 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 14838 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":null, [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":null, [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"down", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:15916_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:15916"} [junit4:junit4] 2> 14838 T345 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1 [junit4:junit4] 2> 14838 T345 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4:junit4] 2> 14883 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 14883 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 14883 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 14884 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 15201 T381 oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4] 2> 15201 T381 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:15916 collection:collection1 shard:shard1 [junit4:junit4] 2> 15207 T381 oasc.ZkController.register We are http://127.0.0.1:15916/collection1/ and leader is http://127.0.0.1:61566/collection1/ [junit4:junit4] 2> 15207 T381 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:15916 [junit4:junit4] 2> 15207 T381 oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4] 2> 15208 T381 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C16 name=collection1 org.apache.solr.core.SolrCore@3c3568a8 url=http://127.0.0.1:15916/collection1 node=127.0.0.1:15916_ C16_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:15916_, base_url=http://127.0.0.1:15916} [junit4:junit4] 2> 15208 T383 C16 P15916 oasc.RecoveryStrategy.run Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 2> 15209 T381 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 15209 T383 C16 P15916 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4:junit4] 2> 15210 T383 C16 P15916 oasc.ZkController.publish publishing core=collection1 state=recovering [junit4:junit4] 2> 15210 T383 C16 P15916 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 15212 T322 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1 [junit4:junit4] 2> 15213 T383 C16 P15916 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 15213 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 15214 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 15509 T322 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 15512 T322 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42642 [junit4:junit4] 2> 15513 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 15514 T322 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 15514 T322 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557 [junit4:junit4] 2> 15515 T322 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/solr.xml [junit4:junit4] 2> 15515 T322 oasc.CoreContainer. New CoreContainer 127172800 [junit4:junit4] 2> 15516 T322 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/' [junit4:junit4] 2> 15517 T322 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/' [junit4:junit4] 2> 15583 T322 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4:junit4] 2> 15584 T322 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 15585 T322 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4:junit4] 2> 15585 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 15586 T322 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 15586 T322 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 15587 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 15587 T322 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 15588 T322 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 15588 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4:junit4] 2> 15611 T322 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 15632 T322 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39513/solr [junit4:junit4] 2> 15633 T322 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4] 2> 15633 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@20dc4786 [junit4:junit4] 2> 15635 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 15635 T394 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 15636 T394 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 15637 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:35978 [junit4:junit4] 2> 15637 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:35978 [junit4:junit4] 2> 15639 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d809621130009 with negotiated timeout 20000 for client /140.211.11.196:35978 [junit4:junit4] 2> 15639 T394 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d809621130009, negotiated timeout = 20000 [junit4:junit4] 2> 15640 T395 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20dc4786 name:ZooKeeperConnection Watcher:127.0.0.1:39513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 15641 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 15643 T327 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d809621130009 [junit4:junit4] 2> 15644 T395 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 15644 T324 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:35978 which had sessionid 0x13d809621130009 [junit4:junit4] 2> 15644 T322 oaz.ZooKeeper.close Session: 0x13d809621130009 closed [junit4:junit4] 2> 15645 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4:junit4] 2> 15657 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c8cb6a7 [junit4:junit4] 2> 15659 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 15659 T396 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 15660 T396 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 15660 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:40077 [junit4:junit4] 2> 15661 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:40077 [junit4:junit4] 2> 15662 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d80962113000a with negotiated timeout 20000 for client /140.211.11.196:40077 [junit4:junit4] 2> 15662 T396 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d80962113000a, negotiated timeout = 20000 [junit4:junit4] 2> 15663 T397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c8cb6a7 name:ZooKeeperConnection Watcher:127.0.0.1:39513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 15663 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 15665 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d80962113000a type:create cxid:0x1 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 15668 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d80962113000a type:create cxid:0x3 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 15672 T322 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> 16390 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 16391 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:15916__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"recovering", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:15916_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:15916"} [junit4:junit4] 2> 16422 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16422 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16422 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16422 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16422 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16677 T322 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42642_ [junit4:junit4] 2> 16678 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d80962113000a type:delete cxid:0xf zxid:0x85 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42642_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42642_ [junit4:junit4] 2> 16703 T322 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42642_ [junit4:junit4] 2> 16706 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16706 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16706 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3) [junit4:junit4] 2> 16706 T397 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4] 2> 16706 T380 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4] 2> 16707 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 16707 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 16708 T351 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4] 2> 16708 T344 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4] 2> 16709 T364 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4] 2> 16728 T398 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/collection1 [junit4:junit4] 2> 16729 T398 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 16730 T398 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 16730 T398 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 16731 T398 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/collection1/' [junit4:junit4] 2> 16732 T398 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/collection1/lib/classes/' to classloader [junit4:junit4] 2> 16733 T398 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/collection1/lib/README' to classloader [junit4:junit4] 2> 16770 T398 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_43 [junit4:junit4] 2> 16815 T398 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 16916 T398 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 16923 T398 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 17248 T354 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:15916__collection1&state=recovering&nodeName=127.0.0.1:15916_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=2002 [junit4:junit4] 2> 17420 T398 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 17430 T398 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 17433 T398 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 17453 T398 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 17458 T398 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 17463 T398 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 17465 T398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 17465 T398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 17466 T398 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 17467 T398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 17467 T398 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 17468 T398 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 17468 T398 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty3-1363661970557/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/ [junit4:junit4] 2> 17469 T398 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2cf180 [junit4:junit4] 2> 17469 T398 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 17470 T398 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3 forceNew: false [junit4:junit4] 2> 17471 T398 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index/ [junit4:junit4] 2> 17472 T398 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index' doesn't exist. Creating new index... [junit4:junit4] 2> 17473 T398 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index forceNew: false [junit4:junit4] 2> 17483 T398 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4dc99f31; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 17484 T398 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 17488 T398 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 17489 T398 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 17490 T398 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 17491 T398 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 17492 T398 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 17492 T398 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 17493 T398 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 17494 T398 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 17495 T398 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 17505 T398 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 17512 T398 oass.SolrIndexSearcher. Opening Searcher@7b64cd56 main [junit4:junit4] 2> 17513 T398 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 17513 T398 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 17518 T399 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b64cd56 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 17521 T398 oasc.ZkController.publish publishing core=collection1 state=down [junit4:junit4] 2> 17521 T398 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 17929 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 17930 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":null, [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":null, [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"down", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:42642_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:42642"} [junit4:junit4] 2> 17930 T345 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1 [junit4:junit4] 2> 17930 T345 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4:junit4] 2> 17938 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 17938 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 17938 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 17938 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 17938 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 18525 T398 oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4] 2> 18525 T398 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42642 collection:collection1 shard:shard1 [junit4:junit4] 2> 18534 T398 oasc.ZkController.register We are http://127.0.0.1:42642/collection1/ and leader is http://127.0.0.1:61566/collection1/ [junit4:junit4] 2> 18534 T398 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42642 [junit4:junit4] 2> 18535 T398 oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4] 2> 18535 T398 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C17 name=collection1 org.apache.solr.core.SolrCore@2e1ff44a url=http://127.0.0.1:42642/collection1 node=127.0.0.1:42642_ C17_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:42642_, base_url=http://127.0.0.1:42642} [junit4:junit4] 2> 18535 T400 C17 P42642 oasc.RecoveryStrategy.run Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 2> 18536 T400 C17 P42642 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4:junit4] 2> 18536 T400 C17 P42642 oasc.ZkController.publish publishing core=collection1 state=recovering [junit4:junit4] 2> 18536 T398 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 18537 T400 C17 P42642 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 18538 T322 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1 [junit4:junit4] 2> 18538 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 18539 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 18541 T400 C17 P42642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 18692 T322 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4] 2> 18694 T322 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:41088 [junit4:junit4] 2> 18695 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4:junit4] 2> 18696 T322 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4:junit4] 2> 18696 T322 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864 [junit4:junit4] 2> 18696 T322 oasc.CoreContainer$Initializer.initialize looking for solr config file: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/solr.xml [junit4:junit4] 2> 18697 T322 oasc.CoreContainer. New CoreContainer 1102101511 [junit4:junit4] 2> 18697 T322 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/' [junit4:junit4] 2> 18698 T322 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/' [junit4:junit4] 2> 18744 T322 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000 [junit4:junit4] 2> 18744 T322 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// [junit4:junit4] 2> 18745 T322 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4:junit4] 2> 18745 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4:junit4] 2> 18746 T322 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4:junit4] 2> 18746 T322 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4:junit4] 2> 18746 T322 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4:junit4] 2> 18747 T322 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] 2> 18747 T322 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4:junit4] 2> 18747 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false [junit4:junit4] 2> 18763 T322 oasc.CoreContainer.load Registering Log Listener [junit4:junit4] 2> 18778 T322 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:39513/solr [junit4:junit4] 2> 18779 T322 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4] 2> 18779 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5d52606d [junit4:junit4] 2> 18780 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 18781 T411 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 18782 T411 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 18782 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:64826 [junit4:junit4] 2> 18782 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:64826 [junit4:junit4] 2> 18784 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d80962113000b with negotiated timeout 20000 for client /140.211.11.196:64826 [junit4:junit4] 2> 18784 T411 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d80962113000b, negotiated timeout = 20000 [junit4:junit4] 2> 18784 T412 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d52606d name:ZooKeeperConnection Watcher:127.0.0.1:39513 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 18785 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 18786 T327 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d80962113000b [junit4:junit4] 2> 18797 T412 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> 18797 T324 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:64826 which had sessionid 0x13d80962113000b [junit4:junit4] 2> 18797 T322 oaz.ZooKeeper.close Session: 0x13d80962113000b closed [junit4:junit4] 2> 18798 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000 [junit4:junit4] 2> 18809 T322 oaz.ZooKeeper. Initiating client connection, connectString=127.0.0.1:39513/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@447e5f0 [junit4:junit4] 2> 18810 T322 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4:junit4] 2> 18810 T413 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:39513. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4] 2> 18811 T413 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:39513, initiating session [junit4:junit4] 2> 18811 T324 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:28651 [junit4:junit4] 2> 18812 T324 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:28651 [junit4:junit4] 2> 18813 T326 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d80962113000c with negotiated timeout 20000 for client /140.211.11.196:28651 [junit4:junit4] 2> 18813 T413 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:39513, sessionid = 0x13d80962113000c, negotiated timeout = 20000 [junit4:junit4] 2> 18813 T414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@447e5f0 name:ZooKeeperConnection Watcher:127.0.0.1:39513/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4:junit4] 2> 18814 T322 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4:junit4] 2> 18815 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d80962113000c type:create cxid:0x1 zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 18817 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d80962113000c type:create cxid:0x3 zxid:0x93 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer [junit4:junit4] 2> 18819 T322 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4:junit4] 2> C16_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:15916_, base_url=http://127.0.0.1:15916} [junit4:junit4] 2> 19255 T383 C16 P15916 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:61566/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 2> 19255 T383 C16 P15916 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:15916 START replicas=[http://127.0.0.1:61566/collection1/] nUpdates=100 [junit4:junit4] 2> 19256 T383 C16 P15916 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates [junit4:junit4] 2> 19256 T383 C16 P15916 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 2> 19257 T383 C16 P15916 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 [junit4:junit4] 2> 19257 T383 C16 P15916 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1 [junit4:junit4] 2> 19257 T383 C16 P15916 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 2> 19257 T383 C16 P15916 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:61566/collection1/. core=collection1 [junit4:junit4] 2> 19258 T383 C16 P15916 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> ASYNC NEW_CORE C18 name=collection1 org.apache.solr.core.SolrCore@54158353 url=http://127.0.0.1:61566/collection1 node=127.0.0.1:61566_ C18_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:61566_, base_url=http://127.0.0.1:61566, leader=true} [junit4:junit4] 2> 19263 T356 C18 P61566 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 [junit4:junit4] 2> 19271 T357 C18 P61566 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 19275 T357 C18 P61566 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 19276 T357 C18 P61566 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 19279 T357 C18 P61566 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> 19280 T357 C18 P61566 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2] [junit4:junit4] 2> 19281 T357 C18 P61566 oass.SolrIndexSearcher. Opening Searcher@5e5fcae3 realtime [junit4:junit4] 2> 19281 T357 C18 P61566 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 19282 T357 C18 P61566 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11 [junit4:junit4] 2> 19283 T383 C16 P15916 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 19283 T383 C16 P15916 oash.SnapPuller. No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 19286 T358 C18 P61566 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 19286 T358 C18 P61566 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 19287 T383 C16 P15916 oash.SnapPuller.fetchLatestIndex Master's generation: 2 [junit4:junit4] 2> 19287 T383 C16 P15916 oash.SnapPuller.fetchLatestIndex Slave's generation: 1 [junit4:junit4] 2> 19288 T383 C16 P15916 oash.SnapPuller.fetchLatestIndex Starting replication process [junit4:junit4] 2> 19291 T358 C18 P61566 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 [junit4:junit4] 2> 19292 T383 C16 P15916 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1 [junit4:junit4] 2> 19293 T383 C16 P15916 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index.20130319035934605 forceNew: false [junit4:junit4] 2> 19294 T383 C16 P15916 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index.20130319035934605 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46548f44; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false [junit4:junit4] 2> 19297 T358 C18 P61566 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 [junit4:junit4] 2> 19299 T383 C16 P15916 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs [junit4:junit4] 2> 19302 T383 C16 P15916 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter... [junit4:junit4] 2> 19302 T383 C16 P15916 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 2> 19306 T383 C16 P15916 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f81e9; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f81e9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> 19306 T383 C16 P15916 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2] [junit4:junit4] 2> 19307 T383 C16 P15916 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 19307 T383 C16 P15916 oass.SolrIndexSearcher. Opening Searcher@4ad699d7 main [junit4:junit4] 2> 19309 T382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ad699d7 main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 2> 19309 T383 C16 P15916 oasc.RecoveryStrategy.replay No replay needed. core=collection1 [junit4:junit4] 2> 19310 T383 C16 P15916 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 2> 19310 T383 C16 P15916 oasc.ZkController.publish publishing core=collection1 state=active [junit4:junit4] 2> 19310 T383 C16 P15916 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 19312 T383 C16 P15916 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1 [junit4:junit4] 2> 19453 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 19462 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:42642__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"recovering", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:42642_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:42642"} [junit4:junit4] 2> 19467 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:15916__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"active", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:15916_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:15916"} [junit4:junit4] 2> 19492 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19492 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19492 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19492 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19492 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19492 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19554 T355 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:42642__collection1&state=recovering&nodeName=127.0.0.1:42642_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 [junit4:junit4] 2> 19824 T322 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41088_ [junit4:junit4] 2> 19825 T327 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d80962113000c type:delete cxid:0xf zxid:0x9c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:41088_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:41088_ [junit4:junit4] 2> 19826 T322 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41088_ [junit4:junit4] 2> 19830 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19830 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19830 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19831 T397 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4] 2> 19831 T380 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4] 2> 19831 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 19830 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4) [junit4:junit4] 2> 19831 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 19833 T344 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4] 2> 19833 T414 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4] 2> 19833 T351 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4] 2> 19840 T364 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4] 2> 19860 T417 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/collection1 [junit4:junit4] 2> 19860 T417 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4:junit4] 2> 19862 T417 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4] 2> 19862 T417 oasc.ZkController.readConfigName Load collection config from:/collections/collection1 [junit4:junit4] 2> 19863 T417 oasc.SolrResourceLoader. new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/collection1/' [junit4:junit4] 2> 19864 T417 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/collection1/lib/README' to classloader [junit4:junit4] 2> 19865 T417 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/collection1/lib/classes/' to classloader [junit4:junit4] 2> 19930 T417 oasc.SolrConfig. Using Lucene MatchVersion: LUCENE_43 [junit4:junit4] 2> 20040 T417 oasc.SolrConfig. Loaded SolrConfig: solrconfig.xml [junit4:junit4] 2> 20141 T417 oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4] 2> 20148 T417 oass.IndexSchema.readSchema Schema name=test [junit4:junit4] 2> 20696 T417 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4] 2> 20705 T417 oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4] 2> 20708 T417 oass.IndexSchema.readSchema unique key field: id [junit4:junit4] 2> 20728 T417 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 20751 T417 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4:junit4] 2> 20759 T417 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 20761 T417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 20761 T417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 20762 T417 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4:junit4] 2> 20763 T417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Unknown key IMPORTANT NOTE [junit4:junit4] 2> 20763 T417 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates. WARNING Expected key, got STRING [junit4:junit4] 2> 20764 T417 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 20764 T417 oasc.SolrCore. [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.SyncSliceTest-jetty4-1363661973864/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/ [junit4:junit4] 2> 20765 T417 oasc.JmxMonitoredMap. JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f2cf180 [junit4:junit4] 2> 20765 T417 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4] 2> 20766 T417 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4 forceNew: false [junit4:junit4] 2> 20767 T417 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index/ [junit4:junit4] 2> 20768 T417 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index' doesn't exist. Creating new index... [junit4:junit4] 2> 20768 T417 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index forceNew: false [junit4:junit4] 2> 20799 T417 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fc0e1e3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 20799 T417 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 20803 T417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4:junit4] 2> 20804 T417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4:junit4] 2> 20805 T417 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4] 2> 20806 T417 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4:junit4] 2> 20808 T417 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4:junit4] 2> 20808 T417 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4:junit4] 2> 20808 T417 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4:junit4] 2> 20809 T417 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4:junit4] 2> 20810 T417 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4:junit4] 2> 20823 T417 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4] 2> 20832 T417 oass.SolrIndexSearcher. Opening Searcher@213acf5a main [junit4:junit4] 2> 20833 T417 oasu.CommitTracker. Hard AutoCommit: disabled [junit4:junit4] 2> 20833 T417 oasu.CommitTracker. Soft AutoCommit: disabled [junit4:junit4] 2> 20841 T418 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@213acf5a main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 20844 T417 oasc.ZkController.publish publishing core=collection1 state=down [junit4:junit4] 2> 20844 T417 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 21005 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 21006 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":null, [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":null, [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"down", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:41088_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:41088"} [junit4:junit4] 2> 21007 T345 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1 [junit4:junit4] 2> 21007 T345 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4:junit4] 2> 21026 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 21026 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 21026 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 21026 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 21026 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 21027 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> C17_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:42642_, base_url=http://127.0.0.1:42642} [junit4:junit4] 2> 21556 T400 C17 P42642 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:61566/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 2> 21556 T400 C17 P42642 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42642 START replicas=[http://127.0.0.1:61566/collection1/] nUpdates=100 [junit4:junit4] 2> 21557 T400 C17 P42642 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates [junit4:junit4] 2> 21557 T400 C17 P42642 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 2> 21557 T400 C17 P42642 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 [junit4:junit4] 2> 21558 T400 C17 P42642 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1 [junit4:junit4] 2> 21558 T400 C17 P42642 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 2> 21558 T400 C17 P42642 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:61566/collection1/. core=collection1 [junit4:junit4] 2> 21558 T400 C17 P42642 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 21561 T356 C18 P61566 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 [junit4:junit4] 2> 21571 T359 C18 P61566 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 21581 T359 C18 P61566 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> 21583 T359 C18 P61566 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3] [junit4:junit4] 2> 21584 T359 C18 P61566 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 21585 T359 C18 P61566 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14 [junit4:junit4] 2> 21587 T400 C17 P42642 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 21587 T400 C17 P42642 oash.SnapPuller. No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 21591 T358 C18 P61566 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 21592 T400 C17 P42642 oash.SnapPuller.fetchLatestIndex Master's generation: 3 [junit4:junit4] 2> 21593 T400 C17 P42642 oash.SnapPuller.fetchLatestIndex Slave's generation: 1 [junit4:junit4] 2> 21593 T400 C17 P42642 oash.SnapPuller.fetchLatestIndex Starting replication process [junit4:junit4] 2> 21598 T358 C18 P61566 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=2 [junit4:junit4] 2> 21599 T400 C17 P42642 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1 [junit4:junit4] 2> 21600 T400 C17 P42642 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index.20130319035936913 forceNew: false [junit4:junit4] 2> 21601 T400 C17 P42642 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index.20130319035936913 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e357ec9; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false [junit4:junit4] 2> 21605 T358 C18 P61566 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 [junit4:junit4] 2> 21607 T400 C17 P42642 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs [junit4:junit4] 2> 21611 T400 C17 P42642 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter... [junit4:junit4] 2> 21611 T400 C17 P42642 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 2> 21617 T400 C17 P42642 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4dc99f31; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4dc99f31; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> 21617 T400 C17 P42642 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3] [junit4:junit4] 2> 21618 T400 C17 P42642 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 21619 T400 C17 P42642 oass.SolrIndexSearcher. Opening Searcher@17fc4ae8 main [junit4:junit4] 2> 21621 T399 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17fc4ae8 main{StandardDirectoryReader(segments_3:1:nrt)} [junit4:junit4] 2> 21621 T400 C17 P42642 oasc.RecoveryStrategy.replay No replay needed. core=collection1 [junit4:junit4] 2> 21622 T400 C17 P42642 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 2> 21622 T400 C17 P42642 oasc.ZkController.publish publishing core=collection1 state=active [junit4:junit4] 2> 21622 T400 C17 P42642 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 21625 T400 C17 P42642 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1 [junit4:junit4] 2> 21848 T417 oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4] 2> 21848 T417 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41088 collection:collection1 shard:shard1 [junit4:junit4] 2> 21878 T417 oasc.ZkController.register We are http://127.0.0.1:41088/collection1/ and leader is http://127.0.0.1:61566/collection1/ [junit4:junit4] 2> 21879 T417 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41088 [junit4:junit4] 2> 21879 T417 oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4] 2> 21879 T417 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery [junit4:junit4] 2> ASYNC NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@3a17c4da url=http://127.0.0.1:41088/collection1 node=127.0.0.1:41088_ C19_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:41088_, base_url=http://127.0.0.1:41088} [junit4:junit4] 2> 21880 T421 C19 P41088 oasc.RecoveryStrategy.run Starting recovery process. core=collection1 recoveringAfterStartup=true [junit4:junit4] 2> 21880 T421 C19 P41088 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4:junit4] 2> 21880 T417 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 21881 T421 C19 P41088 oasc.ZkController.publish publishing core=collection1 state=recovering [junit4:junit4] 2> 21881 T421 C19 P41088 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 21883 T322 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1 [junit4:junit4] 2> 21883 T322 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4:junit4] 2> 21884 T421 C19 P41088 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 21884 T322 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 21972 T322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 21974 T322 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 15 for each attempt [junit4:junit4] 2> 21975 T322 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):15 [junit4:junit4] 2> 21976 T322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 22542 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 22544 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:42642__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"active", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:42642_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:42642"} [junit4:junit4] 2> 22560 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:41088__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"recovering", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:41088_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:41088"} [junit4:junit4] 2> 22616 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 22616 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 22616 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 22616 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 22616 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 22616 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 22902 T360 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=127.0.0.1:41088__collection1&state=recovering&nodeName=127.0.0.1:41088_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 [junit4:junit4] 2> 22978 T322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 23982 T322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> C19_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:41088_, base_url=http://127.0.0.1:41088} [junit4:junit4] 2> 24904 T421 C19 P41088 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:61566/collection1/ core=collection1 - recoveringAfterStartup=true [junit4:junit4] 2> 24904 T421 C19 P41088 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:41088 START replicas=[http://127.0.0.1:61566/collection1/] nUpdates=100 [junit4:junit4] 2> 24905 T421 C19 P41088 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates [junit4:junit4] 2> 24906 T421 C19 P41088 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1 [junit4:junit4] 2> 24906 T421 C19 P41088 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 [junit4:junit4] 2> 24906 T421 C19 P41088 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1 [junit4:junit4] 2> 24906 T421 C19 P41088 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null} [junit4:junit4] 2> 24907 T421 C19 P41088 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:61566/collection1/. core=collection1 [junit4:junit4] 2> 24907 T421 C19 P41088 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false [junit4:junit4] 2> 24909 T356 C18 P61566 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 [junit4:junit4] 2> 24921 T354 C18 P61566 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 24926 T354 C18 P61566 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4] [junit4:junit4] 2> 24927 T354 C18 P61566 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4] [junit4:junit4] 2> 24928 T354 C18 P61566 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 24929 T354 C18 P61566 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 8 [junit4:junit4] 2> 24930 T421 C19 P41088 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4:junit4] 2> 24930 T421 C19 P41088 oash.SnapPuller. No value set for 'pollInterval'. Timer Task not started. [junit4:junit4] 2> 24934 T358 C18 P61566 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 [junit4:junit4] 2> 24935 T421 C19 P41088 oash.SnapPuller.fetchLatestIndex Master's generation: 4 [junit4:junit4] 2> 24935 T421 C19 P41088 oash.SnapPuller.fetchLatestIndex Slave's generation: 1 [junit4:junit4] 2> 24935 T421 C19 P41088 oash.SnapPuller.fetchLatestIndex Starting replication process [junit4:junit4] 2> 24939 T358 C18 P61566 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=4&version=2} status=0 QTime=1 [junit4:junit4] 2> 24940 T421 C19 P41088 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1 [junit4:junit4] 2> 24942 T421 C19 P41088 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319035940254 forceNew: false [junit4:junit4] 2> 24943 T421 C19 P41088 oash.SnapPuller.fetchLatestIndex Starting download to NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319035940254 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a3f9f3b; maxCacheMB=48.0 maxMergeSizeMB=4.0) fullCopy=false [junit4:junit4] 2> 24948 T358 C18 P61566 REQ /replication {file=segments_4&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=4} status=0 QTime=1 [junit4:junit4] 2> 24950 T421 C19 P41088 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs [junit4:junit4] 2> 24952 T421 C19 P41088 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter... [junit4:junit4] 2> 24953 T421 C19 P41088 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1 [junit4:junit4] 2> 24958 T421 C19 P41088 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fc0e1e3; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fc0e1e3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4] [junit4:junit4] 2> 24958 T421 C19 P41088 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4] [junit4:junit4] 2> 24959 T421 C19 P41088 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used. [junit4:junit4] 2> 24960 T421 C19 P41088 oass.SolrIndexSearcher. Opening Searcher@369078a main [junit4:junit4] 2> 24961 T418 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@369078a main{StandardDirectoryReader(segments_4:1:nrt)} [junit4:junit4] 2> 24962 T421 C19 P41088 oasc.RecoveryStrategy.replay No replay needed. core=collection1 [junit4:junit4] 2> 24962 T421 C19 P41088 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1 [junit4:junit4] 2> 24962 T421 C19 P41088 oasc.ZkController.publish publishing core=collection1 state=active [junit4:junit4] 2> 24963 T421 C19 P41088 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4:junit4] 2> 24964 T421 C19 P41088 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1 [junit4:junit4] 2> 24985 T322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 25672 T345 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 25673 T345 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4:junit4] 2> "operation":"state", [junit4:junit4] 2> "core_node_name":"127.0.0.1:41088__collection1", [junit4:junit4] 2> "numShards":"1", [junit4:junit4] 2> "shard":"shard1", [junit4:junit4] 2> "roles":null, [junit4:junit4] 2> "state":"active", [junit4:junit4] 2> "core":"collection1", [junit4:junit4] 2> "collection":"collection1", [junit4:junit4] 2> "node_name":"127.0.0.1:41088_", [junit4:junit4] 2> "base_url":"http://127.0.0.1:41088"} [junit4:junit4] 2> 25686 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 25686 T364 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 25686 T344 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 25686 T380 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 25686 T397 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 25686 T351 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5) [junit4:junit4] 2> 25988 T322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 25989 T322 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1 [junit4:junit4] 2> ASYNC NEW_CORE C20 name=collection1 org.apache.solr.core.SolrCore@37081779 url=http://127.0.0.1:14227/collection1 node=127.0.0.1:14227_ C20_STATE=coll:control_collection core:collection1 props:{shard=shard1, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:14227_, base_url=http://127.0.0.1:14227, leader=true} [junit4:junit4] 2> 26001 T334 C20 P14227 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 26006 T334 C20 P14227 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@76aa591e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1,filenames=[segments_1] [junit4:junit4] 2> 26007 T334 C20 P14227 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1] [junit4:junit4] 2> 26012 T334 C20 P14227 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@76aa591e; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@76aa591e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_2,generation=2,filenames=[segments_2] [junit4:junit4] 2> 26013 T334 C20 P14227 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2] [junit4:junit4] 2> 26017 T334 C20 P14227 oass.SolrIndexSearcher. Opening Searcher@332e5ad5 main [junit4:junit4] 2> 26017 T334 C20 P14227 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 26018 T348 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@332e5ad5 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4] 2> 26019 T334 C20 P14227 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 19 [junit4:junit4] 2> 26030 T357 C18 P61566 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 26034 T357 C18 P61566 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=4 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5,filenames=[segments_5] [junit4:junit4] 2> 26035 T357 C18 P61566 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5] [junit4:junit4] 2> 26036 T357 C18 P61566 oass.SolrIndexSearcher. Opening Searcher@23ef4884 main [junit4:junit4] 2> 26037 T357 C18 P61566 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 26038 T366 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23ef4884 main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 2> 26039 T357 C18 P61566 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:15916/collection1/, StdNode: http://127.0.0.1:42642/collection1/, StdNode: http://127.0.0.1:41088/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false [junit4:junit4] 2> C16_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:15916_, base_url=http://127.0.0.1:15916} [junit4:junit4] 2> 26051 T370 C16 P15916 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 26055 T370 C16 P15916 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f81e9; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f81e9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> 26056 T370 C16 P15916 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3] [junit4:junit4] 2> 26058 T370 C16 P15916 oass.SolrIndexSearcher. Opening Searcher@36c8b678 main [junit4:junit4] 2> 26058 T370 C16 P15916 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> C17_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:42642_, base_url=http://127.0.0.1:42642} [junit4:junit4] 2> 26058 T387 C17 P42642 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> C19_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:41088_, base_url=http://127.0.0.1:41088} [junit4:junit4] 2> 26058 T404 C19 P41088 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 26060 T382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36c8b678 main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4] 2> 26060 T370 C16 P15916 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 9 [junit4:junit4] 2> 26071 T387 C17 P42642 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4dc99f31; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4dc99f31; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4] [junit4:junit4] 2> 26072 T387 C17 P42642 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[segments_4] [junit4:junit4] 2> 26074 T387 C17 P42642 oass.SolrIndexSearcher. Opening Searcher@2130a9c main [junit4:junit4] 2> 26075 T387 C17 P42642 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 26075 T399 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2130a9c main{StandardDirectoryReader(segments_3:1:nrt)} [junit4:junit4] 2> 26076 T387 C17 P42642 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 18 [junit4:junit4] 2> 26079 T404 C19 P41088 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fc0e1e3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fc0e1e3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5,filenames=[segments_5] [junit4:junit4] 2> 26080 T404 C19 P41088 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[segments_5] [junit4:junit4] 2> 26082 T404 C19 P41088 oass.SolrIndexSearcher. Opening Searcher@245a1037 main [junit4:junit4] 2> 26082 T404 C19 P41088 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 26083 T418 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@245a1037 main{StandardDirectoryReader(segments_4:1:nrt)} [junit4:junit4] 2> 26084 T404 C19 P41088 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 26 [junit4:junit4] 2> 26085 T357 C18 P61566 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 55 [junit4:junit4] 2> 26087 T322 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... [junit4:junit4] 2> 26090 T355 C18 P61566 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 [junit4:junit4] 2> 26093 T371 C16 P15916 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 [junit4:junit4] 2> 26096 T388 C17 P42642 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=1 [junit4:junit4] 2> 26098 T405 C19 P41088 REQ /select {tests=checkShardConsistency&q=*:*&distrib=false&wt=javabin&version=2&rows=0} hits=0 status=0 QTime=0 [junit4:junit4] 2> 28110 T334 C20 P14227 oass.SolrIndexSearcher. Opening Searcher@5ef17629 realtime [junit4:junit4] 2> 28111 T334 C20 P14227 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1429903227922415616)} 0 8 [junit4:junit4] 2> 28121 T404 C19 P41088 /update {update.distrib=FROMLEADER&_version_=-1429903227934998528&update.from=http://127.0.0.1:61566/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1429903227934998528)} 0 2 [junit4:junit4] 2> 28121 T387 C17 P42642 /update {update.distrib=FROMLEADER&_version_=-1429903227934998528&update.from=http://127.0.0.1:61566/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1429903227934998528)} 0 2 [junit4:junit4] 2> 28122 T370 C16 P15916 /update {update.distrib=FROMLEADER&_version_=-1429903227934998528&update.from=http://127.0.0.1:61566/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1429903227934998528)} 0 3 [junit4:junit4] 2> 28123 T357 C18 P61566 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1429903227934998528)} 0 9 [junit4:junit4] 2> 28130 T334 C20 P14227 /update {wt=javabin&version=2} {add=[0 (1429903227946532864)]} 0 4 [junit4:junit4] 2> 28142 T370 C16 P15916 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1429903227952824320)]} 0 4 [junit4:junit4] 2> 28142 T387 C17 P42642 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1429903227952824320)]} 0 4 [junit4:junit4] 2> 28142 T404 C19 P41088 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[0 (1429903227952824320)]} 0 3 [junit4:junit4] 2> 28143 T357 C18 P61566 /update {wt=javabin&version=2} {add=[0 (1429903227952824320)]} 0 11 [junit4:junit4] 2> 28148 T334 C20 P14227 /update {wt=javabin&version=2} {add=[1 (1429903227967504384)]} 0 2 [junit4:junit4] 2> 28157 T404 C19 P41088 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429903227972747264)]} 0 2 [junit4:junit4] 2> 28157 T387 C17 P42642 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429903227972747264)]} 0 2 [junit4:junit4] 2> 28157 T370 C16 P15916 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1429903227972747264)]} 0 2 [junit4:junit4] 2> 28159 T357 C18 P61566 /update {wt=javabin&version=2} {add=[1 (1429903227972747264)]} 0 8 [junit4:junit4] 2> 28164 T334 C20 P14227 /update {wt=javabin&version=2} {add=[2 (1429903227984281600)]} 0 2 [junit4:junit4] 2> 28173 T387 C17 P42642 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1429903227990573056)]} 0 2 [junit4:junit4] 2> 28173 T404 C19 P41088 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1429903227990573056)]} 0 2 [junit4:junit4] 2> 28174 T357 C18 P61566 /update {test.distrib.skip.servers=http://127.0.0.1:15916/collection1/&wt=javabin&version=2} {add=[2 (1429903227990573056)]} 0 7 [junit4:junit4] 2> 28179 T334 C20 P14227 /update {wt=javabin&version=2} {add=[3 (1429903228000010240)]} 0 2 [junit4:junit4] 2> 28188 T404 C19 P41088 /update {distrib.from=http://127.0.0.1:61566/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1429903228006301696)]} 0 2 [junit4:junit4] 2> 28189 T357 C18 P61566 /update {test.distrib.skip.servers=http://127.0.0.1:15916/collection1/&test.distrib.skip.servers=http://127.0.0.1:42642/collection1/&wt=javabin&version=2} {add=[3 (1429903228006301696)]} 0 7 [junit4:junit4] 2> 28192 T334 C20 P14227 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 28266 T334 C20 P14227 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@76aa591e; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@76aa591e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, segments_3] [junit4:junit4] 2> 28267 T334 C20 P14227 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, segments_3] [junit4:junit4] 2> 28273 T334 C20 P14227 oass.SolrIndexSearcher. Opening Searcher@3e61e773 main [junit4:junit4] 2> 28274 T334 C20 P14227 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 28275 T348 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e61e773 main{StandardDirectoryReader(segments_3:3:nrt _0(4.3):C4)} [junit4:junit4] 2> 28276 T334 C20 P14227 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 84 [junit4:junit4] 2> 28279 T357 C18 P61566 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 28336 T357 C18 P61566 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=5 [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5,filenames=[segments_5] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@37a4cfd8; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, segments_6, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 2> 28337 T357 C18 P61566 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, segments_6, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 2> 28344 T357 C18 P61566 oass.SolrIndexSearcher. Opening Searcher@55f38218 main [junit4:junit4] 2> 28345 T357 C18 P61566 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 28346 T366 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55f38218 main{StandardDirectoryReader(segments_6:3:nrt _0(4.3):C4)} [junit4:junit4] 2> 28347 T357 C18 P61566 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:15916/collection1/, StdNode: http://127.0.0.1:42642/collection1/, StdNode: http://127.0.0.1:41088/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false [junit4:junit4] 2> 28350 T387 C17 P42642 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 28350 T404 C19 P41088 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 28350 T370 C16 P15916 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4:junit4] 2> 28454 T370 C16 P15916 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f81e9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_3,generation=3,filenames=[segments_3] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f81e9; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, segments_4] [junit4:junit4] 2> 28455 T370 C16 P15916 oasc.SolrDeletionPolicy.updateCommits newest commit = 4[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip, segments_4] [junit4:junit4] 2> 28456 T404 C19 P41088 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fc0e1e3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5,filenames=[segments_5] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fc0e1e3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_6,generation=6,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, segments_6, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 2> 28456 T387 C17 P42642 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4dc99f31; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_4,generation=4,filenames=[segments_4] [junit4:junit4] 2> commit{dir=NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4dc99f31; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_5,generation=5,filenames=[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, segments_5, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 2> 28456 T404 C19 P41088 oasc.SolrDeletionPolicy.updateCommits newest commit = 6[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, _0_Lucene41_0.tim, segments_6, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 2> 28457 T387 C17 P42642 oasc.SolrDeletionPolicy.updateCommits newest commit = 5[_0.fnm, _0_Lucene41_0.doc, _0_Lucene41_0.pos, _0_nrm.cfe, _0.fdx, _0_nrm.cfs, _0.si, segments_5, _0_Lucene41_0.tim, _0.fdt, _0_Lucene41_0.tip] [junit4:junit4] 2> 28462 T370 C16 P15916 oass.SolrIndexSearcher. Opening Searcher@10c58a51 main [junit4:junit4] 2> 28463 T370 C16 P15916 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 28464 T404 C19 P41088 oass.SolrIndexSearcher. Opening Searcher@3cf3e377 main [junit4:junit4] 2> 28474 T382 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10c58a51 main{StandardDirectoryReader(segments_4:3:nrt _0(4.3):C2)} [junit4:junit4] 2> 28474 T404 C19 P41088 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 28475 T370 C16 P15916 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 125 [junit4:junit4] 2> 28475 T387 C17 P42642 oass.SolrIndexSearcher. Opening Searcher@20e39570 main [junit4:junit4] 2> 28476 T418 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3cf3e377 main{StandardDirectoryReader(segments_6:3:nrt _0(4.3):C4)} [junit4:junit4] 2> 28476 T387 C17 P42642 oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4] 2> 28477 T404 C19 P41088 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 127 [junit4:junit4] 2> 28477 T399 oasc.SolrCore.regist [...truncated too long message...] I am the leader [junit4:junit4] 2> 532912 T414 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41088/collection1/ [junit4:junit4] 2> 532913 T414 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@3a17c4da [junit4:junit4] 2> 532915 T414 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=31,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> 532916 T414 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4:junit4] 2> 532916 T414 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4:junit4] 2> 532917 T414 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4:junit4] 2> 532926 T414 C19 P41088 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/tlog/tlog.0000000000000000005 refcount=2} [junit4:junit4] 2> 532949 T414 C19 P41088 oasu.TransactionLog.forceClose SEVERE Error: Forcing close of tlog{file=./org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/tlog/tlog.0000000000000000001 refcount=2} [junit4:junit4] 2> 532991 T414 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request. [junit4:junit4] 2> 533121 T414 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319040701794 [junit4:junit4] 2> 533121 T414 oasc.CachingDirectoryFactory.closeDirectory Removing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319040701794 [junit4:junit4] 2> 533122 T414 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319040701794 [junit4:junit4] 2> 533122 T414 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4 [junit4:junit4] 2> 533123 T414 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4 [junit4:junit4] 2> 533123 T414 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319035940254 [junit4:junit4] 2> 533123 T414 oasc.CachingDirectoryFactory.closeDirectory Removing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319035940254 [junit4:junit4] 2> 533124 T414 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index.20130319035940254 [junit4:junit4] 2> 533125 T414 oasc.CachingDirectoryFactory.close Closing directory when closing factory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index [junit4:junit4] 2> 533125 T414 oasc.CachingDirectoryFactory.closeDirectory Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.SyncSliceTest-1363661955326/jetty4/index [junit4:junit4] 2> 533125 T414 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 [junit4:junit4] 2> 533126 T414 oasc.LeaderElector$1.process WARNING org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election/89368949905621004-127.0.0.1:41088__collection1-n_0000000006 [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4:junit4] 2> at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:152) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:149) [junit4:junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:149) [junit4:junit4] 2> at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63) [junit4:junit4] 2> at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:246) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495) [junit4:junit4] 2> [junit4:junit4] 2> 533127 T414 oasc.LeaderElector$1.process WARNING org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4:junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4:junit4] 2> at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232) [junit4:junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65) [junit4:junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55) [junit4:junit4] 2> at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519) [junit4:junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495) [junit4:junit4] 2> [junit4:junit4] 2> 533127 T414 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4] 2> 533128 T414 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 2> 533128 T414 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4:junit4] 2> 533128 T414 oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4] 2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=es_PA, timezone=Europe/Copenhagen [junit4:junit4] 2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_17 (64-bit)/cpus=16,threads=4,free=112246944,total=234881024 [junit4:junit4] 2> NOTE: All tests run in this JVM: [BasicDistributedZk2Test, TestSweetSpotSimilarityFactory, TestBM25SimilarityFactory, TestSolrDeletionPolicy1, TestBadConfig, TestSolrJ, SuggesterFSTTest, DirectSolrConnectionTest, TestComponentsName, DateFieldTest, TestFunctionQuery, IndexSchemaTest, SyncSliceTest] [junit4:junit4] Completed on J1 in 533.52s, 1 test, 1 failure <<< FAILURES! [...truncated 605 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:381: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:361: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/build.xml:39: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build.xml:183: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/common-build.xml:449: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:1213: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/lucene/common-build.xml:877: There were test failures: 273 suites, 1147 tests, 1 failure, 27 ignored (8 assumptions) Total time: 57 minutes 9 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_5254_1925632884.1363663611220 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_5254_1925632884.1363663611220--