You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/01/30 11:26:51 UTC

[JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3692 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3692/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:37661/oneInstanceCollection2

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:37661/oneInstanceCollection2
	at __randomizedtesting.SeedInfo.seed([E8653EC37D2674E7:6983B0DB0A7914DB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:412)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstance(BasicDistributedZkTest.java:1110)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:329)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	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)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 47 more




Build Log:
[...truncated 8946 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T224 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 10 T224 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1359540449860
[junit4:junit4]   2> 12 T224 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 13 T225 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 16 T225 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T225 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 17 T225 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 17 T225 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 18 T225 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 114 T224 oasc.ZkTestServer.run start zk server on port:37651
[junit4:junit4]   2> 115 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ec1c237
[junit4:junit4]   2> 116 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 116 T230 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 117 T230 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 117 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37652
[junit4:junit4]   2> 118 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37652
[junit4:junit4]   2> 118 T228 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 123 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0000 with negotiated timeout 10000 for client /140.211.11.196:37652
[junit4:junit4]   2> 123 T230 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0000, negotiated timeout = 10000
[junit4:junit4]   2> 123 T231 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ec1c237 name:ZooKeeperConnection Watcher:127.0.0.1:37651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 123 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 124 T224 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 141 T229 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c8aecf24c0000
[junit4:junit4]   2> 142 T231 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 143 T226 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37652 which had sessionid 0x13c8aecf24c0000
[junit4:junit4]   2> 142 T224 oaz.ZooKeeper.close Session: 0x13c8aecf24c0000 closed
[junit4:junit4]   2> 143 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5e5fb926
[junit4:junit4]   2> 144 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 145 T232 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 145 T232 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 145 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37653
[junit4:junit4]   2> 146 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37653
[junit4:junit4]   2> 147 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0001 with negotiated timeout 10000 for client /140.211.11.196:37653
[junit4:junit4]   2> 147 T232 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0001, negotiated timeout = 10000
[junit4:junit4]   2> 148 T233 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e5fb926 name:ZooKeeperConnection Watcher:127.0.0.1:37651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 148 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 148 T224 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 158 T224 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 161 T224 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 165 T224 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 169 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 170 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 183 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 184 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 288 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 289 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 292 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 293 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 302 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 303 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 307 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 307 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 311 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 312 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 315 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 316 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 319 T224 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 320 T224 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 324 T229 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c8aecf24c0001
[junit4:junit4]   2> 325 T233 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 325 T226 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37653 which had sessionid 0x13c8aecf24c0001
[junit4:junit4]   2> 325 T224 oaz.ZooKeeper.close Session: 0x13c8aecf24c0001 closed
[junit4:junit4]   2> 498 T224 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 503 T224 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37654
[junit4:junit4]   2> 504 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 505 T224 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 505 T224 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175
[junit4:junit4]   2> 506 T224 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/solr.xml
[junit4:junit4]   2> 506 T224 oasc.CoreContainer.<init> New CoreContainer 1979626033
[junit4:junit4]   2> 507 T224 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/'
[junit4:junit4]   2> 507 T224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/'
[junit4:junit4]   2> 564 T224 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 564 T224 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 565 T224 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 565 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 566 T224 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 566 T224 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 567 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 567 T224 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 567 T224 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 568 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 593 T224 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 613 T224 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37651/solr
[junit4:junit4]   2> 614 T224 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 614 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3f73865d
[junit4:junit4]   2> 615 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 616 T243 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 617 T243 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 617 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37655
[junit4:junit4]   2> 617 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37655
[junit4:junit4]   2> 645 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0002 with negotiated timeout 20000 for client /140.211.11.196:37655
[junit4:junit4]   2> 645 T243 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0002, negotiated timeout = 20000
[junit4:junit4]   2> 645 T244 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f73865d name:ZooKeeperConnection Watcher:127.0.0.1:37651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 645 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 647 T229 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c8aecf24c0002
[junit4:junit4]   2> 648 T244 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 649 T226 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37655 which had sessionid 0x13c8aecf24c0002
[junit4:junit4]   2> 648 T224 oaz.ZooKeeper.close Session: 0x13c8aecf24c0002 closed
[junit4:junit4]   2> 649 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 663 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7bfd718b
[junit4:junit4]   2> 665 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 665 T245 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 666 T245 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 666 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37656
[junit4:junit4]   2> 666 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37656
[junit4:junit4]   2> 668 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0003 with negotiated timeout 20000 for client /140.211.11.196:37656
[junit4:junit4]   2> 668 T245 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0003, negotiated timeout = 20000
[junit4:junit4]   2> 668 T246 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7bfd718b name:ZooKeeperConnection Watcher:127.0.0.1:37651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 668 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 671 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 679 T224 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 682 T224 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37654_
[junit4:junit4]   2> 683 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37654_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37654_
[junit4:junit4]   2> 684 T224 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37654_
[junit4:junit4]   2> 693 T224 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 707 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 709 T224 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 712 T224 oasc.Overseer.start Overseer (id=89098842922549251-127.0.0.1:37654_-n_0000000000) starting
[junit4:junit4]   2> 713 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 720 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 721 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 728 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 729 T248 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 730 T224 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 741 T224 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 743 T247 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 749 T249 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/collection1
[junit4:junit4]   2> 749 T249 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 750 T249 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 750 T249 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 752 T249 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/collection1/'
[junit4:junit4]   2> 753 T249 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/collection1/lib/README' to classloader
[junit4:junit4]   2> 754 T249 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 872 T249 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 968 T249 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1069 T249 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1078 T249 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1709 T249 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1722 T249 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1727 T249 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1746 T249 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1751 T249 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1757 T249 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1759 T249 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1762 T249 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1359540450175/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data/
[junit4:junit4]   2> 1763 T249 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2695c1b4
[junit4:junit4]   2> 1763 T249 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1800 T249 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data forceNew:false
[junit4:junit4]   2> 1801 T249 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data
[junit4:junit4]   2> 1801 T249 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data/index/
[junit4:junit4]   2> 1802 T249 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1803 T249 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data/index forceNew:false
[junit4:junit4]   2> 1810 T249 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e7ae308; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1810 T249 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1811 T249 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data/index
[junit4:junit4]   2> 1812 T249 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1815 T249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1815 T249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1815 T249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1816 T249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1816 T249 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1816 T249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1817 T249 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1817 T249 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1818 T249 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1819 T249 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1819 T249 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1820 T249 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1820 T249 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1820 T249 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1821 T249 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1821 T249 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1822 T249 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1822 T249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1823 T249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1823 T249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1824 T249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1824 T249 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1825 T249 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1825 T249 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1826 T249 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1827 T249 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1839 T249 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1844 T249 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1846 T249 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1848 T249 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data
[junit4:junit4]   2> 1850 T249 oass.SolrIndexSearcher.<init> Opening Searcher@6b1f4224 main
[junit4:junit4]   2> 1851 T249 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1852 T249 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1852 T249 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1871 T249 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1934 T250 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6b1f4224 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1940 T249 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1940 T249 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1942 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2251 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2251 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[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:37654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37654"}
[junit4:junit4]   2> 2252 T247 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2275 T247 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2276 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2320 T246 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> 2955 T249 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2955 T249 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37654 collection:control_collection shard:shard1
[junit4:junit4]   2> 2964 T249 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 2977 T249 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3005 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3006 T249 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3006 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3016 T249 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3017 T249 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3017 T249 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37654/collection1/
[junit4:junit4]   2> 3017 T249 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3017 T249 oasc.SyncStrategy.syncToMe http://127.0.0.1:37654/collection1/ has no replicas
[junit4:junit4]   2> 3018 T249 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37654/collection1/
[junit4:junit4]   2> 3018 T249 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3028 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3847 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3890 T246 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> 3898 T249 oasc.ZkController.register We are http://127.0.0.1:37654/collection1/ and leader is http://127.0.0.1:37654/collection1/
[junit4:junit4]   2> 3898 T249 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37654
[junit4:junit4]   2> 3898 T249 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3899 T249 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3899 T249 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3902 T249 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3902 T224 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3903 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3903 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3912 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3926 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@20799608
[junit4:junit4]   2> 3927 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3927 T251 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3928 T251 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 3928 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37660
[junit4:junit4]   2> 3928 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37660
[junit4:junit4]   2> 3930 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0004 with negotiated timeout 10000 for client /140.211.11.196:37660
[junit4:junit4]   2> 3930 T251 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0004, negotiated timeout = 10000
[junit4:junit4]   2> 3930 T252 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20799608 name:ZooKeeperConnection Watcher:127.0.0.1:37651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3930 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3931 T224 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3935 T224 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4052 T224 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4055 T224 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37661
[junit4:junit4]   2> 4056 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4056 T224 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4057 T224 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784
[junit4:junit4]   2> 4057 T224 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/solr.xml
[junit4:junit4]   2> 4057 T224 oasc.CoreContainer.<init> New CoreContainer 1000757751
[junit4:junit4]   2> 4058 T224 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/'
[junit4:junit4]   2> 4058 T224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/'
[junit4:junit4]   2> 4099 T224 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4100 T224 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4100 T224 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4100 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4101 T224 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4101 T224 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4101 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4102 T224 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4102 T224 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4102 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4117 T224 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4130 T224 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37651/solr
[junit4:junit4]   2> 4131 T224 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4131 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@427d3e3a
[junit4:junit4]   2> 4132 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4133 T262 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4133 T262 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 4134 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37662
[junit4:junit4]   2> 4134 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37662
[junit4:junit4]   2> 4136 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0005 with negotiated timeout 20000 for client /140.211.11.196:37662
[junit4:junit4]   2> 4136 T262 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0005, negotiated timeout = 20000
[junit4:junit4]   2> 4137 T263 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@427d3e3a name:ZooKeeperConnection Watcher:127.0.0.1:37651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4137 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4138 T229 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c8aecf24c0005
[junit4:junit4]   2> 4149 T263 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4149 T226 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37662 which had sessionid 0x13c8aecf24c0005
[junit4:junit4]   2> 4149 T224 oaz.ZooKeeper.close Session: 0x13c8aecf24c0005 closed
[junit4:junit4]   2> 4150 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4163 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ec4dff4
[junit4:junit4]   2> 4164 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4165 T264 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4165 T264 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 4165 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37663
[junit4:junit4]   2> 4166 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37663
[junit4:junit4]   2> 4168 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0006 with negotiated timeout 20000 for client /140.211.11.196:37663
[junit4:junit4]   2> 4168 T264 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0006, negotiated timeout = 20000
[junit4:junit4]   2> 4168 T265 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ec4dff4 name:ZooKeeperConnection Watcher:127.0.0.1:37651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4168 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4170 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4172 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4174 T224 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37661_
[junit4:junit4]   2> 4175 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37661_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37661_
[junit4:junit4]   2> 4182 T224 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37661_
[junit4:junit4]   2> 4185 T246 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> 4186 T252 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4188 T246 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4196 T224 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4203 T266 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/collection1
[junit4:junit4]   2> 4204 T266 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4205 T266 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4205 T266 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4207 T266 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/collection1/'
[junit4:junit4]   2> 4208 T266 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4209 T266 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/collection1/lib/README' to classloader
[junit4:junit4]   2> 4263 T266 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4337 T266 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4438 T266 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4448 T266 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5086 T266 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5098 T266 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5102 T266 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5120 T266 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5126 T266 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5132 T266 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5134 T266 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5135 T266 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1359540453784/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/
[junit4:junit4]   2> 5135 T266 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2695c1b4
[junit4:junit4]   2> 5136 T266 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5137 T266 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1 forceNew:false
[junit4:junit4]   2> 5138 T266 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1
[junit4:junit4]   2> 5138 T266 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index/
[junit4:junit4]   2> 5139 T266 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5140 T266 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index forceNew:false
[junit4:junit4]   2> 5154 T266 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a72f9cf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5155 T266 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5156 T266 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index
[junit4:junit4]   2> 5156 T266 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5159 T266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5159 T266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5159 T266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5160 T266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5161 T266 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5161 T266 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5161 T266 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5162 T266 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5163 T266 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5163 T266 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5164 T266 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5164 T266 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5165 T266 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5165 T266 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5166 T266 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5166 T266 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5167 T266 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5168 T266 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5168 T266 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5169 T266 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5170 T266 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5170 T266 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5171 T266 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5172 T266 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5172 T266 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5173 T266 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5186 T266 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5191 T266 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5193 T266 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5196 T266 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1
[junit4:junit4]   2> 5197 T266 oass.SolrIndexSearcher.<init> Opening Searcher@36137a37 main
[junit4:junit4]   2> 5198 T266 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5199 T266 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5199 T266 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5207 T266 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5265 T267 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36137a37 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5273 T266 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5273 T266 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5397 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5398 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[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:37654_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37654"}
[junit4:junit4]   2> 5403 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[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:37661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37661"}
[junit4:junit4]   2> 5403 T247 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5403 T247 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5416 T246 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> 5416 T252 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> 5416 T265 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> 6276 T266 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6276 T266 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37661 collection:collection1 shard:shard1
[junit4:junit4]   2> 6277 T266 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6299 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6300 T266 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6300 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6310 T266 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6310 T266 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6310 T266 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37661/collection1/
[junit4:junit4]   2> 6311 T266 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6311 T266 oasc.SyncStrategy.syncToMe http://127.0.0.1:37661/collection1/ has no replicas
[junit4:junit4]   2> 6311 T266 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37661/collection1/
[junit4:junit4]   2> 6311 T266 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6316 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6951 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6974 T246 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> 6974 T252 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> 6974 T265 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> 7032 T266 oasc.ZkController.register We are http://127.0.0.1:37661/collection1/ and leader is http://127.0.0.1:37661/collection1/
[junit4:junit4]   2> 7032 T266 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37661
[junit4:junit4]   2> 7032 T266 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7032 T266 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7033 T266 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7035 T266 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7036 T224 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7037 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7037 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7316 T224 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7320 T224 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37664
[junit4:junit4]   2> 7321 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7321 T224 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7322 T224 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902
[junit4:junit4]   2> 7322 T224 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/solr.xml
[junit4:junit4]   2> 7323 T224 oasc.CoreContainer.<init> New CoreContainer 803658633
[junit4:junit4]   2> 7323 T224 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/'
[junit4:junit4]   2> 7324 T224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/'
[junit4:junit4]   2> 7382 T224 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7383 T224 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7383 T224 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7384 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7384 T224 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7384 T224 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7385 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7385 T224 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7386 T224 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7386 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7410 T224 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7430 T224 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37651/solr
[junit4:junit4]   2> 7431 T224 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7432 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@674cc3f2
[junit4:junit4]   2> 7433 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7433 T277 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7434 T277 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 7434 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37665
[junit4:junit4]   2> 7435 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37665
[junit4:junit4]   2> 7461 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0007 with negotiated timeout 20000 for client /140.211.11.196:37665
[junit4:junit4]   2> 7462 T277 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0007, negotiated timeout = 20000
[junit4:junit4]   2> 7462 T278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@674cc3f2 name:ZooKeeperConnection Watcher:127.0.0.1:37651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7462 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7464 T229 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c8aecf24c0007
[junit4:junit4]   2> 7465 T278 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7465 T226 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37665 which had sessionid 0x13c8aecf24c0007
[junit4:junit4]   2> 7465 T224 oaz.ZooKeeper.close Session: 0x13c8aecf24c0007 closed
[junit4:junit4]   2> 7466 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7480 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@19e5223d
[junit4:junit4]   2> 7481 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7482 T279 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7483 T279 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 7483 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37666
[junit4:junit4]   2> 7483 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37666
[junit4:junit4]   2> 7510 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0008 with negotiated timeout 20000 for client /140.211.11.196:37666
[junit4:junit4]   2> 7510 T279 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0008, negotiated timeout = 20000
[junit4:junit4]   2> 7510 T280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19e5223d name:ZooKeeperConnection Watcher:127.0.0.1:37651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7511 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7512 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7536 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7537 T224 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37664_
[junit4:junit4]   2> 7538 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37664_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37664_
[junit4:junit4]   2> 7542 T224 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37664_
[junit4:junit4]   2> 7590 T246 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> 7591 T265 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7591 T252 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7591 T265 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> 7591 T252 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> 7593 T246 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7596 T224 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7605 T281 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/collection1
[junit4:junit4]   2> 7605 T281 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7606 T281 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7606 T281 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7608 T281 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/collection1/'
[junit4:junit4]   2> 7609 T281 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/collection1/lib/README' to classloader
[junit4:junit4]   2> 7609 T281 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7659 T281 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7726 T281 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7827 T281 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7838 T281 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8487 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8488 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[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:37661_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37661"}
[junit4:junit4]   2> 8524 T281 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8526 T246 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> 8526 T280 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> 8527 T265 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> 8527 T252 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> 8536 T281 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8540 T281 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8558 T281 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8563 T281 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8567 T281 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8569 T281 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8570 T281 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1359540456902/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/
[junit4:junit4]   2> 8571 T281 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2695c1b4
[junit4:junit4]   2> 8571 T281 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8572 T281 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2 forceNew:false
[junit4:junit4]   2> 8573 T281 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2
[junit4:junit4]   2> 8573 T281 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index/
[junit4:junit4]   2> 8574 T281 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8575 T281 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index forceNew:false
[junit4:junit4]   2> 8581 T281 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750d18b7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8581 T281 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8582 T281 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index
[junit4:junit4]   2> 8583 T281 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8585 T281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8585 T281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8586 T281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8586 T281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8587 T281 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8587 T281 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8587 T281 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8588 T281 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8589 T281 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8589 T281 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8590 T281 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8590 T281 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8591 T281 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8591 T281 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8591 T281 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8592 T281 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8593 T281 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8593 T281 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8594 T281 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8595 T281 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8595 T281 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8596 T281 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8596 T281 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8597 T281 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8598 T281 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8598 T281 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8610 T281 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8615 T281 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8617 T281 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8620 T281 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2
[junit4:junit4]   2> 8623 T281 oass.SolrIndexSearcher.<init> Opening Searcher@7284481d main
[junit4:junit4]   2> 8624 T281 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8625 T281 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8626 T281 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8637 T281 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8692 T282 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7284481d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8700 T281 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8701 T281 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10033 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10034 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[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:37664_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37664"}
[junit4:junit4]   2> 10034 T247 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10034 T247 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10062 T246 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> 10062 T280 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> 10062 T265 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> 10062 T252 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> 10705 T281 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10705 T281 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37664 collection:collection1 shard:shard2
[junit4:junit4]   2> 10706 T281 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 10726 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0008 type:delete cxid:0x44 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 10727 T281 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 10728 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0008 type:create cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10730 T281 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 10731 T281 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 10731 T281 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37664/collection1/
[junit4:junit4]   2> 10731 T281 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 10731 T281 oasc.SyncStrategy.syncToMe http://127.0.0.1:37664/collection1/ has no replicas
[junit4:junit4]   2> 10732 T281 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37664/collection1/
[junit4:junit4]   2> 10732 T281 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 10736 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c0008 type:create cxid:0x4e zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11567 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11587 T265 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> 11587 T246 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> 11587 T280 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> 11587 T252 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> 11606 T281 oasc.ZkController.register We are http://127.0.0.1:37664/collection1/ and leader is http://127.0.0.1:37664/collection1/
[junit4:junit4]   2> 11606 T281 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37664
[junit4:junit4]   2> 11606 T281 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11606 T281 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11607 T281 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11609 T281 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11610 T224 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11610 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11611 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11802 T224 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11806 T224 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37667
[junit4:junit4]   2> 11807 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11807 T224 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11808 T224 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476
[junit4:junit4]   2> 11808 T224 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/solr.xml
[junit4:junit4]   2> 11809 T224 oasc.CoreContainer.<init> New CoreContainer 2135084076
[junit4:junit4]   2> 11809 T224 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/'
[junit4:junit4]   2> 11810 T224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/'
[junit4:junit4]   2> 11867 T224 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11867 T224 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11868 T224 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11868 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11869 T224 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11869 T224 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11870 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11870 T224 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11871 T224 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11871 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11893 T224 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11913 T224 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37651/solr
[junit4:junit4]   2> 11913 T224 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11914 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6591871e
[junit4:junit4]   2> 11915 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11916 T292 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11917 T292 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 11917 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37668
[junit4:junit4]   2> 11917 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37668
[junit4:junit4]   2> 11920 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c0009 with negotiated timeout 20000 for client /140.211.11.196:37668
[junit4:junit4]   2> 11920 T292 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c0009, negotiated timeout = 20000
[junit4:junit4]   2> 11920 T293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6591871e name:ZooKeeperConnection Watcher:127.0.0.1:37651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11920 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11922 T229 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c8aecf24c0009
[junit4:junit4]   2> 11935 T293 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11935 T226 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37668 which had sessionid 0x13c8aecf24c0009
[junit4:junit4]   2> 11935 T224 oaz.ZooKeeper.close Session: 0x13c8aecf24c0009 closed
[junit4:junit4]   2> 11936 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 11948 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3c466787
[junit4:junit4]   2> 11949 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11950 T294 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11951 T294 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 11951 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37669
[junit4:junit4]   2> 11951 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37669
[junit4:junit4]   2> 11953 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c000a with negotiated timeout 20000 for client /140.211.11.196:37669
[junit4:junit4]   2> 11953 T294 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c000a, negotiated timeout = 20000
[junit4:junit4]   2> 11953 T295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c466787 name:ZooKeeperConnection Watcher:127.0.0.1:37651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11954 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11955 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11958 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11964 T224 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37667_
[junit4:junit4]   2> 11966 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37667_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37667_
[junit4:junit4]   2> 11967 T224 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37667_
[junit4:junit4]   2> 11970 T280 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> 11970 T246 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> 11971 T265 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11971 T252 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11972 T252 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> 11971 T265 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> 11974 T280 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11975 T246 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11976 T224 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11986 T296 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/collection1
[junit4:junit4]   2> 11986 T296 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11987 T296 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11987 T296 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11989 T296 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/collection1/'
[junit4:junit4]   2> 11990 T296 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11990 T296 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/collection1/lib/README' to classloader
[junit4:junit4]   2> 12052 T296 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12124 T296 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12225 T296 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12232 T296 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12887 T296 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12901 T296 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12906 T296 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12926 T296 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12931 T296 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12936 T296 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12938 T296 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12940 T296 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1359540461476/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/
[junit4:junit4]   2> 12940 T296 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2695c1b4
[junit4:junit4]   2> 12941 T296 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 12942 T296 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3 forceNew:false
[junit4:junit4]   2> 12943 T296 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 12943 T296 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index/
[junit4:junit4]   2> 12944 T296 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12945 T296 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index forceNew:false
[junit4:junit4]   2> 12977 T296 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ca698b0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12978 T296 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12979 T296 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index
[junit4:junit4]   2> 12979 T296 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12982 T296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12982 T296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12983 T296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12983 T296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12984 T296 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12984 T296 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12984 T296 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12985 T296 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12986 T296 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12986 T296 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12987 T296 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12988 T296 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12988 T296 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12988 T296 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12989 T296 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12990 T296 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12991 T296 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12992 T296 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12992 T296 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12993 T296 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12994 T296 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12994 T296 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12995 T296 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12996 T296 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12996 T296 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12997 T296 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13010 T296 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13015 T296 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13017 T296 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13019 T296 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 13021 T296 oass.SolrIndexSearcher.<init> Opening Searcher@2779291e main
[junit4:junit4]   2> 13022 T296 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13023 T296 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13023 T296 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13031 T296 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13088 T297 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2779291e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13097 T296 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13097 T296 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13105 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13106 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[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:37664_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37664"}
[junit4:junit4]   2> 13112 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[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:37667_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37667"}
[junit4:junit4]   2> 13113 T247 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13113 T247 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 13125 T246 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> 13125 T280 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> 13125 T295 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> 13125 T252 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> 13125 T265 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> 14106 T296 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14106 T296 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37667 collection:collection1 shard:shard1
[junit4:junit4]   2> 14113 T296 oasc.ZkController.register We are http://127.0.0.1:37667/collection1/ and leader is http://127.0.0.1:37661/collection1/
[junit4:junit4]   2> 14114 T296 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37667
[junit4:junit4]   2> 14114 T296 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14114 T296 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C44 name=collection1 org.apache.solr.core.SolrCore@4a5529c5 url=http://127.0.0.1:37667/collection1 node=127.0.0.1:37667_ C44_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:37667_, base_url=http://127.0.0.1:37667}
[junit4:junit4]   2> 14121 T298 C44 P37667 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14122 T296 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14123 T298 C44 P37667 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14123 T298 C44 P37667 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14123 T298 C44 P37667 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14124 T224 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14125 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14126 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14130 T298 C44 P37667 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14414 T224 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14418 T224 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37671
[junit4:junit4]   2> 14419 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14420 T224 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14420 T224 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997
[junit4:junit4]   2> 14421 T224 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/solr.xml
[junit4:junit4]   2> 14422 T224 oasc.CoreContainer.<init> New CoreContainer 167583984
[junit4:junit4]   2> 14423 T224 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/'
[junit4:junit4]   2> 14423 T224 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/'
[junit4:junit4]   2> 14512 T224 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 14513 T224 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14513 T224 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14514 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14515 T224 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14516 T224 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14516 T224 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14517 T224 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14518 T224 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14518 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14554 T224 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14593 T224 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:37651/solr
[junit4:junit4]   2> 14594 T224 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14595 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5b7fcf5c
[junit4:junit4]   2> 14596 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14597 T308 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14598 T308 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 14598 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37672
[junit4:junit4]   2> 14599 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37672
[junit4:junit4]   2> 14601 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c000b with negotiated timeout 20000 for client /140.211.11.196:37672
[junit4:junit4]   2> 14602 T308 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c000b, negotiated timeout = 20000
[junit4:junit4]   2> 14602 T309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b7fcf5c name:ZooKeeperConnection Watcher:127.0.0.1:37651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14602 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14605 T229 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c8aecf24c000b
[junit4:junit4]   2> 14614 T309 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14614 T226 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:37672 which had sessionid 0x13c8aecf24c000b
[junit4:junit4]   2> 14614 T224 oaz.ZooKeeper.close Session: 0x13c8aecf24c000b closed
[junit4:junit4]   2> 14615 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 14628 T224 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:37651/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2722df44
[junit4:junit4]   2> 14630 T224 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14630 T310 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:37651. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14631 T310 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:37651, initiating session
[junit4:junit4]   2> 14631 T226 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:37673
[junit4:junit4]   2> 14631 T226 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:37673
[junit4:junit4]   2> 14633 T228 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c8aecf24c000c with negotiated timeout 20000 for client /140.211.11.196:37673
[junit4:junit4]   2> 14633 T310 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:37651, sessionid = 0x13c8aecf24c000c, negotiated timeout = 20000
[junit4:junit4]   2> 14634 T311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2722df44 name:ZooKeeperConnection Watcher:127.0.0.1:37651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14634 T224 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14636 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14638 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14640 T224 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37671_
[junit4:junit4]   2> 14641 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14641 T229 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c8aecf24c000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:37671_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:37671_
[junit4:junit4]   2> 14648 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[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:37667_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37667"}
[junit4:junit4]   2> 14647 T224 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37671_
[junit4:junit4]   2> 14655 T246 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> 14656 T280 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> 14656 T295 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> 14657 T252 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14657 T265 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14657 T252 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> 14657 T265 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> 14665 T280 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14666 T252 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> 14666 T280 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> 14665 T295 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14666 T265 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> 14666 T295 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> 14670 T224 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14672 T246 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14672 T246 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> 14678 T312 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/collection1
[junit4:junit4]   2> 14678 T312 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14679 T312 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14679 T312 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14681 T312 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/collection1/'
[junit4:junit4]   2> 14682 T312 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/collection1/lib/README' to classloader
[junit4:junit4]   2> 14683 T312 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14734 T312 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14804 T312 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14905 T312 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14912 T312 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15503 T312 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15515 T312 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15519 T312 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15536 T312 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15543 T312 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15548 T312 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15549 T312 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15551 T312 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1359540463997/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/
[junit4:junit4]   2> 15551 T312 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2695c1b4
[junit4:junit4]   2> 15552 T312 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 15552 T312 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4 forceNew:false
[junit4:junit4]   2> 15553 T312 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 15553 T312 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index/
[junit4:junit4]   2> 15554 T312 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15555 T312 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index forceNew:false
[junit4:junit4]   2> 15561 T312 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4ddb3233; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15561 T312 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15562 T312 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index
[junit4:junit4]   2> 15563 T312 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15565 T312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15565 T312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15566 T312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15566 T312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15567 T312 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15567 T312 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15567 T312 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15568 T312 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15569 T312 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15569 T312 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15570 T312 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15571 T312 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15571 T312 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15571 T312 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15572 T312 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15572 T312 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15573 T312 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15574 T312 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15574 T312 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15575 T312 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15575 T312 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15576 T312 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15577 T312 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15577 T312 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15578 T312 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15579 T312 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15591 T312 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15595 T312 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15597 T312 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 15599 T312 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 15601 T312 oass.SolrIndexSearcher.<init> Opening Searcher@5851a6b4 main
[junit4:junit4]   2> 15602 T312 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15602 T312 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15602 T312 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15609 T312 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15662 T313 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5851a6b4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15670 T312 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15670 T312 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16172 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16173 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[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:37671_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37671"}
[junit4:junit4]   2> 16173 T247 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16173 T247 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 16189 T246 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> 16189 T252 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> 16189 T295 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> 16189 T280 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> 16189 T265 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> 16189 T311 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> 16674 T312 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16674 T312 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:37671 collection:collection1 shard:shard2
[junit4:junit4]   2> 16679 T312 oasc.ZkController.register We are http://127.0.0.1:37671/collection1/ and leader is http://127.0.0.1:37664/collection1/
[junit4:junit4]   2> 16679 T312 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:37671
[junit4:junit4]   2> 16679 T312 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16679 T312 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C45 name=collection1 org.apache.solr.core.SolrCore@79b76a80 url=http://127.0.0.1:37671/collection1 node=127.0.0.1:37671_ C45_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:37671_, base_url=http://127.0.0.1:37671}
[junit4:junit4]   2> 16680 T314 C45 P37671 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16680 T314 C45 P37671 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16680 T312 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16681 T314 C45 P37671 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16681 T314 C45 P37671 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16682 T224 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16682 T224 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16683 T224 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16689 T314 C45 P37671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16702 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16705 T224 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16706 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C44_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:37667_, base_url=http://127.0.0.1:37667}
[junit4:junit4]   2> 17205 T298 C44 P37667 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:37661/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 17217 T298 C44 P37667 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 17237 T298 C44 P37667 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:37667 START replicas=[http://127.0.0.1:37661/collection1/] nUpdates=100
[junit4:junit4]   2> 17248 T298 C44 P37667 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 17249 T298 C44 P37667 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 17249 T298 C44 P37667 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 17249 T298 C44 P37667 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 17249 T298 C44 P37667 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 17250 T298 C44 P37667 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:37661/collection1/. core=collection1
[junit4:junit4]   2> 17250 T298 C44 P37667 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C46 name=collection1 org.apache.solr.core.SolrCore@76b86d9b url=http://127.0.0.1:37661/collection1 node=127.0.0.1:37661_ C46_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:37661_, base_url=http://127.0.0.1:37661, leader=true}
[junit4:junit4]   2> 17292 T256 C46 P37661 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 17310 T257 C46 P37661 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17311 T257 C46 P37661 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1
[junit4:junit4]   2> 17315 T257 C46 P37661 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a72f9cf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17316 T257 C46 P37661 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17338 T257 C46 P37661 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a72f9cf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a72f9cf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17338 T257 C46 P37661 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17339 T257 C46 P37661 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1
[junit4:junit4]   2> 17340 T257 C46 P37661 oass.SolrIndexSearcher.<init> Opening Searcher@69a681f4 realtime
[junit4:junit4]   2> 17340 T257 C46 P37661 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17341 T257 C46 P37661 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 49
[junit4:junit4]   2> 17404 T298 C44 P37667 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17405 T298 C44 P37667 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 17432 T298 C44 P37667 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 17436 T258 C46 P37661 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17436 T258 C46 P37661 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 17438 T298 C44 P37667 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 17438 T298 C44 P37667 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 17438 T298 C44 P37667 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 17441 T258 C46 P37661 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1
[junit4:junit4]   2> 17442 T258 C46 P37661 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1/index
[junit4:junit4]   2> 17442 T258 C46 P37661 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 17443 T298 C44 P37667 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 17444 T298 C44 P37667 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293 forceNew:false
[junit4:junit4]   2> 17445 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 17446 T298 C44 P37667 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191d528d; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 17459 T258 C46 P37661 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=4 
[junit4:junit4]   2> 17468 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index
[junit4:junit4]   2> 17469 T298 C44 P37667 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 17474 T298 C44 P37667 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130130133747293
[junit4:junit4]   2> 17477 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 17478 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 17478 T298 C44 P37667 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293
[junit4:junit4]   2> 17482 T298 C44 P37667 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191d528d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17483 T298 C44 P37667 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17484 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 17489 T298 C44 P37667 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 17489 T298 C44 P37667 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 17489 T298 C44 P37667 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 17490 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293
[junit4:junit4]   2> 17492 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 17496 T298 C44 P37667 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191d528d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17496 T298 C44 P37667 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17497 T298 C44 P37667 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 17497 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 17498 T298 C44 P37667 oass.SolrIndexSearcher.<init> Opening Searcher@6a165f11 main
[junit4:junit4]   2> 17500 T297 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a165f11 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 17501 T297 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index
[junit4:junit4]   2> 17501 T298 C44 P37667 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17506 T298 C44 P37667 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191d528d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293 lockFactory=org.apache.lucene.store.NativeFSLockFactory@191d528d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 17506 T298 C44 P37667 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 17508 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3
[junit4:junit4]   2> 17508 T298 C44 P37667 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17508 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index.20130130133747293
[junit4:junit4]   2> 17509 T298 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty3/index
[junit4:junit4]   2> 17509 T298 C44 P37667 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 17509 T298 C44 P37667 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 17510 T298 C44 P37667 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17510 T298 C44 P37667 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17512 T298 C44 P37667 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17696 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17697 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[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:37671_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37671"}
[junit4:junit4]   2> 17702 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[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:37667_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37667"}
[junit4:junit4]   2> 17713 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17730 T246 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> 17730 T265 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> 17730 T295 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> 17730 T311 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> 17730 T252 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> 17730 T280 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> 18715 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19719 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C45_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:37671_, base_url=http://127.0.0.1:37671}
[junit4:junit4]   2> 20708 T314 C45 P37671 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:37664/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20708 T314 C45 P37671 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:37671 START replicas=[http://127.0.0.1:37664/collection1/] nUpdates=100
[junit4:junit4]   2> 20709 T314 C45 P37671 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20709 T314 C45 P37671 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20709 T314 C45 P37671 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20709 T314 C45 P37671 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20709 T314 C45 P37671 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20710 T314 C45 P37671 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:37664/collection1/. core=collection1
[junit4:junit4]   2> 20710 T314 C45 P37671 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@6241df7a url=http://127.0.0.1:37664/collection1 node=127.0.0.1:37664_ C47_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:37664_, base_url=http://127.0.0.1:37664, leader=true}
[junit4:junit4]   2> 20721 T271 C47 P37664 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 20722 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20729 T272 C47 P37664 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20730 T272 C47 P37664 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2
[junit4:junit4]   2> 20734 T272 C47 P37664 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750d18b7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20734 T272 C47 P37664 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20739 T272 C47 P37664 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750d18b7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@750d18b7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20740 T272 C47 P37664 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20741 T272 C47 P37664 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2
[junit4:junit4]   2> 20741 T272 C47 P37664 oass.SolrIndexSearcher.<init> Opening Searcher@3a61456d realtime
[junit4:junit4]   2> 20742 T272 C47 P37664 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20742 T272 C47 P37664 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 13
[junit4:junit4]   2> 20743 T314 C45 P37671 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20744 T314 C45 P37671 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20747 T273 C47 P37664 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20747 T273 C47 P37664 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20748 T314 C45 P37671 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20748 T314 C45 P37671 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20748 T314 C45 P37671 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20752 T273 C47 P37664 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2
[junit4:junit4]   2> 20752 T273 C47 P37664 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2/index
[junit4:junit4]   2> 20753 T273 C47 P37664 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20754 T314 C45 P37671 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20755 T314 C45 P37671 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603 forceNew:false
[junit4:junit4]   2> 20755 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 20756 T314 C45 P37671 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a0ec60b; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 20760 T273 C47 P37664 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20762 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index
[junit4:junit4]   2> 20762 T314 C45 P37671 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20763 T314 C45 P37671 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130130133750603
[junit4:junit4]   2> 20764 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 20765 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 20765 T314 C45 P37671 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603
[junit4:junit4]   2> 20769 T314 C45 P37671 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a0ec60b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20769 T314 C45 P37671 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20770 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 20771 T314 C45 P37671 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20771 T314 C45 P37671 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20771 T314 C45 P37671 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20772 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603
[junit4:junit4]   2> 20773 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 20776 T314 C45 P37671 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a0ec60b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20776 T314 C45 P37671 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20777 T314 C45 P37671 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20777 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 20777 T314 C45 P37671 oass.SolrIndexSearcher.<init> Opening Searcher@2034b071 main
[junit4:junit4]   2> 20780 T313 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2034b071 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20780 T313 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index
[junit4:junit4]   2> 20781 T314 C45 P37671 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20784 T314 C45 P37671 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a0ec60b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a0ec60b; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20784 T314 C45 P37671 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20785 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 20786 T314 C45 P37671 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20786 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index.20130130133750603
[junit4:junit4]   2> 20786 T314 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4/index
[junit4:junit4]   2> 20787 T314 C45 P37671 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20787 T314 C45 P37671 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20787 T314 C45 P37671 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20787 T314 C45 P37671 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20794 T314 C45 P37671 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 21725 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22248 T247 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22249 T247 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[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:37671_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:37671"}
[junit4:junit4]   2> 22261 T246 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> 22261 T295 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> 22261 T280 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> 22261 T311 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> 22261 T252 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> 22261 T265 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> 22727 T224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22729 T224 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C48 name=collection1 org.apache.solr.core.SolrCore@3c356a00 url=http://127.0.0.1:37654/collection1 node=127.0.0.1:37654_ C48_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:37654_, base_url=http://127.0.0.1:37654, leader=true}
[junit4:junit4]   2> 22807 T236 C48 P37654 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data
[junit4:junit4]   2> 22811 T236 C48 P37654 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e7ae308; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22812 T236 C48 P37654 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22818 T236 C48 P37654 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/control/data
[junit4:junit4]   2> 22823 T236 C48 P37654 oass.SolrIndexSearcher.<init> Opening Searcher@2938bfce realtime
[junit4:junit4]   2> 22824 T236 C48 P37654 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1425581510638960640)} 0 65
[junit4:junit4]   2> 22848 T274 C47 P37664 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty2
[junit4:junit4]   2> 22874 T259 C46 P37661 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty1
[junit4:junit4]   2>  C45_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:37671_, base_url=http://127.0.0.1:37671}
[junit4:junit4]   2> 22881 T301 C45 P37671 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1359540449860/jetty4
[junit4:junit4]   2> 22883 T301 C45 P37671 /update {update.distrib=FROMLEADER&_version_=-1425581510696632320&update.from=http://127.0.0.1:37664/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1425581510696632320)} 0 4
[junit4:junit4]   2>  C44_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:37667_, base_url=http://127.0.0.1:37667}
[junit4:junit4]   2> 22888 T285 C44 P37667 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/s

[...truncated too long message...]

va:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]    > 	... 47 more
[junit4:junit4]   2> 137643 T224 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=MockFixedIntBlock(blockSize=1897), foo_b=PostingsFormat(name=Direct), foo_d=PostingsFormat(name=MockSep), foo_f=PostingsFormat(name=Direct), n_tl1=MockFixedIntBlock(blockSize=1897), n_d1=PostingsFormat(name=MockRandom), rnd_b=PostingsFormat(name=MockSep), intDefault=PostingsFormat(name=MockRandom), n_td1=MockFixedIntBlock(blockSize=1897), timestamp=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockSep), range_facet_sl=PostingsFormat(name=Direct), range_facet_si=MockFixedIntBlock(blockSize=1897), oddField_s=PostingsFormat(name=Direct), foo_i=MockFixedIntBlock(blockSize=1897), multiDefault=MockFixedIntBlock(blockSize=1897), n_tf1=PostingsFormat(name=MockRandom), n_dt1=MockFixedIntBlock(blockSize=1897), n_ti1=PostingsFormat(name=MockSep), range_facet_l=PostingsFormat(name=MockRandom), text=PostingsFormat(name=Direct), _version_=PostingsFormat(name=MockRandom), val_i=PostingsFormat(name=MockSep), SubjectTerms_mfacet=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), n_tdt1=PostingsFormat(name=MockRandom), other_tl1=PostingsFormat(name=MockRandom), n_l1=PostingsFormat(name=MockRandom), a_si=MockFixedIntBlock(blockSize=1897)}, sim=DefaultSimilarity, locale=nl_BE, timezone=Iran
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=263065752,total=373293056
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, SimpleFacetsTest, SpellCheckComponentTest, UniqFieldsUpdateProcessorFactoryTest, SpellCheckCollatorTest, TestFuzzyAnalyzedSuggestions, DateFieldTest, TestXIncludeConfig, TestReload, TestCollationField, TestPostingsSolrHighlighter, DateMathParserTest, CacheHeaderTest, FileBasedSpellCheckerTest, TestZkChroot, TestStressRecovery, TestNumberUtils, ChaosMonkeyNothingIsSafeTest, TestExtendedDismaxParser, TestFastOutputStream, TestFiltering, UpdateRequestProcessorFactoryTest, TermsComponentTest, TestLMDirichletSimilarityFactory, PluginInfoTest, BasicDistributedZkTest]
[junit4:junit4] Completed on J0 in 137.93s, 1 test, 1 error <<< FAILURES!

[...truncated 557 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:346: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build.xml:178: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:428: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1176: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:841: There were test failures: 247 suites, 1032 tests, 1 error, 23 ignored (5 assumptions)

Total time: 39 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure