You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/02/06 21:36:11 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 180 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/180/
Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:53172

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:53172
	at __randomizedtesting.SeedInfo.seed([A93DFEBE4BBD8B8F:28DB70A63CE2EBB3]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.cloud.BasicDistributedZkTest.testANewCollectionInOneInstanceWithManualShardAssignement(BasicDistributedZkTest.java:1071)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:331)
	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.SocketException: Invalid argument
	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)
	... 44 more




Build Log:
[...truncated 8876 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T3400 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 7 T3400 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1360182190736
[junit4:junit4]   2> 8 T3400 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 9 T3401 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T3401 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T3401 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T3401 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 12 T3401 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 13 T3401 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 110 T3400 oasc.ZkTestServer.run start zk server on port:53165
[junit4:junit4]   2> 110 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1d4b1eef
[junit4:junit4]   2> 111 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T3406 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T3406 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 113 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53166
[junit4:junit4]   2> 114 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53166
[junit4:junit4]   2> 114 T3404 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 116 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960000 with negotiated timeout 10000 for client /127.0.0.1:53166
[junit4:junit4]   2> 116 T3406 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960000, negotiated timeout = 10000
[junit4:junit4]   2> 117 T3407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d4b1eef name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 118 T3400 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 123 T3405 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb12d22960000
[junit4:junit4]   2> 124 T3407 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 124 T3402 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53166 which had sessionid 0x13cb12d22960000
[junit4:junit4]   2> 124 T3400 oaz.ZooKeeper.close Session: 0x13cb12d22960000 closed
[junit4:junit4]   2> 126 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@785577a7
[junit4:junit4]   2> 127 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 127 T3408 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 128 T3408 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 128 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53167
[junit4:junit4]   2> 129 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53167
[junit4:junit4]   2> 130 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960001 with negotiated timeout 10000 for client /127.0.0.1:53167
[junit4:junit4]   2> 130 T3408 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960001, negotiated timeout = 10000
[junit4:junit4]   2> 131 T3409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@785577a7 name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 131 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 131 T3400 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 137 T3400 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 141 T3400 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 145 T3400 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 150 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 151 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 158 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 159 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 164 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 165 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 170 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 170 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 174 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 175 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 180 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 180 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 185 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 185 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 190 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 191 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 195 T3400 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 196 T3400 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 200 T3405 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb12d22960001
[junit4:junit4]   2> 201 T3402 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53167 which had sessionid 0x13cb12d22960001
[junit4:junit4]   2> 201 T3400 oaz.ZooKeeper.close Session: 0x13cb12d22960001 closed
[junit4:junit4]   2> 202 T3409 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 375 T3400 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 389 T3400 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53168
[junit4:junit4]   2> 390 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 391 T3400 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 391 T3400 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930
[junit4:junit4]   2> 392 T3400 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/solr.xml
[junit4:junit4]   2> 392 T3400 oasc.CoreContainer.<init> New CoreContainer 234463859
[junit4:junit4]   2> 393 T3400 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/'
[junit4:junit4]   2> 394 T3400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/'
[junit4:junit4]   2> 429 T3400 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 430 T3400 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 430 T3400 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 431 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 431 T3400 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 432 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 432 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 433 T3400 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 433 T3400 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 434 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 445 T3400 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 463 T3400 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
[junit4:junit4]   2> 464 T3400 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 464 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@39228735
[junit4:junit4]   2> 466 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 466 T3419 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 467 T3419 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 468 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53169
[junit4:junit4]   2> 468 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53169
[junit4:junit4]   2> 470 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960002 with negotiated timeout 20000 for client /127.0.0.1:53169
[junit4:junit4]   2> 470 T3419 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960002, negotiated timeout = 20000
[junit4:junit4]   2> 470 T3420 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39228735 name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 470 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 473 T3405 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb12d22960002
[junit4:junit4]   2> 474 T3402 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53169 which had sessionid 0x13cb12d22960002
[junit4:junit4]   2> 474 T3420 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 474 T3400 oaz.ZooKeeper.close Session: 0x13cb12d22960002 closed
[junit4:junit4]   2> 475 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 480 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6c1ece51
[junit4:junit4]   2> 481 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 482 T3421 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 483 T3421 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 483 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53170
[junit4:junit4]   2> 483 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53170
[junit4:junit4]   2> 485 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960003 with negotiated timeout 20000 for client /127.0.0.1:53170
[junit4:junit4]   2> 485 T3421 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960003, negotiated timeout = 20000
[junit4:junit4]   2> 485 T3422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c1ece51 name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 486 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 488 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 490 T3400 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 493 T3400 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53168_
[junit4:junit4]   2> 494 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53168_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53168_
[junit4:junit4]   2> 495 T3400 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53168_
[junit4:junit4]   2> 500 T3400 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 508 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 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> 509 T3400 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 512 T3400 oasc.Overseer.start Overseer (id=89140900052467715-127.0.0.1:53168_-n_0000000000) starting
[junit4:junit4]   2> 513 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 514 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 516 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 517 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 518 T3424 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 519 T3400 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 524 T3400 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 527 T3423 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 533 T3425 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/collection1
[junit4:junit4]   2> 533 T3425 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 534 T3425 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 535 T3425 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 537 T3425 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/collection1/'
[junit4:junit4]   2> 538 T3425 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 539 T3425 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/collection1/lib/README' to classloader
[junit4:junit4]   2> 588 T3425 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 686 T3425 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 688 T3425 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 693 T3425 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1222 T3425 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1230 T3425 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1234 T3425 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1259 T3425 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1269 T3425 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1274 T3425 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1277 T3425 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1279 T3425 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360182190930/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data/
[junit4:junit4]   2> 1280 T3425 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@731bd60e
[junit4:junit4]   2> 1281 T3425 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1282 T3425 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data forceNew:false
[junit4:junit4]   2> 1283 T3425 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data
[junit4:junit4]   2> 1284 T3425 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data/index/
[junit4:junit4]   2> 1285 T3425 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1286 T3425 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data/index forceNew:false
[junit4:junit4]   2> 1293 T3425 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@350dc792),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1294 T3425 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1295 T3425 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data/index
[junit4:junit4]   2> 1296 T3425 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1299 T3425 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1300 T3425 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1300 T3425 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1301 T3425 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1302 T3425 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1303 T3425 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1303 T3425 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1304 T3425 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1305 T3425 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1306 T3425 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1307 T3425 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1308 T3425 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1308 T3425 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1309 T3425 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1309 T3425 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1310 T3425 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1310 T3425 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1310 T3425 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1311 T3425 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1311 T3425 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1312 T3425 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1312 T3425 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1313 T3425 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1313 T3425 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1314 T3425 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1315 T3425 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1322 T3425 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1324 T3425 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1326 T3425 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> 1328 T3425 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data
[junit4:junit4]   2> 1330 T3425 oass.SolrIndexSearcher.<init> Opening Searcher@7c8e0805 main
[junit4:junit4]   2> 1331 T3425 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1332 T3425 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1332 T3425 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1337 T3425 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1365 T3426 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c8e0805 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1371 T3425 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1371 T3425 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1372 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 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> 2035 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2037 T3423 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:53168_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53168"}
[junit4:junit4]   2> 2037 T3423 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2037 T3423 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2038 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 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> 2048 T3422 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> 2380 T3425 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2381 T3425 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53168 collection:control_collection shard:shard1
[junit4:junit4]   2> 2382 T3425 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2393 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 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> 2394 T3425 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2395 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2398 T3425 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2399 T3425 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2399 T3425 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53168/collection1/
[junit4:junit4]   2> 2399 T3425 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2400 T3425 oasc.SyncStrategy.syncToMe http://127.0.0.1:53168/collection1/ has no replicas
[junit4:junit4]   2> 2400 T3425 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53168/collection1/
[junit4:junit4]   2> 2400 T3425 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2408 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3559 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3579 T3422 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> 3616 T3425 oasc.ZkController.register We are http://127.0.0.1:53168/collection1/ and leader is http://127.0.0.1:53168/collection1/
[junit4:junit4]   2> 3616 T3425 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53168
[junit4:junit4]   2> 3617 T3425 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3617 T3425 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3617 T3425 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3622 T3425 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3627 T3400 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3629 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3630 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3637 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3641 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@fb5444f
[junit4:junit4]   2> 3642 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3643 T3427 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3644 T3427 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 3644 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53171
[junit4:junit4]   2> 3645 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53171
[junit4:junit4]   2> 3647 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960004 with negotiated timeout 10000 for client /127.0.0.1:53171
[junit4:junit4]   2> 3647 T3427 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960004, negotiated timeout = 10000
[junit4:junit4]   2> 3647 T3428 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb5444f name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3648 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3650 T3400 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3653 T3400 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3826 T3400 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3831 T3400 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53172
[junit4:junit4]   2> 3832 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3833 T3400 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3833 T3400 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381
[junit4:junit4]   2> 3834 T3400 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/solr.xml
[junit4:junit4]   2> 3834 T3400 oasc.CoreContainer.<init> New CoreContainer 1129485016
[junit4:junit4]   2> 3835 T3400 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/'
[junit4:junit4]   2> 3835 T3400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/'
[junit4:junit4]   2> 3867 T3400 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3868 T3400 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3868 T3400 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3869 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3869 T3400 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3869 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3870 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3871 T3400 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3871 T3400 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3872 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3883 T3400 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3912 T3400 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
[junit4:junit4]   2> 3913 T3400 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3914 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ce94521
[junit4:junit4]   2> 3916 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3916 T3438 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3918 T3438 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 3918 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53173
[junit4:junit4]   2> 3919 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53173
[junit4:junit4]   2> 3920 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960005 with negotiated timeout 20000 for client /127.0.0.1:53173
[junit4:junit4]   2> 3920 T3438 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960005, negotiated timeout = 20000
[junit4:junit4]   2> 3921 T3439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ce94521 name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3921 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3924 T3405 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb12d22960005
[junit4:junit4]   2> 3924 T3402 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53173 which had sessionid 0x13cb12d22960005
[junit4:junit4]   2> 3925 T3439 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3925 T3400 oaz.ZooKeeper.close Session: 0x13cb12d22960005 closed
[junit4:junit4]   2> 3926 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 3932 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@653720e1
[junit4:junit4]   2> 3933 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3947 T3440 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3948 T3440 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 3948 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53174
[junit4:junit4]   2> 3949 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53174
[junit4:junit4]   2> 3950 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960006 with negotiated timeout 20000 for client /127.0.0.1:53174
[junit4:junit4]   2> 3950 T3440 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960006, negotiated timeout = 20000
[junit4:junit4]   2> 3951 T3441 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@653720e1 name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3951 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3953 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3955 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3957 T3400 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53172_
[junit4:junit4]   2> 3958 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53172_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53172_
[junit4:junit4]   2> 3959 T3400 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53172_
[junit4:junit4]   2> 3963 T3422 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3967 T3422 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3968 T3428 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3975 T3400 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3987 T3442 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/collection1
[junit4:junit4]   2> 3987 T3442 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 3988 T3442 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 3989 T3442 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 3992 T3442 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/collection1/'
[junit4:junit4]   2> 3993 T3442 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 3994 T3442 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/collection1/lib/README' to classloader
[junit4:junit4]   2> 4045 T3442 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4097 T3442 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4098 T3442 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4104 T3442 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4654 T3442 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4662 T3442 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4665 T3442 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4686 T3442 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4691 T3442 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4695 T3442 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4698 T3442 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4700 T3442 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360182194381/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/
[junit4:junit4]   2> 4700 T3442 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@731bd60e
[junit4:junit4]   2> 4701 T3442 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 4701 T3442 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1 forceNew:false
[junit4:junit4]   2> 4702 T3442 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1
[junit4:junit4]   2> 4702 T3442 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index/
[junit4:junit4]   2> 4702 T3442 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4704 T3442 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index forceNew:false
[junit4:junit4]   2> 4707 T3442 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38b73287),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4719 T3442 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4720 T3442 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index
[junit4:junit4]   2> 4721 T3442 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4723 T3442 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4724 T3442 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4724 T3442 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4724 T3442 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4725 T3442 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4725 T3442 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4727 T3442 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4727 T3442 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4728 T3442 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4728 T3442 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4729 T3442 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4729 T3442 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4730 T3442 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4730 T3442 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4731 T3442 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4731 T3442 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4732 T3442 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4732 T3442 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4733 T3442 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4733 T3442 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4734 T3442 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4734 T3442 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4735 T3442 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4735 T3442 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4736 T3442 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4736 T3442 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4743 T3442 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4746 T3442 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4747 T3442 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> 4750 T3442 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1
[junit4:junit4]   2> 4751 T3442 oass.SolrIndexSearcher.<init> Opening Searcher@19c68be main
[junit4:junit4]   2> 4752 T3442 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4752 T3442 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4753 T3442 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4758 T3442 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4789 T3443 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19c68be main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4794 T3442 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4795 T3442 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5093 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5094 T3423 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:53168_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53168"}
[junit4:junit4]   2> 5099 T3423 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:53172_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53172"}
[junit4:junit4]   2> 5099 T3423 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5099 T3423 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5105 T3441 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> 5105 T3422 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> 5105 T3428 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> 5800 T3442 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5801 T3442 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53172 collection:collection1 shard:shard1
[junit4:junit4]   2> 5802 T3442 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 5812 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960006 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> 5812 T3442 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5813 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5816 T3442 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5816 T3442 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5816 T3442 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53172/collection1/
[junit4:junit4]   2> 5816 T3442 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5816 T3442 oasc.SyncStrategy.syncToMe http://127.0.0.1:53172/collection1/ has no replicas
[junit4:junit4]   2> 5817 T3442 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53172/collection1/
[junit4:junit4]   2> 5817 T3442 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 5823 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6616 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6628 T3422 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> 6628 T3441 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> 6628 T3428 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> 6666 T3442 oasc.ZkController.register We are http://127.0.0.1:53172/collection1/ and leader is http://127.0.0.1:53172/collection1/
[junit4:junit4]   2> 6666 T3442 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53172
[junit4:junit4]   2> 6666 T3442 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6667 T3442 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6667 T3442 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6669 T3442 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6671 T3400 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6671 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6672 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6849 T3400 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6853 T3400 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53175
[junit4:junit4]   2> 6854 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6855 T3400 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6855 T3400 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406
[junit4:junit4]   2> 6856 T3400 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/solr.xml
[junit4:junit4]   2> 6856 T3400 oasc.CoreContainer.<init> New CoreContainer 563677498
[junit4:junit4]   2> 6857 T3400 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/'
[junit4:junit4]   2> 6857 T3400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/'
[junit4:junit4]   2> 6892 T3400 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 6893 T3400 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6893 T3400 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6893 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6894 T3400 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6894 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6895 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6896 T3400 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6896 T3400 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6897 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6909 T3400 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6926 T3400 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
[junit4:junit4]   2> 6926 T3400 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6927 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2bdb8d38
[junit4:junit4]   2> 6928 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6929 T3453 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6930 T3453 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 6931 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53176
[junit4:junit4]   2> 6931 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53176
[junit4:junit4]   2> 6932 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960007 with negotiated timeout 20000 for client /127.0.0.1:53176
[junit4:junit4]   2> 6933 T3453 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960007, negotiated timeout = 20000
[junit4:junit4]   2> 6933 T3454 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bdb8d38 name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6933 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6935 T3405 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb12d22960007
[junit4:junit4]   2> 6936 T3402 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53176 which had sessionid 0x13cb12d22960007
[junit4:junit4]   2> 6936 T3400 oaz.ZooKeeper.close Session: 0x13cb12d22960007 closed
[junit4:junit4]   2> 6936 T3454 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6937 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 6943 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ec5bc6f
[junit4:junit4]   2> 6944 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6944 T3455 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6945 T3455 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 6945 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53177
[junit4:junit4]   2> 6946 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53177
[junit4:junit4]   2> 6947 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960008 with negotiated timeout 20000 for client /127.0.0.1:53177
[junit4:junit4]   2> 6947 T3455 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960008, negotiated timeout = 20000
[junit4:junit4]   2> 6948 T3456 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ec5bc6f name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6948 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6950 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6952 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6954 T3400 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53175_
[junit4:junit4]   2> 6955 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53175_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53175_
[junit4:junit4]   2> 6956 T3400 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53175_
[junit4:junit4]   2> 6959 T3441 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> 6959 T3422 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> 6960 T3428 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> 6963 T3441 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6964 T3422 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6964 T3428 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6967 T3400 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 6975 T3457 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/collection1
[junit4:junit4]   2> 6975 T3457 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 6976 T3457 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 6976 T3457 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 6978 T3457 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/collection1/'
[junit4:junit4]   2> 6979 T3457 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 6980 T3457 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/collection1/lib/README' to classloader
[junit4:junit4]   2> 7018 T3457 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 7077 T3457 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7078 T3457 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7084 T3457 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7608 T3457 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7614 T3457 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7616 T3457 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7635 T3457 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7640 T3457 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7646 T3457 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7648 T3457 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7649 T3457 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360182197406/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/
[junit4:junit4]   2> 7650 T3457 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@731bd60e
[junit4:junit4]   2> 7650 T3457 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 7651 T3457 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2 forceNew:false
[junit4:junit4]   2> 7651 T3457 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2
[junit4:junit4]   2> 7652 T3457 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index/
[junit4:junit4]   2> 7652 T3457 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7653 T3457 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index forceNew:false
[junit4:junit4]   2> 7657 T3457 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5087bebe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7657 T3457 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7658 T3457 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index
[junit4:junit4]   2> 7658 T3457 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7660 T3457 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7661 T3457 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7661 T3457 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7661 T3457 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7662 T3457 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7662 T3457 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7663 T3457 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7663 T3457 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7664 T3457 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7664 T3457 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7665 T3457 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7665 T3457 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7666 T3457 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7666 T3457 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7667 T3457 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7667 T3457 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7668 T3457 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7668 T3457 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7669 T3457 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7669 T3457 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7670 T3457 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7670 T3457 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7671 T3457 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7671 T3457 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7672 T3457 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7672 T3457 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7678 T3457 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7681 T3457 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7683 T3457 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> 7685 T3457 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2
[junit4:junit4]   2> 7686 T3457 oass.SolrIndexSearcher.<init> Opening Searcher@9786426 main
[junit4:junit4]   2> 7687 T3457 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7687 T3457 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7688 T3457 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7693 T3457 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 7724 T3458 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9786426 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7729 T3457 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7729 T3457 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8139 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8141 T3423 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:53172_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53172"}
[junit4:junit4]   2> 8147 T3423 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:53175_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53175"}
[junit4:junit4]   2> 8147 T3423 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8147 T3423 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8154 T3441 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> 8154 T3456 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> 8154 T3422 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> 8155 T3428 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> 8732 T3457 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8732 T3457 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53175 collection:collection1 shard:shard2
[junit4:junit4]   2> 8734 T3457 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 8745 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960008 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> 8746 T3457 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8747 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8750 T3457 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8751 T3457 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8751 T3457 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53175/collection1/
[junit4:junit4]   2> 8752 T3457 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8752 T3457 oasc.SyncStrategy.syncToMe http://127.0.0.1:53175/collection1/ has no replicas
[junit4:junit4]   2> 8752 T3457 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53175/collection1/
[junit4:junit4]   2> 8753 T3457 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 8759 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d22960008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9669 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9681 T3441 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> 9681 T3456 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> 9682 T3428 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> 9682 T3422 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> 9690 T3457 oasc.ZkController.register We are http://127.0.0.1:53175/collection1/ and leader is http://127.0.0.1:53175/collection1/
[junit4:junit4]   2> 9691 T3457 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53175
[junit4:junit4]   2> 9691 T3457 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9691 T3457 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9691 T3457 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9693 T3457 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9695 T3400 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9695 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9696 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9863 T3400 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9866 T3400 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53178
[junit4:junit4]   2> 9868 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9868 T3400 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9869 T3400 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429
[junit4:junit4]   2> 9869 T3400 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/solr.xml
[junit4:junit4]   2> 9870 T3400 oasc.CoreContainer.<init> New CoreContainer 2001806763
[junit4:junit4]   2> 9870 T3400 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/'
[junit4:junit4]   2> 9871 T3400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/'
[junit4:junit4]   2> 9906 T3400 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 9907 T3400 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9908 T3400 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9908 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9909 T3400 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9909 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9910 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9910 T3400 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9911 T3400 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9911 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9922 T3400 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9939 T3400 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
[junit4:junit4]   2> 9940 T3400 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9941 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1c330fc4
[junit4:junit4]   2> 9942 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9943 T3468 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9944 T3468 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 9945 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53179
[junit4:junit4]   2> 9945 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53179
[junit4:junit4]   2> 9947 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d22960009 with negotiated timeout 20000 for client /127.0.0.1:53179
[junit4:junit4]   2> 9947 T3468 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d22960009, negotiated timeout = 20000
[junit4:junit4]   2> 9947 T3469 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c330fc4 name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9948 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9950 T3405 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb12d22960009
[junit4:junit4]   2> 9951 T3402 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53179 which had sessionid 0x13cb12d22960009
[junit4:junit4]   2> 9951 T3400 oaz.ZooKeeper.close Session: 0x13cb12d22960009 closed
[junit4:junit4]   2> 9951 T3469 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9951 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 9957 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7cab316d
[junit4:junit4]   2> 9958 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9958 T3470 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9959 T3470 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 9960 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53180
[junit4:junit4]   2> 9960 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53180
[junit4:junit4]   2> 9961 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d2296000a with negotiated timeout 20000 for client /127.0.0.1:53180
[junit4:junit4]   2> 9961 T3470 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d2296000a, negotiated timeout = 20000
[junit4:junit4]   2> 9962 T3471 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7cab316d name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9962 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9964 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d2296000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9965 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d2296000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9967 T3400 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53178_
[junit4:junit4]   2> 9968 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d2296000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53178_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53178_
[junit4:junit4]   2> 9969 T3400 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53178_
[junit4:junit4]   2> 9972 T3441 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> 9972 T3428 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> 9973 T3422 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> 9974 T3456 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9974 T3456 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> 9977 T3441 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9978 T3428 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9978 T3422 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 9981 T3400 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9989 T3472 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/collection1
[junit4:junit4]   2> 9989 T3472 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9991 T3472 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9991 T3472 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9993 T3472 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/collection1/'
[junit4:junit4]   2> 9994 T3472 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9994 T3472 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/collection1/lib/README' to classloader
[junit4:junit4]   2> 10039 T3472 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10089 T3472 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10091 T3472 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10095 T3472 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10729 T3472 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10740 T3472 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10744 T3472 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10769 T3472 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10775 T3472 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10781 T3472 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10783 T3472 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10786 T3472 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360182200429/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/
[junit4:junit4]   2> 10786 T3472 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@731bd60e
[junit4:junit4]   2> 10787 T3472 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 10787 T3472 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3 forceNew:false
[junit4:junit4]   2> 10788 T3472 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 10788 T3472 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index/
[junit4:junit4]   2> 10789 T3472 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10790 T3472 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index forceNew:false
[junit4:junit4]   2> 10794 T3472 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e7b3aa4),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10795 T3472 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10796 T3472 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index
[junit4:junit4]   2> 10796 T3472 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10799 T3472 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10799 T3472 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10800 T3472 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10800 T3472 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10801 T3472 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10802 T3472 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10802 T3472 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10803 T3472 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10804 T3472 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10805 T3472 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10806 T3472 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10806 T3472 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10807 T3472 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10807 T3472 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10808 T3472 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10809 T3472 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10810 T3472 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10811 T3472 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10812 T3472 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10812 T3472 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10813 T3472 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10814 T3472 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10814 T3472 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10815 T3472 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10816 T3472 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10816 T3472 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10824 T3472 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10828 T3472 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10830 T3472 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> 10833 T3472 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 10835 T3472 oass.SolrIndexSearcher.<init> Opening Searcher@7c6b36f2 main
[junit4:junit4]   2> 10836 T3472 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10836 T3472 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10837 T3472 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10843 T3472 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10867 T3473 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c6b36f2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10871 T3472 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10871 T3472 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11194 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11196 T3423 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:53175_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53175"}
[junit4:junit4]   2> 11203 T3423 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:53178_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53178"}
[junit4:junit4]   2> 11204 T3423 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11204 T3423 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11213 T3471 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> 11213 T3422 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> 11213 T3428 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> 11213 T3456 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> 11213 T3441 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> 11875 T3472 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11876 T3472 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53178 collection:collection1 shard:shard1
[junit4:junit4]   2> 11882 T3472 oasc.ZkController.register We are http://127.0.0.1:53178/collection1/ and leader is http://127.0.0.1:53172/collection1/
[junit4:junit4]   2> 11882 T3472 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53178
[junit4:junit4]   2> 11883 T3472 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11883 T3472 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C250 name=collection1 org.apache.solr.core.SolrCore@4c7d0eaa url=http://127.0.0.1:53178/collection1 node=127.0.0.1:53178_ C250_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53178_, base_url=http://127.0.0.1:53178}
[junit4:junit4]   2> 11884 T3474 C250 P53178 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11884 T3474 C250 P53178 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11884 T3472 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11885 T3474 C250 P53178 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11885 T3474 C250 P53178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11887 T3400 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11888 T3474 C250 P53178 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11888 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11889 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12083 T3400 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12086 T3400 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53182
[junit4:junit4]   2> 12088 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12088 T3400 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12089 T3400 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631
[junit4:junit4]   2> 12089 T3400 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/solr.xml
[junit4:junit4]   2> 12090 T3400 oasc.CoreContainer.<init> New CoreContainer 1301934601
[junit4:junit4]   2> 12091 T3400 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/'
[junit4:junit4]   2> 12091 T3400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/'
[junit4:junit4]   2> 12124 T3400 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12125 T3400 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12126 T3400 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12127 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12128 T3400 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12128 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12129 T3400 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12130 T3400 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12130 T3400 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12131 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12142 T3400 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12158 T3400 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:53165/solr
[junit4:junit4]   2> 12159 T3400 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12159 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7f224a1f
[junit4:junit4]   2> 12160 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12161 T3484 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12162 T3484 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 12162 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53183
[junit4:junit4]   2> 12163 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53183
[junit4:junit4]   2> 12164 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d2296000b with negotiated timeout 20000 for client /127.0.0.1:53183
[junit4:junit4]   2> 12164 T3484 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d2296000b, negotiated timeout = 20000
[junit4:junit4]   2> 12165 T3485 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f224a1f name:ZooKeeperConnection Watcher:127.0.0.1:53165 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12165 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12167 T3405 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cb12d2296000b
[junit4:junit4]   2> 12168 T3402 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:53183 which had sessionid 0x13cb12d2296000b
[junit4:junit4]   2> 12168 T3400 oaz.ZooKeeper.close Session: 0x13cb12d2296000b closed
[junit4:junit4]   2> 12168 T3485 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12168 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12174 T3400 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:53165/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@57272602
[junit4:junit4]   2> 12175 T3400 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12175 T3486 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:53165. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12176 T3486 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:53165, initiating session
[junit4:junit4]   2> 12176 T3402 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:53184
[junit4:junit4]   2> 12177 T3402 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:53184
[junit4:junit4]   2> 12178 T3404 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cb12d2296000c with negotiated timeout 20000 for client /127.0.0.1:53184
[junit4:junit4]   2> 12178 T3486 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:53165, sessionid = 0x13cb12d2296000c, negotiated timeout = 20000
[junit4:junit4]   2> 12179 T3487 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57272602 name:ZooKeeperConnection Watcher:127.0.0.1:53165/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12179 T3400 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12181 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d2296000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12182 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d2296000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12184 T3400 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53182_
[junit4:junit4]   2> 12185 T3405 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cb12d2296000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:53182_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:53182_
[junit4:junit4]   2> 12186 T3400 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53182_
[junit4:junit4]   2> 12189 T3471 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> 12190 T3428 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> 12190 T3422 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> 12190 T3441 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> 12191 T3456 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12192 T3456 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> 12195 T3422 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12195 T3471 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12196 T3428 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12195 T3441 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12200 T3400 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12207 T3488 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/collection1
[junit4:junit4]   2> 12208 T3488 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12209 T3488 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12209 T3488 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12211 T3488 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/collection1/'
[junit4:junit4]   2> 12212 T3488 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12212 T3488 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/collection1/lib/README' to classloader
[junit4:junit4]   2> 12250 T3488 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 12301 T3488 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12302 T3488 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12308 T3488 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12727 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12728 T3423 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:53178_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53178"}
[junit4:junit4]   2> 12736 T3428 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> 12737 T3422 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> 12738 T3471 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> 12738 T3456 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> 12739 T3441 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> 12744 T3487 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> 12918 T3488 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12926 T3488 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12929 T3488 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12951 T3488 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12959 T3488 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12967 T3488 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12970 T3488 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12972 T3488 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360182202631/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/
[junit4:junit4]   2> 12973 T3488 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@731bd60e
[junit4:junit4]   2> 12974 T3488 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12975 T3488 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4 forceNew:false
[junit4:junit4]   2> 12976 T3488 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 12976 T3488 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index/
[junit4:junit4]   2> 12977 T3488 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12978 T3488 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index forceNew:false
[junit4:junit4]   2> 12981 T3488 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@659dd96f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12982 T3488 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12983 T3488 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index
[junit4:junit4]   2> 12984 T3488 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12986 T3488 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12986 T3488 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12987 T3488 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12987 T3488 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12988 T3488 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12988 T3488 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12989 T3488 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12989 T3488 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12990 T3488 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12991 T3488 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12991 T3488 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12992 T3488 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12992 T3488 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12993 T3488 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12993 T3488 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12994 T3488 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12994 T3488 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12995 T3488 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12995 T3488 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12996 T3488 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12996 T3488 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12997 T3488 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12997 T3488 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12998 T3488 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12999 T3488 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12999 T3488 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13008 T3488 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13011 T3488 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13012 T3488 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> 13014 T3488 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 13015 T3488 oass.SolrIndexSearcher.<init> Opening Searcher@244e2cc3 main
[junit4:junit4]   2> 13016 T3488 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13017 T3488 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13017 T3488 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13023 T3488 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13071 T3489 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@244e2cc3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13080 T3488 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13080 T3488 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14253 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14255 T3423 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:53182_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53182"}
[junit4:junit4]   2> 14255 T3423 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14255 T3423 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14262 T3441 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> 14262 T3471 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> 14263 T3422 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> 14263 T3456 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> 14263 T3487 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> 14263 T3428 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>  C250_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:53178_, base_url=http://127.0.0.1:53178}
[junit4:junit4]   2> 14909 T3474 C250 P53178 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53172/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14909 T3474 C250 P53178 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:53178 START replicas=[http://127.0.0.1:53172/collection1/] nUpdates=100
[junit4:junit4]   2> 14910 T3474 C250 P53178 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14911 T3474 C250 P53178 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14911 T3474 C250 P53178 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14911 T3474 C250 P53178 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14911 T3474 C250 P53178 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 14912 T3474 C250 P53178 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53172/collection1/. core=collection1
[junit4:junit4]   2> 14912 T3474 C250 P53178 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C251 name=collection1 org.apache.solr.core.SolrCore@7c4ae998 url=http://127.0.0.1:53172/collection1 node=127.0.0.1:53172_ C251_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53172_, base_url=http://127.0.0.1:53172, leader=true}
[junit4:junit4]   2> 14920 T3433 C251 P53172 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 14922 T3436 C251 P53172 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 14923 T3436 C251 P53172 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1
[junit4:junit4]   2> 14927 T3436 C251 P53172 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38b73287),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14929 T3436 C251 P53172 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14932 T3436 C251 P53172 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38b73287),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38b73287),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14933 T3436 C251 P53172 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14934 T3436 C251 P53172 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1
[junit4:junit4]   2> 14935 T3436 C251 P53172 oass.SolrIndexSearcher.<init> Opening Searcher@8434def realtime
[junit4:junit4]   2> 14936 T3436 C251 P53172 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14936 T3436 C251 P53172 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 14937 T3474 C250 P53178 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14938 T3474 C250 P53178 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14942 T3434 C251 P53172 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14943 T3434 C251 P53172 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 14944 T3474 C250 P53178 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14944 T3474 C250 P53178 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14944 T3474 C250 P53178 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14957 T3435 C251 P53172 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1
[junit4:junit4]   2> 14958 T3435 C251 P53172 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1/index
[junit4:junit4]   2> 14959 T3435 C251 P53172 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 14960 T3474 C250 P53178 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 14960 T3474 C250 P53178 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688 forceNew:false
[junit4:junit4]   2> 14961 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 14961 T3474 C250 P53178 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cfa2b57) fullCopy=true
[junit4:junit4]   2> 14965 T3437 C251 P53172 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 14967 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index
[junit4:junit4]   2> 14968 T3474 C250 P53178 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14968 T3474 C250 P53178 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130206152325688
[junit4:junit4]   2> 14970 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 14971 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 14972 T3474 C250 P53178 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688
[junit4:junit4]   2> 14976 T3474 C250 P53178 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cfa2b57),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14977 T3474 C250 P53178 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14978 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 14979 T3474 C250 P53178 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14979 T3474 C250 P53178 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14979 T3474 C250 P53178 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14980 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688
[junit4:junit4]   2> 14980 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 14982 T3474 C250 P53178 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cfa2b57),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14983 T3474 C250 P53178 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14983 T3474 C250 P53178 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14983 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 14984 T3474 C250 P53178 oass.SolrIndexSearcher.<init> Opening Searcher@5a962493 main
[junit4:junit4]   2> 14985 T3473 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a962493 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 14986 T3473 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index
[junit4:junit4]   2> 14986 T3474 C250 P53178 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 14988 T3474 C250 P53178 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cfa2b57),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688 lockFactory=org.apache.lucene.store.NativeFSLockFactory@cfa2b57),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 14988 T3474 C250 P53178 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 14989 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 14989 T3474 C250 P53178 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14989 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index.20130206152325688
[junit4:junit4]   2> 14989 T3474 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3/index
[junit4:junit4]   2> 14990 T3474 C250 P53178 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 14990 T3474 C250 P53178 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14991 T3474 C250 P53178 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14991 T3474 C250 P53178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14992 T3474 C250 P53178 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15086 T3488 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15086 T3488 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53182 collection:collection1 shard:shard2
[junit4:junit4]   2> 15092 T3488 oasc.ZkController.register We are http://127.0.0.1:53182/collection1/ and leader is http://127.0.0.1:53175/collection1/
[junit4:junit4]   2> 15092 T3488 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53182
[junit4:junit4]   2> 15092 T3488 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15093 T3488 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C252 name=collection1 org.apache.solr.core.SolrCore@1b1ef3df url=http://127.0.0.1:53182/collection1 node=127.0.0.1:53182_ C252_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:53182_, base_url=http://127.0.0.1:53182}
[junit4:junit4]   2> 15095 T3492 C252 P53182 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15095 T3488 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15095 T3492 C252 P53182 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15096 T3492 C252 P53182 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15096 T3492 C252 P53182 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15097 T3400 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15098 T3400 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15099 T3400 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15103 T3492 C252 P53182 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15108 T3400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15109 T3400 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15111 T3400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15778 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15780 T3423 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:53178_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53178"}
[junit4:junit4]   2> 15790 T3423 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:53182_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53182"}
[junit4:junit4]   2> 15798 T3471 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> 15799 T3441 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> 15799 T3487 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> 15799 T3456 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> 15800 T3428 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> 15801 T3422 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> 16117 T3400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17120 T3400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C252_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:53182_, base_url=http://127.0.0.1:53182}
[junit4:junit4]   2> 18112 T3492 C252 P53182 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:53175/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18112 T3492 C252 P53182 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:53182 START replicas=[http://127.0.0.1:53175/collection1/] nUpdates=100
[junit4:junit4]   2> 18113 T3492 C252 P53182 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18114 T3492 C252 P53182 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18114 T3492 C252 P53182 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18114 T3492 C252 P53182 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18115 T3492 C252 P53182 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18115 T3492 C252 P53182 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:53175/collection1/. core=collection1
[junit4:junit4]   2> 18115 T3492 C252 P53182 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C253 name=collection1 org.apache.solr.core.SolrCore@29a1bd4b url=http://127.0.0.1:53175/collection1 node=127.0.0.1:53175_ C253_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53175_, base_url=http://127.0.0.1:53175, leader=true}
[junit4:junit4]   2> 18129 T3449 C253 P53175 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18132 T3400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18132 T3447 C253 P53175 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18133 T3447 C253 P53175 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2
[junit4:junit4]   2> 18136 T3447 C253 P53175 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5087bebe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18137 T3447 C253 P53175 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18139 T3447 C253 P53175 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5087bebe),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5087bebe),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18140 T3447 C253 P53175 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18141 T3447 C253 P53175 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2
[junit4:junit4]   2> 18141 T3447 C253 P53175 oass.SolrIndexSearcher.<init> Opening Searcher@3a30a41 realtime
[junit4:junit4]   2> 18141 T3447 C253 P53175 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18142 T3447 C253 P53175 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 18143 T3492 C252 P53182 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18143 T3492 C252 P53182 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18146 T3450 C253 P53175 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18146 T3450 C253 P53175 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18147 T3492 C252 P53182 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18147 T3492 C252 P53182 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18147 T3492 C252 P53182 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18153 T3451 C253 P53175 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2
[junit4:junit4]   2> 18153 T3451 C253 P53175 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2/index
[junit4:junit4]   2> 18154 T3451 C253 P53175 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18154 T3492 C252 P53182 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18155 T3492 C252 P53182 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883 forceNew:false
[junit4:junit4]   2> 18156 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 18156 T3492 C252 P53182 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883 lockFactory=org.apache.lucene.store.NativeFSLockFactory@86d38e2) fullCopy=true
[junit4:junit4]   2> 18162 T3449 C253 P53175 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18164 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index
[junit4:junit4]   2> 18165 T3492 C252 P53182 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18165 T3492 C252 P53182 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130206152328883
[junit4:junit4]   2> 18167 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 18168 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 18168 T3492 C252 P53182 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883
[junit4:junit4]   2> 18173 T3492 C252 P53182 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883 lockFactory=org.apache.lucene.store.NativeFSLockFactory@86d38e2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18174 T3492 C252 P53182 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18177 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 18178 T3492 C252 P53182 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18179 T3492 C252 P53182 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18180 T3492 C252 P53182 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18181 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883
[junit4:junit4]   2> 18183 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 18190 T3492 C252 P53182 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883 lockFactory=org.apache.lucene.store.NativeFSLockFactory@86d38e2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18191 T3492 C252 P53182 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18191 T3492 C252 P53182 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18192 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 18192 T3492 C252 P53182 oass.SolrIndexSearcher.<init> Opening Searcher@4adfbce0 main
[junit4:junit4]   2> 18194 T3489 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4adfbce0 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18194 T3489 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index
[junit4:junit4]   2> 18195 T3492 C252 P53182 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18196 T3492 C252 P53182 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883 lockFactory=org.apache.lucene.store.NativeFSLockFactory@86d38e2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883 lockFactory=org.apache.lucene.store.NativeFSLockFactory@86d38e2),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18197 T3492 C252 P53182 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18197 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 18198 T3492 C252 P53182 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18198 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index.20130206152328883
[junit4:junit4]   2> 18198 T3492 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4/index
[junit4:junit4]   2> 18198 T3492 C252 P53182 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18198 T3492 C252 P53182 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18199 T3492 C252 P53182 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18199 T3492 C252 P53182 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18201 T3492 C252 P53182 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18818 T3423 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18819 T3423 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:53182_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:53182"}
[junit4:junit4]   2> 18825 T3441 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> 18825 T3471 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> 18826 T3428 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> 18826 T3422 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> 18826 T3456 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> 18826 T3487 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> 19136 T3400 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19137 T3400 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C254 name=collection1 org.apache.solr.core.SolrCore@13bd45c5 url=http://127.0.0.1:53168/collection1 node=127.0.0.1:53168_ C254_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:53168_, base_url=http://127.0.0.1:53168, leader=true}
[junit4:junit4]   2> 19147 T3415 C254 P53168 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data
[junit4:junit4]   2> 19151 T3415 C254 P53168 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@350dc792),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19152 T3415 C254 P53168 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19154 T3415 C254 P53168 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/control/data
[junit4:junit4]   2> 19155 T3415 C254 P53168 oass.SolrIndexSearcher.<init> Opening Searcher@ed59347 realtime
[junit4:junit4]   2> 19156 T3415 C254 P53168 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426254420900839424)} 0 10
[junit4:junit4]   2> 19163 T3435 C251 P53172 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty1
[junit4:junit4]   2> 19171 T3448 C253 P53175 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty2
[junit4:junit4]   2>  C250_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53178_, base_url=http://127.0.0.1:53178}
[junit4:junit4]   2> 19180 T3466 C250 P53178 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty3
[junit4:junit4]   2> 19181 T3466 C250 P53178 /update {update.distrib=FROMLEADER&_version_=-1426254420915519488&update.from=http://127.0.0.1:53172/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426254420915519488)} 0 3
[junit4:junit4]   2>  C252_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:53182_, base_url=http://127.0.0.1:53182}
[junit4:junit4]   2> 19185 T3482 C252 P53182 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360182190735/jetty4
[junit4:junit4]   2> 19185 T3482 C252 P53182 /update {update.distrib=FROMLEADER&_version_=-1426254420924956672&update.from=http://127.0.0.1:53175/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426254420924956672)} 0 3
[junit4:junit4]   2> 19187 T3448 C253 P53175 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1426254420924956672)} 0 18
[junit4:junit4]   2> 19187 T3435 C251 P53172 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426254420915519488)} 0 27
[junit4:junit4]   2> 19195 T3416 C254 P53168 /update {wt=javabin&version=2} {add=[1 (1426254420949073920)]} 0 4
[junit4:junit4]   2> 19209 T3467 C250 P53178 /update {distrib.from=http://127.0.0.1:53172/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1426254420957462528)]} 0 4
[junit4:junit4]   2> 19210 T3437 C251 P53172 /update {wt=javabin&version=2} {add=[1 (1426254420957462528)]} 0 11
[junit4:junit4]   2> 19215 T3417 C254 P53168 /update {wt=javabin&version=2} {add=[2 (1426254420972142592)]} 0 1
[junit4:junit4]   2> 19257 T3483 C252 P53182 /update {distrib.from=http://127.0.0.1:53175/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1426254420987871232)]} 0 3
[junit4:junit4]   2> 19258 T3450 C253 P53175 /update {distrib.from=http://127.0.0.1:53172/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[2 (1426254420987871232)]} 0 29
[junit4:junit4]   2> 19259 T3433 C251 P53172 /update {wt=javabin&version=2} {add=[2]} 0 33
[junit4:junit4]   2> 19263 T3418 C254 P53168 /update {wt=javabin&version=2} {add=[3 (1426254421022474240)]} 0 1
[junit4:junit4]   2> 19272 T3478 C252 P53182 /update {distrib.from=http://127.0.0.1:53175/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1426254421028765696)]} 0 1
[junit4:junit4]   2> 19273 T3451 C253 P53175 /update {distrib.from=http://127.0.0.1:53172/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[3 (1426254421028765696)]} 0 5
[junit4:junit4]   2> 19274 T3436 C251 P53172 /update {wt=javabin&version=2} {add=[3]} 0 9
[junit4:junit4]   2> 19279 T3414 C254 P53168 /update {wt=javabin&version=2} {add=[4 (1426254421038202880)]} 0 2
[junit4:junit4]   2> 19286 T3462 C250 P53178 /update {distrib.from=http://127.0.0.1:53172/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1426254421042397184)]} 0 1
[junit4:junit4]   2> 19287 T3432 C251 P53172 /update {wt=javabin&version=2} {add=[4 (1426254421042397184)]} 0 6
[junit4:junit4]   2> 19292 T3415 C254 P53168 /update {wt=javabin&version=2} {add=[5 (1426254421052882944)]} 0 2
[junit4:junit4]   2> 19308 T3479 C252 P53182 /update {distrib.from=http://127.0.0.1:53175/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[5 (1426254421056028672)]} 0 2
[junit4:junit4]   2> 19309 T3449 C253 P53175 /update {wt=javabin&version=2} {add=[5 (1426254421056028672)]} 0 15
[junit4:junit4]   2> 19312 T3416 C254 P53168 /update {wt=javabin&version=2} {add=[6 (1426254421074903040)]} 0 0
[junit4:junit4]   2> 19321 T3480 C252 P53182 /update {distrib.from=http://127.0.0.1:53175/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[6 (1426254421079097344)]} 0 2
[junit4:junit4]   2> 19322 T3452 C253 P53175 /update {wt=javabin&version=2} {add=[6 (142625442107909734

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

dtesting.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.SocketException: Invalid argument
[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]    > 	... 44 more
[junit4:junit4]   2> 72428 T3400 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_f1=PostingsFormat(name=Lucene41WithOrds), foo_b=PostingsFormat(name=Direct), foo_d=PostingsFormat(name=SimpleText), foo_f=PostingsFormat(name=Direct), n_tl1=PostingsFormat(name=Lucene41WithOrds), n_d1=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), rnd_b=PostingsFormat(name=SimpleText), intDefault=PostingsFormat(name=Lucene41WithOrds), n_td1=PostingsFormat(name=Lucene41WithOrds), timestamp=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), id=PostingsFormat(name=SimpleText), range_facet_sl=PostingsFormat(name=SimpleText), range_facet_si=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), oddField_s=PostingsFormat(name=SimpleText), foo_i=PostingsFormat(name=Lucene41WithOrds), multiDefault=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), n_tf1=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), n_dt1=PostingsFormat(name=Lucene41WithOrds), n_ti1=PostingsFormat(name=SimpleText), range_facet_l=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), text=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Lucene41WithOrds), val_i=PostingsFormat(name=SimpleText), SubjectTerms_mfacet=PostingsFormat(name=Lucene41WithOrds), a_t=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), n_tdt1=PostingsFormat(name=Lucene41WithOrds), other_tl1=PostingsFormat(name=Lucene41WithOrds), n_l1=Pulsing41(freqCutoff=14 minBlockSize=14 maxBlockSize=66), a_si=PostingsFormat(name=Lucene41WithOrds)}, sim=DefaultSimilarity, locale=ja_JP_JP_#u-ca-japanese, timezone=America/Toronto
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=1,free=191228280,total=465154048
[junit4:junit4]   2> NOTE: All tests run in this JVM: [FullSolrCloudDistribCmdsTest, OutputWriterTest, TestCollationKeyRangeQueries, NoCacheHeaderTest, SpellCheckCollatorTest, LoggingHandlerTest, ShowFileRequestHandlerTest, DistributedTermsComponentTest, SuggesterWFSTTest, TestSolr4Spatial, FileUtilsTest, TestArbitraryIndexDir, ExternalFileFieldSortTest, StandardRequestHandlerTest, MoreLikeThisHandlerTest, SuggesterTSTTest, TestFuzzyAnalyzedSuggestions, TestFiltering, TestBinaryField, TestRemoteStreaming, MultiTermTest, TestFastLRUCache, TestJmxIntegration, TestCharFilters, TestSuggestSpellingConverter, TestRangeQuery, TestMergePolicyConfig, CacheHeaderTest, EchoParamsTest, SimplePostToolTest, TestSolrQueryParser, BasicFunctionalityTest, TestWordDelimiterFilterFactory, XmlUpdateRequestHandlerTest, PrimitiveFieldTypeTest, TestPhraseSuggestions, TestLMDirichletSimilarityFactory, TestReversedWildcardFilterFactory, DOMUtilTest, SpellingQueryConverterTest, TestStressVersions, RAMDirectoryFactoryTest, TestZkChroot, TestPartialUpdateDeduplication, TestComponentsName, LukeRequestHandlerTest, LegacyHTMLStripCharFilterTest, TestSolrJ, PluginInfoTest, TestDocSet, IndexSchemaRuntimeFieldTest, TestJmxMonitoredMap, DocumentAnalysisRequestHandlerTest, CoreAdminHandlerTest, TestSolrCoreProperties, SyncSliceTest, TestLRUCache, TestNumberUtils, XsltUpdateRequestHandlerTest, TestConfig, ClusterStateTest, TestStressReorder, TestPluginEnable, TestQueryUtils, CollectionsAPIDistributedZkTest, DistributedQueryElevationComponentTest, TestOmitPositions, TestSystemIdResolver, DirectUpdateHandlerTest, BinaryUpdateRequestHandlerTest, IndexBasedSpellCheckerTest, AnalysisAfterCoreReloadTest, TestBM25SimilarityFactory, SolrInfoMBeanTest, SearchHandlerTest, ChaosMonkeySafeLeaderTest, SampleTest, ResponseLogComponentTest, TestQuerySenderNoQuery, TestQueryTypes, UniqFieldsUpdateProcessorFactoryTest, TestFaceting, SolrRequestParserTest, JSONWriterTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, TestDistributedGrouping, IndexSchemaTest, TestAnalyzedSuggestions, TestCoreContainer, CopyFieldTest, TestDefaultSimilarityFactory, SuggesterFSTTest, TestWriterPerf, TestUpdate, TestSearchPerf, UUIDFieldTest, TestElisionMultitermQuery, TestCSVResponseWriter, PreAnalyzedFieldTest, FastVectorHighlighterTest, TermVectorComponentTest, DateMathParserTest, ShardRoutingTest, URLClassifyProcessorTest, DefaultValueUpdateProcessorTest, UpdateParamsTest, TestFastOutputStream, ResourceLoaderTest, DirectUpdateHandlerOptimizeTest, TestRandomFaceting, TermVectorComponentDistributedTest, TestIndexingPerformance, TestStressLucene, AlternateDirectoryTest, CurrencyFieldTest, HardAutoCommitTest, WordBreakSolrSpellCheckerTest, SynonymTokenizerTest, RecoveryZkTest, TestLazyCores, BasicDistributedZkTest]
[junit4:junit4] Completed in 72.67s, 1 test, 1 error <<< FAILURES!

[...truncated 384 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:361: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:183: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:447: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:841: There were test failures: 250 suites, 1041 tests, 1 error, 13 ignored (2 assumptions)

Total time: 60 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure