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/09 17:57:40 UTC

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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:49242
	at __randomizedtesting.SeedInfo.seed([B470BA62208DF21E:3596347A57D29222]: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:572)
	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 8684 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T396 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 23 T396 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-1360426692307
[junit4:junit4]   2> 26 T396 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 35 T397 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 39 T397 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 40 T397 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 40 T397 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 41 T397 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 42 T397 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-1360426692306/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 46 T396 oasc.ZkTestServer.run start zk server on port:49232
[junit4:junit4]   2> 47 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@309510cf
[junit4:junit4]   2> 66 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 67 T402 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 68 T402 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 69 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49233
[junit4:junit4]   2> 70 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49233
[junit4:junit4]   2> 72 T400 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 79 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60000 with negotiated timeout 10000 for client /127.0.0.1:49233
[junit4:junit4]   2> 79 T402 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60000, negotiated timeout = 10000
[junit4:junit4]   2> 80 T403 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@309510cf name:ZooKeeperConnection Watcher:127.0.0.1:49232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 83 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 84 T396 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 129 T401 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cbfbfeee60000
[junit4:junit4]   2> 135 T398 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49233 which had sessionid 0x13cbfbfeee60000
[junit4:junit4]   2> 136 T403 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 137 T396 oaz.ZooKeeper.close Session: 0x13cbfbfeee60000 closed
[junit4:junit4]   2> 138 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@7d830a72
[junit4:junit4]   2> 146 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 146 T404 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 149 T404 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 151 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49234
[junit4:junit4]   2> 152 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49234
[junit4:junit4]   2> 153 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60001 with negotiated timeout 10000 for client /127.0.0.1:49234
[junit4:junit4]   2> 154 T404 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60001, negotiated timeout = 10000
[junit4:junit4]   2> 154 T405 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d830a72 name:ZooKeeperConnection Watcher:127.0.0.1:49232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 163 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 164 T396 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 187 T396 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 199 T396 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 207 T396 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 216 T396 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> 218 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 233 T396 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> 235 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 247 T396 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> 249 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 259 T396 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> 260 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 270 T396 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> 271 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 281 T396 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> 282 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 299 T396 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> 301 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 312 T396 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> 313 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 322 T396 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> 324 T396 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 333 T401 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cbfbfeee60001
[junit4:junit4]   2> 335 T398 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49234 which had sessionid 0x13cbfbfeee60001
[junit4:junit4]   2> 337 T405 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 337 T396 oaz.ZooKeeper.close Session: 0x13cbfbfeee60001 closed
[junit4:junit4]   2> 571 T396 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 578 T396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49235
[junit4:junit4]   2> 579 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 580 T396 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 580 T396 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-1360426692621
[junit4:junit4]   2> 581 T396 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-1360426692621/solr.xml
[junit4:junit4]   2> 581 T396 oasc.CoreContainer.<init> New CoreContainer 1631091737
[junit4:junit4]   2> 582 T396 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-1360426692621/'
[junit4:junit4]   2> 582 T396 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-1360426692621/'
[junit4:junit4]   2> 629 T396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 630 T396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 631 T396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 631 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 632 T396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 633 T396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 633 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 634 T396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 635 T396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 635 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 654 T396 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 694 T396 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49232/solr
[junit4:junit4]   2> 695 T396 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 696 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@64325c4b
[junit4:junit4]   2> 702 T415 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 701 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 703 T415 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 704 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49236
[junit4:junit4]   2> 705 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49236
[junit4:junit4]   2> 710 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60002 with negotiated timeout 20000 for client /127.0.0.1:49236
[junit4:junit4]   2> 710 T415 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60002, negotiated timeout = 20000
[junit4:junit4]   2> 711 T416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64325c4b name:ZooKeeperConnection Watcher:127.0.0.1:49232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 711 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 715 T401 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cbfbfeee60002
[junit4:junit4]   2> 716 T398 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49236 which had sessionid 0x13cbfbfeee60002
[junit4:junit4]   2> 717 T416 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 717 T396 oaz.ZooKeeper.close Session: 0x13cbfbfeee60002 closed
[junit4:junit4]   2> 718 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 726 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@28846cb5
[junit4:junit4]   2> 728 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 729 T417 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 730 T417 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 731 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49237
[junit4:junit4]   2> 731 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49237
[junit4:junit4]   2> 733 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60003 with negotiated timeout 20000 for client /127.0.0.1:49237
[junit4:junit4]   2> 733 T417 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60003, negotiated timeout = 20000
[junit4:junit4]   2> 734 T418 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28846cb5 name:ZooKeeperConnection Watcher:127.0.0.1:49232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 735 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 738 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 742 T396 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 748 T396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49235_
[junit4:junit4]   2> 749 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49235_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49235_
[junit4:junit4]   2> 750 T396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49235_
[junit4:junit4]   2> 760 T396 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 773 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 775 T396 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 781 T396 oasc.Overseer.start Overseer (id=89156923708276739-127.0.0.1:49235_-n_0000000000) starting
[junit4:junit4]   2> 783 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 785 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 789 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 792 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 794 T420 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 798 T396 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 809 T396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 816 T419 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 825 T421 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-1360426692621/collection1
[junit4:junit4]   2> 825 T421 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 827 T421 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 827 T421 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 830 T421 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-1360426692621/collection1/'
[junit4:junit4]   2> 831 T421 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-1360426692621/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 832 T421 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-1360426692621/collection1/lib/README' to classloader
[junit4:junit4]   2> 892 T421 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 979 T421 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 981 T421 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 989 T421 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1709 T421 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1720 T421 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1724 T421 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1764 T421 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1777 T421 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1790 T421 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1795 T421 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1799 T421 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-1360426692621/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/control/data/
[junit4:junit4]   2> 1799 T421 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34a0ee3f
[junit4:junit4]   2> 1800 T421 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1802 T421 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-1360426692306/control/data forceNew:false
[junit4:junit4]   2> 1802 T421 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-1360426692306/control/data
[junit4:junit4]   2> 1803 T421 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/control/data/index/
[junit4:junit4]   2> 1803 T421 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1804 T421 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-1360426692306/control/data/index forceNew:false
[junit4:junit4]   2> 1810 T421 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-1360426692306/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@358eaab5; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1811 T421 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1812 T421 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-1360426692306/control/data/index
[junit4:junit4]   2> 1812 T421 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1816 T421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1816 T421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1817 T421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1818 T421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1819 T421 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1820 T421 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1821 T421 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1822 T421 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1823 T421 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1824 T421 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1824 T421 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1825 T421 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1826 T421 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1826 T421 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1827 T421 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1827 T421 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1828 T421 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1829 T421 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1829 T421 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1830 T421 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1831 T421 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1831 T421 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1832 T421 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1832 T421 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1833 T421 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1834 T421 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1841 T421 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1845 T421 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1847 T421 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> 1858 T421 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-1360426692306/control/data
[junit4:junit4]   2> 1859 T421 oass.SolrIndexSearcher.<init> Opening Searcher@72885e8c main
[junit4:junit4]   2> 1861 T421 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1861 T421 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1862 T421 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1869 T421 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1908 T422 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72885e8c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1916 T421 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1917 T421 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1918 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x51 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2329 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2331 T419 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:49235_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49235"}
[junit4:junit4]   2> 2332 T419 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2332 T419 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2333 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x59 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2347 T418 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> 2926 T421 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2926 T421 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49235 collection:control_collection shard:shard1
[junit4:junit4]   2> 2928 T421 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2946 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:delete cxid:0x73 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> 2947 T421 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2948 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x74 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2953 T421 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2954 T421 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2954 T421 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49235/collection1/
[junit4:junit4]   2> 2954 T421 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2954 T421 oasc.SyncStrategy.syncToMe http://127.0.0.1:49235/collection1/ has no replicas
[junit4:junit4]   2> 2955 T421 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49235/collection1/
[junit4:junit4]   2> 2955 T421 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2967 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60003 type:create cxid:0x7e zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3861 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3884 T418 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> 3943 T421 oasc.ZkController.register We are http://127.0.0.1:49235/collection1/ and leader is http://127.0.0.1:49235/collection1/
[junit4:junit4]   2> 3943 T421 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49235
[junit4:junit4]   2> 3944 T421 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3944 T421 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3944 T421 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3947 T421 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3949 T396 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3950 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3951 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3960 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3968 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f75c51d
[junit4:junit4]   2> 3970 T423 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3970 T423 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 3971 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3972 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49238
[junit4:junit4]   2> 3973 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49238
[junit4:junit4]   2> 3974 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60004 with negotiated timeout 10000 for client /127.0.0.1:49238
[junit4:junit4]   2> 3975 T423 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60004, negotiated timeout = 10000
[junit4:junit4]   2> 3975 T424 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f75c51d name:ZooKeeperConnection Watcher:127.0.0.1:49232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3975 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3977 T396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3982 T396 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4166 T396 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4171 T396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49239
[junit4:junit4]   2> 4172 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4172 T396 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4173 T396 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-1360426696264
[junit4:junit4]   2> 4173 T396 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-1360426696264/solr.xml
[junit4:junit4]   2> 4174 T396 oasc.CoreContainer.<init> New CoreContainer 1992095263
[junit4:junit4]   2> 4175 T396 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-1360426696264/'
[junit4:junit4]   2> 4175 T396 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-1360426696264/'
[junit4:junit4]   2> 4221 T396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4222 T396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4223 T396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4223 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4225 T396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4226 T396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4227 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4227 T396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4228 T396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4230 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4256 T396 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4290 T396 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49232/solr
[junit4:junit4]   2> 4291 T396 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4292 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2478376f
[junit4:junit4]   2> 4294 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4296 T434 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4298 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49240
[junit4:junit4]   2> 4298 T434 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 4299 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49240
[junit4:junit4]   2> 4300 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60005 with negotiated timeout 20000 for client /127.0.0.1:49240
[junit4:junit4]   2> 4301 T434 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60005, negotiated timeout = 20000
[junit4:junit4]   2> 4301 T435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2478376f name:ZooKeeperConnection Watcher:127.0.0.1:49232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4302 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4305 T401 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cbfbfeee60005
[junit4:junit4]   2> 4309 T398 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49240 which had sessionid 0x13cbfbfeee60005
[junit4:junit4]   2> 4310 T435 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4309 T396 oaz.ZooKeeper.close Session: 0x13cbfbfeee60005 closed
[junit4:junit4]   2> 4311 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4322 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@29a3aace
[junit4:junit4]   2> 4326 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4327 T436 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4328 T436 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 4328 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49241
[junit4:junit4]   2> 4329 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49241
[junit4:junit4]   2> 4331 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60006 with negotiated timeout 20000 for client /127.0.0.1:49241
[junit4:junit4]   2> 4331 T436 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60006, negotiated timeout = 20000
[junit4:junit4]   2> 4331 T437 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29a3aace name:ZooKeeperConnection Watcher:127.0.0.1:49232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4332 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4334 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4336 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4340 T396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4347 T396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49239_
[junit4:junit4]   2> 4348 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49239_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49239_
[junit4:junit4]   2> 4349 T396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49239_
[junit4:junit4]   2> 4362 T418 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4362 T418 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> 4363 T424 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4364 T437 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4389 T438 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-1360426696264/collection1
[junit4:junit4]   2> 4390 T438 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4392 T438 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4392 T438 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4395 T438 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-1360426696264/collection1/'
[junit4:junit4]   2> 4397 T438 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-1360426696264/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4397 T438 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-1360426696264/collection1/lib/README' to classloader
[junit4:junit4]   2> 4448 T438 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4527 T438 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4530 T438 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4538 T438 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5194 T438 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5207 T438 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5214 T438 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5246 T438 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5252 T438 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5259 T438 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5262 T438 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5265 T438 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-1360426696264/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty1/
[junit4:junit4]   2> 5265 T438 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34a0ee3f
[junit4:junit4]   2> 5266 T438 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 5267 T438 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-1360426692306/jetty1 forceNew:false
[junit4:junit4]   2> 5267 T438 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-1360426692306/jetty1
[junit4:junit4]   2> 5268 T438 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty1/index/
[junit4:junit4]   2> 5268 T438 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5269 T438 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-1360426692306/jetty1/index forceNew:false
[junit4:junit4]   2> 5275 T438 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-1360426692306/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ca1bad3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5275 T438 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5276 T438 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-1360426692306/jetty1/index
[junit4:junit4]   2> 5277 T438 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5281 T438 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5282 T438 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5283 T438 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5283 T438 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5285 T438 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5285 T438 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5286 T438 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5287 T438 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5289 T438 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5290 T438 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5291 T438 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5292 T438 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5293 T438 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5293 T438 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5294 T438 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5295 T438 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5297 T438 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5298 T438 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5299 T438 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5300 T438 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5301 T438 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5302 T438 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5303 T438 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5304 T438 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5306 T438 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5307 T438 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5323 T438 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5327 T438 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5333 T438 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> 5337 T438 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-1360426692306/jetty1
[junit4:junit4]   2> 5340 T438 oass.SolrIndexSearcher.<init> Opening Searcher@4619edfe main
[junit4:junit4]   2> 5342 T438 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5342 T438 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5343 T438 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5354 T438 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5391 T439 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4619edfe main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5398 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5400 T419 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:49235_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49235"}
[junit4:junit4]   2> 5404 T438 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5404 T438 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5440 T419 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:49239_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49239"}
[junit4:junit4]   2> 5441 T419 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5441 T419 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5462 T437 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> 5462 T424 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> 5462 T418 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> 6436 T438 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6437 T438 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49239 collection:collection1 shard:shard1
[junit4:junit4]   2> 6439 T438 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6455 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60006 type:delete cxid:0x45 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6456 T438 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6457 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60006 type:create cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6461 T438 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6461 T438 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6461 T438 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49239/collection1/
[junit4:junit4]   2> 6462 T438 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6462 T438 oasc.SyncStrategy.syncToMe http://127.0.0.1:49239/collection1/ has no replicas
[junit4:junit4]   2> 6462 T438 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49239/collection1/
[junit4:junit4]   2> 6462 T438 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6471 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60006 type:create cxid:0x50 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6985 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7001 T418 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> 7002 T437 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> 7002 T424 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> 7008 T438 oasc.ZkController.register We are http://127.0.0.1:49239/collection1/ and leader is http://127.0.0.1:49239/collection1/
[junit4:junit4]   2> 7009 T438 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49239
[junit4:junit4]   2> 7009 T438 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7009 T438 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7010 T438 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7013 T438 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7016 T396 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7016 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7017 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7207 T396 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7212 T396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49242
[junit4:junit4]   2> 7213 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7213 T396 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7214 T396 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-1360426699310
[junit4:junit4]   2> 7214 T396 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-1360426699310/solr.xml
[junit4:junit4]   2> 7215 T396 oasc.CoreContainer.<init> New CoreContainer 1134916909
[junit4:junit4]   2> 7215 T396 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-1360426699310/'
[junit4:junit4]   2> 7216 T396 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-1360426699310/'
[junit4:junit4]   2> 7253 T396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7254 T396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7254 T396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7255 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7255 T396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7256 T396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7256 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7257 T396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7257 T396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7258 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7272 T396 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7289 T396 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49232/solr
[junit4:junit4]   2> 7290 T396 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7290 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@598e851e
[junit4:junit4]   2> 7291 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7291 T449 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7293 T449 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 7293 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49243
[junit4:junit4]   2> 7294 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49243
[junit4:junit4]   2> 7295 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60007 with negotiated timeout 20000 for client /127.0.0.1:49243
[junit4:junit4]   2> 7295 T449 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60007, negotiated timeout = 20000
[junit4:junit4]   2> 7296 T450 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@598e851e name:ZooKeeperConnection Watcher:127.0.0.1:49232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7296 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7299 T401 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cbfbfeee60007
[junit4:junit4]   2> 7300 T398 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49243 which had sessionid 0x13cbfbfeee60007
[junit4:junit4]   2> 7300 T396 oaz.ZooKeeper.close Session: 0x13cbfbfeee60007 closed
[junit4:junit4]   2> 7301 T450 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7301 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7308 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f72ccbd
[junit4:junit4]   2> 7310 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7310 T451 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7311 T451 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 7312 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49244
[junit4:junit4]   2> 7312 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49244
[junit4:junit4]   2> 7314 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60008 with negotiated timeout 20000 for client /127.0.0.1:49244
[junit4:junit4]   2> 7314 T451 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60008, negotiated timeout = 20000
[junit4:junit4]   2> 7315 T452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f72ccbd name:ZooKeeperConnection Watcher:127.0.0.1:49232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7315 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7317 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7319 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7323 T396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7328 T396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49242_
[junit4:junit4]   2> 7330 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60008 type:delete cxid:0x9 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49242_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49242_
[junit4:junit4]   2> 7331 T396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49242_
[junit4:junit4]   2> 7339 T424 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7339 T437 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7339 T424 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> 7339 T437 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> 7340 T418 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7340 T418 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> 7341 T452 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7355 T453 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-1360426699310/collection1
[junit4:junit4]   2> 7355 T453 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7357 T453 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7357 T453 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7359 T453 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-1360426699310/collection1/'
[junit4:junit4]   2> 7360 T453 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-1360426699310/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7361 T453 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-1360426699310/collection1/lib/README' to classloader
[junit4:junit4]   2> 7458 T453 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7559 T453 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7562 T453 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7569 T453 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8215 T453 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8226 T453 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8230 T453 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8269 T453 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8280 T453 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8292 T453 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8297 T453 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8300 T453 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-1360426699310/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty2/
[junit4:junit4]   2> 8300 T453 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34a0ee3f
[junit4:junit4]   2> 8301 T453 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 8302 T453 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-1360426692306/jetty2 forceNew:false
[junit4:junit4]   2> 8302 T453 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-1360426692306/jetty2
[junit4:junit4]   2> 8302 T453 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty2/index/
[junit4:junit4]   2> 8303 T453 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8304 T453 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-1360426692306/jetty2/index forceNew:false
[junit4:junit4]   2> 8312 T453 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-1360426692306/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@e16ee97; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8313 T453 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8314 T453 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-1360426692306/jetty2/index
[junit4:junit4]   2> 8314 T453 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8318 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8319 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8320 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8321 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8325 T453 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8325 T453 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8326 T453 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8327 T453 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8328 T453 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8329 T453 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8330 T453 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8331 T453 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8332 T453 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8333 T453 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8333 T453 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8334 T453 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8335 T453 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8336 T453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8337 T453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8338 T453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8339 T453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8340 T453 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8341 T453 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8342 T453 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8344 T453 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8345 T453 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8358 T453 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8362 T453 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8366 T453 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> 8372 T453 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-1360426692306/jetty2
[junit4:junit4]   2> 8373 T453 oass.SolrIndexSearcher.<init> Opening Searcher@a4e8628 main
[junit4:junit4]   2> 8375 T453 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8375 T453 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8376 T453 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8385 T453 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8450 T454 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a4e8628 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8475 T453 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8475 T453 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8518 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8519 T419 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:49239_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49239"}
[junit4:junit4]   2> 8528 T419 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:49242_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49242"}
[junit4:junit4]   2> 8528 T419 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8528 T419 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8537 T418 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> 8538 T437 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> 8538 T424 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> 8538 T452 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> 9487 T453 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9488 T453 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49242 collection:collection1 shard:shard2
[junit4:junit4]   2> 9490 T453 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9505 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60008 type:delete cxid:0x44 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9506 T453 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9507 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60008 type:create cxid:0x45 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9512 T453 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9512 T453 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9513 T453 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49242/collection1/
[junit4:junit4]   2> 9513 T453 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9513 T453 oasc.SyncStrategy.syncToMe http://127.0.0.1:49242/collection1/ has no replicas
[junit4:junit4]   2> 9513 T453 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49242/collection1/
[junit4:junit4]   2> 9514 T453 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9523 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee60008 type:create cxid:0x4e zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10064 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10081 T424 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> 10082 T437 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> 10082 T452 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> 10082 T418 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> 10106 T453 oasc.ZkController.register We are http://127.0.0.1:49242/collection1/ and leader is http://127.0.0.1:49242/collection1/
[junit4:junit4]   2> 10107 T453 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49242
[junit4:junit4]   2> 10107 T453 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10108 T453 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10108 T453 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10114 T453 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10117 T396 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10117 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10118 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10312 T396 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10315 T396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49245
[junit4:junit4]   2> 10317 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10317 T396 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10318 T396 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-1360426702408
[junit4:junit4]   2> 10319 T396 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-1360426702408/solr.xml
[junit4:junit4]   2> 10327 T396 oasc.CoreContainer.<init> New CoreContainer 1794095031
[junit4:junit4]   2> 10328 T396 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-1360426702408/'
[junit4:junit4]   2> 10328 T396 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-1360426702408/'
[junit4:junit4]   2> 10369 T396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10370 T396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10371 T396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10372 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10372 T396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10373 T396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10373 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10374 T396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10374 T396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10375 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10390 T396 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10409 T396 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49232/solr
[junit4:junit4]   2> 10410 T396 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10411 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@50876874
[junit4:junit4]   2> 10412 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10412 T464 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10413 T464 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 10414 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49246
[junit4:junit4]   2> 10414 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49246
[junit4:junit4]   2> 10416 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee60009 with negotiated timeout 20000 for client /127.0.0.1:49246
[junit4:junit4]   2> 10416 T464 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee60009, negotiated timeout = 20000
[junit4:junit4]   2> 10417 T465 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50876874 name:ZooKeeperConnection Watcher:127.0.0.1:49232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10417 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10420 T401 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cbfbfeee60009
[junit4:junit4]   2> 10421 T396 oaz.ZooKeeper.close Session: 0x13cbfbfeee60009 closed
[junit4:junit4]   2> 10421 T398 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49246 which had sessionid 0x13cbfbfeee60009
[junit4:junit4]   2> 10421 T465 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10421 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10427 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@66e83b43
[junit4:junit4]   2> 10428 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10429 T466 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10430 T466 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 10431 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49247
[junit4:junit4]   2> 10431 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49247
[junit4:junit4]   2> 10432 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee6000a with negotiated timeout 20000 for client /127.0.0.1:49247
[junit4:junit4]   2> 10433 T466 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee6000a, negotiated timeout = 20000
[junit4:junit4]   2> 10433 T467 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66e83b43 name:ZooKeeperConnection Watcher:127.0.0.1:49232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10434 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10437 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee6000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10439 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee6000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10442 T396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10447 T396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49245_
[junit4:junit4]   2> 10448 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee6000a type:delete cxid:0x9 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49245_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49245_
[junit4:junit4]   2> 10450 T396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49245_
[junit4:junit4]   2> 10457 T437 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10458 T437 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> 10459 T424 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10459 T418 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10459 T424 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> 10459 T418 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> 10460 T452 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10460 T452 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> 10461 T467 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10485 T468 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-1360426702408/collection1
[junit4:junit4]   2> 10485 T468 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10487 T468 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10487 T468 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10490 T468 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-1360426702408/collection1/'
[junit4:junit4]   2> 10491 T468 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-1360426702408/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10492 T468 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-1360426702408/collection1/lib/README' to classloader
[junit4:junit4]   2> 10564 T468 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 10660 T468 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10662 T468 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10668 T468 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11301 T468 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11311 T468 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11314 T468 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11348 T468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11355 T468 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11362 T468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11366 T468 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11370 T468 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-1360426702408/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty3/
[junit4:junit4]   2> 11370 T468 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34a0ee3f
[junit4:junit4]   2> 11371 T468 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 11372 T468 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-1360426692306/jetty3 forceNew:false
[junit4:junit4]   2> 11372 T468 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-1360426692306/jetty3
[junit4:junit4]   2> 11372 T468 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty3/index/
[junit4:junit4]   2> 11373 T468 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11374 T468 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-1360426692306/jetty3/index forceNew:false
[junit4:junit4]   2> 11379 T468 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-1360426692306/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@76d8310; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11380 T468 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11381 T468 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-1360426692306/jetty3/index
[junit4:junit4]   2> 11382 T468 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11386 T468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11387 T468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11387 T468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11388 T468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11388 T468 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11389 T468 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11389 T468 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11390 T468 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11391 T468 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11392 T468 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11393 T468 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11394 T468 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11395 T468 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11395 T468 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11396 T468 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11397 T468 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11398 T468 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11399 T468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11400 T468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11401 T468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11402 T468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11403 T468 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11403 T468 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11404 T468 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11405 T468 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11407 T468 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11414 T468 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11417 T468 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11420 T468 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> 11423 T468 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-1360426692306/jetty3
[junit4:junit4]   2> 11424 T468 oass.SolrIndexSearcher.<init> Opening Searcher@55cfb701 main
[junit4:junit4]   2> 11426 T468 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11426 T468 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11427 T468 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11433 T468 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11476 T469 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55cfb701 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11485 T468 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11486 T468 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11607 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11608 T419 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:49242_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49242"}
[junit4:junit4]   2> 11614 T419 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:49245_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49245"}
[junit4:junit4]   2> 11614 T419 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11614 T419 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11622 T424 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> 11623 T418 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> 11623 T437 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> 11623 T452 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> 11623 T467 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> 12489 T468 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12490 T468 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49245 collection:collection1 shard:shard1
[junit4:junit4]   2> 12495 T468 oasc.ZkController.register We are http://127.0.0.1:49245/collection1/ and leader is http://127.0.0.1:49239/collection1/
[junit4:junit4]   2> 12496 T468 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49245
[junit4:junit4]   2> 12496 T468 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 12496 T468 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@778b692d url=http://127.0.0.1:49245/collection1 node=127.0.0.1:49245_ C23_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49245_, base_url=http://127.0.0.1:49245}
[junit4:junit4]   2> 12501 T470 C23 P49245 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 12502 T470 C23 P49245 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 12502 T468 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12502 T470 C23 P49245 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 12503 T470 C23 P49245 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12504 T396 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12504 T470 C23 P49245 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12504 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12505 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12682 T396 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12686 T396 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49249
[junit4:junit4]   2> 12687 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12688 T396 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12688 T396 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-1360426704793
[junit4:junit4]   2> 12689 T396 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-1360426704793/solr.xml
[junit4:junit4]   2> 12689 T396 oasc.CoreContainer.<init> New CoreContainer 1077367030
[junit4:junit4]   2> 12690 T396 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-1360426704793/'
[junit4:junit4]   2> 12690 T396 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-1360426704793/'
[junit4:junit4]   2> 12734 T396 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 12735 T396 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12736 T396 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12736 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12737 T396 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12737 T396 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12738 T396 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12738 T396 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12739 T396 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12739 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12769 T396 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12789 T396 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:49232/solr
[junit4:junit4]   2> 12790 T396 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12791 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@74648b64
[junit4:junit4]   2> 12792 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12793 T480 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12794 T480 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 12795 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49250
[junit4:junit4]   2> 12796 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49250
[junit4:junit4]   2> 12797 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee6000b with negotiated timeout 20000 for client /127.0.0.1:49250
[junit4:junit4]   2> 12797 T480 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee6000b, negotiated timeout = 20000
[junit4:junit4]   2> 12798 T481 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74648b64 name:ZooKeeperConnection Watcher:127.0.0.1:49232 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12799 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12802 T401 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cbfbfeee6000b
[junit4:junit4]   2> 12803 T398 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:49250 which had sessionid 0x13cbfbfeee6000b
[junit4:junit4]   2> 12803 T396 oaz.ZooKeeper.close Session: 0x13cbfbfeee6000b closed
[junit4:junit4]   2> 12804 T481 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12804 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 12816 T396 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:49232/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14f13fc0
[junit4:junit4]   2> 12818 T396 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12820 T482 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:49232. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12821 T398 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:49251
[junit4:junit4]   2> 12822 T482 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:49232, initiating session
[junit4:junit4]   2> 12823 T398 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:49251
[junit4:junit4]   2> 12824 T400 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cbfbfeee6000c with negotiated timeout 20000 for client /127.0.0.1:49251
[junit4:junit4]   2> 12825 T482 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:49232, sessionid = 0x13cbfbfeee6000c, negotiated timeout = 20000
[junit4:junit4]   2> 12825 T483 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14f13fc0 name:ZooKeeperConnection Watcher:127.0.0.1:49232/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12825 T396 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12827 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee6000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12829 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee6000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12833 T396 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12837 T396 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49249_
[junit4:junit4]   2> 12838 T401 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cbfbfeee6000c type:delete cxid:0x9 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49249_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:49249_
[junit4:junit4]   2> 12839 T396 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49249_
[junit4:junit4]   2> 12844 T467 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> 12847 T452 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12847 T452 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> 12847 T424 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12847 T424 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> 12848 T437 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12848 T418 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12848 T418 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> 12848 T437 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> 12848 T483 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12853 T467 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12863 T484 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-1360426704793/collection1
[junit4:junit4]   2> 12864 T484 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12866 T484 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12866 T484 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12869 T484 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-1360426704793/collection1/'
[junit4:junit4]   2> 12870 T484 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-1360426704793/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12870 T484 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-1360426704793/collection1/lib/README' to classloader
[junit4:junit4]   2> 12920 T484 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 13020 T484 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13022 T484 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13037 T484 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13196 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13207 T419 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:49245_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49245"}
[junit4:junit4]   2> 13219 T424 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> 13220 T483 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> 13220 T467 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> 13222 T437 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> 13222 T452 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> 13234 T418 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> 13678 T484 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13687 T484 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13698 T484 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13733 T484 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13741 T484 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13747 T484 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13750 T484 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13753 T484 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-1360426704793/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty4/
[junit4:junit4]   2> 13753 T484 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@34a0ee3f
[junit4:junit4]   2> 13754 T484 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13755 T484 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-1360426692306/jetty4 forceNew:false
[junit4:junit4]   2> 13756 T484 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-1360426692306/jetty4
[junit4:junit4]   2> 13756 T484 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty4/index/
[junit4:junit4]   2> 13757 T484 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13757 T484 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-1360426692306/jetty4/index forceNew:false
[junit4:junit4]   2> 13764 T484 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-1360426692306/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4af9c50f; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13765 T484 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13766 T484 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-1360426692306/jetty4/index
[junit4:junit4]   2> 13766 T484 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13769 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13769 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13770 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13770 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13771 T484 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13771 T484 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13772 T484 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13772 T484 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13773 T484 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13774 T484 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13774 T484 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13775 T484 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13776 T484 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13776 T484 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13778 T484 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13778 T484 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13779 T484 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13780 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13780 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13781 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13781 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13782 T484 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13783 T484 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13783 T484 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13784 T484 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13785 T484 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13792 T484 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13794 T484 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13796 T484 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> 13799 T484 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-1360426692306/jetty4
[junit4:junit4]   2> 13801 T484 oass.SolrIndexSearcher.<init> Opening Searcher@322136c main
[junit4:junit4]   2> 13802 T484 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13802 T484 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13803 T484 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13809 T484 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13839 T485 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@322136c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13845 T484 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13845 T484 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14757 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14758 T419 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:49249_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49249"}
[junit4:junit4]   2> 14758 T419 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14759 T419 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14767 T424 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> 14767 T437 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> 14768 T467 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> 14768 T418 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> 14768 T483 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> 14768 T452 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> 14849 T484 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14850 T484 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49249 collection:collection1 shard:shard2
[junit4:junit4]   2> 14857 T484 oasc.ZkController.register We are http://127.0.0.1:49249/collection1/ and leader is http://127.0.0.1:49242/collection1/
[junit4:junit4]   2> 14858 T484 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49249
[junit4:junit4]   2> 14858 T484 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14858 T484 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@211f6735 url=http://127.0.0.1:49249/collection1 node=127.0.0.1:49249_ C24_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:49249_, base_url=http://127.0.0.1:49249}
[junit4:junit4]   2> 14859 T486 C24 P49249 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14860 T486 C24 P49249 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14860 T486 C24 P49249 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14860 T486 C24 P49249 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14860 T484 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14863 T486 C24 P49249 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14864 T396 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14864 T396 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14865 T396 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14874 T396 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14876 T396 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 14878 T396 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C23_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49245_, base_url=http://127.0.0.1:49245}
[junit4:junit4]   2> 15531 T470 C23 P49245 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49239/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 15537 T470 C23 P49245 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 15551 T470 C23 P49245 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49245 START replicas=[http://127.0.0.1:49239/collection1/] nUpdates=100
[junit4:junit4]   2> 15552 T470 C23 P49245 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 15554 T470 C23 P49245 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 15554 T470 C23 P49245 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 15555 T470 C23 P49245 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 15555 T470 C23 P49245 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 15555 T470 C23 P49245 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49239/collection1/. core=collection1
[junit4:junit4]   2> 15556 T470 C23 P49245 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@245522e1 url=http://127.0.0.1:49239/collection1 node=127.0.0.1:49239_ C25_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49239_, base_url=http://127.0.0.1:49239, leader=true}
[junit4:junit4]   2> 15562 T432 C25 P49239 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 15575 T433 C25 P49239 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15576 T433 C25 P49239 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-1360426692306/jetty1
[junit4:junit4]   2> 15580 T433 C25 P49239 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-1360426692306/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ca1bad3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15581 T433 C25 P49239 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15584 T433 C25 P49239 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-1360426692306/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ca1bad3; 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-1360426692306/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ca1bad3; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15585 T433 C25 P49239 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15586 T433 C25 P49239 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-1360426692306/jetty1
[junit4:junit4]   2> 15586 T433 C25 P49239 oass.SolrIndexSearcher.<init> Opening Searcher@5e4f92de realtime
[junit4:junit4]   2> 15587 T433 C25 P49239 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15587 T433 C25 P49239 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 22
[junit4:junit4]   2> 15623 T470 C23 P49245 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15623 T470 C23 P49245 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 15636 T470 C23 P49245 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 15640 T430 C25 P49239 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 15641 T430 C25 P49239 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15642 T470 C23 P49245 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 15643 T470 C23 P49245 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 15643 T470 C23 P49245 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 15647 T431 C25 P49239 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-1360426692306/jetty1
[junit4:junit4]   2> 15648 T431 C25 P49239 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-1360426692306/jetty1/index
[junit4:junit4]   2> 15648 T431 C25 P49239 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 15650 T470 C23 P49245 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 15651 T470 C23 P49245 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-1360426692306/jetty3/index.20130209194827932 forceNew:false
[junit4:junit4]   2> 15652 T470 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 15652 T470 C23 P49245 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-1360426692306/jetty3/index.20130209194827932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@39e62643; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 15662 T429 C25 P49239 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=3 
[junit4:junit4]   2> 15671 T470 C23 P49245 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-1360426692306/jetty3/index
[junit4:junit4]   2> 15672 T470 C23 P49245 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 15672 T470 C23 P49245 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130209194827932
[junit4:junit4]   2> 15679 T470 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 15681 T470 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 15681 T470 C23 P49245 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty3/index.20130209194827932
[junit4:junit4]   2> 15696 T470 C23 P49245 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-1360426692306/jetty3/index.20130209194827932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@39e62643; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15697 T470 C23 P49245 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15699 T470 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 15702 T470 C23 P49245 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 15702 T470 C23 P49245 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 15702 T470 C23 P49245 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 15703 T470 C23 P49245 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-1360426692306/jetty3/index.20130209194827932
[junit4:junit4]   2> 15704 T470 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 15707 T470 C23 P49245 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-1360426692306/jetty3/index.20130209194827932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@39e62643; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 15707 T470 C23 P49245 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 15708 T470 C23 P49245 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 15708 T470 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 15709 T470 C23 P49245 oass.SolrIndexSearcher.<init> Opening Searcher@72be18b7 main
[junit4:junit4]   2> 15711 T469 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@72be18b7 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15712 T469 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-1360426692306/jetty3/index
[junit4:junit4]   2> 15712 T470 C23 P49245 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15715 T470 C23 P49245 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-1360426692306/jetty3/index.20130209194827932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@39e62643; 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-1360426692306/jetty3/index.20130209194827932 lockFactory=org.apache.lucene.store.NativeFSLockFactory@39e62643; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15715 T470 C23 P49245 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15716 T470 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 15717 T470 C23 P49245 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15717 T470 C23 P49245 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-1360426692306/jetty3/index.20130209194827932
[junit4:junit4]   2> 15717 T470 C23 P49245 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-1360426692306/jetty3/index
[junit4:junit4]   2> 15717 T470 C23 P49245 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15718 T470 C23 P49245 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15718 T470 C23 P49245 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15718 T470 C23 P49245 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15720 T470 C23 P49245 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15888 T396 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16282 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16283 T419 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:49249_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49249"}
[junit4:junit4]   2> 16291 T419 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:49245_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49245"}
[junit4:junit4]   2> 16302 T418 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> 16302 T483 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> 16303 T467 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> 16304 T437 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> 16304 T424 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> 16306 T452 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> 16891 T396 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17896 T396 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C24_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:49249_, base_url=http://127.0.0.1:49249}
[junit4:junit4]   2> 18879 T486 C24 P49249 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:49242/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18880 T486 C24 P49249 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49249 START replicas=[http://127.0.0.1:49242/collection1/] nUpdates=100
[junit4:junit4]   2> 18880 T486 C24 P49249 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18881 T486 C24 P49249 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18881 T486 C24 P49249 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18881 T486 C24 P49249 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18882 T486 C24 P49249 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18882 T486 C24 P49249 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:49242/collection1/. core=collection1
[junit4:junit4]   2> 18884 T486 C24 P49249 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C26 name=collection1 org.apache.solr.core.SolrCore@4ca08b01 url=http://127.0.0.1:49242/collection1 node=127.0.0.1:49242_ C26_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49242_, base_url=http://127.0.0.1:49242, leader=true}
[junit4:junit4]   2> 18897 T448 C26 P49242 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18901 T396 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18904 T443 C26 P49242 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18905 T443 C26 P49242 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-1360426692306/jetty2
[junit4:junit4]   2> 18909 T443 C26 P49242 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-1360426692306/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@e16ee97; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18909 T443 C26 P49242 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18912 T443 C26 P49242 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-1360426692306/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@e16ee97; 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-1360426692306/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@e16ee97; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18912 T443 C26 P49242 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18914 T443 C26 P49242 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-1360426692306/jetty2
[junit4:junit4]   2> 18914 T443 C26 P49242 oass.SolrIndexSearcher.<init> Opening Searcher@1c4eb191 realtime
[junit4:junit4]   2> 18915 T443 C26 P49242 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18916 T443 C26 P49242 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 12
[junit4:junit4]   2> 18918 T486 C24 P49249 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18918 T486 C24 P49249 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18922 T445 C26 P49242 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18922 T445 C26 P49242 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18923 T486 C24 P49249 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18924 T486 C24 P49249 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18924 T486 C24 P49249 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18927 T446 C26 P49242 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-1360426692306/jetty2
[junit4:junit4]   2> 18928 T446 C26 P49242 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-1360426692306/jetty2/index
[junit4:junit4]   2> 18928 T446 C26 P49242 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18929 T486 C24 P49249 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18930 T486 C24 P49249 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-1360426692306/jetty4/index.20130209194831212 forceNew:false
[junit4:junit4]   2> 18931 T486 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 18931 T486 C24 P49249 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-1360426692306/jetty4/index.20130209194831212 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7514f96a; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18935 T447 C26 P49242 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18937 T486 C24 P49249 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-1360426692306/jetty4/index
[junit4:junit4]   2> 18938 T486 C24 P49249 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18938 T486 C24 P49249 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130209194831212
[junit4:junit4]   2> 18940 T486 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 18940 T486 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 18941 T486 C24 P49249 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1360426692306/jetty4/index.20130209194831212
[junit4:junit4]   2> 18944 T486 C24 P49249 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-1360426692306/jetty4/index.20130209194831212 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7514f96a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18944 T486 C24 P49249 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18946 T486 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 18946 T486 C24 P49249 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18947 T486 C24 P49249 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18947 T486 C24 P49249 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18948 T486 C24 P49249 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-1360426692306/jetty4/index.20130209194831212
[junit4:junit4]   2> 18949 T486 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 18952 T486 C24 P49249 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-1360426692306/jetty4/index.20130209194831212 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7514f96a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18952 T486 C24 P49249 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18953 T486 C24 P49249 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18953 T486 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 18954 T486 C24 P49249 oass.SolrIndexSearcher.<init> Opening Searcher@5ee5fa79 main
[junit4:junit4]   2> 18956 T485 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ee5fa79 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18957 T485 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-1360426692306/jetty4/index
[junit4:junit4]   2> 18957 T486 C24 P49249 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18959 T486 C24 P49249 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-1360426692306/jetty4/index.20130209194831212 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7514f96a; 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-1360426692306/jetty4/index.20130209194831212 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7514f96a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18960 T486 C24 P49249 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18961 T486 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 18961 T486 C24 P49249 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18962 T486 C24 P49249 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-1360426692306/jetty4/index.20130209194831212
[junit4:junit4]   2> 18962 T486 C24 P49249 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-1360426692306/jetty4/index
[junit4:junit4]   2> 18962 T486 C24 P49249 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18963 T486 C24 P49249 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18963 T486 C24 P49249 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18963 T486 C24 P49249 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18965 T486 C24 P49249 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19347 T419 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19348 T419 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:49249_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49249"}
[junit4:junit4]   2> 19356 T437 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> 19357 T424 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> 19357 T418 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> 19357 T452 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> 19357 T483 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> 19358 T467 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> 19907 T396 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19909 T396 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@186540e1 url=http://127.0.0.1:49235/collection1 node=127.0.0.1:49235_ C27_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:49235_, base_url=http://127.0.0.1:49235, leader=true}
[junit4:junit4]   2> 19922 T412 C27 P49235 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-1360426692306/control/data
[junit4:junit4]   2> 19925 T412 C27 P49235 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-1360426692306/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@358eaab5; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19926 T412 C27 P49235 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19927 T412 C27 P49235 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-1360426692306/control/data
[junit4:junit4]   2> 19929 T412 C27 P49235 oass.SolrIndexSearcher.<init> Opening Searcher@367e9498 realtime
[junit4:junit4]   2> 19929 T412 C27 P49235 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426510800174972928)} 0 11
[junit4:junit4]   2> 19939 T444 C26 P49242 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-1360426692306/jetty2
[junit4:junit4]   2> 19959 T429 C25 P49239 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-1360426692306/jetty1
[junit4:junit4]   2>  C24_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49249_, base_url=http://127.0.0.1:49249}
[junit4:junit4]   2> 19963 T474 C24 P49249 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-1360426692306/jetty4
[junit4:junit4]   2> 19965 T474 C24 P49249 /update {update.distrib=FROMLEADER&_version_=-1426510800192798720&update.from=http://127.0.0.1:49242/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426510800192798720)} 0 6
[junit4:junit4]   2>  C23_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:49245_, base_url=http://127.0.0.1:49245}
[junit4:junit4]   2> 19973 T463 C23 P49245 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-1360426692306/jetty3
[junit4:junit4]   2> 19974 T463 C23 P49245 /update {update.distrib=FROMLEADER&_version_=-1426510800211673088&update.from=http://127.0.0.1:49239/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1426510800211673088)} 0 2
[junit4:junit4]   2> 19975 T429 C25 P49239 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1426510800211673088)} 0 19
[junit4:junit4]   2> 19976 T444 C26 P49242 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1426510800192798720)} 0 43
[junit4:junit4]   2> 20004 T413 C27 P49235 /update {wt=javabin&version=2} {add=[1 (1426510800257810432)]} 0 5
[junit4:junit4]   2> 20260 T459 C23 P49245 /update {distrib.from=http://127.0.0.1:49239/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1426510800266199040)]} 0 241
[junit4:junit4]   2> 20262 T432 C25 P49239 /update {wt=javabin&version=2} {add=[1 (1426510800266199040)]} 0 254
[junit4:junit4]   2> 20269 T414 C27 P49235 /update {wt=javabin&version=2} {add=[2 (1426510800536731648)]} 0 3
[junit4:junit4]   2> 20285 T475 C24 P49249 /update {distrib.from=http://127.0.0.1:49242/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1426510800545120256)]} 0 5
[junit4:junit4]   2> 20286 T445 C26 P49242 /update {wt=javabin&version=2} {add=[2 (1426510800545120256)]} 0 13
[junit4:junit4]   2> 20295 T410 C27 P49235 /update {wt=javabin&version=2} {add=[3 (1426510800563994624)]} 0 3
[junit4:junit4]   2> 20316 T476 C24 P49249 /update {distrib.from=http://127.0.0.1:49242/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[3 (1426510800573431808)]} 0 4
[junit4:junit4]   2> 20317 T447 C26 P49242 /update {wt=javabin&version=2} {add=[3 (1426510800573431808)]} 0 17
[junit4:junit4]   2> 20325 T411 C27 P49235 /update {wt=javabin&version=2} {add=[4 (1426510800595451904)]} 0 3
[junit4:junit4]   2> 20346 T460 C23 P49245 /update {distrib.from=http://127.0.0.1:49239/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[4 (1426510800605937664)]}

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

]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.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> 881494 T396 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {n_f1=PostingsFormat(name=Asserting), foo_b=PostingsFormat(name=SimpleText), cat=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_d=PostingsFormat(name=MockSep), foo_f=PostingsFormat(name=SimpleText), n_tl1=PostingsFormat(name=Asserting), n_d1=PostingsFormat(name=TestBloomFilteredLucene41Postings), rnd_b=PostingsFormat(name=MockSep), intDefault=PostingsFormat(name=Asserting), n_td1=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings), id=PostingsFormat(name=MockSep), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), oddField_s=PostingsFormat(name=MockSep), sequence_i=PostingsFormat(name=MockSep), name=PostingsFormat(name=MockSep), foo_i=PostingsFormat(name=Asserting), regex_dup_B_s=PostingsFormat(name=TestBloomFilteredLucene41Postings), multiDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tf1=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_dt1=PostingsFormat(name=Asserting), genre_s=PostingsFormat(name=MockSep), author_t=PostingsFormat(name=Asserting), n_ti1=PostingsFormat(name=MockSep), range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), text=PostingsFormat(name=SimpleText), _version_=PostingsFormat(name=Asserting), val_i=PostingsFormat(name=MockSep), SubjectTerms_mfacet=PostingsFormat(name=Asserting), series_t=PostingsFormat(name=Asserting), a_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tdt1=PostingsFormat(name=Asserting), regex_dup_A_s=PostingsFormat(name=SimpleText), price=PostingsFormat(name=SimpleText), other_tl1=PostingsFormat(name=Asserting), n_l1=PostingsFormat(name=TestBloomFilteredLucene41Postings), a_si=PostingsFormat(name=Asserting), inStock=PostingsFormat(name=SimpleText)}, docValues:{}, sim=DefaultSimilarity, locale=uk, timezone=Asia/Tehran
[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=78979968,total=154222592
[junit4:junit4]   2> NOTE: All tests run in this JVM: [ShardRoutingCustomTest, TestRealTimeGet, DistributedSpellCheckComponentTest, ScriptEngineTest, TestSolrIndexConfig, TermVectorComponentDistributedTest, SampleTest, TestExtendedDismaxParser, DisMaxRequestHandlerTest, RequestHandlersTest, SolrRequestParserTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 881.99s, 1 test, 1 error <<< FAILURES!

[...truncated 726 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:381: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:361: 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:183: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:447: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1202: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:865: There were test failures: 249 suites, 1038 tests, 1 error, 13 ignored (2 assumptions)

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