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/05 14:46:19 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 187 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/187/
Java: 64bit/jdk1.7.0 -XX:+UseG1GC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49952
	at __randomizedtesting.SeedInfo.seed([591C540BA084DC7C:D8FADA13D7DBBC40]: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.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:519)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:337)
	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 9047 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T2575 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 7 T2575 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1360071257410
[junit4:junit4]   2> 8 T2575 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 9 T2576 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T2576 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T2576 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T2576 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T2576 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 13 T2576 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 110 T2575 oasc.ZkTestServer.run start zk server on port:49945
[junit4:junit4]   2> 110 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@772778d7
[junit4:junit4]   2> 111 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 112 T2581 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 113 T2581 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 113 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49946
[junit4:junit4]   2> 114 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49946
[junit4:junit4]   2> 114 T2579 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 116 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470000 with negotiated timeout 10000 for client /127.0.0.1:49946
[junit4:junit4]   2> 117 T2581 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470000, negotiated timeout = 10000
[junit4:junit4]   2> 117 T2582 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@772778d7 name:ZooKeeperConnection Watcher:127.0.0.1:49945 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 118 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 118 T2575 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 122 T2580 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13caa906d470000
[junit4:junit4]   2> 123 T2582 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 123 T2575 oaz.ZooKeeper.close Session: 0x13caa906d470000 closed
[junit4:junit4]   2> 125 T2577 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49946 which had sessionid 0x13caa906d470000
[junit4:junit4]   2> 125 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@500b2c92
[junit4:junit4]   2> 126 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 127 T2583 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 127 T2583 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 128 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49947
[junit4:junit4]   2> 128 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49947
[junit4:junit4]   2> 129 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470001 with negotiated timeout 10000 for client /127.0.0.1:49947
[junit4:junit4]   2> 129 T2583 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470001, negotiated timeout = 10000
[junit4:junit4]   2> 130 T2584 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@500b2c92 name:ZooKeeperConnection Watcher:127.0.0.1:49945/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 130 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 131 T2575 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 136 T2575 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 140 T2575 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 144 T2575 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 149 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 150 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 157 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 158 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 163 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 164 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 168 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 169 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 173 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 174 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 178 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 179 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 183 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 184 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 189 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 189 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 194 T2575 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 195 T2575 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 199 T2580 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13caa906d470001
[junit4:junit4]   2> 200 T2577 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49947 which had sessionid 0x13caa906d470001
[junit4:junit4]   2> 200 T2575 oaz.ZooKeeper.close Session: 0x13caa906d470001 closed
[junit4:junit4]   2> 201 T2584 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 370 T2575 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 397 T2575 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49948
[junit4:junit4]   2> 398 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 399 T2575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 399 T2575 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603
[junit4:junit4]   2> 400 T2575 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/solr.xml
[junit4:junit4]   2> 400 T2575 oasc.CoreContainer.<init> New CoreContainer 457100283
[junit4:junit4]   2> 401 T2575 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/'
[junit4:junit4]   2> 402 T2575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/'
[junit4:junit4]   2> 436 T2575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 437 T2575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 437 T2575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 437 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 438 T2575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 438 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 438 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 439 T2575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 439 T2575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 440 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 449 T2575 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 463 T2575 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49945/solr
[junit4:junit4]   2> 465 T2575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 465 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@c3ff826
[junit4:junit4]   2> 466 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 466 T2594 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 468 T2594 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 468 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49949
[junit4:junit4]   2> 468 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49949
[junit4:junit4]   2> 469 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470002 with negotiated timeout 20000 for client /127.0.0.1:49949
[junit4:junit4]   2> 470 T2594 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470002, negotiated timeout = 20000
[junit4:junit4]   2> 470 T2595 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c3ff826 name:ZooKeeperConnection Watcher:127.0.0.1:49945 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 470 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 472 T2580 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13caa906d470002
[junit4:junit4]   2> 473 T2577 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49949 which had sessionid 0x13caa906d470002
[junit4:junit4]   2> 473 T2575 oaz.ZooKeeper.close Session: 0x13caa906d470002 closed
[junit4:junit4]   2> 473 T2595 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 474 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 479 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5f488d27
[junit4:junit4]   2> 480 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 480 T2596 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 481 T2596 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 482 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49950
[junit4:junit4]   2> 482 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49950
[junit4:junit4]   2> 483 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470003 with negotiated timeout 20000 for client /127.0.0.1:49950
[junit4:junit4]   2> 483 T2596 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470003, negotiated timeout = 20000
[junit4:junit4]   2> 484 T2597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f488d27 name:ZooKeeperConnection Watcher:127.0.0.1:49945/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 484 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 486 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 488 T2575 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 491 T2575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49948_
[junit4:junit4]   2> 492 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49948_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49948_
[junit4:junit4]   2> 493 T2575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49948_
[junit4:junit4]   2> 497 T2575 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 505 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 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> 506 T2575 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 510 T2575 oasc.Overseer.start Overseer (id=89133629925949443-127.0.0.1:49948_-n_0000000000) starting
[junit4:junit4]   2> 512 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 513 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 514 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 516 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 517 T2599 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 518 T2575 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 522 T2575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 526 T2598 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 532 T2600 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/collection1
[junit4:junit4]   2> 533 T2600 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 534 T2600 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 534 T2600 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 536 T2600 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/collection1/'
[junit4:junit4]   2> 537 T2600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 538 T2600 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/collection1/lib/README' to classloader
[junit4:junit4]   2> 588 T2600 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 666 T2600 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 667 T2600 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 679 T2600 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1283 T2600 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1292 T2600 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1295 T2600 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1317 T2600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1321 T2600 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1327 T2600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1329 T2600 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1331 T2600 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360071257603/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data/
[junit4:junit4]   2> 1331 T2600 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@591913b3
[junit4:junit4]   2> 1332 T2600 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1333 T2600 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data forceNew:false
[junit4:junit4]   2> 1333 T2600 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data
[junit4:junit4]   2> 1334 T2600 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data/index/
[junit4:junit4]   2> 1334 T2600 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1336 T2600 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data/index forceNew:false
[junit4:junit4]   2> 1341 T2600 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d4e72d8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1341 T2600 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1343 T2600 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data/index
[junit4:junit4]   2> 1343 T2600 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1347 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1348 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1349 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1350 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1351 T2600 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1352 T2600 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1353 T2600 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1353 T2600 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1354 T2600 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1355 T2600 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1356 T2600 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1357 T2600 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1358 T2600 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1359 T2600 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1359 T2600 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1360 T2600 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1361 T2600 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1362 T2600 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1363 T2600 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1363 T2600 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1364 T2600 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1365 T2600 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1366 T2600 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1367 T2600 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1367 T2600 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1368 T2600 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1374 T2600 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1377 T2600 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1379 T2600 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> 1381 T2600 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data
[junit4:junit4]   2> 1382 T2600 oass.SolrIndexSearcher.<init> Opening Searcher@38758f3a main
[junit4:junit4]   2> 1383 T2600 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1384 T2600 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1384 T2600 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1390 T2600 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1419 T2601 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@38758f3a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1425 T2600 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1425 T2600 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1426 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 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 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2037 T2598 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:49948_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49948"}
[junit4:junit4]   2> 2037 T2598 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2037 T2598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2038 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 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> 2047 T2597 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> 2430 T2600 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2431 T2600 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49948 collection:control_collection shard:shard1
[junit4:junit4]   2> 2432 T2600 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2444 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 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> 2445 T2600 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2446 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2449 T2600 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2450 T2600 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2450 T2600 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49948/collection1/
[junit4:junit4]   2> 2451 T2600 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2451 T2600 oasc.SyncStrategy.syncToMe http://127.0.0.1:49948/collection1/ has no replicas
[junit4:junit4]   2> 2451 T2600 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49948/collection1/
[junit4:junit4]   2> 2452 T2600 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2462 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3555 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3571 T2597 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> 3594 T2600 oasc.ZkController.register We are http://127.0.0.1:49948/collection1/ and leader is http://127.0.0.1:49948/collection1/
[junit4:junit4]   2> 3595 T2600 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49948
[junit4:junit4]   2> 3595 T2600 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3595 T2600 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3596 T2600 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3600 T2600 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3602 T2575 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3602 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3603 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3614 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3623 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@390eaf8c
[junit4:junit4]   2> 3624 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3625 T2602 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3626 T2602 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 3627 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49951
[junit4:junit4]   2> 3628 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49951
[junit4:junit4]   2> 3629 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470004 with negotiated timeout 10000 for client /127.0.0.1:49951
[junit4:junit4]   2> 3630 T2602 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470004, negotiated timeout = 10000
[junit4:junit4]   2> 3630 T2603 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@390eaf8c name:ZooKeeperConnection Watcher:127.0.0.1:49945/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3631 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3633 T2575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3637 T2575 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3894 T2575 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3899 T2575 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49952
[junit4:junit4]   2> 3901 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3902 T2575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3903 T2575 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039
[junit4:junit4]   2> 3904 T2575 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/solr.xml
[junit4:junit4]   2> 3905 T2575 oasc.CoreContainer.<init> New CoreContainer 1422985641
[junit4:junit4]   2> 3906 T2575 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/'
[junit4:junit4]   2> 3907 T2575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/'
[junit4:junit4]   2> 3958 T2575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3960 T2575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3961 T2575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3963 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3964 T2575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3965 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3966 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3967 T2575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3968 T2575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3969 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3983 T2575 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4010 T2575 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49945/solr
[junit4:junit4]   2> 4011 T2575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4012 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3858b3e1
[junit4:junit4]   2> 4013 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4014 T2613 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4016 T2613 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 4016 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49953
[junit4:junit4]   2> 4017 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49953
[junit4:junit4]   2> 4174 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470005 with negotiated timeout 20000 for client /127.0.0.1:49953
[junit4:junit4]   2> 4175 T2613 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470005, negotiated timeout = 20000
[junit4:junit4]   2> 4176 T2614 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3858b3e1 name:ZooKeeperConnection Watcher:127.0.0.1:49945 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4176 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4178 T2580 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13caa906d470005
[junit4:junit4]   2> 4180 T2577 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49953 which had sessionid 0x13caa906d470005
[junit4:junit4]   2> 4180 T2575 oaz.ZooKeeper.close Session: 0x13caa906d470005 closed
[junit4:junit4]   2> 4180 T2614 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4181 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4187 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3b6a4cdf
[junit4:junit4]   2> 4188 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4189 T2615 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4190 T2615 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 4190 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49954
[junit4:junit4]   2> 4191 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49954
[junit4:junit4]   2> 4193 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470006 with negotiated timeout 20000 for client /127.0.0.1:49954
[junit4:junit4]   2> 4193 T2615 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470006, negotiated timeout = 20000
[junit4:junit4]   2> 4194 T2616 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b6a4cdf name:ZooKeeperConnection Watcher:127.0.0.1:49945/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4195 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4196 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4198 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4200 T2575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49952_
[junit4:junit4]   2> 4201 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49952_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49952_
[junit4:junit4]   2> 4202 T2575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49952_
[junit4:junit4]   2> 4207 T2597 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4207 T2603 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4207 T2597 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> 4212 T2575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4219 T2617 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/collection1
[junit4:junit4]   2> 4219 T2617 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4220 T2617 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4220 T2617 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4222 T2617 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/collection1/'
[junit4:junit4]   2> 4224 T2617 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4225 T2617 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/collection1/lib/README' to classloader
[junit4:junit4]   2> 4271 T2617 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4340 T2617 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4342 T2617 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4349 T2617 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4982 T2617 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4991 T2617 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4995 T2617 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5019 T2617 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5028 T2617 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5037 T2617 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5039 T2617 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5041 T2617 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360071261039/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/
[junit4:junit4]   2> 5042 T2617 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@591913b3
[junit4:junit4]   2> 5042 T2617 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5043 T2617 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1 forceNew:false
[junit4:junit4]   2> 5043 T2617 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1
[junit4:junit4]   2> 5044 T2617 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index/
[junit4:junit4]   2> 5044 T2617 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5046 T2617 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index forceNew:false
[junit4:junit4]   2> 5051 T2617 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@83a17e0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5051 T2617 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5052 T2617 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index
[junit4:junit4]   2> 5052 T2617 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5055 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5055 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5055 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5056 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5057 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5057 T2617 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5057 T2617 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5058 T2617 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5058 T2617 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5059 T2617 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5060 T2617 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5060 T2617 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5061 T2617 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5061 T2617 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5061 T2617 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5062 T2617 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5062 T2617 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5063 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5064 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5064 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5065 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5065 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5066 T2617 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5067 T2617 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5067 T2617 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5068 T2617 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5074 T2617 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5077 T2617 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5079 T2617 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> 5082 T2617 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1
[junit4:junit4]   2> 5083 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5083 T2617 oass.SolrIndexSearcher.<init> Opening Searcher@36718a67 main
[junit4:junit4]   2> 5084 T2598 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:49948_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49948"}
[junit4:junit4]   2> 5084 T2617 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5085 T2617 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5086 T2617 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5093 T2617 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5094 T2603 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> 5095 T2616 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> 5095 T2597 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> 5128 T2618 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@36718a67 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5135 T2617 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5136 T2617 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6605 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6607 T2598 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:49952_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49952"}
[junit4:junit4]   2> 6607 T2598 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6607 T2598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6614 T2597 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> 6614 T2603 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> 6615 T2616 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> 7140 T2617 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7140 T2617 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49952 collection:collection1 shard:shard1
[junit4:junit4]   2> 7141 T2617 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7153 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7154 T2617 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7155 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7158 T2617 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7158 T2617 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7158 T2617 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49952/collection1/
[junit4:junit4]   2> 7159 T2617 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7159 T2617 oasc.SyncStrategy.syncToMe http://127.0.0.1:49952/collection1/ has no replicas
[junit4:junit4]   2> 7159 T2617 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49952/collection1/
[junit4:junit4]   2> 7160 T2617 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7166 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8123 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8136 T2616 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> 8136 T2597 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> 8136 T2603 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> 8165 T2617 oasc.ZkController.register We are http://127.0.0.1:49952/collection1/ and leader is http://127.0.0.1:49952/collection1/
[junit4:junit4]   2> 8165 T2617 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49952
[junit4:junit4]   2> 8165 T2617 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8166 T2617 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8166 T2617 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8169 T2617 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8170 T2575 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8171 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8171 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8342 T2575 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8347 T2575 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49955
[junit4:junit4]   2> 8348 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8349 T2575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8350 T2575 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581
[junit4:junit4]   2> 8350 T2575 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/solr.xml
[junit4:junit4]   2> 8350 T2575 oasc.CoreContainer.<init> New CoreContainer 1575248066
[junit4:junit4]   2> 8351 T2575 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/'
[junit4:junit4]   2> 8352 T2575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/'
[junit4:junit4]   2> 8387 T2575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 8388 T2575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8388 T2575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8389 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8389 T2575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8390 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8390 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8391 T2575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8391 T2575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8392 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8405 T2575 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8427 T2575 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49945/solr
[junit4:junit4]   2> 8428 T2575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8428 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@786cb83a
[junit4:junit4]   2> 8430 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8430 T2628 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8432 T2628 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 8432 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49956
[junit4:junit4]   2> 8433 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49956
[junit4:junit4]   2> 8434 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470007 with negotiated timeout 20000 for client /127.0.0.1:49956
[junit4:junit4]   2> 8434 T2628 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470007, negotiated timeout = 20000
[junit4:junit4]   2> 8435 T2629 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@786cb83a name:ZooKeeperConnection Watcher:127.0.0.1:49945 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8435 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8438 T2580 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13caa906d470007
[junit4:junit4]   2> 8439 T2577 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49956 which had sessionid 0x13caa906d470007
[junit4:junit4]   2> 8439 T2629 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8439 T2575 oaz.ZooKeeper.close Session: 0x13caa906d470007 closed
[junit4:junit4]   2> 8440 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 8446 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2b1ab336
[junit4:junit4]   2> 8448 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8448 T2630 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8449 T2630 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 8450 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49957
[junit4:junit4]   2> 8450 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49957
[junit4:junit4]   2> 8452 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470008 with negotiated timeout 20000 for client /127.0.0.1:49957
[junit4:junit4]   2> 8452 T2630 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470008, negotiated timeout = 20000
[junit4:junit4]   2> 8453 T2631 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b1ab336 name:ZooKeeperConnection Watcher:127.0.0.1:49945/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8454 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8455 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8457 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8459 T2575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49955_
[junit4:junit4]   2> 8460 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49955_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49955_
[junit4:junit4]   2> 8461 T2575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49955_
[junit4:junit4]   2> 8464 T2616 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> 8465 T2597 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8465 T2597 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> 8466 T2603 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8466 T2603 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> 8468 T2616 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8471 T2575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8479 T2632 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/collection1
[junit4:junit4]   2> 8479 T2632 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8480 T2632 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8481 T2632 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8483 T2632 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/collection1/'
[junit4:junit4]   2> 8484 T2632 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8484 T2632 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/collection1/lib/README' to classloader
[junit4:junit4]   2> 8600 T2632 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8674 T2632 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8676 T2632 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8684 T2632 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9331 T2632 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9347 T2632 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9353 T2632 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9379 T2632 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9387 T2632 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9393 T2632 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9396 T2632 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9398 T2632 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360071265581/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/
[junit4:junit4]   2> 9398 T2632 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@591913b3
[junit4:junit4]   2> 9399 T2632 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 9401 T2632 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2 forceNew:false
[junit4:junit4]   2> 9401 T2632 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2
[junit4:junit4]   2> 9402 T2632 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index/
[junit4:junit4]   2> 9402 T2632 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9403 T2632 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index forceNew:false
[junit4:junit4]   2> 9408 T2632 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@388f470; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9408 T2632 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9409 T2632 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index
[junit4:junit4]   2> 9410 T2632 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9412 T2632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9413 T2632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9414 T2632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9414 T2632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9416 T2632 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9416 T2632 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9417 T2632 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9418 T2632 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9422 T2632 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9424 T2632 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9425 T2632 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9426 T2632 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9427 T2632 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9428 T2632 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9429 T2632 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9430 T2632 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9431 T2632 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9432 T2632 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9433 T2632 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9434 T2632 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9435 T2632 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9437 T2632 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9438 T2632 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9439 T2632 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9440 T2632 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9441 T2632 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9454 T2632 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9461 T2632 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9464 T2632 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> 9469 T2632 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2
[junit4:junit4]   2> 9471 T2632 oass.SolrIndexSearcher.<init> Opening Searcher@67edd42c main
[junit4:junit4]   2> 9473 T2632 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9474 T2632 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9475 T2632 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9484 T2632 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9545 T2633 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@67edd42c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9553 T2632 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9554 T2632 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9647 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9649 T2598 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:49952_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49952"}
[junit4:junit4]   2> 9655 T2598 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:49955_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49955"}
[junit4:junit4]   2> 9655 T2598 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 9655 T2598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 9663 T2603 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> 9663 T2597 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> 9663 T2631 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> 9663 T2616 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> 10561 T2632 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10562 T2632 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49955 collection:collection1 shard:shard2
[junit4:junit4]   2> 10563 T2632 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 10574 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470008 type:delete cxid:0x42 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 10575 T2632 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 10576 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470008 type:create cxid:0x43 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10579 T2632 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 10580 T2632 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 10580 T2632 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49955/collection1/
[junit4:junit4]   2> 10581 T2632 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 10581 T2632 oasc.SyncStrategy.syncToMe http://127.0.0.1:49955/collection1/ has no replicas
[junit4:junit4]   2> 10581 T2632 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49955/collection1/
[junit4:junit4]   2> 10581 T2632 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 10587 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d470008 type:create cxid:0x4c zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11176 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11189 T2631 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> 11189 T2616 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> 11189 T2603 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> 11189 T2597 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> 11228 T2632 oasc.ZkController.register We are http://127.0.0.1:49955/collection1/ and leader is http://127.0.0.1:49955/collection1/
[junit4:junit4]   2> 11228 T2632 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49955
[junit4:junit4]   2> 11228 T2632 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11229 T2632 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11229 T2632 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11231 T2632 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11233 T2575 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11233 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11234 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11396 T2575 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11401 T2575 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49958
[junit4:junit4]   2> 11401 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11402 T2575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11403 T2575 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640
[junit4:junit4]   2> 11403 T2575 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/solr.xml
[junit4:junit4]   2> 11404 T2575 oasc.CoreContainer.<init> New CoreContainer 1622651495
[junit4:junit4]   2> 11404 T2575 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/'
[junit4:junit4]   2> 11405 T2575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/'
[junit4:junit4]   2> 11441 T2575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11442 T2575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11443 T2575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11443 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11444 T2575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11445 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11445 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11446 T2575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11447 T2575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11448 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11466 T2575 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11485 T2575 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49945/solr
[junit4:junit4]   2> 11487 T2575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11487 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2ea19aa8
[junit4:junit4]   2> 11489 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11489 T2643 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11490 T2643 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 11491 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49959
[junit4:junit4]   2> 11491 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49959
[junit4:junit4]   2> 11492 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d470009 with negotiated timeout 20000 for client /127.0.0.1:49959
[junit4:junit4]   2> 11493 T2643 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d470009, negotiated timeout = 20000
[junit4:junit4]   2> 11493 T2644 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ea19aa8 name:ZooKeeperConnection Watcher:127.0.0.1:49945 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11493 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11495 T2580 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13caa906d470009
[junit4:junit4]   2> 11496 T2577 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49959 which had sessionid 0x13caa906d470009
[junit4:junit4]   2> 11496 T2644 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11496 T2575 oaz.ZooKeeper.close Session: 0x13caa906d470009 closed
[junit4:junit4]   2> 11497 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 11501 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2819ac52
[junit4:junit4]   2> 11502 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11502 T2645 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11503 T2645 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 11503 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49960
[junit4:junit4]   2> 11504 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49960
[junit4:junit4]   2> 11505 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d47000a with negotiated timeout 20000 for client /127.0.0.1:49960
[junit4:junit4]   2> 11505 T2645 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d47000a, negotiated timeout = 20000
[junit4:junit4]   2> 11505 T2646 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2819ac52 name:ZooKeeperConnection Watcher:127.0.0.1:49945/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11506 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11506 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d47000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11508 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d47000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11509 T2575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49958_
[junit4:junit4]   2> 11510 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d47000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49958_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49958_
[junit4:junit4]   2> 11511 T2575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49958_
[junit4:junit4]   2> 11515 T2616 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> 11515 T2597 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11515 T2597 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> 11516 T2603 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11516 T2631 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11516 T2603 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> 11516 T2631 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> 11518 T2616 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11522 T2575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11528 T2647 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/collection1
[junit4:junit4]   2> 11529 T2647 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11530 T2647 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11530 T2647 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11532 T2647 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/collection1/'
[junit4:junit4]   2> 11533 T2647 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11533 T2647 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/collection1/lib/README' to classloader
[junit4:junit4]   2> 11580 T2647 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11647 T2647 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11648 T2647 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11655 T2647 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12224 T2647 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12232 T2647 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12236 T2647 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12256 T2647 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12262 T2647 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12267 T2647 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12269 T2647 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12271 T2647 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360071268640/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/
[junit4:junit4]   2> 12271 T2647 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@591913b3
[junit4:junit4]   2> 12272 T2647 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 12272 T2647 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3 forceNew:false
[junit4:junit4]   2> 12273 T2647 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 12273 T2647 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index/
[junit4:junit4]   2> 12274 T2647 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12275 T2647 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index forceNew:false
[junit4:junit4]   2> 12279 T2647 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12fa67aa; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12280 T2647 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12281 T2647 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index
[junit4:junit4]   2> 12281 T2647 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12283 T2647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12284 T2647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12284 T2647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12284 T2647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12286 T2647 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12286 T2647 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12286 T2647 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12286 T2647 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12287 T2647 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12287 T2647 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12287 T2647 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12288 T2647 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12288 T2647 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12289 T2647 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12289 T2647 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12290 T2647 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12290 T2647 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12291 T2647 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12291 T2647 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12292 T2647 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12292 T2647 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12292 T2647 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12292 T2647 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12293 T2647 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12293 T2647 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12294 T2647 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12301 T2647 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12303 T2647 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12304 T2647 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> 12306 T2647 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 12308 T2647 oass.SolrIndexSearcher.<init> Opening Searcher@3276cb8a main
[junit4:junit4]   2> 12308 T2647 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12309 T2647 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12309 T2647 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12313 T2647 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12340 T2648 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3276cb8a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12346 T2647 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12347 T2647 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12702 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12703 T2598 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:49955_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49955"}
[junit4:junit4]   2> 12710 T2598 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:49958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49958"}
[junit4:junit4]   2> 12710 T2598 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12710 T2598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12717 T2603 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> 12718 T2616 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> 12718 T2597 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> 12719 T2631 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> 12718 T2646 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> 13350 T2647 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13350 T2647 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49958 collection:collection1 shard:shard1
[junit4:junit4]   2> 13355 T2647 oasc.ZkController.register We are http://127.0.0.1:49958/collection1/ and leader is http://127.0.0.1:49952/collection1/
[junit4:junit4]   2> 13356 T2647 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49958
[junit4:junit4]   2> 13356 T2647 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13356 T2647 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C186 name=collection1 org.apache.solr.core.SolrCore@358786c3 url=http://127.0.0.1:49958/collection1 node=127.0.0.1:49958_ C186_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49958_, base_url=http://127.0.0.1:49958}
[junit4:junit4]   2> 13357 T2649 C186 P49958 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13358 T2649 C186 P49958 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13358 T2647 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13359 T2649 C186 P49958 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13359 T2649 C186 P49958 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13360 T2575 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13361 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13361 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13361 T2649 C186 P49958 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13623 T2575 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13629 T2575 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49962
[junit4:junit4]   2> 13630 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13631 T2575 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13632 T2575 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769
[junit4:junit4]   2> 13632 T2575 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/solr.xml
[junit4:junit4]   2> 13633 T2575 oasc.CoreContainer.<init> New CoreContainer 1234065025
[junit4:junit4]   2> 13634 T2575 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/'
[junit4:junit4]   2> 13635 T2575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/'
[junit4:junit4]   2> 13685 T2575 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13687 T2575 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13687 T2575 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13688 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13688 T2575 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13689 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13689 T2575 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13690 T2575 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13690 T2575 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13691 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13705 T2575 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13719 T2575 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49945/solr
[junit4:junit4]   2> 13720 T2575 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13721 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2df7752f
[junit4:junit4]   2> 13722 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13723 T2659 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13724 T2659 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 13725 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49963
[junit4:junit4]   2> 13725 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49963
[junit4:junit4]   2> 13726 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d47000b with negotiated timeout 20000 for client /127.0.0.1:49963
[junit4:junit4]   2> 13726 T2659 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d47000b, negotiated timeout = 20000
[junit4:junit4]   2> 13727 T2660 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2df7752f name:ZooKeeperConnection Watcher:127.0.0.1:49945 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13727 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13729 T2580 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13caa906d47000b
[junit4:junit4]   2> 13730 T2577 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49963 which had sessionid 0x13caa906d47000b
[junit4:junit4]   2> 13730 T2660 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13730 T2575 oaz.ZooKeeper.close Session: 0x13caa906d47000b closed
[junit4:junit4]   2> 13731 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13736 T2575 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49945/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5b2c5418
[junit4:junit4]   2> 13738 T2661 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49945. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13738 T2575 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13739 T2661 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49945, initiating session
[junit4:junit4]   2> 13739 T2577 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49964
[junit4:junit4]   2> 13740 T2577 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49964
[junit4:junit4]   2> 13741 T2579 oazs.ZooKeeperServer.finishSessionInit Established session 0x13caa906d47000c with negotiated timeout 20000 for client /127.0.0.1:49964
[junit4:junit4]   2> 13741 T2661 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49945, sessionid = 0x13caa906d47000c, negotiated timeout = 20000
[junit4:junit4]   2> 13742 T2662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b2c5418 name:ZooKeeperConnection Watcher:127.0.0.1:49945/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13742 T2575 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13743 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d47000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13745 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d47000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13747 T2575 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49962_
[junit4:junit4]   2> 13748 T2580 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13caa906d47000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49962_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49962_
[junit4:junit4]   2> 13749 T2575 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49962_
[junit4:junit4]   2> 13752 T2616 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> 13752 T2646 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> 13753 T2603 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13754 T2603 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> 13754 T2631 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13754 T2631 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> 13754 T2597 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13755 T2597 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> 13758 T2616 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13758 T2646 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13763 T2575 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13771 T2663 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/collection1
[junit4:junit4]   2> 13771 T2663 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13772 T2663 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13773 T2663 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13775 T2663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/collection1/'
[junit4:junit4]   2> 13776 T2663 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13776 T2663 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/collection1/lib/README' to classloader
[junit4:junit4]   2> 13822 T2663 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13910 T2663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13912 T2663 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13920 T2663 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14266 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14266 T2598 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:49958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49958"}
[junit4:junit4]   2> 14270 T2603 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> 14271 T2616 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> 14271 T2646 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> 14272 T2597 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> 14273 T2662 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> 14273 T2631 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> 14570 T2663 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14577 T2663 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14580 T2663 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14604 T2663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14613 T2663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14623 T2663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14627 T2663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14630 T2663 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360071270769/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/
[junit4:junit4]   2> 14631 T2663 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@591913b3
[junit4:junit4]   2> 14632 T2663 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 14633 T2663 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4 forceNew:false
[junit4:junit4]   2> 14634 T2663 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 14634 T2663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index/
[junit4:junit4]   2> 14635 T2663 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14637 T2663 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index forceNew:false
[junit4:junit4]   2> 14644 T2663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@39adc863; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14645 T2663 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14647 T2663 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index
[junit4:junit4]   2> 14647 T2663 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14651 T2663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14651 T2663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14652 T2663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14652 T2663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14653 T2663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14653 T2663 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14654 T2663 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14654 T2663 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14655 T2663 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14655 T2663 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14656 T2663 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14656 T2663 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14657 T2663 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14657 T2663 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14657 T2663 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14658 T2663 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14658 T2663 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14658 T2663 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14659 T2663 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14659 T2663 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14660 T2663 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14660 T2663 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14661 T2663 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14661 T2663 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14662 T2663 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14662 T2663 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14667 T2663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14672 T2663 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14674 T2663 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> 14676 T2663 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 14678 T2663 oass.SolrIndexSearcher.<init> Opening Searcher@28199361 main
[junit4:junit4]   2> 14679 T2663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14680 T2663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14680 T2663 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14685 T2663 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14720 T2664 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28199361 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14728 T2663 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14728 T2663 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15781 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15782 T2598 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:49962_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49962"}
[junit4:junit4]   2> 15782 T2598 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15782 T2598 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15788 T2631 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> 15788 T2646 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> 15789 T2662 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> 15789 T2603 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> 15789 T2616 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> 15789 T2597 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>  C186_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49958_, base_url=http://127.0.0.1:49958}
[junit4:junit4]   2> 16373 T2649 C186 P49958 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49952/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16373 T2649 C186 P49958 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49958 START replicas=[http://127.0.0.1:49952/collection1/] nUpdates=100
[junit4:junit4]   2> 16374 T2649 C186 P49958 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16375 T2649 C186 P49958 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16375 T2649 C186 P49958 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16376 T2649 C186 P49958 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16376 T2649 C186 P49958 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16376 T2649 C186 P49958 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49952/collection1/. core=collection1
[junit4:junit4]   2> 16377 T2649 C186 P49958 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C187 name=collection1 org.apache.solr.core.SolrCore@6366acdc url=http://127.0.0.1:49952/collection1 node=127.0.0.1:49952_ C187_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49952_, base_url=http://127.0.0.1:49952, leader=true}
[junit4:junit4]   2> 16387 T2612 C187 P49952 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16392 T2610 C187 P49952 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16393 T2610 C187 P49952 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1
[junit4:junit4]   2> 16396 T2610 C187 P49952 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@83a17e0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16397 T2610 C187 P49952 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16400 T2610 C187 P49952 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@83a17e0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@83a17e0; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16400 T2610 C187 P49952 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16401 T2610 C187 P49952 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1
[junit4:junit4]   2> 16402 T2610 C187 P49952 oass.SolrIndexSearcher.<init> Opening Searcher@6cd62822 realtime
[junit4:junit4]   2> 16403 T2610 C187 P49952 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16403 T2610 C187 P49952 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 16404 T2649 C186 P49958 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16405 T2649 C186 P49958 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16409 T2607 C187 P49952 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16409 T2607 C187 P49952 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 16410 T2649 C186 P49958 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 16410 T2649 C186 P49958 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16410 T2649 C186 P49958 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16413 T2608 C187 P49952 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1
[junit4:junit4]   2> 16414 T2608 C187 P49952 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1/index
[junit4:junit4]   2> 16414 T2608 C187 P49952 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16415 T2649 C186 P49958 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16416 T2649 C186 P49958 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818 forceNew:false
[junit4:junit4]   2> 16417 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 16417 T2649 C186 P49958 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41835abf; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 16421 T2612 C187 P49952 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16423 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index
[junit4:junit4]   2> 16424 T2649 C186 P49958 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16424 T2649 C186 P49958 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130205053433818
[junit4:junit4]   2> 16426 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 16426 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 16427 T2649 C186 P49958 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818
[junit4:junit4]   2> 16430 T2649 C186 P49958 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41835abf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16430 T2649 C186 P49958 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16431 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 16432 T2649 C186 P49958 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16432 T2649 C186 P49958 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16432 T2649 C186 P49958 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16433 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818
[junit4:junit4]   2> 16434 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 16437 T2649 C186 P49958 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41835abf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16437 T2649 C186 P49958 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16437 T2649 C186 P49958 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16438 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 16438 T2649 C186 P49958 oass.SolrIndexSearcher.<init> Opening Searcher@74e5066c main
[junit4:junit4]   2> 16440 T2648 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74e5066c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 16441 T2648 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index
[junit4:junit4]   2> 16442 T2649 C186 P49958 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16444 T2649 C186 P49958 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41835abf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818 lockFactory=org.apache.lucene.store.NativeFSLockFactory@41835abf; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16444 T2649 C186 P49958 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16445 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 16446 T2649 C186 P49958 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16446 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index.20130205053433818
[junit4:junit4]   2> 16446 T2649 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3/index
[junit4:junit4]   2> 16446 T2649 C186 P49958 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16447 T2649 C186 P49958 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16447 T2649 C186 P49958 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16447 T2649 C186 P49958 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16449 T2649 C186 P49958 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 16733 T2663 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16733 T2663 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49962 collection:collection1 shard:shard2
[junit4:junit4]   2> 16738 T2663 oasc.ZkController.register We are http://127.0.0.1:49962/collection1/ and leader is http://127.0.0.1:49955/collection1/
[junit4:junit4]   2> 16738 T2663 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49962
[junit4:junit4]   2> 16738 T2663 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16738 T2663 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C188 name=collection1 org.apache.solr.core.SolrCore@28c2f24 url=http://127.0.0.1:49962/collection1 node=127.0.0.1:49962_ C188_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49962_, base_url=http://127.0.0.1:49962}
[junit4:junit4]   2> 16739 T2667 C188 P49962 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16741 T2667 C188 P49962 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16741 T2663 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16741 T2667 C188 P49962 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16742 T2667 C188 P49962 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16742 T2575 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16743 T2667 C188 P49962 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16743 T2575 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16743 T2575 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16751 T2575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16753 T2575 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16754 T2575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17302 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17304 T2598 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:49958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49958"}
[junit4:junit4]   2> 17316 T2598 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:49962_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49962"}
[junit4:junit4]   2> 17326 T2631 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> 17326 T2597 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> 17327 T2662 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> 17326 T2646 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> 17326 T2603 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> 17327 T2616 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> 17757 T2575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18761 T2575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C188_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49962_, base_url=http://127.0.0.1:49962}
[junit4:junit4]   2> 19755 T2667 C188 P49962 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49955/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 19755 T2667 C188 P49962 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49962 START replicas=[http://127.0.0.1:49955/collection1/] nUpdates=100
[junit4:junit4]   2> 19756 T2667 C188 P49962 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 19756 T2667 C188 P49962 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 19757 T2667 C188 P49962 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 19757 T2667 C188 P49962 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 19758 T2667 C188 P49962 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 19758 T2667 C188 P49962 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49955/collection1/. core=collection1
[junit4:junit4]   2> 19759 T2667 C188 P49962 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C189 name=collection1 org.apache.solr.core.SolrCore@652ab010 url=http://127.0.0.1:49955/collection1 node=127.0.0.1:49955_ C189_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49955_, base_url=http://127.0.0.1:49955, leader=true}
[junit4:junit4]   2> 19766 T2624 C189 P49955 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19767 T2575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19771 T2627 C189 P49955 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19772 T2627 C189 P49955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2
[junit4:junit4]   2> 19775 T2627 C189 P49955 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@388f470; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19776 T2627 C189 P49955 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19779 T2627 C189 P49955 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@388f470; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@388f470; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19779 T2627 C189 P49955 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19780 T2627 C189 P49955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2
[junit4:junit4]   2> 19781 T2627 C189 P49955 oass.SolrIndexSearcher.<init> Opening Searcher@7a5824dd realtime
[junit4:junit4]   2> 19781 T2627 C189 P49955 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19782 T2627 C189 P49955 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 19784 T2667 C188 P49962 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19784 T2667 C188 P49962 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 19787 T2625 C189 P49955 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 19787 T2625 C189 P49955 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 19789 T2667 C188 P49962 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 19789 T2667 C188 P49962 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 19789 T2667 C188 P49962 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 19794 T2626 C189 P49955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2
[junit4:junit4]   2> 19794 T2626 C189 P49955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2/index
[junit4:junit4]   2> 19795 T2626 C189 P49955 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 19795 T2667 C188 P49962 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 19796 T2667 C188 P49962 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198 forceNew:false
[junit4:junit4]   2> 19797 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 19797 T2667 C188 P49962 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198 lockFactory=org.apache.lucene.store.NativeFSLockFactory@780541ca; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 19800 T2622 C189 P49955 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 19802 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index
[junit4:junit4]   2> 19803 T2667 C188 P49962 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 19803 T2667 C188 P49962 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130205053437198
[junit4:junit4]   2> 19805 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 19805 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 19806 T2667 C188 P49962 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198
[junit4:junit4]   2> 19808 T2667 C188 P49962 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198 lockFactory=org.apache.lucene.store.NativeFSLockFactory@780541ca; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19809 T2667 C188 P49962 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19810 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 19810 T2667 C188 P49962 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 19811 T2667 C188 P49962 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 19811 T2667 C188 P49962 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 19812 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198
[junit4:junit4]   2> 19812 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 19816 T2667 C188 P49962 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198 lockFactory=org.apache.lucene.store.NativeFSLockFactory@780541ca; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 19817 T2667 C188 P49962 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 19817 T2667 C188 P49962 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 19818 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 19819 T2667 C188 P49962 oass.SolrIndexSearcher.<init> Opening Searcher@6ed067ca main
[junit4:junit4]   2> 19824 T2664 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ed067ca main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 19825 T2664 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index
[junit4:junit4]   2> 19825 T2667 C188 P49962 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 19828 T2667 C188 P49962 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198 lockFactory=org.apache.lucene.store.NativeFSLockFactory@780541ca; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198 lockFactory=org.apache.lucene.store.NativeFSLockFactory@780541ca; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 19829 T2667 C188 P49962 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 19830 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 19830 T2667 C188 P49962 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 19830 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index.20130205053437198
[junit4:junit4]   2> 19830 T2667 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4/index
[junit4:junit4]   2> 19831 T2667 C188 P49962 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 19831 T2667 C188 P49962 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 19831 T2667 C188 P49962 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19831 T2667 C188 P49962 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19833 T2667 C188 P49962 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20349 T2598 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20350 T2598 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:49962_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49962"}
[junit4:junit4]   2> 20356 T2646 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> 20356 T2597 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> 20356 T2631 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> 20357 T2662 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> 20356 T2603 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> 20357 T2616 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> 20771 T2575 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20773 T2575 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C190 name=collection1 org.apache.solr.core.SolrCore@7bd6e1e3 url=http://127.0.0.1:49948/collection1 node=127.0.0.1:49948_ C190_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49948_, base_url=http://127.0.0.1:49948, leader=true}
[junit4:junit4]   2> 20790 T2589 C190 P49948 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data
[junit4:junit4]   2> 20795 T2589 C190 P49948 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d4e72d8; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20796 T2589 C190 P49948 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20798 T2589 C190 P49948 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/control/data
[junit4:junit4]   2> 20799 T2589 C190 P49948 oass.SolrIndexSearcher.<init> Opening Searcher@455963a8 realtime
[junit4:junit4]   2> 20799 T2589 C190 P49948 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426138100601454592)} 0 10
[junit4:junit4]   2> 20804 T2623 C189 P49955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty2
[junit4:junit4]   2> 20810 T2608 C187 P49952 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty1
[junit4:junit4]   2>  C188_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49962_, base_url=http://127.0.0.1:49962}
[junit4:junit4]   2> 20819 T2657 C188 P49962 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty4
[junit4:junit4]   2> 20820 T2657 C188 P49962 /update {update.distrib=FROMLEADER&_version_=-1426138100614037504&update.from=http://127.0.0.1:49955/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426138100614037504)} 0 4
[junit4:junit4]   2>  C186_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49958_, base_url=http://127.0.0.1:49958}
[junit4:junit4]   2> 20824 T2641 C186 P49958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360071257409/jetty3
[junit4:junit4]   2> 20825 T2641 C186 P49958 /update {update.distrib=FROMLEADER&_version_=-1426138100621377536&update.from=http://127.0.0.1:49952/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426138100621377536)} 0 3
[junit4:junit4]   2> 20827 T2608 C187 P49952 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1426138100621377536)} 0 19
[junit4:junit4]   2> 20828 T2623 C189 P49955 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426138100614037504)} 0 26
[junit4:junit4]   2> 20836 T2590 C190 P49948 /update {wt=javabin&version=2} {add=[1 (1426138100646543360)]} 0 4
[junit4:junit4]   2> 20850 T2642 C186 P49958 /update {distrib.from=http://127.0.0.1:49952/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1426138100653883392)]} 0 4
[junit4:junit4]   2> 20852 T2609 C187 P49952 /update {wt=javabin&version=2} {add=[1 (1426138100653883392)]} 0 13

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

dowingOrOverridesOnMethodsRule$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> 131416 T2575 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_f1=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), foo_b=PostingsFormat(name=TestBloomFilteredLucene41Postings), cat=PostingsFormat(name=Memory doPackFST= false), foo_d=MockVariableIntBlock(baseBlockSize=116), foo_f=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tl1=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), n_d1=PostingsFormat(name=Memory doPackFST= false), rnd_b=MockVariableIntBlock(baseBlockSize=116), intDefault=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), n_td1=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), timestamp=PostingsFormat(name=Memory doPackFST= false), id=MockVariableIntBlock(baseBlockSize=116), range_facet_sl=MockVariableIntBlock(baseBlockSize=116), range_facet_si=PostingsFormat(name=Memory doPackFST= false), oddField_s=MockVariableIntBlock(baseBlockSize=116), sequence_i=MockVariableIntBlock(baseBlockSize=116), name=MockVariableIntBlock(baseBlockSize=116), foo_i=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), regex_dup_B_s=PostingsFormat(name=Memory doPackFST= false), multiDefault=PostingsFormat(name=Memory doPackFST= false), n_tf1=PostingsFormat(name=Memory doPackFST= false), n_dt1=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), genre_s=MockVariableIntBlock(baseBlockSize=116), author_t=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), n_ti1=MockVariableIntBlock(baseBlockSize=116), range_facet_l=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), val_i=MockVariableIntBlock(baseBlockSize=116), SubjectTerms_mfacet=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), series_t=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), a_t=PostingsFormat(name=Memory doPackFST= false), n_tdt1=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), regex_dup_A_s=PostingsFormat(name=TestBloomFilteredLucene41Postings), price=PostingsFormat(name=TestBloomFilteredLucene41Postings), other_tl1=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), n_l1=PostingsFormat(name=Memory doPackFST= false), a_si=Pulsing41(freqCutoff=20 minBlockSize=62 maxBlockSize=207), inStock=PostingsFormat(name=TestBloomFilteredLucene41Postings)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ko_KR, timezone=America/Metlakatla
[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=317951144,total=452984832
[junit4:junit4]   2> NOTE: All tests run in this JVM: [OverseerCollectionProcessorTest, DocumentAnalysisRequestHandlerTest, SolrIndexConfigTest, TestStressReorder, TestAnalyzedSuggestions, PeerSyncTest, DirectUpdateHandlerTest, TermsComponentTest, SolrCmdDistributorTest, LoggingHandlerTest, CSVRequestHandlerTest, FastVectorHighlighterTest, TestIBSimilarityFactory, SpatialFilterTest, PrimitiveFieldTypeTest, OpenExchangeRatesOrgProviderTest, TestDistributedSearch, SpellCheckComponentTest, DistributedSpellCheckComponentTest, TestBM25SimilarityFactory, HighlighterTest, SpellingQueryConverterTest, RecoveryZkTest, RequestHandlersTest, FieldMutatingUpdateProcessorTest, TestFastWriter, UniqFieldsUpdateProcessorFactoryTest, LeaderElectionTest, StatsComponentTest, ZkControllerTest, TestSuggestSpellingConverter, ClusterStateTest, DistanceFunctionTest, UUIDFieldTest, TestQueryTypes, SampleTest, SOLR749Test, AlternateDirectoryTest, JSONWriterTest, TestPseudoReturnFields, TestCollationField, SuggesterTSTTest, UpdateParamsTest, CollectionsAPIDistributedZkTest, SignatureUpdateProcessorFactoryTest, MBeansHandlerTest, TestStressVersions, TestAtomicUpdateErrorCases, TestNumberUtils, IndexBasedSpellCheckerTest, TestDocumentBuilder, TestUtils, TestReload, TestDefaultSimilarityFactory, TestSolrXMLSerializer, TestLRUCache, SchemaVersionSpecificBehaviorTest, CoreContainerCoreInitFailuresTest, TestJmxMonitoredMap, TestOmitPositions, TestSolrDeletionPolicy2, TestMultiCoreConfBootstrap, SimplePostToolTest, TestRandomFaceting, TestSort, BasicFunctionalityTest, ZkNodePropsTest, TestBadConfig, MultiTermTest, TestCoreContainer, LukeRequestHandlerTest, PluginInfoTest, TestWriterPerf, TestDistributedGrouping, MoreLikeThisHandlerTest, QueryEqualityTest, TestLFUCache, SolrCoreCheckLockOnStartupTest, TestDocSet, NumericFieldsTest, TestLMDirichletSimilarityFactory, ChaosMonkeySafeLeaderTest, TestSearchPerf, DistributedQueryElevationComponentTest, TestPartialUpdateDeduplication, CacheHeaderTest, TestComponentsName, DirectSolrConnectionTest, TestPostingsSolrHighlighter, AnalysisAfterCoreReloadTest, FieldAnalysisRequestHandlerTest, TestCSVResponseWriter, SolrCoreTest, TestCSVLoader, ShowFileRequestHandlerTest, TestHashPartitioner, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestLuceneMatchVersion, TestLMJelinekMercerSimilarityFactory, TestRealTimeGet, FileBasedSpellCheckerTest, TestStressRecovery, ChaosMonkeyNothingIsSafeTest, TestValueSourceCache, StandardRequestHandlerTest, LegacyHTMLStripCharFilterTest, TestRangeQuery, OverseerTest, TestXIncludeConfig, DebugComponentTest, SynonymTokenizerTest, ResponseLogComponentTest, TestSolrIndexConfig, SolrRequestParserTest, PathHierarchyTokenizerFactoryTest, TimeZoneUtilsTest, SyncSliceTest, BasicZkTest, IndexReaderFactoryTest, XmlUpdateRequestHandlerTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 131.74s, 1 test, 1 error <<< FAILURES!

[...truncated 380 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:346: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:432: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:841: There were test failures: 249 suites, 1038 tests, 1 error, 14 ignored (3 assumptions)

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 188 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/188/
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:50352

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50352
	at __randomizedtesting.SeedInfo.seed([3B358C5D2192A21:8255D6DDA5464A1D]: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 8996 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T3357 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T3357 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1360087490562
[junit4:junit4]   2> 8 T3357 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 9 T3358 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 11 T3358 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 11 T3358 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T3358 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 12 T3358 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 14 T3358 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 110 T3357 oasc.ZkTestServer.run start zk server on port:50345
[junit4:junit4]   2> 110 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5aeb5af7
[junit4:junit4]   2> 112 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 114 T3363 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 116 T3363 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 117 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50346
[junit4:junit4]   2> 118 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50346
[junit4:junit4]   2> 119 T3361 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 125 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0000 with negotiated timeout 10000 for client /127.0.0.1:50346
[junit4:junit4]   2> 125 T3363 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0000, negotiated timeout = 10000
[junit4:junit4]   2> 126 T3364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5aeb5af7 name:ZooKeeperConnection Watcher:127.0.0.1:50345 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 127 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 127 T3357 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 133 T3362 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cab88200a0000
[junit4:junit4]   2> 135 T3357 oaz.ZooKeeper.close Session: 0x13cab88200a0000 closed
[junit4:junit4]   2> 136 T3359 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50346 which had sessionid 0x13cab88200a0000
[junit4:junit4]   2> 136 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2e327d60
[junit4:junit4]   2> 135 T3364 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 139 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 139 T3365 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 140 T3365 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 140 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50347
[junit4:junit4]   2> 141 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50347
[junit4:junit4]   2> 142 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0001 with negotiated timeout 10000 for client /127.0.0.1:50347
[junit4:junit4]   2> 142 T3365 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0001, negotiated timeout = 10000
[junit4:junit4]   2> 143 T3366 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e327d60 name:ZooKeeperConnection Watcher:127.0.0.1:50345/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 143 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 144 T3357 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 149 T3357 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 153 T3357 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 157 T3357 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 160 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 177 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 185 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 186 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 191 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 192 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 197 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 198 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 203 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 204 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 209 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 210 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 215 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 216 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 221 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 222 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 227 T3357 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 228 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 233 T3362 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cab88200a0001
[junit4:junit4]   2> 235 T3359 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50347 which had sessionid 0x13cab88200a0001
[junit4:junit4]   2> 234 T3357 oaz.ZooKeeper.close Session: 0x13cab88200a0001 closed
[junit4:junit4]   2> 235 T3366 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 415 T3357 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 425 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50348
[junit4:junit4]   2> 426 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 427 T3357 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 427 T3357 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791
[junit4:junit4]   2> 428 T3357 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/solr.xml
[junit4:junit4]   2> 429 T3357 oasc.CoreContainer.<init> New CoreContainer 1118432565
[junit4:junit4]   2> 430 T3357 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/'
[junit4:junit4]   2> 430 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/'
[junit4:junit4]   2> 476 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 477 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 477 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 478 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 478 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 479 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 479 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 480 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 480 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 481 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 502 T3357 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 522 T3357 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50345/solr
[junit4:junit4]   2> 523 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 523 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@133295f3
[junit4:junit4]   2> 525 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 525 T3376 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 527 T3376 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 528 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50349
[junit4:junit4]   2> 528 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50349
[junit4:junit4]   2> 530 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0002 with negotiated timeout 20000 for client /127.0.0.1:50349
[junit4:junit4]   2> 530 T3376 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0002, negotiated timeout = 20000
[junit4:junit4]   2> 530 T3377 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@133295f3 name:ZooKeeperConnection Watcher:127.0.0.1:50345 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 531 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 533 T3362 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cab88200a0002
[junit4:junit4]   2> 534 T3359 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50349 which had sessionid 0x13cab88200a0002
[junit4:junit4]   2> 534 T3357 oaz.ZooKeeper.close Session: 0x13cab88200a0002 closed
[junit4:junit4]   2> 535 T3377 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 535 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 539 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c501143
[junit4:junit4]   2> 540 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 541 T3378 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 542 T3378 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 543 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50350
[junit4:junit4]   2> 543 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50350
[junit4:junit4]   2> 545 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0003 with negotiated timeout 20000 for client /127.0.0.1:50350
[junit4:junit4]   2> 545 T3378 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0003, negotiated timeout = 20000
[junit4:junit4]   2> 546 T3379 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c501143 name:ZooKeeperConnection Watcher:127.0.0.1:50345/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 546 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 549 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 551 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 554 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50348_
[junit4:junit4]   2> 556 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50348_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50348_
[junit4:junit4]   2> 557 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50348_
[junit4:junit4]   2> 563 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 573 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 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> 574 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 578 T3357 oasc.Overseer.start Overseer (id=89134693781995523-127.0.0.1:50348_-n_0000000000) starting
[junit4:junit4]   2> 579 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 581 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 583 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 584 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 586 T3381 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 588 T3357 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 593 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 597 T3380 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 622 T3382 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/collection1
[junit4:junit4]   2> 622 T3382 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 624 T3382 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 624 T3382 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 627 T3382 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/collection1/'
[junit4:junit4]   2> 628 T3382 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 628 T3382 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/collection1/lib/README' to classloader
[junit4:junit4]   2> 685 T3382 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 793 T3382 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 795 T3382 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 827 T3382 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1779 T3382 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1790 T3382 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1795 T3382 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1823 T3382 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1827 T3382 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1844 T3382 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1847 T3382 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1849 T3382 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1360087490791/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data/
[junit4:junit4]   2> 1850 T3382 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39eb305e
[junit4:junit4]   2> 1850 T3382 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1851 T3382 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data forceNew:false
[junit4:junit4]   2> 1852 T3382 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data
[junit4:junit4]   2> 1852 T3382 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data/index/
[junit4:junit4]   2> 1853 T3382 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1855 T3382 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data/index forceNew:false
[junit4:junit4]   2> 1860 T3382 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@363a2d44; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1860 T3382 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1861 T3382 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data/index
[junit4:junit4]   2> 1862 T3382 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1864 T3382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1864 T3382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1865 T3382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1865 T3382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1866 T3382 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1866 T3382 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1867 T3382 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1868 T3382 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1869 T3382 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1869 T3382 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1870 T3382 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1870 T3382 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1870 T3382 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1871 T3382 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1871 T3382 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1871 T3382 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1872 T3382 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1872 T3382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1873 T3382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1873 T3382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1873 T3382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1874 T3382 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1874 T3382 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1876 T3382 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1876 T3382 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1877 T3382 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1885 T3382 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1888 T3382 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1890 T3382 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> 1893 T3382 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data
[junit4:junit4]   2> 1895 T3382 oass.SolrIndexSearcher.<init> Opening Searcher@4170dbad main
[junit4:junit4]   2> 1897 T3382 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1897 T3382 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1898 T3382 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1905 T3382 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1945 T3383 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4170dbad main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1951 T3382 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1951 T3382 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1952 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 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> 2105 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2107 T3380 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:50348_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50348"}
[junit4:junit4]   2> 2108 T3380 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2108 T3380 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2109 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 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> 2119 T3379 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> 2958 T3382 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2958 T3382 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50348 collection:control_collection shard:shard1
[junit4:junit4]   2> 2960 T3382 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2972 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 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> 2973 T3382 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2974 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2978 T3382 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2978 T3382 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2978 T3382 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50348/collection1/
[junit4:junit4]   2> 2979 T3382 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2979 T3382 oasc.SyncStrategy.syncToMe http://127.0.0.1:50348/collection1/ has no replicas
[junit4:junit4]   2> 2980 T3382 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50348/collection1/
[junit4:junit4]   2> 2980 T3382 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2988 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3629 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3644 T3379 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> 3664 T3382 oasc.ZkController.register We are http://127.0.0.1:50348/collection1/ and leader is http://127.0.0.1:50348/collection1/
[junit4:junit4]   2> 3664 T3382 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50348
[junit4:junit4]   2> 3665 T3382 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3665 T3382 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3666 T3382 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3669 T3382 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3671 T3357 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3672 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3672 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3679 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3685 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7760437
[junit4:junit4]   2> 3687 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3688 T3384 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3689 T3384 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 3690 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50351
[junit4:junit4]   2> 3690 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50351
[junit4:junit4]   2> 3692 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0004 with negotiated timeout 10000 for client /127.0.0.1:50351
[junit4:junit4]   2> 3692 T3384 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0004, negotiated timeout = 10000
[junit4:junit4]   2> 3693 T3385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7760437 name:ZooKeeperConnection Watcher:127.0.0.1:50345/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3693 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3695 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3698 T3357 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3927 T3357 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3932 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50352
[junit4:junit4]   2> 3935 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3936 T3357 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3936 T3357 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254
[junit4:junit4]   2> 3938 T3357 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/solr.xml
[junit4:junit4]   2> 3938 T3357 oasc.CoreContainer.<init> New CoreContainer 917575737
[junit4:junit4]   2> 3939 T3357 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/'
[junit4:junit4]   2> 3940 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/'
[junit4:junit4]   2> 4004 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4006 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4007 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4008 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4009 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4009 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4010 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4011 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4012 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4013 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4037 T3357 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4094 T3357 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50345/solr
[junit4:junit4]   2> 4096 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4097 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2d4a1103
[junit4:junit4]   2> 4100 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4100 T3395 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4102 T3395 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 4103 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50353
[junit4:junit4]   2> 4104 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50353
[junit4:junit4]   2> 4196 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0005 with negotiated timeout 20000 for client /127.0.0.1:50353
[junit4:junit4]   2> 4196 T3395 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0005, negotiated timeout = 20000
[junit4:junit4]   2> 4196 T3396 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d4a1103 name:ZooKeeperConnection Watcher:127.0.0.1:50345 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4197 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4199 T3362 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cab88200a0005
[junit4:junit4]   2> 4200 T3359 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50353 which had sessionid 0x13cab88200a0005
[junit4:junit4]   2> 4200 T3357 oaz.ZooKeeper.close Session: 0x13cab88200a0005 closed
[junit4:junit4]   2> 4200 T3396 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4201 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4205 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@78b43b03
[junit4:junit4]   2> 4207 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4208 T3397 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4208 T3397 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 4209 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50354
[junit4:junit4]   2> 4210 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50354
[junit4:junit4]   2> 4211 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0006 with negotiated timeout 20000 for client /127.0.0.1:50354
[junit4:junit4]   2> 4211 T3397 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0006, negotiated timeout = 20000
[junit4:junit4]   2> 4212 T3398 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78b43b03 name:ZooKeeperConnection Watcher:127.0.0.1:50345/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4212 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4213 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4215 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4217 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50352_
[junit4:junit4]   2> 4218 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50352_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50352_
[junit4:junit4]   2> 4219 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50352_
[junit4:junit4]   2> 4223 T3379 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> 4224 T3385 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4227 T3379 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4232 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4243 T3399 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/collection1
[junit4:junit4]   2> 4244 T3399 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4245 T3399 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4246 T3399 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4248 T3399 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/collection1/'
[junit4:junit4]   2> 4249 T3399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4250 T3399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/collection1/lib/README' to classloader
[junit4:junit4]   2> 4308 T3399 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4412 T3399 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4414 T3399 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4428 T3399 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5156 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5158 T3380 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:50348_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50348"}
[junit4:junit4]   2> 5169 T3385 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> 5169 T3379 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> 5170 T3398 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> 5320 T3399 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5334 T3399 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5339 T3399 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5359 T3399 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5364 T3399 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5369 T3399 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5371 T3399 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5373 T3399 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1360087494254/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/
[junit4:junit4]   2> 5373 T3399 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39eb305e
[junit4:junit4]   2> 5374 T3399 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5375 T3399 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1 forceNew:false
[junit4:junit4]   2> 5375 T3399 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1
[junit4:junit4]   2> 5376 T3399 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index/
[junit4:junit4]   2> 5376 T3399 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5378 T3399 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index forceNew:false
[junit4:junit4]   2> 5398 T3399 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c8440; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5398 T3399 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5399 T3399 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index
[junit4:junit4]   2> 5399 T3399 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5403 T3399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5403 T3399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5404 T3399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5404 T3399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5405 T3399 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5405 T3399 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5406 T3399 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5407 T3399 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5408 T3399 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5408 T3399 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5409 T3399 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5410 T3399 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5411 T3399 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5411 T3399 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5411 T3399 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5412 T3399 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5413 T3399 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5414 T3399 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5414 T3399 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5416 T3399 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5416 T3399 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5417 T3399 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5418 T3399 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5419 T3399 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5420 T3399 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5420 T3399 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5427 T3399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5431 T3399 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5432 T3399 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> 5435 T3399 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1
[junit4:junit4]   2> 5437 T3399 oass.SolrIndexSearcher.<init> Opening Searcher@da7ad9a main
[junit4:junit4]   2> 5438 T3399 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5439 T3399 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5440 T3399 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5446 T3399 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5494 T3400 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@da7ad9a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5504 T3399 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5505 T3399 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6682 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6683 T3380 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:50352_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50352"}
[junit4:junit4]   2> 6684 T3380 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6684 T3380 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6699 T3379 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> 6699 T3385 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> 6699 T3398 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> 7510 T3399 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7510 T3399 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50352 collection:collection1 shard:shard1
[junit4:junit4]   2> 7512 T3399 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7525 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7526 T3399 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7527 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7531 T3399 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7531 T3399 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7532 T3399 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50352/collection1/
[junit4:junit4]   2> 7532 T3399 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7532 T3399 oasc.SyncStrategy.syncToMe http://127.0.0.1:50352/collection1/ has no replicas
[junit4:junit4]   2> 7533 T3399 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50352/collection1/
[junit4:junit4]   2> 7533 T3399 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7541 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8209 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8222 T3398 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> 8222 T3379 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> 8222 T3385 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> 8261 T3399 oasc.ZkController.register We are http://127.0.0.1:50352/collection1/ and leader is http://127.0.0.1:50352/collection1/
[junit4:junit4]   2> 8261 T3399 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50352
[junit4:junit4]   2> 8261 T3399 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8261 T3399 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8261 T3399 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8264 T3399 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8265 T3357 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8266 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8267 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8479 T3357 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8484 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50355
[junit4:junit4]   2> 8485 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8485 T3357 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8486 T3357 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829
[junit4:junit4]   2> 8486 T3357 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/solr.xml
[junit4:junit4]   2> 8487 T3357 oasc.CoreContainer.<init> New CoreContainer 1339174314
[junit4:junit4]   2> 8487 T3357 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/'
[junit4:junit4]   2> 8488 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/'
[junit4:junit4]   2> 8526 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 8527 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8528 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8528 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8529 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8529 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8530 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8530 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8531 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8531 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8544 T3357 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8563 T3357 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50345/solr
[junit4:junit4]   2> 8564 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8564 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e8280a7
[junit4:junit4]   2> 8566 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8566 T3410 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8568 T3410 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 8568 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50356
[junit4:junit4]   2> 8569 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50356
[junit4:junit4]   2> 8570 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0007 with negotiated timeout 20000 for client /127.0.0.1:50356
[junit4:junit4]   2> 8570 T3410 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0007, negotiated timeout = 20000
[junit4:junit4]   2> 8571 T3411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e8280a7 name:ZooKeeperConnection Watcher:127.0.0.1:50345 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8571 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8574 T3362 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cab88200a0007
[junit4:junit4]   2> 8575 T3359 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50356 which had sessionid 0x13cab88200a0007
[junit4:junit4]   2> 8575 T3411 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8575 T3357 oaz.ZooKeeper.close Session: 0x13cab88200a0007 closed
[junit4:junit4]   2> 8576 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 8581 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2aece335
[junit4:junit4]   2> 8583 T3412 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8582 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8583 T3412 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 8584 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50357
[junit4:junit4]   2> 8585 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50357
[junit4:junit4]   2> 8586 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0008 with negotiated timeout 20000 for client /127.0.0.1:50357
[junit4:junit4]   2> 8586 T3412 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0008, negotiated timeout = 20000
[junit4:junit4]   2> 8587 T3413 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2aece335 name:ZooKeeperConnection Watcher:127.0.0.1:50345/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8587 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8588 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8590 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8592 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50355_
[junit4:junit4]   2> 8593 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50355_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50355_
[junit4:junit4]   2> 8594 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50355_
[junit4:junit4]   2> 8599 T3379 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> 8599 T3385 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> 8599 T3398 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> 8603 T3379 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8603 T3385 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8604 T3398 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8608 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8617 T3414 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/collection1
[junit4:junit4]   2> 8617 T3414 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8618 T3414 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8619 T3414 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8621 T3414 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/collection1/'
[junit4:junit4]   2> 8622 T3414 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8622 T3414 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/collection1/lib/README' to classloader
[junit4:junit4]   2> 8689 T3414 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 8778 T3414 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8780 T3414 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8788 T3414 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9466 T3414 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9482 T3414 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9489 T3414 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9512 T3414 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9518 T3414 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9524 T3414 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9526 T3414 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9528 T3414 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1360087498829/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/
[junit4:junit4]   2> 9529 T3414 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39eb305e
[junit4:junit4]   2> 9529 T3414 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 9530 T3414 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2 forceNew:false
[junit4:junit4]   2> 9531 T3414 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2
[junit4:junit4]   2> 9531 T3414 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index/
[junit4:junit4]   2> 9531 T3414 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9533 T3414 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index forceNew:false
[junit4:junit4]   2> 9539 T3414 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12c3fdcb; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9539 T3414 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9539 T3414 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index
[junit4:junit4]   2> 9540 T3414 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9542 T3414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9542 T3414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9543 T3414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9543 T3414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9544 T3414 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9544 T3414 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9545 T3414 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9546 T3414 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9546 T3414 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9547 T3414 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9548 T3414 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9548 T3414 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9549 T3414 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9549 T3414 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9550 T3414 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9551 T3414 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9551 T3414 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9552 T3414 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9552 T3414 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9553 T3414 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9554 T3414 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9554 T3414 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9555 T3414 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9556 T3414 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9556 T3414 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9557 T3414 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9563 T3414 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9566 T3414 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9568 T3414 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> 9570 T3414 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2
[junit4:junit4]   2> 9571 T3414 oass.SolrIndexSearcher.<init> Opening Searcher@22bf2b46 main
[junit4:junit4]   2> 9572 T3414 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9573 T3414 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9573 T3414 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9578 T3414 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9615 T3415 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22bf2b46 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9622 T3414 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9623 T3414 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9734 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9735 T3380 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:50352_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50352"}
[junit4:junit4]   2> 9741 T3380 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:50355_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50355"}
[junit4:junit4]   2> 9741 T3380 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 9741 T3380 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 9748 T3379 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> 9748 T3413 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> 9748 T3385 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> 9748 T3398 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> 10626 T3414 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10626 T3414 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50355 collection:collection1 shard:shard2
[junit4:junit4]   2> 10628 T3414 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 10640 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0008 type:delete cxid:0x42 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 10641 T3414 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 10642 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0008 type:create cxid:0x43 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10646 T3414 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 10647 T3414 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 10647 T3414 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50355/collection1/
[junit4:junit4]   2> 10647 T3414 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 10648 T3414 oasc.SyncStrategy.syncToMe http://127.0.0.1:50355/collection1/ has no replicas
[junit4:junit4]   2> 10648 T3414 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50355/collection1/
[junit4:junit4]   2> 10648 T3414 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 10655 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a0008 type:create cxid:0x4c zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11263 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11275 T3413 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> 11276 T3385 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> 11276 T3379 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> 11276 T3398 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> 11327 T3414 oasc.ZkController.register We are http://127.0.0.1:50355/collection1/ and leader is http://127.0.0.1:50355/collection1/
[junit4:junit4]   2> 11328 T3414 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50355
[junit4:junit4]   2> 11328 T3414 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11328 T3414 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11328 T3414 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11331 T3414 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11333 T3357 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11333 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11334 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11528 T3357 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11534 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50358
[junit4:junit4]   2> 11535 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11536 T3357 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11536 T3357 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895
[junit4:junit4]   2> 11537 T3357 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/solr.xml
[junit4:junit4]   2> 11538 T3357 oasc.CoreContainer.<init> New CoreContainer 160009869
[junit4:junit4]   2> 11538 T3357 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/'
[junit4:junit4]   2> 11539 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/'
[junit4:junit4]   2> 11576 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11577 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11577 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11578 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11578 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11579 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11579 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11580 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11580 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11581 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11593 T3357 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11611 T3357 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50345/solr
[junit4:junit4]   2> 11611 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11612 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@62331006
[junit4:junit4]   2> 11614 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11614 T3425 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11616 T3425 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 11616 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50359
[junit4:junit4]   2> 11617 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50359
[junit4:junit4]   2> 11618 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a0009 with negotiated timeout 20000 for client /127.0.0.1:50359
[junit4:junit4]   2> 11619 T3425 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a0009, negotiated timeout = 20000
[junit4:junit4]   2> 11619 T3426 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62331006 name:ZooKeeperConnection Watcher:127.0.0.1:50345 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11619 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11621 T3362 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cab88200a0009
[junit4:junit4]   2> 11622 T3359 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50359 which had sessionid 0x13cab88200a0009
[junit4:junit4]   2> 11622 T3357 oaz.ZooKeeper.close Session: 0x13cab88200a0009 closed
[junit4:junit4]   2> 11623 T3426 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11623 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 11639 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@114325e5
[junit4:junit4]   2> 11641 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11642 T3427 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11643 T3427 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 11644 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50360
[junit4:junit4]   2> 11644 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50360
[junit4:junit4]   2> 11646 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a000a with negotiated timeout 20000 for client /127.0.0.1:50360
[junit4:junit4]   2> 11646 T3427 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a000a, negotiated timeout = 20000
[junit4:junit4]   2> 11646 T3428 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@114325e5 name:ZooKeeperConnection Watcher:127.0.0.1:50345/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11647 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11648 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11649 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11651 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50358_
[junit4:junit4]   2> 11652 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50358_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50358_
[junit4:junit4]   2> 11653 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50358_
[junit4:junit4]   2> 11656 T3379 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> 11657 T3385 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> 11656 T3398 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> 11658 T3413 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11659 T3413 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> 11660 T3385 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11662 T3379 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11663 T3398 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11666 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11674 T3429 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/collection1
[junit4:junit4]   2> 11675 T3429 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11676 T3429 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11676 T3429 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11678 T3429 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/collection1/'
[junit4:junit4]   2> 11679 T3429 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11679 T3429 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/collection1/lib/README' to classloader
[junit4:junit4]   2> 11748 T3429 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11828 T3429 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11829 T3429 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11836 T3429 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12515 T3429 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12525 T3429 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12529 T3429 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12561 T3429 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12567 T3429 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12573 T3429 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12575 T3429 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12576 T3429 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1360087501895/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/
[junit4:junit4]   2> 12577 T3429 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39eb305e
[junit4:junit4]   2> 12577 T3429 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 12578 T3429 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3 forceNew:false
[junit4:junit4]   2> 12579 T3429 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 12579 T3429 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index/
[junit4:junit4]   2> 12580 T3429 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12582 T3429 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index forceNew:false
[junit4:junit4]   2> 12587 T3429 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@27276408; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12587 T3429 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12588 T3429 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index
[junit4:junit4]   2> 12588 T3429 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12591 T3429 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12592 T3429 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12592 T3429 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12592 T3429 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12593 T3429 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12594 T3429 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12594 T3429 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12595 T3429 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12596 T3429 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12597 T3429 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12597 T3429 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12598 T3429 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12599 T3429 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12599 T3429 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12599 T3429 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12600 T3429 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12601 T3429 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12601 T3429 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12602 T3429 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12603 T3429 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12603 T3429 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12604 T3429 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12605 T3429 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12606 T3429 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12606 T3429 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12607 T3429 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12615 T3429 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12618 T3429 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12620 T3429 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> 12622 T3429 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 12623 T3429 oass.SolrIndexSearcher.<init> Opening Searcher@ca0a427 main
[junit4:junit4]   2> 12624 T3429 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12625 T3429 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12625 T3429 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12631 T3429 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12661 T3430 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ca0a427 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12669 T3429 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12669 T3429 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12790 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12791 T3380 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:50355_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50355"}
[junit4:junit4]   2> 12797 T3380 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:50358_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50358"}
[junit4:junit4]   2> 12798 T3380 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12798 T3380 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12804 T3379 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> 12805 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> 12805 T3385 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> 12805 T3413 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> 12806 T3398 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> 13673 T3429 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13673 T3429 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50358 collection:collection1 shard:shard1
[junit4:junit4]   2> 13679 T3429 oasc.ZkController.register We are http://127.0.0.1:50358/collection1/ and leader is http://127.0.0.1:50352/collection1/
[junit4:junit4]   2> 13680 T3429 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50358
[junit4:junit4]   2> 13680 T3429 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13681 T3429 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C188 name=collection1 org.apache.solr.core.SolrCore@644a9a3 url=http://127.0.0.1:50358/collection1 node=127.0.0.1:50358_ C188_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50358_, base_url=http://127.0.0.1:50358}
[junit4:junit4]   2> 13682 T3431 C188 P50358 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13684 T3431 C188 P50358 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13684 T3431 C188 P50358 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13684 T3429 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13684 T3431 C188 P50358 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13687 T3431 C188 P50358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13686 T3357 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13688 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13689 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13868 T3357 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13873 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50362
[junit4:junit4]   2> 13874 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13874 T3357 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13874 T3357 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251
[junit4:junit4]   2> 13875 T3357 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/solr.xml
[junit4:junit4]   2> 13875 T3357 oasc.CoreContainer.<init> New CoreContainer 651570541
[junit4:junit4]   2> 13876 T3357 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/'
[junit4:junit4]   2> 13876 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/'
[junit4:junit4]   2> 13913 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13914 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13915 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13915 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13916 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13916 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13916 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13917 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13918 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13918 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13931 T3357 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13961 T3357 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50345/solr
[junit4:junit4]   2> 13962 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13963 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7ebffc3e
[junit4:junit4]   2> 13964 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13965 T3441 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13966 T3441 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 13966 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50363
[junit4:junit4]   2> 13967 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50363
[junit4:junit4]   2> 13968 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a000b with negotiated timeout 20000 for client /127.0.0.1:50363
[junit4:junit4]   2> 13968 T3441 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a000b, negotiated timeout = 20000
[junit4:junit4]   2> 13969 T3442 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ebffc3e name:ZooKeeperConnection Watcher:127.0.0.1:50345 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13969 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13971 T3362 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cab88200a000b
[junit4:junit4]   2> 13972 T3359 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50363 which had sessionid 0x13cab88200a000b
[junit4:junit4]   2> 13972 T3357 oaz.ZooKeeper.close Session: 0x13cab88200a000b closed
[junit4:junit4]   2> 13972 T3442 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13973 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13978 T3357 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50345/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@7bb27379
[junit4:junit4]   2> 13979 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13980 T3443 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50345. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13981 T3443 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50345, initiating session
[junit4:junit4]   2> 13981 T3359 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50364
[junit4:junit4]   2> 13981 T3359 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50364
[junit4:junit4]   2> 13983 T3361 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cab88200a000c with negotiated timeout 20000 for client /127.0.0.1:50364
[junit4:junit4]   2> 13983 T3443 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50345, sessionid = 0x13cab88200a000c, negotiated timeout = 20000
[junit4:junit4]   2> 13983 T3444 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7bb27379 name:ZooKeeperConnection Watcher:127.0.0.1:50345/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13984 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13985 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13986 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13988 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50362_
[junit4:junit4]   2> 13989 T3362 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cab88200a000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50362_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50362_
[junit4:junit4]   2> 13990 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50362_
[junit4:junit4]   2> 13993 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> 13993 T3385 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> 13994 T3398 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> 13994 T3379 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> 13996 T3413 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13996 T3413 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> 13999 T3385 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14000 T3428 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14001 T3398 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14001 T3379 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14005 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14014 T3445 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/collection1
[junit4:junit4]   2> 14014 T3445 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14015 T3445 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14016 T3445 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14018 T3445 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/collection1/'
[junit4:junit4]   2> 14019 T3445 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14019 T3445 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/collection1/lib/README' to classloader
[junit4:junit4]   2> 14081 T3445 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 14159 T3445 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14161 T3445 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14167 T3445 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14317 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14318 T3380 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:50358_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50358"}
[junit4:junit4]   2> 14325 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> 14325 T3413 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> 14325 T3385 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> 14326 T3398 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> 14326 T3444 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> 14327 T3379 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> 14857 T3445 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14867 T3445 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14871 T3445 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14893 T3445 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14899 T3445 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14904 T3445 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14906 T3445 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14908 T3445 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1360087504251/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/
[junit4:junit4]   2> 14908 T3445 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@39eb305e
[junit4:junit4]   2> 14909 T3445 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 14910 T3445 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4 forceNew:false
[junit4:junit4]   2> 14910 T3445 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 14911 T3445 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index/
[junit4:junit4]   2> 14911 T3445 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14913 T3445 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index forceNew:false
[junit4:junit4]   2> 14917 T3445 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e03f61; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14918 T3445 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14919 T3445 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index
[junit4:junit4]   2> 14919 T3445 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14922 T3445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14923 T3445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14923 T3445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14924 T3445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14924 T3445 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14925 T3445 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14925 T3445 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14926 T3445 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14927 T3445 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14928 T3445 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14928 T3445 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14929 T3445 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14930 T3445 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14930 T3445 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14930 T3445 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14931 T3445 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14932 T3445 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14932 T3445 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14934 T3445 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14934 T3445 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14935 T3445 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14936 T3445 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14937 T3445 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14937 T3445 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14938 T3445 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14939 T3445 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14945 T3445 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14948 T3445 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14950 T3445 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> 14953 T3445 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 14955 T3445 oass.SolrIndexSearcher.<init> Opening Searcher@16559c53 main
[junit4:junit4]   2> 14956 T3445 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14956 T3445 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14956 T3445 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14962 T3445 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14995 T3446 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16559c53 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15003 T3445 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15003 T3445 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15840 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15841 T3380 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:50362_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50362"}
[junit4:junit4]   2> 15841 T3380 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 15842 T3380 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 15848 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> 15848 T3413 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> 15848 T3379 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> 15849 T3444 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> 15849 T3398 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> 15849 T3385 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> 16006 T3445 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16007 T3445 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50362 collection:collection1 shard:shard2
[junit4:junit4]   2> 16012 T3445 oasc.ZkController.register We are http://127.0.0.1:50362/collection1/ and leader is http://127.0.0.1:50355/collection1/
[junit4:junit4]   2> 16012 T3445 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50362
[junit4:junit4]   2> 16013 T3445 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16013 T3445 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C189 name=collection1 org.apache.solr.core.SolrCore@6ceba021 url=http://127.0.0.1:50362/collection1 node=127.0.0.1:50362_ C189_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50362_, base_url=http://127.0.0.1:50362}
[junit4:junit4]   2> 16014 T3447 C189 P50362 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16016 T3447 C189 P50362 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16014 T3445 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16016 T3447 C189 P50362 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16017 T3447 C189 P50362 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16018 T3357 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16019 T3447 C189 P50362 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16019 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16019 T3357 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16038 T3357 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16040 T3357 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16041 T3357 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C188_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50358_, base_url=http://127.0.0.1:50358}
[junit4:junit4]   2> 16701 T3431 C188 P50358 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50352/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 16702 T3431 C188 P50358 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50358 START replicas=[http://127.0.0.1:50352/collection1/] nUpdates=100
[junit4:junit4]   2> 16702 T3431 C188 P50358 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 16705 T3431 C188 P50358 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 16705 T3431 C188 P50358 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 16705 T3431 C188 P50358 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 16706 T3431 C188 P50358 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 16707 T3431 C188 P50358 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50352/collection1/. core=collection1
[junit4:junit4]   2> 16707 T3431 C188 P50358 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C190 name=collection1 org.apache.solr.core.SolrCore@4426528c url=http://127.0.0.1:50352/collection1 node=127.0.0.1:50352_ C190_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50352_, base_url=http://127.0.0.1:50352, leader=true}
[junit4:junit4]   2> 16714 T3393 C190 P50352 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16714 T3390 C190 P50352 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16716 T3390 C190 P50352 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1
[junit4:junit4]   2> 16720 T3390 C190 P50352 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c8440; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16721 T3390 C190 P50352 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16723 T3390 C190 P50352 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c8440; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c8440; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16724 T3390 C190 P50352 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16724 T3390 C190 P50352 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1
[junit4:junit4]   2> 16725 T3390 C190 P50352 oass.SolrIndexSearcher.<init> Opening Searcher@ddf831f realtime
[junit4:junit4]   2> 16725 T3390 C190 P50352 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16725 T3390 C190 P50352 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 16727 T3431 C188 P50358 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16727 T3431 C188 P50358 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 16730 T3394 C190 P50352 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 16730 T3394 C190 P50352 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 16731 T3431 C188 P50358 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 16731 T3431 C188 P50358 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 16731 T3431 C188 P50358 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 16734 T3389 C190 P50352 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1
[junit4:junit4]   2> 16735 T3389 C190 P50352 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1/index
[junit4:junit4]   2> 16736 T3389 C190 P50352 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 16737 T3431 C188 P50358 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 16738 T3431 C188 P50358 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292 forceNew:false
[junit4:junit4]   2> 16738 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 16739 T3431 C188 P50358 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292 lockFactory=org.apache.lucene.store.NativeFSLockFactory@25a5394e; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 16744 T3391 C190 P50352 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 16746 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index
[junit4:junit4]   2> 16746 T3431 C188 P50358 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 16746 T3431 C188 P50358 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130205070507292
[junit4:junit4]   2> 16748 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 16748 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 16749 T3431 C188 P50358 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292
[junit4:junit4]   2> 16752 T3431 C188 P50358 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292 lockFactory=org.apache.lucene.store.NativeFSLockFactory@25a5394e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16753 T3431 C188 P50358 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16756 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 16756 T3431 C188 P50358 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 16756 T3431 C188 P50358 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 16756 T3431 C188 P50358 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 16757 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292
[junit4:junit4]   2> 16758 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 16761 T3431 C188 P50358 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292 lockFactory=org.apache.lucene.store.NativeFSLockFactory@25a5394e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 16761 T3431 C188 P50358 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 16761 T3431 C188 P50358 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 16762 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 16762 T3431 C188 P50358 oass.SolrIndexSearcher.<init> Opening Searcher@7dda4145 main
[junit4:junit4]   2> 16764 T3430 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7dda4145 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 16765 T3430 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index
[junit4:junit4]   2> 16765 T3431 C188 P50358 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 16768 T3431 C188 P50358 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292 lockFactory=org.apache.lucene.store.NativeFSLockFactory@25a5394e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292 lockFactory=org.apache.lucene.store.NativeFSLockFactory@25a5394e; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 16768 T3431 C188 P50358 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 16769 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 16769 T3431 C188 P50358 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 16770 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index.20130205070507292
[junit4:junit4]   2> 16770 T3431 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3/index
[junit4:junit4]   2> 16770 T3431 C188 P50358 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 16771 T3431 C188 P50358 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 16771 T3431 C188 P50358 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 16771 T3431 C188 P50358 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16773 T3431 C188 P50358 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17044 T3357 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17360 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17361 T3380 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:50362_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50362"}
[junit4:junit4]   2> 17367 T3380 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:50358_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50358"}
[junit4:junit4]   2> 17373 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> 17374 T3398 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> 17374 T3379 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> 17374 T3444 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> 17374 T3385 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> 17374 T3413 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> 18048 T3357 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19052 T3357 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C189_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50362_, base_url=http://127.0.0.1:50362}
[junit4:junit4]   2> 20044 T3447 C189 P50362 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50355/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20044 T3447 C189 P50362 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50362 START replicas=[http://127.0.0.1:50355/collection1/] nUpdates=100
[junit4:junit4]   2> 20045 T3447 C189 P50362 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20046 T3447 C189 P50362 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20046 T3447 C189 P50362 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20047 T3447 C189 P50362 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20047 T3447 C189 P50362 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20047 T3447 C189 P50362 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50355/collection1/. core=collection1
[junit4:junit4]   2> 20048 T3447 C189 P50362 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C191 name=collection1 org.apache.solr.core.SolrCore@27f0a283 url=http://127.0.0.1:50355/collection1 node=127.0.0.1:50355_ C191_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50355_, base_url=http://127.0.0.1:50355, leader=true}
[junit4:junit4]   2> 20056 T3408 C191 P50355 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20057 T3404 C191 P50355 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20058 T3357 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20059 T3404 C191 P50355 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2
[junit4:junit4]   2> 20063 T3404 C191 P50355 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12c3fdcb; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20064 T3404 C191 P50355 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20067 T3404 C191 P50355 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12c3fdcb; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@12c3fdcb; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20068 T3404 C191 P50355 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20069 T3404 C191 P50355 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2
[junit4:junit4]   2> 20070 T3404 C191 P50355 oass.SolrIndexSearcher.<init> Opening Searcher@6ce9a1f1 realtime
[junit4:junit4]   2> 20070 T3404 C191 P50355 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20071 T3404 C191 P50355 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 20073 T3447 C189 P50362 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20073 T3447 C189 P50362 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20075 T3407 C191 P50355 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20076 T3407 C191 P50355 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20076 T3447 C189 P50362 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20077 T3447 C189 P50362 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20077 T3447 C189 P50362 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20080 T3409 C191 P50355 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2
[junit4:junit4]   2> 20081 T3409 C191 P50355 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2/index
[junit4:junit4]   2> 20081 T3409 C191 P50355 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 20082 T3447 C189 P50362 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20083 T3447 C189 P50362 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638 forceNew:false
[junit4:junit4]   2> 20084 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 20084 T3447 C189 P50362 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36d56e30; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 20088 T3408 C191 P50355 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 20090 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index
[junit4:junit4]   2> 20091 T3447 C189 P50362 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20091 T3447 C189 P50362 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130205070510638
[junit4:junit4]   2> 20092 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 20093 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 20093 T3447 C189 P50362 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638
[junit4:junit4]   2> 20096 T3447 C189 P50362 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36d56e30; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20097 T3447 C189 P50362 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20098 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 20098 T3447 C189 P50362 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20099 T3447 C189 P50362 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20099 T3447 C189 P50362 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20100 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638
[junit4:junit4]   2> 20100 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 20103 T3447 C189 P50362 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36d56e30; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20103 T3447 C189 P50362 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20104 T3447 C189 P50362 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20104 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 20104 T3447 C189 P50362 oass.SolrIndexSearcher.<init> Opening Searcher@5e8cf33a main
[junit4:junit4]   2> 20107 T3446 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e8cf33a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20108 T3446 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index
[junit4:junit4]   2> 20108 T3447 C189 P50362 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20111 T3447 C189 P50362 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36d56e30; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36d56e30; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20111 T3447 C189 P50362 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20112 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 20112 T3447 C189 P50362 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20112 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index.20130205070510638
[junit4:junit4]   2> 20113 T3447 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4/index
[junit4:junit4]   2> 20113 T3447 C189 P50362 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20113 T3447 C189 P50362 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20113 T3447 C189 P50362 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20114 T3447 C189 P50362 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20115 T3447 C189 P50362 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 20393 T3380 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20395 T3380 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:50362_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50362"}
[junit4:junit4]   2> 20402 T3444 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> 20402 T3413 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> 20402 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> 20403 T3398 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> 20402 T3385 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> 20403 T3379 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> 21062 T3357 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21064 T3357 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C192 name=collection1 org.apache.solr.core.SolrCore@4c351655 url=http://127.0.0.1:50348/collection1 node=127.0.0.1:50348_ C192_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:50348_, base_url=http://127.0.0.1:50348, leader=true}
[junit4:junit4]   2> 21073 T3371 C192 P50348 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data
[junit4:junit4]   2> 21088 T3371 C192 P50348 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@363a2d44; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21090 T3371 C192 P50348 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21091 T3371 C192 P50348 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/control/data
[junit4:junit4]   2> 21092 T3371 C192 P50348 oass.SolrIndexSearcher.<init> Opening Searcher@6302ccc8 realtime
[junit4:junit4]   2> 21092 T3371 C192 P50348 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426155122591793152)} 0 20
[junit4:junit4]   2> 21097 T3389 C190 P50352 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty1
[junit4:junit4]   2> 21103 T3406 C191 P50355 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty2
[junit4:junit4]   2>  C188_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50358_, base_url=http://127.0.0.1:50358}
[junit4:junit4]   2> 21111 T3423 C188 P50358 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty3
[junit4:junit4]   2> 21112 T3423 C188 P50358 /update {update.distrib=FROMLEADER&_version_=-1426155122615910400&update.from=http://127.0.0.1:50352/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426155122615910400)} 0 3
[junit4:junit4]   2>  C189_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50362_, base_url=http://127.0.0.1:50362}
[junit4:junit4]   2> 21115 T3439 C189 P50362 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1360087490562/jetty4
[junit4:junit4]   2> 21117 T3439 C189 P50362 /update {update.distrib=FROMLEADER&_version_=-1426155122622201856&update.from=http://127.0.0.1:50355/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426155122622201856)} 0 4
[junit4:junit4]   2> 21117 T3406 C191 P50355 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1426155122622201856)} 0 16
[junit4:junit4]   2> 21118 T3389 C190 P50352 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426155122615910400)} 0 23
[junit4:junit4]   2> 21125 T3372 C192 P50348 /update {wt=javabin&version=2} {add=[1 (1426155122644221952)]} 0 3
[junit4:junit4]   2> 21136 T3424 C188 P50358 /update {distrib.from=http://127.0.0.1:50352/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2}

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

ate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.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> 79385 T3357 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_f1=PostingsFormat(name=MockSep), foo_b=PostingsFormat(name=MockRandom), foo_d=PostingsFormat(name=Memory doPackFST= true), foo_f=PostingsFormat(name=MockRandom), n_tl1=PostingsFormat(name=MockSep), n_d1=PostingsFormat(name=Lucene41WithOrds), rnd_b=PostingsFormat(name=Memory doPackFST= true), intDefault=PostingsFormat(name=Lucene41WithOrds), n_td1=PostingsFormat(name=MockSep), timestamp=PostingsFormat(name=Lucene41WithOrds), id=PostingsFormat(name=Memory doPackFST= true), range_facet_sl=PostingsFormat(name=MockRandom), range_facet_si=PostingsFormat(name=MockSep), oddField_s=PostingsFormat(name=MockRandom), foo_i=PostingsFormat(name=MockSep), multiDefault=PostingsFormat(name=MockSep), n_tf1=PostingsFormat(name=Lucene41WithOrds), n_dt1=PostingsFormat(name=MockSep), n_ti1=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Lucene41WithOrds), text=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=Lucene41WithOrds), val_i=PostingsFormat(name=Memory doPackFST= true), SubjectTerms_mfacet=PostingsFormat(name=Lucene41WithOrds), a_t=PostingsFormat(name=Lucene41WithOrds), n_tdt1=PostingsFormat(name=Lucene41WithOrds), other_tl1=PostingsFormat(name=Lucene41WithOrds), n_l1=PostingsFormat(name=Lucene41WithOrds), a_si=PostingsFormat(name=MockSep)}, sim=DefaultSimilarity, locale=es_EC, timezone=Pacific/Midway
[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=98354720,total=268079104
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, TestRandomFaceting, JsonLoaderTest, TestPartialUpdateDeduplication, FastVectorHighlighterTest, DebugComponentTest, FieldMutatingUpdateProcessorTest, TestStressLucene, BinaryUpdateRequestHandlerTest, PeerSyncTest, ZkNodePropsTest, QueryParsingTest, DistributedSpellCheckComponentTest, DocumentAnalysisRequestHandlerTest, SpellCheckCollatorTest, TestPerFieldSimilarity, TestDefaultSimilarityFactory, TestWriterPerf, CircularListTest, RegexBoostProcessorTest, TestTrie, SolrIndexConfigTest, SynonymTokenizerTest, DOMUtilTest, TestPropInject, TestCSVResponseWriter, TestReload, PathHierarchyTokenizerFactoryTest, TestDistributedSearch, TestSolrXMLSerializer, UpdateRequestProcessorFactoryTest, TestExtendedDismaxParser, CacheHeaderTest, ResourceLoaderTest, LukeRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, TestFoldingMultitermQuery, DefaultValueUpdateProcessorTest, TestFiltering, SearchHandlerTest, XmlUpdateRequestHandlerTest, PluginInfoTest, StatelessScriptUpdateProcessorFactoryTest, RecoveryZkTest, TestMultiCoreConfBootstrap, SchemaVersionSpecificBehaviorTest, TestCollationField, TestJoin, DirectSolrConnectionTest, ChaosMonkeySafeLeaderTest, TestHashPartitioner, BasicZkTest, TestMergePolicyConfig, IndexReaderFactoryTest, TestCharFilters, QueryEqualityTest, TestComponentsName, TestDFRSimilarityFactory, TestRangeQuery, SpellCheckComponentTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestRealTimeGet, DirectSolrSpellCheckerTest, ShardRoutingCustomTest, OpenExchangeRatesOrgProviderTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerTest, OverseerTest, TermVectorComponentTest, TestSolr4Spatial, TestNumberUtils, UUIDFieldTest, TestSolrCoreProperties, SpellPossibilityIteratorTest, SolrRequestParserTest, SystemInfoHandlerTest, RequestHandlersTest, SolrCoreCheckLockOnStartupTest, SolrPluginUtilsTest, TestUtils, TestQueryTypes, HighlighterConfigTest, SoftAutoCommitTest, TestQueryUtils, TestLazyCores, PrimUtilsTest, TestRecovery, TestStressRecovery, TestStressVersions, DateFieldTest, ResponseLogComponentTest, DirectUpdateHandlerOptimizeTest, LeaderElectionTest, TestDocumentBuilder, SpellingQueryConverterTest, LeaderElectionIntegrationTest, TestFastOutputStream, TestBadConfig, CoreContainerCoreInitFailuresTest, IndexSchemaTest, TestIBSimilarityFactory, AnalysisAfterCoreReloadTest, SolrCoreTest, TestLMJelinekMercerSimilarityFactory, TestZkChroot, TestCSVLoader, TestFastLRUCache, TestReplicationHandler, TestRTGBase, FileBasedSpellCheckerTest, TestDistributedGrouping, TestXIncludeConfig, TestElisionMultitermQuery, TestConfig, CopyFieldTest, SimpleFacetsTest, UpdateParamsTest, TestSolrQueryParser, MinimalSchemaTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 79.74s, 1 test, 1 error <<< FAILURES!

[...truncated 380 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:346: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:432: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:841: There were test failures: 249 suites, 1038 tests, 1 error, 13 ignored (2 assumptions)

Total time: 60 minutes 34 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