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/02/01 18:11:42 UTC

[JENKINS] Lucene-Solr-Tests-4.x-java7 - Build # 955 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-java7/955/

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:38379/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:38379/collection1
	at __randomizedtesting.SeedInfo.seed([785BEFFD9B5C1BA3:F9BD61E5EC037B9F]: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.cloud.AbstractFullDistribZkTestBase.index_specific(AbstractFullDistribZkTestBase.java:575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkQueries(AbstractFullDistribZkTestBase.java:750)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:101)
	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)
	... 46 more




Build Log:
[...truncated 8852 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T1779 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T1779 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1359738184672
[junit4:junit4]   2> 8 T1779 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T1780 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 12 T1780 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 12 T1780 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 13 T1780 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 13 T1780 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T1780 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T1779 oasc.ZkTestServer.run start zk server on port:38362
[junit4:junit4]   2> 109 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@46748a6c
[junit4:junit4]   2> 111 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 111 T1785 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 112 T1785 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 112 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38363
[junit4:junit4]   2> 112 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38363
[junit4:junit4]   2> 113 T1783 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 126 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90000 with negotiated timeout 10000 for client /140.211.11.196:38363
[junit4:junit4]   2> 126 T1785 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90000, negotiated timeout = 10000
[junit4:junit4]   2> 126 T1786 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46748a6c name:ZooKeeperConnection Watcher:127.0.0.1:38362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 127 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 127 T1779 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 131 T1784 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c96b623e90000
[junit4:junit4]   2> 145 T1786 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 146 T1781 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:38363 which had sessionid 0x13c96b623e90000
[junit4:junit4]   2> 145 T1779 oaz.ZooKeeper.close Session: 0x13c96b623e90000 closed
[junit4:junit4]   2> 147 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@17405631
[junit4:junit4]   2> 148 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 148 T1787 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 149 T1787 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 149 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38364
[junit4:junit4]   2> 149 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38364
[junit4:junit4]   2> 151 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90001 with negotiated timeout 10000 for client /140.211.11.196:38364
[junit4:junit4]   2> 151 T1787 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90001, negotiated timeout = 10000
[junit4:junit4]   2> 151 T1788 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17405631 name:ZooKeeperConnection Watcher:127.0.0.1:38362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 151 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 152 T1779 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 187 T1779 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 190 T1779 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 193 T1779 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 196 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 197 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 203 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 205 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 312 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 314 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 317 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 318 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 322 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 322 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 326 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 327 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 330 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 331 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 334 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 335 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 338 T1779 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 339 T1779 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 342 T1784 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c96b623e90001
[junit4:junit4]   2> 343 T1788 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 343 T1779 oaz.ZooKeeper.close Session: 0x13c96b623e90001 closed
[junit4:junit4]   2> 343 T1781 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:38364 which had sessionid 0x13c96b623e90001
[junit4:junit4]   2> 526 T1779 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 532 T1779 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38365
[junit4:junit4]   2> 533 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 533 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 534 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009
[junit4:junit4]   2> 534 T1779 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/solr.xml
[junit4:junit4]   2> 535 T1779 oasc.CoreContainer.<init> New CoreContainer 561489546
[junit4:junit4]   2> 536 T1779 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/'
[junit4:junit4]   2> 536 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/'
[junit4:junit4]   2> 586 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 587 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 587 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 587 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 588 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 588 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 588 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 589 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 589 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 589 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 603 T1779 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 617 T1779 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38362/solr
[junit4:junit4]   2> 618 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 618 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@a550dbd
[junit4:junit4]   2> 619 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 619 T1798 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 620 T1798 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 620 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38366
[junit4:junit4]   2> 621 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38366
[junit4:junit4]   2> 623 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90002 with negotiated timeout 20000 for client /140.211.11.196:38366
[junit4:junit4]   2> 623 T1798 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90002, negotiated timeout = 20000
[junit4:junit4]   2> 623 T1799 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a550dbd name:ZooKeeperConnection Watcher:127.0.0.1:38362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 623 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 625 T1784 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c96b623e90002
[junit4:junit4]   2> 626 T1799 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 626 T1781 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:38366 which had sessionid 0x13c96b623e90002
[junit4:junit4]   2> 626 T1779 oaz.ZooKeeper.close Session: 0x13c96b623e90002 closed
[junit4:junit4]   2> 626 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 634 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@445fbe1a
[junit4:junit4]   2> 635 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 635 T1800 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 635 T1800 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 636 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38367
[junit4:junit4]   2> 636 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38367
[junit4:junit4]   2> 638 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90003 with negotiated timeout 20000 for client /140.211.11.196:38367
[junit4:junit4]   2> 638 T1800 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90003, negotiated timeout = 20000
[junit4:junit4]   2> 638 T1801 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@445fbe1a name:ZooKeeperConnection Watcher:127.0.0.1:38362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 638 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 640 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 649 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 651 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38365_
[junit4:junit4]   2> 651 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38365_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38365_
[junit4:junit4]   2> 653 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38365_
[junit4:junit4]   2> 656 T1779 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 673 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 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> 674 T1779 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 677 T1779 oasc.Overseer.start Overseer (id=89111801671254019-127.0.0.1:38365_-n_0000000000) starting
[junit4:junit4]   2> 677 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 685 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 686 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 688 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 697 T1803 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 698 T1779 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 701 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 703 T1802 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 707 T1804 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/collection1
[junit4:junit4]   2> 707 T1804 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 707 T1804 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 708 T1804 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 709 T1804 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/collection1/'
[junit4:junit4]   2> 710 T1804 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/collection1/lib/README' to classloader
[junit4:junit4]   2> 710 T1804 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 765 T1804 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 817 T1804 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 918 T1804 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 923 T1804 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1388 T1804 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1396 T1804 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1399 T1804 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1411 T1804 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1415 T1804 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1418 T1804 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1419 T1804 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1420 T1804 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359738185009/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/
[junit4:junit4]   2> 1421 T1804 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28c7a89f
[junit4:junit4]   2> 1421 T1804 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1422 T1804 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data forceNew:false
[junit4:junit4]   2> 1423 T1804 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data
[junit4:junit4]   2> 1423 T1804 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index/
[junit4:junit4]   2> 1423 T1804 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1424 T1804 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index forceNew:false
[junit4:junit4]   2> 1454 T1804 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4286977d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1454 T1804 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1455 T1804 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index
[junit4:junit4]   2> 1455 T1804 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1456 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1457 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1457 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1457 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1458 T1804 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1458 T1804 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1458 T1804 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1458 T1804 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1459 T1804 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1459 T1804 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1459 T1804 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1460 T1804 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1460 T1804 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1460 T1804 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1460 T1804 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1461 T1804 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1461 T1804 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1461 T1804 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1462 T1804 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1462 T1804 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1462 T1804 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1463 T1804 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1463 T1804 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1463 T1804 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1464 T1804 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1464 T1804 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1472 T1804 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1475 T1804 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1476 T1804 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> 1478 T1804 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data
[junit4:junit4]   2> 1479 T1804 oass.SolrIndexSearcher.<init> Opening Searcher@18e685ac main
[junit4:junit4]   2> 1480 T1804 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1480 T1804 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1480 T1804 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1497 T1804 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1548 T1805 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18e685ac main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1550 T1804 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1551 T1804 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1551 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 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> 2207 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2207 T1802 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:38365_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38365"}
[junit4:junit4]   2> 2208 T1802 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2208 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2209 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 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> 2725 T1801 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> 3565 T1804 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3565 T1804 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38365 collection:control_collection shard:shard1
[junit4:junit4]   2> 3566 T1804 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3586 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 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> 3587 T1804 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3588 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3590 T1804 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3590 T1804 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3591 T1804 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38365/collection1/
[junit4:junit4]   2> 3591 T1804 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3591 T1804 oasc.SyncStrategy.syncToMe http://127.0.0.1:38365/collection1/ has no replicas
[junit4:junit4]   2> 3591 T1804 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38365/collection1/
[junit4:junit4]   2> 3592 T1804 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3595 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4231 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4249 T1801 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> 4261 T1804 oasc.ZkController.register We are http://127.0.0.1:38365/collection1/ and leader is http://127.0.0.1:38365/collection1/
[junit4:junit4]   2> 4261 T1804 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38365
[junit4:junit4]   2> 4261 T1804 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4262 T1804 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4262 T1804 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4265 T1804 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4266 T1779 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 4266 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4267 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4282 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4291 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@36c07ad9
[junit4:junit4]   2> 4292 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4292 T1806 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4293 T1806 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 4293 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38368
[junit4:junit4]   2> 4294 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38368
[junit4:junit4]   2> 4295 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90004 with negotiated timeout 10000 for client /140.211.11.196:38368
[junit4:junit4]   2> 4295 T1806 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90004, negotiated timeout = 10000
[junit4:junit4]   2> 4296 T1807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36c07ad9 name:ZooKeeperConnection Watcher:127.0.0.1:38362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4296 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4298 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4300 T1779 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4485 T1779 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4488 T1779 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38369
[junit4:junit4]   2> 4489 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4489 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4490 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966
[junit4:junit4]   2> 4490 T1779 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/solr.xml
[junit4:junit4]   2> 4491 T1779 oasc.CoreContainer.<init> New CoreContainer 885418686
[junit4:junit4]   2> 4492 T1779 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/'
[junit4:junit4]   2> 4492 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/'
[junit4:junit4]   2> 4555 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4556 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4557 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4557 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4558 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4558 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4559 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4559 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4560 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4560 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4582 T1779 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4604 T1779 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38362/solr
[junit4:junit4]   2> 4604 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4605 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@75b75613
[junit4:junit4]   2> 4606 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4606 T1817 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4607 T1817 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 4608 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38370
[junit4:junit4]   2> 4608 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38370
[junit4:junit4]   2> 4610 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90005 with negotiated timeout 20000 for client /140.211.11.196:38370
[junit4:junit4]   2> 4610 T1817 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90005, negotiated timeout = 20000
[junit4:junit4]   2> 4610 T1818 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75b75613 name:ZooKeeperConnection Watcher:127.0.0.1:38362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4611 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4612 T1784 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c96b623e90005
[junit4:junit4]   2> 4623 T1818 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4623 T1781 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:38370 which had sessionid 0x13c96b623e90005
[junit4:junit4]   2> 4623 T1779 oaz.ZooKeeper.close Session: 0x13c96b623e90005 closed
[junit4:junit4]   2> 4624 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4634 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6264d1c8
[junit4:junit4]   2> 4635 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4635 T1819 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4636 T1819 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 4636 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38371
[junit4:junit4]   2> 4636 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38371
[junit4:junit4]   2> 4638 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90006 with negotiated timeout 20000 for client /140.211.11.196:38371
[junit4:junit4]   2> 4638 T1819 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90006, negotiated timeout = 20000
[junit4:junit4]   2> 4638 T1820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6264d1c8 name:ZooKeeperConnection Watcher:127.0.0.1:38362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4638 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4640 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4641 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4648 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38369_
[junit4:junit4]   2> 4649 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38369_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38369_
[junit4:junit4]   2> 4650 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38369_
[junit4:junit4]   2> 4653 T1801 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4653 T1807 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4653 T1801 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> 4662 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4669 T1821 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/collection1
[junit4:junit4]   2> 4669 T1821 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4670 T1821 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4670 T1821 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4672 T1821 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/collection1/'
[junit4:junit4]   2> 4673 T1821 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4674 T1821 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/collection1/lib/README' to classloader
[junit4:junit4]   2> 4734 T1821 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4831 T1821 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4932 T1821 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4939 T1821 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5600 T1821 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5608 T1821 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5611 T1821 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5623 T1821 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5627 T1821 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5631 T1821 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5632 T1821 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5633 T1821 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359738188966/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/
[junit4:junit4]   2> 5634 T1821 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28c7a89f
[junit4:junit4]   2> 5634 T1821 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5635 T1821 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1 forceNew:false
[junit4:junit4]   2> 5635 T1821 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1
[junit4:junit4]   2> 5635 T1821 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index/
[junit4:junit4]   2> 5636 T1821 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5637 T1821 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index forceNew:false
[junit4:junit4]   2> 5642 T1821 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d23fc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5643 T1821 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5644 T1821 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index
[junit4:junit4]   2> 5644 T1821 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5646 T1821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5646 T1821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5646 T1821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5646 T1821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5647 T1821 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5647 T1821 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5647 T1821 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5648 T1821 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5648 T1821 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5649 T1821 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5649 T1821 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5649 T1821 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5650 T1821 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5650 T1821 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5650 T1821 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5651 T1821 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5651 T1821 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5651 T1821 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5652 T1821 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5652 T1821 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5652 T1821 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5653 T1821 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5653 T1821 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5654 T1821 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5654 T1821 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5654 T1821 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5664 T1821 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5668 T1821 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5670 T1821 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> 5672 T1821 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1
[junit4:junit4]   2> 5673 T1821 oass.SolrIndexSearcher.<init> Opening Searcher@298d3bb2 main
[junit4:junit4]   2> 5674 T1821 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5674 T1821 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5675 T1821 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5683 T1821 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5734 T1822 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@298d3bb2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5742 T1821 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5742 T1821 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5754 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5755 T1802 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:38365_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38365"}
[junit4:junit4]   2> 5758 T1802 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:38369_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38369"}
[junit4:junit4]   2> 5758 T1802 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5759 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5774 T1820 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> 5774 T1801 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> 5774 T1807 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> 6746 T1821 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6746 T1821 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38369 collection:collection1 shard:shard1
[junit4:junit4]   2> 6747 T1821 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6792 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90006 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> 6793 T1821 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6793 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6803 T1821 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6804 T1821 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6804 T1821 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38369/collection1/
[junit4:junit4]   2> 6804 T1821 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6804 T1821 oasc.SyncStrategy.syncToMe http://127.0.0.1:38369/collection1/ has no replicas
[junit4:junit4]   2> 6804 T1821 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38369/collection1/
[junit4:junit4]   2> 6804 T1821 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6808 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7280 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7307 T1820 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> 7307 T1801 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> 7307 T1807 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> 7320 T1821 oasc.ZkController.register We are http://127.0.0.1:38369/collection1/ and leader is http://127.0.0.1:38369/collection1/
[junit4:junit4]   2> 7320 T1821 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38369
[junit4:junit4]   2> 7320 T1821 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7320 T1821 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7321 T1821 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7322 T1821 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7323 T1779 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 7324 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7324 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7453 T1779 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7456 T1779 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38372
[junit4:junit4]   2> 7457 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7457 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7457 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999
[junit4:junit4]   2> 7458 T1779 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/solr.xml
[junit4:junit4]   2> 7458 T1779 oasc.CoreContainer.<init> New CoreContainer 503593834
[junit4:junit4]   2> 7459 T1779 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/'
[junit4:junit4]   2> 7459 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/'
[junit4:junit4]   2> 7499 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7500 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7500 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7500 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7501 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7501 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7501 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7502 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7502 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7502 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7517 T1779 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7532 T1779 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38362/solr
[junit4:junit4]   2> 7532 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7533 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@df103a1
[junit4:junit4]   2> 7534 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7534 T1832 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7535 T1832 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 7535 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38373
[junit4:junit4]   2> 7535 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38373
[junit4:junit4]   2> 7537 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90007 with negotiated timeout 20000 for client /140.211.11.196:38373
[junit4:junit4]   2> 7537 T1832 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90007, negotiated timeout = 20000
[junit4:junit4]   2> 7538 T1833 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@df103a1 name:ZooKeeperConnection Watcher:127.0.0.1:38362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7538 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7539 T1784 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c96b623e90007
[junit4:junit4]   2> 7540 T1833 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7540 T1781 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:38373 which had sessionid 0x13c96b623e90007
[junit4:junit4]   2> 7540 T1779 oaz.ZooKeeper.close Session: 0x13c96b623e90007 closed
[junit4:junit4]   2> 7541 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7548 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6919be61
[junit4:junit4]   2> 7549 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7550 T1834 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7550 T1834 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 7550 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38374
[junit4:junit4]   2> 7551 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38374
[junit4:junit4]   2> 7552 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90008 with negotiated timeout 20000 for client /140.211.11.196:38374
[junit4:junit4]   2> 7552 T1834 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90008, negotiated timeout = 20000
[junit4:junit4]   2> 7553 T1835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6919be61 name:ZooKeeperConnection Watcher:127.0.0.1:38362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7553 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7554 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7555 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7563 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38372_
[junit4:junit4]   2> 7563 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38372_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38372_
[junit4:junit4]   2> 7564 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38372_
[junit4:junit4]   2> 7572 T1820 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7573 T1801 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7573 T1807 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7573 T1820 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> 7573 T1801 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> 7574 T1807 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> 7576 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7583 T1836 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/collection1
[junit4:junit4]   2> 7584 T1836 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7584 T1836 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7584 T1836 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7586 T1836 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/collection1/'
[junit4:junit4]   2> 7587 T1836 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/collection1/lib/README' to classloader
[junit4:junit4]   2> 7588 T1836 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7648 T1836 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 7747 T1836 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7848 T1836 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7855 T1836 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8360 T1836 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8368 T1836 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8371 T1836 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8383 T1836 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8387 T1836 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8391 T1836 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8392 T1836 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8393 T1836 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359738191999/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/
[junit4:junit4]   2> 8393 T1836 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28c7a89f
[junit4:junit4]   2> 8393 T1836 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8394 T1836 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2 forceNew:false
[junit4:junit4]   2> 8395 T1836 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2
[junit4:junit4]   2> 8395 T1836 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index/
[junit4:junit4]   2> 8395 T1836 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8396 T1836 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index forceNew:false
[junit4:junit4]   2> 8403 T1836 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e167cd7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8404 T1836 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8404 T1836 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index
[junit4:junit4]   2> 8405 T1836 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8406 T1836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8406 T1836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8407 T1836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8407 T1836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8407 T1836 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8408 T1836 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8408 T1836 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8408 T1836 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8409 T1836 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8409 T1836 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8409 T1836 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8410 T1836 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8410 T1836 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8410 T1836 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8411 T1836 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8411 T1836 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8411 T1836 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8412 T1836 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8412 T1836 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8412 T1836 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8413 T1836 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8413 T1836 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8413 T1836 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8414 T1836 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8414 T1836 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8415 T1836 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8423 T1836 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8427 T1836 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8428 T1836 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> 8429 T1836 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2
[junit4:junit4]   2> 8431 T1836 oass.SolrIndexSearcher.<init> Opening Searcher@6afe90cc main
[junit4:junit4]   2> 8432 T1836 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8432 T1836 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8432 T1836 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8438 T1836 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8496 T1837 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6afe90cc main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8501 T1836 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8501 T1836 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8820 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8820 T1802 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:38369_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38369"}
[junit4:junit4]   2> 8825 T1802 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:38372_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38372"}
[junit4:junit4]   2> 8825 T1802 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8825 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8836 T1835 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> 8836 T1807 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> 8836 T1820 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> 8836 T1801 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> 9503 T1836 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9503 T1836 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38372 collection:collection1 shard:shard2
[junit4:junit4]   2> 9504 T1836 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9535 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9536 T1836 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9536 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9546 T1836 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9547 T1836 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9547 T1836 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38372/collection1/
[junit4:junit4]   2> 9547 T1836 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9547 T1836 oasc.SyncStrategy.syncToMe http://127.0.0.1:38372/collection1/ has no replicas
[junit4:junit4]   2> 9547 T1836 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38372/collection1/
[junit4:junit4]   2> 9548 T1836 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9550 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e90008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10349 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10364 T1801 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> 10364 T1820 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> 10364 T1807 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> 10364 T1835 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> 10375 T1836 oasc.ZkController.register We are http://127.0.0.1:38372/collection1/ and leader is http://127.0.0.1:38372/collection1/
[junit4:junit4]   2> 10375 T1836 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38372
[junit4:junit4]   2> 10375 T1836 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10375 T1836 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10376 T1836 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10377 T1836 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10378 T1779 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 10378 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10379 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10520 T1779 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10523 T1779 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38375
[junit4:junit4]   2> 10524 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10524 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10524 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055
[junit4:junit4]   2> 10525 T1779 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/solr.xml
[junit4:junit4]   2> 10525 T1779 oasc.CoreContainer.<init> New CoreContainer 175214466
[junit4:junit4]   2> 10526 T1779 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/'
[junit4:junit4]   2> 10526 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/'
[junit4:junit4]   2> 10571 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10572 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10572 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10573 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10573 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10574 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10574 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10575 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10575 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10576 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10599 T1779 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10620 T1779 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38362/solr
[junit4:junit4]   2> 10621 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10622 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@4b071e83
[junit4:junit4]   2> 10623 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10623 T1847 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10624 T1847 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 10625 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38376
[junit4:junit4]   2> 10625 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38376
[junit4:junit4]   2> 10628 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e90009 with negotiated timeout 20000 for client /140.211.11.196:38376
[junit4:junit4]   2> 10628 T1847 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e90009, negotiated timeout = 20000
[junit4:junit4]   2> 10628 T1848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b071e83 name:ZooKeeperConnection Watcher:127.0.0.1:38362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10628 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10630 T1784 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c96b623e90009
[junit4:junit4]   2> 10641 T1781 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:38376 which had sessionid 0x13c96b623e90009
[junit4:junit4]   2> 10642 T1848 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10642 T1779 oaz.ZooKeeper.close Session: 0x13c96b623e90009 closed
[junit4:junit4]   2> 10642 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10654 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@48f0537d
[junit4:junit4]   2> 10655 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10655 T1849 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10656 T1849 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 10656 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38377
[junit4:junit4]   2> 10656 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38377
[junit4:junit4]   2> 10658 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e9000a with negotiated timeout 20000 for client /140.211.11.196:38377
[junit4:junit4]   2> 10658 T1849 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e9000a, negotiated timeout = 20000
[junit4:junit4]   2> 10658 T1850 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48f0537d name:ZooKeeperConnection Watcher:127.0.0.1:38362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10658 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10660 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e9000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10661 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e9000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10669 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38375_
[junit4:junit4]   2> 10670 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e9000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38375_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38375_
[junit4:junit4]   2> 10671 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38375_
[junit4:junit4]   2> 10673 T1835 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> 10674 T1807 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10674 T1801 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10674 T1807 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> 10674 T1801 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> 10674 T1820 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10675 T1820 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> 10682 T1835 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10684 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10691 T1851 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/collection1
[junit4:junit4]   2> 10691 T1851 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10692 T1851 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10692 T1851 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10694 T1851 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/collection1/'
[junit4:junit4]   2> 10695 T1851 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10696 T1851 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/collection1/lib/README' to classloader
[junit4:junit4]   2> 10755 T1851 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10854 T1851 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10955 T1851 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10961 T1851 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11623 T1851 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11632 T1851 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11635 T1851 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11645 T1851 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11648 T1851 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11652 T1851 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11653 T1851 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11653 T1851 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359738195055/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/
[junit4:junit4]   2> 11654 T1851 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28c7a89f
[junit4:junit4]   2> 11654 T1851 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11655 T1851 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3 forceNew:false
[junit4:junit4]   2> 11655 T1851 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 11655 T1851 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index/
[junit4:junit4]   2> 11656 T1851 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11657 T1851 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index forceNew:false
[junit4:junit4]   2> 11688 T1851 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f54f41f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11689 T1851 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11690 T1851 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index
[junit4:junit4]   2> 11690 T1851 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11693 T1851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11693 T1851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11693 T1851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11694 T1851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11694 T1851 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11695 T1851 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11695 T1851 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11696 T1851 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11696 T1851 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11697 T1851 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11697 T1851 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11698 T1851 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11698 T1851 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11699 T1851 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11699 T1851 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11700 T1851 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11700 T1851 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11701 T1851 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11701 T1851 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11702 T1851 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11702 T1851 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11703 T1851 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11703 T1851 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11704 T1851 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11704 T1851 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11705 T1851 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11719 T1851 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11724 T1851 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11725 T1851 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> 11728 T1851 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 11730 T1851 oass.SolrIndexSearcher.<init> Opening Searcher@129dbe40 main
[junit4:junit4]   2> 11731 T1851 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11731 T1851 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11732 T1851 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11739 T1851 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11798 T1852 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@129dbe40 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11804 T1851 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11804 T1851 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11877 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11878 T1802 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:38372_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38372"}
[junit4:junit4]   2> 11881 T1802 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:38375_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38375"}
[junit4:junit4]   2> 11881 T1802 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11881 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11898 T1807 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> 11898 T1801 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> 11898 T1850 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> 11898 T1835 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> 11898 T1820 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> 12807 T1851 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12807 T1851 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38375 collection:collection1 shard:shard1
[junit4:junit4]   2> 12812 T1851 oasc.ZkController.register We are http://127.0.0.1:38375/collection1/ and leader is http://127.0.0.1:38369/collection1/
[junit4:junit4]   2> 12812 T1851 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38375
[junit4:junit4]   2> 12813 T1851 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12813 T1851 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C179 name=collection1 org.apache.solr.core.SolrCore@6d484fa5 url=http://127.0.0.1:38375/collection1 node=127.0.0.1:38375_ C179_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:38375_, base_url=http://127.0.0.1:38375}
[junit4:junit4]   2> 12813 T1853 C179 P38375 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12814 T1851 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12814 T1853 C179 P38375 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12814 T1853 C179 P38375 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12815 T1853 C179 P38375 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12815 T1779 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 12816 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12816 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12826 T1853 C179 P38375 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13025 T1779 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13028 T1779 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38379
[junit4:junit4]   2> 13029 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13030 T1779 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13030 T1779 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498
[junit4:junit4]   2> 13031 T1779 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/solr.xml
[junit4:junit4]   2> 13031 T1779 oasc.CoreContainer.<init> New CoreContainer 688884813
[junit4:junit4]   2> 13032 T1779 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/'
[junit4:junit4]   2> 13033 T1779 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/'
[junit4:junit4]   2> 13099 T1779 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13099 T1779 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13100 T1779 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13100 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13101 T1779 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13101 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13102 T1779 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13102 T1779 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13103 T1779 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13103 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13126 T1779 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13149 T1779 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38362/solr
[junit4:junit4]   2> 13150 T1779 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13150 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@48c4c998
[junit4:junit4]   2> 13151 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13152 T1863 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13153 T1863 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 13153 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38380
[junit4:junit4]   2> 13153 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38380
[junit4:junit4]   2> 13155 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e9000b with negotiated timeout 20000 for client /140.211.11.196:38380
[junit4:junit4]   2> 13155 T1863 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e9000b, negotiated timeout = 20000
[junit4:junit4]   2> 13156 T1864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48c4c998 name:ZooKeeperConnection Watcher:127.0.0.1:38362 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13156 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13157 T1784 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c96b623e9000b
[junit4:junit4]   2> 13158 T1864 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13158 T1781 oazs.NIOServerCnxn.closeSock Closed socket connection for client /140.211.11.196:38380 which had sessionid 0x13c96b623e9000b
[junit4:junit4]   2> 13158 T1779 oaz.ZooKeeper.close Session: 0x13c96b623e9000b closed
[junit4:junit4]   2> 13159 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13170 T1779 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38362/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4402a85a
[junit4:junit4]   2> 13171 T1779 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13172 T1865 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:38362. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13172 T1865 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:38362, initiating session
[junit4:junit4]   2> 13173 T1781 oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:38381
[junit4:junit4]   2> 13173 T1781 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /140.211.11.196:38381
[junit4:junit4]   2> 13174 T1783 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c96b623e9000c with negotiated timeout 20000 for client /140.211.11.196:38381
[junit4:junit4]   2> 13174 T1865 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:38362, sessionid = 0x13c96b623e9000c, negotiated timeout = 20000
[junit4:junit4]   2> 13175 T1866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4402a85a name:ZooKeeperConnection Watcher:127.0.0.1:38362/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13175 T1779 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13176 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e9000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13177 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e9000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13186 T1779 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38379_
[junit4:junit4]   2> 13186 T1784 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c96b623e9000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38379_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38379_
[junit4:junit4]   2> 13187 T1779 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38379_
[junit4:junit4]   2> 13190 T1835 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> 13190 T1807 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13191 T1801 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13191 T1820 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13191 T1801 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> 13191 T1807 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> 13191 T1850 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13191 T1820 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> 13192 T1850 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> 13192 T1835 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13199 T1779 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13207 T1867 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/collection1
[junit4:junit4]   2> 13207 T1867 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13208 T1867 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13208 T1867 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13209 T1867 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/collection1/'
[junit4:junit4]   2> 13210 T1867 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13211 T1867 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/collection1/lib/README' to classloader
[junit4:junit4]   2> 13264 T1867 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13352 T1867 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13404 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13405 T1802 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:38375_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38375"}
[junit4:junit4]   2> 13417 T1807 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> 13418 T1835 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> 13417 T1801 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> 13418 T1850 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> 13417 T1820 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> 13453 T1866 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> 13453 T1867 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13460 T1867 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13932 T1867 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13939 T1867 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13942 T1867 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13954 T1867 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13960 T1867 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13965 T1867 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13966 T1867 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13967 T1867 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359738197498/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/
[junit4:junit4]   2> 13968 T1867 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@28c7a89f
[junit4:junit4]   2> 13968 T1867 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13969 T1867 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4 forceNew:false
[junit4:junit4]   2> 13970 T1867 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4
[junit4:junit4]   2> 13971 T1867 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index/
[junit4:junit4]   2> 13971 T1867 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13973 T1867 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index forceNew:false
[junit4:junit4]   2> 13993 T1867 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@932ac7a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13993 T1867 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13994 T1867 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index
[junit4:junit4]   2> 13995 T1867 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13997 T1867 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13998 T1867 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13998 T1867 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13998 T1867 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13999 T1867 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13999 T1867 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14000 T1867 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14000 T1867 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14001 T1867 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14001 T1867 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14002 T1867 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14003 T1867 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14003 T1867 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14003 T1867 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14004 T1867 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14004 T1867 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14005 T1867 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14005 T1867 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14006 T1867 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14006 T1867 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14007 T1867 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14007 T1867 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14007 T1867 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14008 T1867 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14008 T1867 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14008 T1867 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14018 T1867 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14021 T1867 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14022 T1867 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> 14024 T1867 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4
[junit4:junit4]   2> 14026 T1867 oass.SolrIndexSearcher.<init> Opening Searcher@59d21d1a main
[junit4:junit4]   2> 14026 T1867 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14027 T1867 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14027 T1867 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14033 T1867 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14082 T1868 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@59d21d1a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14085 T1867 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14085 T1867 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14922 T1802 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14923 T1802 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:38379_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38379"}
[junit4:junit4]   2> 14923 T1802 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14924 T1802 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15033 T1820 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> 15033 T1801 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> 15033 T1866 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> 15033 T1850 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> 15033 T1835 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> 15033 T1807 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> 15088 T1867 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15088 T1867 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38379 collection:collection1 shard:shard2
[junit4:junit4]   2> 15104 T1867 oasc.ZkController.register We are http://127.0.0.1:38379/collection1/ and leader is http://127.0.0.1:38372/collection1/
[junit4:junit4]   2> 15104 T1867 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38379
[junit4:junit4]   2> 15104 T1867 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15104 T1867 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C180 name=collection1 org.apache.solr.core.SolrCore@2aa33250 url=http://127.0.0.1:38379/collection1 node=127.0.0.1:38379_ C180_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:38379_, base_url=http://127.0.0.1:38379}
[junit4:junit4]   2> 15105 T1869 C180 P38379 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15105 T1867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15105 T1869 C180 P38379 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15106 T1869 C180 P38379 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15106 T1869 C180 P38379 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15106 T1779 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1
[junit4:junit4]   2> 15107 T1779 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15108 T1779 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15135 T1869 C180 P38379 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15135 T1779 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C181 name=collection1 org.apache.solr.core.SolrCore@62c4fedc url=http://127.0.0.1:38365/collection1 node=127.0.0.1:38365_ C181_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:38365_, base_url=http://127.0.0.1:38365, leader=true}
[junit4:junit4]   2> 15149 T1791 C181 P38365 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data
[junit4:junit4]   2> 15155 T1791 C181 P38365 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4286977d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15155 T1791 C181 P38365 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15160 T1791 C181 P38365 /update {wt=javabin&version=2} {add=[1 (1425788842608164864)]} 0 11
[junit4:junit4]   2> ASYNC  NEW_CORE C182 name=collection1 org.apache.solr.core.SolrCore@4966063b url=http://127.0.0.1:38369/collection1 node=127.0.0.1:38369_ C182_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:38369_, base_url=http://127.0.0.1:38369, leader=true}
[junit4:junit4]   2> 15172 T1811 C182 P38369 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1
[junit4:junit4]   2> 15177 T1811 C182 P38369 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d23fc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15178 T1811 C182 P38369 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2>  C179_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:38375_, base_url=http://127.0.0.1:38375}
[junit4:junit4]   2> 15196 T1840 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 15200 T1840 C179 P38375 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f54f41f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15201 T1840 C179 P38375 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15205 T1840 C179 P38375 /update {distrib.from=http://127.0.0.1:38369/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1425788842632282112)]} 0 10
[junit4:junit4]   2> 15206 T1811 C182 P38369 /update {wt=javabin&version=2} {add=[1 (1425788842632282112)]} 0 34
[junit4:junit4]   2> 15209 T1791 C181 P38365 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15471 T1791 C181 P38365 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4286977d; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4286977d; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15473 T1791 C181 P38365 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15474 T1791 C181 P38365 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data
[junit4:junit4]   2> 15508 T1791 C181 P38365 oass.SolrIndexSearcher.<init> Opening Searcher@50efe70e main
[junit4:junit4]   2> 15509 T1791 C181 P38365 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15510 T1805 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50efe70e main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 15510 T1805 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/control/data/index
[junit4:junit4]   2> 15511 T1791 C181 P38365 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 302
[junit4:junit4]   2> ASYNC  NEW_CORE C183 name=collection1 org.apache.solr.core.SolrCore@55196d66 url=http://127.0.0.1:38372/collection1 node=127.0.0.1:38372_ C183_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:38372_, base_url=http://127.0.0.1:38372, leader=true}
[junit4:junit4]   2> 15520 T1826 C183 P38372 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15520 T1826 C183 P38372 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2
[junit4:junit4]   2> 15524 T1826 C183 P38372 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e167cd7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15524 T1826 C183 P38372 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15540 T1826 C183 P38372 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e167cd7; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2e167cd7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15541 T1826 C183 P38372 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15542 T1826 C183 P38372 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2
[junit4:junit4]   2> 15544 T1826 C183 P38372 oass.SolrIndexSearcher.<init> Opening Searcher@34cb39bb main
[junit4:junit4]   2> 15544 T1826 C183 P38372 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15546 T1837 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@34cb39bb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15546 T1837 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty2/index
[junit4:junit4]   2> 15547 T1826 C183 P38372 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:38369/collection1/, StdNode: http://127.0.0.1:38375/collection1/, StdNode: http://127.0.0.1:38379/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 15549 T1812 C182 P38369 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15550 T1841 C179 P38375 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15580 T1856 C180 P38379 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15581 T1856 C180 P38379 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4
[junit4:junit4]   2> 15587 T1856 C180 P38379 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@932ac7a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15587 T1856 C180 P38379 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15592 T1856 C180 P38379 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@932ac7a; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@932ac7a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15593 T1856 C180 P38379 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15594 T1856 C180 P38379 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4
[junit4:junit4]   2> 15597 T1856 C180 P38379 oass.SolrIndexSearcher.<init> Opening Searcher@3d547a9a main
[junit4:junit4]   2> 15598 T1856 C180 P38379 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15599 T1868 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3d547a9a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15600 T1868 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty4/index
[junit4:junit4]   2> 15600 T1856 C180 P38379 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 20
[junit4:junit4]   2> 15693 T1841 C179 P38375 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f54f41f; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f54f41f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15694 T1841 C179 P38375 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15695 T1812 C182 P38369 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d23fc; 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d23fc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15695 T1841 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 15696 T1812 C182 P38369 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 15697 T1812 C182 P38369 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1
[junit4:junit4]   2> 15719 T1841 C179 P38375 oass.SolrIndexSearcher.<init> Opening Searcher@f84e916 main
[junit4:junit4]   2> 15720 T1841 C179 P38375 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15720 T1812 C182 P38369 oass.SolrIndexSearcher.<init> Opening Searcher@6397c5ff main
[junit4:junit4]   2> 15721 T1852 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f84e916 main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 15721 T1812 C182 P38369 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15722 T1852 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index
[junit4:junit4]   2> 15722 T1841 C179 P38375 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 172
[junit4:junit4]   2> 15723 T1822 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6397c5ff main{StandardDirectoryReader(segments_2:3 _0(4.2):C1)}
[junit4:junit4]   2> 15723 T1822 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index
[junit4:junit4]   2> 15724 T1812 C182 P38369 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 175
[junit4:junit4]   2> 15724 T1826 C183 P38372 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 204
[junit4:junit4]   2> 15725 T1779 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15726 T1779 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15840 T1853 C179 P38375 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:38369/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15840 T1853 C179 P38375 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:38375 START replicas=[http://127.0.0.1:38369/collection1/] nUpdates=100
[junit4:junit4]   2> 15840 T1853 C179 P38375 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15842 T1853 C179 P38375 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15842 T1853 C179 P38375 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15842 T1853 C179 P38375 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15842 T1853 C179 P38375 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15843 T1853 C179 P38375 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:38369/collection1/. core=collection1
[junit4:junit4]   2> 15843 T1853 C179 P38375 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15843 T1813 C182 P38369 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 15858 T1814 C182 P38369 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15878 T1814 C182 P38369 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d23fc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, segments_2, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@d23fc; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 15879 T1814 C182 P38369 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.tip, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 15881 T1814 C182 P38369 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1
[junit4:junit4]   2> 15893 T1814 C182 P38369 oass.SolrIndexSearcher.<init> Opening Searcher@34ba119b realtime
[junit4:junit4]   2> 15894 T1814 C182 P38369 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15894 T1814 C182 P38369 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 36
[junit4:junit4]   2> 15895 T1853 C179 P38375 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15895 T1853 C179 P38375 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15898 T1815 C182 P38369 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15898 T1815 C182 P38369 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15899 T1853 C179 P38375 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 15899 T1853 C179 P38375 oash.SnapPuller.fetchLatestIndex Slave's generation: 2
[junit4:junit4]   2> 15899 T1853 C179 P38375 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15901 T1815 C182 P38369 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1
[junit4:junit4]   2> 15904 T1815 C182 P38369 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty1/index
[junit4:junit4]   2> 15905 T1815 C182 P38369 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=4 
[junit4:junit4]   2> 15905 T1853 C179 P38375 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 27
[junit4:junit4]   2> 15907 T1853 C179 P38375 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index.20130201110320571 forceNew:false
[junit4:junit4]   2> 15907 T1853 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 15916 T1853 C179 P38375 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index.20130201110320571 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f44d7b7; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15920 T1815 C182 P38369 REQ /replication {file=_0_MockSep_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15925 T1815 C182 P38369 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15930 T1815 C182 P38369 REQ /replication {file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15935 T1815 C182 P38369 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15940 T1815 C182 P38369 REQ /replication {file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15942 T1853 C179 P38375 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.skp, size=0}
[junit4:junit4]   2> 15945 T1815 C182 P38369 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15950 T1815 C182 P38369 REQ /replication {file=_0_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15951 T1853 C179 P38375 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 15955 T1815 C182 P38369 REQ /replication {file=_0_MockSep_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15956 T1853 C179 P38375 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockSep_0.skp, size=0}
[junit4:junit4]   2> 15959 T1815 C182 P38369 REQ /replication {file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15964 T1815 C182 P38369 REQ /replication {file=_0_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15969 T1815 C182 P38369 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15975 T1815 C182 P38369 REQ /replication {file=_0_MockSep_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15981 T1815 C182 P38369 REQ /replication {file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15987 T1815 C182 P38369 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15993 T1815 C182 P38369 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.blm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 15999 T1815 C182 P38369 REQ /replication {file=_0_Memory_0.ram&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16005 T1815 C182 P38369 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16011 T1815 C182 P38369 REQ /replication {file=_0_MockSep_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16017 T1815 C182 P38369 REQ /replication {file=_0_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16023 T1815 C182 P38369 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16029 T1815 C182 P38369 REQ /replication {file=_0_MockSep_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16035 T1815 C182 P38369 REQ /replication {file=_0_TestBloomFilteredLucene41Postings_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16041 T1815 C182 P38369 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16047 T1815 C182 P38369 REQ /replication {file=_0_MockSep_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16072 T1815 C182 P38369 REQ /replication {file=_0_MockSep_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16074 T1853 C179 P38375 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockSep_0.pyl, size=0}
[junit4:junit4]   2> 16077 T1815 C182 P38369 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16081 T1815 C182 P38369 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 16082 T1853 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index
[junit4:junit4]   2> 16082 T1853 C179 P38375 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16083 T1853 C179 P38375 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130201110320571
[junit4:junit4]   2> 16084 T1853 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 16085 T1853 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 16085 T1853 C179 P38375 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16085 T1853 C179 P38375 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16085 T1853 C179 P38375 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16095 T1853 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index
[junit4:junit4]   2> 16096 T1853 C179 P38375 oasc.CachingDirectoryFactory.close Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3
[junit4:junit4]   2> 16096 T1853 C179 P38375 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index.20130201110320571
[junit4:junit4]   2> 16109 T1853 C179 P38375 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-4.x-java7/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-1359738184672/jetty3/index.20130201110320571 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2f44d7b7; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_TestBloomFilteredLucene41Postings_0.doc, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 16109 T1853 C179 P38375 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_TestBloomFilteredLucene41Postings_0.tim, _0_MockVariableIntBlock_0.doc, _0_TestBloomFilteredLucene41Postings_0.tip, _0_MockVariableIntBlock_0.skp, _0_TestBloomFilteredLucene41Postings_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0.si, _0_MockSep_0.doc, _0_MockVariableIntBlock_0.tii, _0.fnm, _0_TestBloomFilteredLucene41Postings_0.blm, _0_Memory_0.ram, _0_nrm.cfs, _0_MockSep_0.tib, 

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

TeardownChained.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]    > 	... 46 more
[junit4:junit4]   2> 107504 T1779 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=MockVariableIntBlock(baseBlockSize=59), foo_b=PostingsFormat(name=MockSep), foo_d=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_f=PostingsFormat(name=MockSep), n_tl1=MockVariableIntBlock(baseBlockSize=59), n_d1=PostingsFormat(name=Memory doPackFST= true), rnd_b=PostingsFormat(name=TestBloomFilteredLucene41Postings), intDefault=PostingsFormat(name=Memory doPackFST= true), n_td1=MockVariableIntBlock(baseBlockSize=59), timestamp=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=MockVariableIntBlock(baseBlockSize=59), oddField_s=PostingsFormat(name=MockSep), multiDefault=MockVariableIntBlock(baseBlockSize=59), n_tf1=PostingsFormat(name=Memory doPackFST= true), n_dt1=MockVariableIntBlock(baseBlockSize=59), n_ti1=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=PostingsFormat(name=Memory doPackFST= true), text=PostingsFormat(name=MockSep), _version_=PostingsFormat(name=Memory doPackFST= true), SubjectTerms_mfacet=PostingsFormat(name=Memory doPackFST= true), a_t=PostingsFormat(name=Memory doPackFST= true), n_tdt1=PostingsFormat(name=Memory doPackFST= true), other_tl1=PostingsFormat(name=Memory doPackFST= true), n_l1=PostingsFormat(name=Memory doPackFST= true), a_si=MockVariableIntBlock(baseBlockSize=59)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ar_IQ, timezone=Pacific/Galapagos
[junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle Corporation 1.7.0_09 (64-bit)/cpus=16,threads=1,free=355190808,total=530579456
[junit4:junit4]   2> NOTE: All tests run in this JVM: [UpdateParamsTest, RequiredFieldsTest, XsltUpdateRequestHandlerTest, BadIndexSchemaTest, LukeRequestHandlerTest, PeerSyncTest, TestSolrCoreProperties, TestReplicationHandler, FullSolrCloudDistribCmdsTest, TestDocSet, TestArbitraryIndexDir, URLClassifyProcessorTest, BasicZkTest, DebugComponentTest, TestOmitPositions, TestRemoteStreaming, ShardRoutingCustomTest, TestCSVResponseWriter, MultiTermTest, CollectionsAPIDistributedZkTest, TestHashPartitioner, QueryParsingTest, TestRealTimeGet, PingRequestHandlerTest, TestStressRecovery, SynonymTokenizerTest, LeaderElectionTest, TestFoldingMultitermQuery, TestCodecSupport, SpellingQueryConverterTest, TestBinaryField, TestSolrDeletionPolicy2, TestQueryUtils, EchoParamsTest, DirectSolrSpellCheckerTest, TestPluginEnable, TestDistributedGrouping, TestReload, PrimitiveFieldTypeTest, RegexBoostProcessorTest, ShowFileRequestHandlerTest, TestDFRSimilarityFactory, ResponseLogComponentTest, DisMaxRequestHandlerTest, SolrIndexConfigTest, TestReversedWildcardFilterFactory, TestUpdate, XmlUpdateRequestHandlerTest, SyncSliceTest, TestSolrJ, StatelessScriptUpdateProcessorFactoryTest, TestStressReorder, BasicDistributedZk2Test]
[junit4:junit4] Completed on J1 in 107.54s, 1 test, 1 error <<< FAILURES!

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

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