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/01/03 20:53:56 UTC

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

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

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:50127/wyko/iv/oneInstanceCollection

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50127/wyko/iv/oneInstanceCollection
	at __randomizedtesting.SeedInfo.seed([106FE6FD9E0EC98B:918968E5E951A9B7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:413)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.BasicDistributedZkTest.testSearchByCollectionName(BasicDistributedZkTest.java:1077)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:330)
	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:352)
	... 46 more




Build Log:
[...truncated 9063 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T2566 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /wyko/iv
[junit4:junit4]   2> 5 T2566 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357242275187
[junit4:junit4]   2> 6 T2566 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 6 T2567 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T2567 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T2567 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T2567 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 10 T2567 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 11 T2567 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 107 T2566 oasc.ZkTestServer.run start zk server on port:50120
[junit4:junit4]   2> 108 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@67ad95ce
[junit4:junit4]   2> 109 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T2572 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 110 T2572 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 110 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50121
[junit4:junit4]   2> 111 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50121
[junit4:junit4]   2> 111 T2570 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 113 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0000 with negotiated timeout 10000 for client /127.0.0.1:50121
[junit4:junit4]   2> 114 T2572 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0000, negotiated timeout = 10000
[junit4:junit4]   2> 114 T2573 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67ad95ce name:ZooKeeperConnection Watcher:127.0.0.1:50120 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 114 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 115 T2566 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 119 T2571 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c01f1957b0000
[junit4:junit4]   2> 120 T2573 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 119 T2566 oaz.ZooKeeper.close Session: 0x13c01f1957b0000 closed
[junit4:junit4]   2> 121 T2568 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50121 which had sessionid 0x13c01f1957b0000
[junit4:junit4]   2> 121 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@74e3131a
[junit4:junit4]   2> 122 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 122 T2574 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 123 T2574 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 123 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50122
[junit4:junit4]   2> 124 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50122
[junit4:junit4]   2> 125 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0001 with negotiated timeout 10000 for client /127.0.0.1:50122
[junit4:junit4]   2> 125 T2574 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0001, negotiated timeout = 10000
[junit4:junit4]   2> 126 T2575 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74e3131a name:ZooKeeperConnection Watcher:127.0.0.1:50120/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 126 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 126 T2566 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 131 T2566 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 136 T2566 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 140 T2566 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 144 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 145 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 151 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 153 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 157 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 158 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 163 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 163 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 168 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 169 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 173 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 173 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 182 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 182 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 186 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 189 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 195 T2566 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 196 T2566 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 202 T2571 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c01f1957b0001
[junit4:junit4]   2> 203 T2568 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50122 which had sessionid 0x13c01f1957b0001
[junit4:junit4]   2> 203 T2566 oaz.ZooKeeper.close Session: 0x13c01f1957b0001 closed
[junit4:junit4]   2> 203 T2575 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 367 T2566 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 422 T2566 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50123
[junit4:junit4]   2> 423 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 424 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385
[junit4:junit4]   2> 424 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/'
[junit4:junit4]   2> 451 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 451 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 452 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385
[junit4:junit4]   2> 452 T2566 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/solr.xml
[junit4:junit4]   2> 453 T2566 oasc.CoreContainer.<init> New CoreContainer 416663759
[junit4:junit4]   2> 453 T2566 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/'
[junit4:junit4]   2> 454 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/'
[junit4:junit4]   2> 477 T2566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 477 T2566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 478 T2566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 478 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 478 T2566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 479 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 479 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 480 T2566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 480 T2566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 481 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 492 T2566 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 508 T2566 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50120/solr
[junit4:junit4]   2> 509 T2566 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 509 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a23d642
[junit4:junit4]   2> 511 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 511 T2585 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 512 T2585 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 512 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50124
[junit4:junit4]   2> 513 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50124
[junit4:junit4]   2> 514 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0002 with negotiated timeout 20000 for client /127.0.0.1:50124
[junit4:junit4]   2> 514 T2585 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0002, negotiated timeout = 20000
[junit4:junit4]   2> 515 T2586 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a23d642 name:ZooKeeperConnection Watcher:127.0.0.1:50120 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 515 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 517 T2571 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c01f1957b0002
[junit4:junit4]   2> 518 T2568 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50124 which had sessionid 0x13c01f1957b0002
[junit4:junit4]   2> 518 T2586 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 518 T2566 oaz.ZooKeeper.close Session: 0x13c01f1957b0002 closed
[junit4:junit4]   2> 521 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 527 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@74d749d6
[junit4:junit4]   2> 530 T2587 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 530 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 531 T2587 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 531 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50125
[junit4:junit4]   2> 531 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50125
[junit4:junit4]   2> 532 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0003 with negotiated timeout 20000 for client /127.0.0.1:50125
[junit4:junit4]   2> 533 T2587 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0003, negotiated timeout = 20000
[junit4:junit4]   2> 533 T2588 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74d749d6 name:ZooKeeperConnection Watcher:127.0.0.1:50120/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 533 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 535 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 537 T2566 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 541 T2566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50123_wyko%2Fiv
[junit4:junit4]   2> 542 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50123_wyko%2Fiv Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50123_wyko%2Fiv
[junit4:junit4]   2> 543 T2566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50123_wyko%2Fiv
[junit4:junit4]   2> 549 T2566 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 558 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 559 T2566 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 562 T2566 oasc.Overseer.start Overseer (id=88948229747179523-127.0.0.1:50123_wyko%2Fiv-n_0000000000) starting
[junit4:junit4]   2> 563 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 565 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 566 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 567 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 569 T2590 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 570 T2566 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 573 T2566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 576 T2589 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 580 T2591 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/collection1
[junit4:junit4]   2> 581 T2591 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 582 T2591 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 582 T2591 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 584 T2591 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/collection1/'
[junit4:junit4]   2> 585 T2591 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 585 T2591 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/collection1/lib/README' to classloader
[junit4:junit4]   2> 631 T2591 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 699 T2591 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 701 T2591 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 705 T2591 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1242 T2591 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1250 T2591 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1253 T2591 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1273 T2591 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1278 T2591 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1283 T2591 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1286 T2591 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1288 T2591 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357242275385/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data/
[junit4:junit4]   2> 1289 T2591 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15651b52
[junit4:junit4]   2> 1289 T2591 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1305 T2591 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data forceNew:false
[junit4:junit4]   2> 1306 T2591 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data
[junit4:junit4]   2> 1306 T2591 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data/index/
[junit4:junit4]   2> 1307 T2591 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1307 T2591 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data/index forceNew:false
[junit4:junit4]   2> 1312 T2591 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@31492b2a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1312 T2591 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1313 T2591 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data/index
[junit4:junit4]   2> 1313 T2591 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1315 T2591 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1315 T2591 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1316 T2591 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1316 T2591 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1317 T2591 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1317 T2591 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1318 T2591 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1318 T2591 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1319 T2591 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1319 T2591 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1320 T2591 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1320 T2591 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1321 T2591 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1321 T2591 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1322 T2591 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1322 T2591 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1322 T2591 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1323 T2591 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1323 T2591 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1324 T2591 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1324 T2591 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1325 T2591 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1325 T2591 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1326 T2591 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1326 T2591 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1327 T2591 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1335 T2591 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1341 T2591 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1343 T2591 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> 1346 T2591 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data
[junit4:junit4]   2> 1347 T2591 oass.SolrIndexSearcher.<init> Opening Searcher@22f8ab5 main
[junit4:junit4]   2> 1348 T2591 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1348 T2591 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1349 T2591 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1354 T2591 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1390 T2591 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1390 T2591 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1391 T2592 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22f8ab5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1392 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2083 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2084 T2589 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:50123_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50123/wyko/iv"}
[junit4:junit4]   2> 2084 T2589 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2084 T2589 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2085 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2093 T2588 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> 2396 T2591 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2397 T2591 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50123/wyko/iv collection:control_collection shard:shard1
[junit4:junit4]   2> 2398 T2591 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2407 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2408 T2591 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2409 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2412 T2591 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2412 T2591 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2412 T2591 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50123/wyko/iv/collection1/
[junit4:junit4]   2> 2413 T2591 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2413 T2591 oasc.SyncStrategy.syncToMe http://127.0.0.1:50123/wyko/iv/collection1/ has no replicas
[junit4:junit4]   2> 2413 T2591 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50123/wyko/iv/collection1/
[junit4:junit4]   2> 2414 T2591 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2420 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3601 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3613 T2588 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> 3666 T2591 oasc.ZkController.register We are http://127.0.0.1:50123/wyko/iv/collection1/ and leader is http://127.0.0.1:50123/wyko/iv/collection1/
[junit4:junit4]   2> 3667 T2591 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50123/wyko/iv
[junit4:junit4]   2> 3667 T2591 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3667 T2591 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3667 T2591 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3670 T2591 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3672 T2566 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3672 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3673 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3680 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3685 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@5524d422
[junit4:junit4]   2> 3686 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3687 T2593 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3687 T2593 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 3688 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50126
[junit4:junit4]   2> 3689 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50126
[junit4:junit4]   2> 3690 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0004 with negotiated timeout 10000 for client /127.0.0.1:50126
[junit4:junit4]   2> 3690 T2593 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0004, negotiated timeout = 10000
[junit4:junit4]   2> 3690 T2594 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5524d422 name:ZooKeeperConnection Watcher:127.0.0.1:50120/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3691 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3692 T2566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3695 T2566 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3860 T2566 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3863 T2566 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50127
[junit4:junit4]   2> 3865 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3866 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877
[junit4:junit4]   2> 3866 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/'
[junit4:junit4]   2> 3892 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3893 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3893 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877
[junit4:junit4]   2> 3894 T2566 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/solr.xml
[junit4:junit4]   2> 3894 T2566 oasc.CoreContainer.<init> New CoreContainer 1537808767
[junit4:junit4]   2> 3895 T2566 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/'
[junit4:junit4]   2> 3895 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/'
[junit4:junit4]   2> 3916 T2566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 3916 T2566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3917 T2566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3917 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3917 T2566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3918 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3918 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3919 T2566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3919 T2566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3920 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3930 T2566 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3946 T2566 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50120/solr
[junit4:junit4]   2> 3947 T2566 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3947 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f6c93f1
[junit4:junit4]   2> 3948 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3949 T2604 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3950 T2604 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 3951 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50128
[junit4:junit4]   2> 3951 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50128
[junit4:junit4]   2> 3952 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0005 with negotiated timeout 20000 for client /127.0.0.1:50128
[junit4:junit4]   2> 3953 T2604 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0005, negotiated timeout = 20000
[junit4:junit4]   2> 3953 T2605 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6c93f1 name:ZooKeeperConnection Watcher:127.0.0.1:50120 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3953 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3956 T2571 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c01f1957b0005
[junit4:junit4]   2> 3957 T2568 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50128 which had sessionid 0x13c01f1957b0005
[junit4:junit4]   2> 3957 T2605 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3957 T2566 oaz.ZooKeeper.close Session: 0x13c01f1957b0005 closed
[junit4:junit4]   2> 3958 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 3967 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@10bb7933
[junit4:junit4]   2> 3969 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3969 T2606 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3970 T2606 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 3971 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50129
[junit4:junit4]   2> 3971 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50129
[junit4:junit4]   2> 3973 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0006 with negotiated timeout 20000 for client /127.0.0.1:50129
[junit4:junit4]   2> 3973 T2606 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0006, negotiated timeout = 20000
[junit4:junit4]   2> 3974 T2607 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10bb7933 name:ZooKeeperConnection Watcher:127.0.0.1:50120/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3974 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3975 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3977 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3979 T2566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50127_wyko%2Fiv
[junit4:junit4]   2> 3980 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50127_wyko%2Fiv Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50127_wyko%2Fiv
[junit4:junit4]   2> 3981 T2566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50127_wyko%2Fiv
[junit4:junit4]   2> 3987 T2594 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3988 T2588 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 3988 T2588 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> 3993 T2566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4005 T2608 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/collection1
[junit4:junit4]   2> 4005 T2608 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4007 T2608 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4007 T2608 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4010 T2608 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/collection1/'
[junit4:junit4]   2> 4011 T2608 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4012 T2608 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/collection1/lib/README' to classloader
[junit4:junit4]   2> 4075 T2608 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4141 T2608 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4143 T2608 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4148 T2608 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4637 T2608 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4645 T2608 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4648 T2608 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4670 T2608 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4673 T2608 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4679 T2608 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4681 T2608 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4683 T2608 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357242278877/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/
[junit4:junit4]   2> 4683 T2608 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15651b52
[junit4:junit4]   2> 4683 T2608 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 4684 T2608 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1 forceNew:false
[junit4:junit4]   2> 4685 T2608 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1
[junit4:junit4]   2> 4685 T2608 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index/
[junit4:junit4]   2> 4685 T2608 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4686 T2608 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index forceNew:false
[junit4:junit4]   2> 4689 T2608 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b7cc3f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4690 T2608 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4690 T2608 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index
[junit4:junit4]   2> 4690 T2608 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4692 T2608 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4693 T2608 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4693 T2608 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4694 T2608 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4695 T2608 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4695 T2608 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4695 T2608 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4696 T2608 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4696 T2608 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4696 T2608 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4697 T2608 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4697 T2608 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4698 T2608 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4698 T2608 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4698 T2608 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4699 T2608 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4699 T2608 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4701 T2608 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4702 T2608 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4702 T2608 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4703 T2608 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4703 T2608 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4704 T2608 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4705 T2608 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4705 T2608 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4706 T2608 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4712 T2608 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4715 T2608 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4717 T2608 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> 4719 T2608 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1
[junit4:junit4]   2> 4720 T2608 oass.SolrIndexSearcher.<init> Opening Searcher@22791a82 main
[junit4:junit4]   2> 4721 T2608 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4722 T2608 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4722 T2608 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4728 T2608 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4761 T2609 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22791a82 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4767 T2608 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4767 T2608 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5122 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5123 T2589 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:50123_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50123/wyko/iv"}
[junit4:junit4]   2> 5129 T2589 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:50127_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50127/wyko/iv"}
[junit4:junit4]   2> 5130 T2589 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5130 T2589 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5136 T2588 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> 5136 T2607 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> 5136 T2594 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> 5771 T2608 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5771 T2608 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50127/wyko/iv collection:collection1 shard:shard1
[junit4:junit4]   2> 5772 T2608 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 5782 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 5784 T2608 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5785 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5788 T2608 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5788 T2608 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5788 T2608 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50127/wyko/iv/collection1/
[junit4:junit4]   2> 5789 T2608 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5789 T2608 oasc.SyncStrategy.syncToMe http://127.0.0.1:50127/wyko/iv/collection1/ has no replicas
[junit4:junit4]   2> 5789 T2608 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50127/wyko/iv/collection1/
[junit4:junit4]   2> 5789 T2608 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 5796 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6649 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6663 T2607 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> 6663 T2588 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> 6663 T2594 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> 6680 T2608 oasc.ZkController.register We are http://127.0.0.1:50127/wyko/iv/collection1/ and leader is http://127.0.0.1:50127/wyko/iv/collection1/
[junit4:junit4]   2> 6680 T2608 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50127/wyko/iv
[junit4:junit4]   2> 6680 T2608 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6681 T2608 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6681 T2608 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6683 T2608 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6685 T2566 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6685 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6686 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6856 T2566 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6859 T2566 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50130
[junit4:junit4]   2> 6862 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6862 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873
[junit4:junit4]   2> 6863 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/'
[junit4:junit4]   2> 6893 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6894 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6895 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873
[junit4:junit4]   2> 6895 T2566 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/solr.xml
[junit4:junit4]   2> 6896 T2566 oasc.CoreContainer.<init> New CoreContainer 1605167825
[junit4:junit4]   2> 6897 T2566 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/'
[junit4:junit4]   2> 6897 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/'
[junit4:junit4]   2> 6916 T2566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 6917 T2566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 6917 T2566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 6918 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 6918 T2566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 6919 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 6919 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 6919 T2566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 6920 T2566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 6920 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 6932 T2566 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 6949 T2566 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50120/solr
[junit4:junit4]   2> 6949 T2566 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 6950 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@689335f1
[junit4:junit4]   2> 6951 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6952 T2619 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6953 T2619 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 6953 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50131
[junit4:junit4]   2> 6954 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50131
[junit4:junit4]   2> 6956 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0007 with negotiated timeout 20000 for client /127.0.0.1:50131
[junit4:junit4]   2> 6956 T2619 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0007, negotiated timeout = 20000
[junit4:junit4]   2> 6957 T2620 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@689335f1 name:ZooKeeperConnection Watcher:127.0.0.1:50120 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6957 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6959 T2571 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c01f1957b0007
[junit4:junit4]   2> 6961 T2568 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50131 which had sessionid 0x13c01f1957b0007
[junit4:junit4]   2> 6961 T2620 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 6961 T2566 oaz.ZooKeeper.close Session: 0x13c01f1957b0007 closed
[junit4:junit4]   2> 6962 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 6966 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3841d9c4
[junit4:junit4]   2> 6968 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 6969 T2621 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 6969 T2621 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 6970 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50132
[junit4:junit4]   2> 6970 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50132
[junit4:junit4]   2> 6973 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0008 with negotiated timeout 20000 for client /127.0.0.1:50132
[junit4:junit4]   2> 6973 T2621 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0008, negotiated timeout = 20000
[junit4:junit4]   2> 6974 T2622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3841d9c4 name:ZooKeeperConnection Watcher:127.0.0.1:50120/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 6974 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 6975 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6977 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6979 T2566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50130_wyko%2Fiv
[junit4:junit4]   2> 6980 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50130_wyko%2Fiv Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50130_wyko%2Fiv
[junit4:junit4]   2> 6981 T2566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50130_wyko%2Fiv
[junit4:junit4]   2> 6984 T2607 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> 6985 T2588 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6986 T2588 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> 6986 T2594 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6986 T2594 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> 6988 T2607 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 6993 T2566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7010 T2623 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/collection1
[junit4:junit4]   2> 7010 T2623 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7011 T2623 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7011 T2623 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7013 T2623 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/collection1/'
[junit4:junit4]   2> 7014 T2623 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7014 T2623 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/collection1/lib/README' to classloader
[junit4:junit4]   2> 7057 T2623 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7114 T2623 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7116 T2623 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7126 T2623 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7670 T2623 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7679 T2623 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7683 T2623 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7702 T2623 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7708 T2623 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7713 T2623 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7715 T2623 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7716 T2623 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357242281873/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/
[junit4:junit4]   2> 7717 T2623 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15651b52
[junit4:junit4]   2> 7717 T2623 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 7718 T2623 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2 forceNew:false
[junit4:junit4]   2> 7718 T2623 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2
[junit4:junit4]   2> 7719 T2623 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index/
[junit4:junit4]   2> 7719 T2623 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7720 T2623 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index forceNew:false
[junit4:junit4]   2> 7724 T2623 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2260c8ec),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7725 T2623 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7725 T2623 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index
[junit4:junit4]   2> 7726 T2623 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7728 T2623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7728 T2623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7729 T2623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7729 T2623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7730 T2623 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7731 T2623 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7731 T2623 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7732 T2623 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7733 T2623 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7734 T2623 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7734 T2623 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7735 T2623 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7736 T2623 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7736 T2623 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7737 T2623 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7737 T2623 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7738 T2623 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7739 T2623 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7739 T2623 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7740 T2623 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7741 T2623 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7742 T2623 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7742 T2623 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7743 T2623 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7744 T2623 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7744 T2623 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7752 T2623 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7754 T2623 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7756 T2623 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> 7758 T2623 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2
[junit4:junit4]   2> 7759 T2623 oass.SolrIndexSearcher.<init> Opening Searcher@6878439f main
[junit4:junit4]   2> 7761 T2623 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7761 T2623 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7761 T2623 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7767 T2623 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 7804 T2624 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6878439f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7808 T2623 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7808 T2623 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8176 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8178 T2589 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:50127_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50127/wyko/iv"}
[junit4:junit4]   2> 8183 T2589 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:50130_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50130/wyko/iv"}
[junit4:junit4]   2> 8183 T2589 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8183 T2589 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8189 T2594 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> 8191 T2622 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> 8193 T2588 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> 8195 T2607 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> 8811 T2623 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8811 T2623 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50130/wyko/iv collection:collection1 shard:shard2
[junit4:junit4]   2> 8812 T2623 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 8821 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 8822 T2623 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8823 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8826 T2623 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8826 T2623 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8827 T2623 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50130/wyko/iv/collection1/
[junit4:junit4]   2> 8827 T2623 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8827 T2623 oasc.SyncStrategy.syncToMe http://127.0.0.1:50130/wyko/iv/collection1/ has no replicas
[junit4:junit4]   2> 8827 T2623 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50130/wyko/iv/collection1/
[junit4:junit4]   2> 8828 T2623 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 8833 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b0008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9703 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9714 T2594 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> 9714 T2622 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> 9714 T2588 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> 9714 T2607 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> 9746 T2623 oasc.ZkController.register We are http://127.0.0.1:50130/wyko/iv/collection1/ and leader is http://127.0.0.1:50130/wyko/iv/collection1/
[junit4:junit4]   2> 9746 T2623 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50130/wyko/iv
[junit4:junit4]   2> 9747 T2623 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9747 T2623 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9747 T2623 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9750 T2623 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9751 T2566 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9752 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9752 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9931 T2566 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9934 T2566 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50133
[junit4:junit4]   2> 9936 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9937 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941
[junit4:junit4]   2> 9937 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/'
[junit4:junit4]   2> 9964 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9965 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9965 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941
[junit4:junit4]   2> 9966 T2566 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/solr.xml
[junit4:junit4]   2> 9966 T2566 oasc.CoreContainer.<init> New CoreContainer 257346923
[junit4:junit4]   2> 9967 T2566 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/'
[junit4:junit4]   2> 9967 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/'
[junit4:junit4]   2> 9990 T2566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 9991 T2566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9991 T2566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9992 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9992 T2566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9993 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9993 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9993 T2566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9994 T2566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9994 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10006 T2566 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10024 T2566 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50120/solr
[junit4:junit4]   2> 10024 T2566 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10025 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@445e09cb
[junit4:junit4]   2> 10026 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10027 T2634 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10027 T2634 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 10028 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50134
[junit4:junit4]   2> 10028 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50134
[junit4:junit4]   2> 10029 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b0009 with negotiated timeout 20000 for client /127.0.0.1:50134
[junit4:junit4]   2> 10029 T2634 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b0009, negotiated timeout = 20000
[junit4:junit4]   2> 10030 T2635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@445e09cb name:ZooKeeperConnection Watcher:127.0.0.1:50120 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10030 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10032 T2571 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c01f1957b0009
[junit4:junit4]   2> 10033 T2568 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50134 which had sessionid 0x13c01f1957b0009
[junit4:junit4]   2> 10033 T2566 oaz.ZooKeeper.close Session: 0x13c01f1957b0009 closed
[junit4:junit4]   2> 10033 T2635 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10033 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 10039 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6b6325f2
[junit4:junit4]   2> 10041 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10041 T2636 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10042 T2636 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 10043 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50135
[junit4:junit4]   2> 10044 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50135
[junit4:junit4]   2> 10045 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b000a with negotiated timeout 20000 for client /127.0.0.1:50135
[junit4:junit4]   2> 10045 T2636 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b000a, negotiated timeout = 20000
[junit4:junit4]   2> 10046 T2637 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b6325f2 name:ZooKeeperConnection Watcher:127.0.0.1:50120/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10046 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10048 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10049 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10051 T2566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50133_wyko%2Fiv
[junit4:junit4]   2> 10052 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50133_wyko%2Fiv Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50133_wyko%2Fiv
[junit4:junit4]   2> 10053 T2566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50133_wyko%2Fiv
[junit4:junit4]   2> 10056 T2622 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> 10057 T2607 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> 10058 T2594 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10058 T2594 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> 10058 T2588 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10059 T2588 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> 10061 T2622 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10062 T2607 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10064 T2566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10073 T2638 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/collection1
[junit4:junit4]   2> 10073 T2638 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10074 T2638 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10074 T2638 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10076 T2638 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/collection1/'
[junit4:junit4]   2> 10077 T2638 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10077 T2638 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/collection1/lib/README' to classloader
[junit4:junit4]   2> 10116 T2638 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10175 T2638 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10176 T2638 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10181 T2638 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10700 T2638 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10708 T2638 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10713 T2638 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10732 T2638 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10736 T2638 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10740 T2638 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10741 T2638 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10743 T2638 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357242284941/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/
[junit4:junit4]   2> 10743 T2638 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15651b52
[junit4:junit4]   2> 10744 T2638 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 10744 T2638 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3 forceNew:false
[junit4:junit4]   2> 10744 T2638 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 10745 T2638 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index/
[junit4:junit4]   2> 10745 T2638 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10746 T2638 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index forceNew:false
[junit4:junit4]   2> 10748 T2638 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f321399),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10749 T2638 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10749 T2638 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index
[junit4:junit4]   2> 10749 T2638 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10751 T2638 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10751 T2638 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10751 T2638 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10752 T2638 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10752 T2638 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10752 T2638 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10752 T2638 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10753 T2638 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10753 T2638 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10754 T2638 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10754 T2638 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10755 T2638 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10755 T2638 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10756 T2638 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10756 T2638 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10757 T2638 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10758 T2638 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10758 T2638 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10759 T2638 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10759 T2638 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10760 T2638 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10761 T2638 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10761 T2638 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10762 T2638 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10762 T2638 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10763 T2638 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10769 T2638 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10772 T2638 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10774 T2638 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> 10776 T2638 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 10777 T2638 oass.SolrIndexSearcher.<init> Opening Searcher@364c7af4 main
[junit4:junit4]   2> 10778 T2638 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10779 T2638 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10779 T2638 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10785 T2638 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10815 T2639 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@364c7af4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10822 T2638 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10822 T2638 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11225 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11226 T2589 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:50130_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50130/wyko/iv"}
[junit4:junit4]   2> 11231 T2589 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:50133_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50133/wyko/iv"}
[junit4:junit4]   2> 11231 T2589 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11231 T2589 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11237 T2622 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> 11237 T2607 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> 11237 T2637 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> 11237 T2588 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> 11237 T2594 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> 11825 T2638 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11825 T2638 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50133/wyko/iv collection:collection1 shard:shard1
[junit4:junit4]   2> 11831 T2638 oasc.ZkController.register We are http://127.0.0.1:50133/wyko/iv/collection1/ and leader is http://127.0.0.1:50127/wyko/iv/collection1/
[junit4:junit4]   2> 11831 T2638 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50133/wyko/iv
[junit4:junit4]   2> 11831 T2638 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11832 T2638 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C158 name=collection1 org.apache.solr.core.SolrCore@2b417f08 url=http://127.0.0.1:50133/wyko/iv/collection1 node=127.0.0.1:50133_wyko%2Fiv C158_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50133_wyko%2Fiv, base_url=http://127.0.0.1:50133/wyko/iv}
[junit4:junit4]   2> 11832 T2640 C158 P50133 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11834 T2640 C158 P50133 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11834 T2640 C158 P50133 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11834 T2638 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11834 T2640 C158 P50133 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11836 T2640 C158 P50133 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11836 T2566 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11837 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11838 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11991 T2566 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11994 T2566 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50137
[junit4:junit4]   2> 11996 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11996 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027
[junit4:junit4]   2> 11997 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/'
[junit4:junit4]   2> 12023 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12023 T2566 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12024 T2566 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027
[junit4:junit4]   2> 12024 T2566 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/solr.xml
[junit4:junit4]   2> 12025 T2566 oasc.CoreContainer.<init> New CoreContainer 356986223
[junit4:junit4]   2> 12025 T2566 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/'
[junit4:junit4]   2> 12026 T2566 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/'
[junit4:junit4]   2> 12048 T2566 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 12048 T2566 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12049 T2566 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12049 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12050 T2566 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12050 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12050 T2566 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12051 T2566 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12052 T2566 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12052 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12064 T2566 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12080 T2566 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50120/solr
[junit4:junit4]   2> 12081 T2566 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12081 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@35b12251
[junit4:junit4]   2> 12082 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12083 T2650 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12084 T2650 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 12084 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50138
[junit4:junit4]   2> 12085 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50138
[junit4:junit4]   2> 12086 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b000b with negotiated timeout 20000 for client /127.0.0.1:50138
[junit4:junit4]   2> 12086 T2650 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b000b, negotiated timeout = 20000
[junit4:junit4]   2> 12087 T2651 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35b12251 name:ZooKeeperConnection Watcher:127.0.0.1:50120 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12087 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12089 T2571 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c01f1957b000b
[junit4:junit4]   2> 12090 T2568 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50138 which had sessionid 0x13c01f1957b000b
[junit4:junit4]   2> 12090 T2566 oaz.ZooKeeper.close Session: 0x13c01f1957b000b closed
[junit4:junit4]   2> 12090 T2651 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12090 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 12095 T2566 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50120/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3fe41106
[junit4:junit4]   2> 12096 T2566 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12097 T2652 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50120. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12098 T2652 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50120, initiating session
[junit4:junit4]   2> 12098 T2568 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50139
[junit4:junit4]   2> 12099 T2568 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50139
[junit4:junit4]   2> 12100 T2570 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c01f1957b000c with negotiated timeout 20000 for client /127.0.0.1:50139
[junit4:junit4]   2> 12100 T2652 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50120, sessionid = 0x13c01f1957b000c, negotiated timeout = 20000
[junit4:junit4]   2> 12100 T2653 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fe41106 name:ZooKeeperConnection Watcher:127.0.0.1:50120/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12101 T2566 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12102 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12103 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12105 T2566 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50137_wyko%2Fiv
[junit4:junit4]   2> 12106 T2571 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c01f1957b000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50137_wyko%2Fiv Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50137_wyko%2Fiv
[junit4:junit4]   2> 12106 T2566 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50137_wyko%2Fiv
[junit4:junit4]   2> 12110 T2637 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> 12110 T2622 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> 12110 T2607 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> 12112 T2594 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12112 T2594 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> 12113 T2588 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12113 T2588 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> 12113 T2607 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12114 T2622 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12115 T2637 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12121 T2566 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12128 T2654 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/collection1
[junit4:junit4]   2> 12129 T2654 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12130 T2654 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12130 T2654 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12132 T2654 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/collection1/'
[junit4:junit4]   2> 12133 T2654 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12133 T2654 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/collection1/lib/README' to classloader
[junit4:junit4]   2> 12184 T2654 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 12242 T2654 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12243 T2654 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12248 T2654 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12750 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12751 T2589 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:50133_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50133/wyko/iv"}
[junit4:junit4]   2> 12758 T2622 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> 12759 T2588 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> 12759 T2607 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> 12758 T2594 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> 12759 T2637 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> 12759 T2653 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> 12791 T2654 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12807 T2654 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12813 T2654 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12837 T2654 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12846 T2654 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12854 T2654 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12857 T2654 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12859 T2654 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357242287027/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/
[junit4:junit4]   2> 12860 T2654 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15651b52
[junit4:junit4]   2> 12861 T2654 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12862 T2654 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4 forceNew:false
[junit4:junit4]   2> 12862 T2654 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 12863 T2654 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index/
[junit4:junit4]   2> 12863 T2654 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12865 T2654 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index forceNew:false
[junit4:junit4]   2> 12870 T2654 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@56ca6974),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12870 T2654 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12871 T2654 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index
[junit4:junit4]   2> 12872 T2654 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12876 T2654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12877 T2654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12877 T2654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12878 T2654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12879 T2654 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12879 T2654 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12880 T2654 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12881 T2654 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12882 T2654 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12882 T2654 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12883 T2654 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12884 T2654 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12885 T2654 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12885 T2654 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12886 T2654 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12887 T2654 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12888 T2654 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12889 T2654 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12889 T2654 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12890 T2654 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12891 T2654 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12891 T2654 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12892 T2654 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12893 T2654 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12893 T2654 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12894 T2654 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12903 T2654 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12907 T2654 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12909 T2654 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> 12913 T2654 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 12914 T2654 oass.SolrIndexSearcher.<init> Opening Searcher@6ffcd7d2 main
[junit4:junit4]   2> 12916 T2654 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12916 T2654 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12917 T2654 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12925 T2654 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12968 T2655 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ffcd7d2 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12975 T2654 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12975 T2654 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14271 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14273 T2589 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:50137_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50137/wyko/iv"}
[junit4:junit4]   2> 14273 T2589 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14273 T2589 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14280 T2653 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> 14280 T2637 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> 14280 T2607 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> 14280 T2622 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> 14280 T2588 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> 14280 T2594 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>  C158_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50133_wyko%2Fiv, base_url=http://127.0.0.1:50133/wyko/iv}
[junit4:junit4]   2> 14848 T2640 C158 P50133 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50127/wyko/iv/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14849 T2640 C158 P50133 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50133/wyko/iv START replicas=[http://127.0.0.1:50127/wyko/iv/collection1/] nUpdates=100
[junit4:junit4]   2> 14850 T2640 C158 P50133 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14851 T2640 C158 P50133 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14851 T2640 C158 P50133 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14851 T2640 C158 P50133 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14851 T2640 C158 P50133 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 14851 T2640 C158 P50133 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50127/wyko/iv/collection1/. core=collection1
[junit4:junit4]   2> 14851 T2640 C158 P50133 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C159 name=collection1 org.apache.solr.core.SolrCore@5e1db143 url=http://127.0.0.1:50127/wyko/iv/collection1 node=127.0.0.1:50127_wyko%2Fiv C159_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50127_wyko%2Fiv, base_url=http://127.0.0.1:50127/wyko/iv, leader=true}
[junit4:junit4]   2> 14860 T2601 C159 P50127 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 14862 T2601 C159 P50127 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1
[junit4:junit4]   2> 14863 T2598 C159 P50127 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 14865 T2601 C159 P50127 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b7cc3f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14866 T2601 C159 P50127 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14868 T2601 C159 P50127 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b7cc3f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b7cc3f),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14868 T2601 C159 P50127 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14869 T2601 C159 P50127 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1
[junit4:junit4]   2> 14869 T2601 C159 P50127 oass.SolrIndexSearcher.<init> Opening Searcher@37410a26 realtime
[junit4:junit4]   2> 14870 T2601 C159 P50127 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14870 T2601 C159 P50127 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 10
[junit4:junit4]   2> 14872 T2640 C158 P50133 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14872 T2640 C158 P50133 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14886 T2599 C159 P50127 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14886 T2599 C159 P50127 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=12 
[junit4:junit4]   2> 14887 T2640 C158 P50133 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14887 T2640 C158 P50133 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14888 T2640 C158 P50133 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14890 T2600 C159 P50127 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1
[junit4:junit4]   2> 14890 T2600 C159 P50127 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty1/index
[junit4:junit4]   2> 14891 T2600 C159 P50127 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 14891 T2640 C158 P50133 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 14893 T2640 C158 P50133 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074 forceNew:false
[junit4:junit4]   2> 14893 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 14893 T2640 C158 P50133 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a1470e6) fullCopy=true
[junit4:junit4]   2> 14896 T2598 C159 P50127 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 14898 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index
[junit4:junit4]   2> 14898 T2640 C158 P50133 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14899 T2640 C158 P50133 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130103204450074
[junit4:junit4]   2> 14900 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 14901 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 14901 T2640 C158 P50133 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074
[junit4:junit4]   2> 14903 T2640 C158 P50133 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a1470e6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14905 T2640 C158 P50133 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14906 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 14907 T2640 C158 P50133 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14907 T2640 C158 P50133 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14907 T2640 C158 P50133 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14908 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074
[junit4:junit4]   2> 14909 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 14911 T2640 C158 P50133 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a1470e6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14912 T2640 C158 P50133 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14912 T2640 C158 P50133 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14913 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 14913 T2640 C158 P50133 oass.SolrIndexSearcher.<init> Opening Searcher@679fceae main
[junit4:junit4]   2> 14915 T2639 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@679fceae main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 14915 T2639 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index
[junit4:junit4]   2> 14915 T2640 C158 P50133 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 14917 T2640 C158 P50133 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a1470e6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6a1470e6),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 14918 T2640 C158 P50133 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 14919 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3
[junit4:junit4]   2> 14919 T2640 C158 P50133 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14919 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index.20130103204450074
[junit4:junit4]   2> 14919 T2640 C158 P50133 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty3/index
[junit4:junit4]   2> 14920 T2640 C158 P50133 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 14920 T2640 C158 P50133 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 14920 T2640 C158 P50133 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 14920 T2640 C158 P50133 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14922 T2640 C158 P50133 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 14979 T2654 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14980 T2654 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50137/wyko/iv collection:collection1 shard:shard2
[junit4:junit4]   2> 14983 T2654 oasc.ZkController.register We are http://127.0.0.1:50137/wyko/iv/collection1/ and leader is http://127.0.0.1:50130/wyko/iv/collection1/
[junit4:junit4]   2> 14983 T2654 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50137/wyko/iv
[junit4:junit4]   2> 14984 T2654 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14984 T2654 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C160 name=collection1 org.apache.solr.core.SolrCore@45167d3f url=http://127.0.0.1:50137/wyko/iv/collection1 node=127.0.0.1:50137_wyko%2Fiv C160_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50137_wyko%2Fiv, base_url=http://127.0.0.1:50137/wyko/iv}
[junit4:junit4]   2> 14985 T2658 C160 P50137 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14985 T2658 C160 P50137 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14985 T2658 C160 P50137 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14985 T2658 C160 P50137 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14986 T2654 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14987 T2658 C160 P50137 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14988 T2566 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14989 T2566 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14989 T2566 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14995 T2566 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14997 T2566 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 14998 T2566 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15790 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15791 T2589 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:50133_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50133/wyko/iv"}
[junit4:junit4]   2> 15798 T2589 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:50137_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50137/wyko/iv"}
[junit4:junit4]   2> 15805 T2653 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> 15805 T2637 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> 15805 T2607 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> 15806 T2594 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> 15805 T2622 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> 15805 T2588 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> 16002 T2566 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17009 T2566 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C160_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50137_wyko%2Fiv, base_url=http://127.0.0.1:50137/wyko/iv}
[junit4:junit4]   2> 18003 T2658 C160 P50137 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50130/wyko/iv/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18004 T2658 C160 P50137 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50137/wyko/iv START replicas=[http://127.0.0.1:50130/wyko/iv/collection1/] nUpdates=100
[junit4:junit4]   2> 18005 T2658 C160 P50137 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18005 T2658 C160 P50137 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18005 T2658 C160 P50137 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18005 T2658 C160 P50137 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18005 T2658 C160 P50137 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18006 T2658 C160 P50137 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50130/wyko/iv/collection1/. core=collection1
[junit4:junit4]   2> 18006 T2658 C160 P50137 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18014 T2566 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C161 name=collection1 org.apache.solr.core.SolrCore@760911bc url=http://127.0.0.1:50130/wyko/iv/collection1 node=127.0.0.1:50130_wyko%2Fiv C161_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50130_wyko%2Fiv, base_url=http://127.0.0.1:50130/wyko/iv, leader=true}
[junit4:junit4]   2> 18016 T2614 C161 P50130 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=2 
[junit4:junit4]   2> 18019 T2617 C161 P50130 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18022 T2617 C161 P50130 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2
[junit4:junit4]   2> 18024 T2617 C161 P50130 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2260c8ec),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18025 T2617 C161 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18053 T2617 C161 P50130 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2260c8ec),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2260c8ec),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18053 T2617 C161 P50130 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18054 T2617 C161 P50130 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2
[junit4:junit4]   2> 18054 T2617 C161 P50130 oass.SolrIndexSearcher.<init> Opening Searcher@2048694d realtime
[junit4:junit4]   2> 18055 T2617 C161 P50130 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18055 T2617 C161 P50130 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 36
[junit4:junit4]   2> 18057 T2658 C160 P50137 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18057 T2658 C160 P50137 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18060 T2615 C161 P50130 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18061 T2615 C161 P50130 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18062 T2658 C160 P50137 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18062 T2658 C160 P50137 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18062 T2658 C160 P50137 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18069 T2616 C161 P50130 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2
[junit4:junit4]   2> 18070 T2616 C161 P50130 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2/index
[junit4:junit4]   2> 18070 T2616 C161 P50130 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18071 T2658 C160 P50137 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18073 T2658 C160 P50137 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254 forceNew:false
[junit4:junit4]   2> 18073 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 18074 T2658 C160 P50137 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35ed8feb) fullCopy=true
[junit4:junit4]   2> 18080 T2618 C161 P50130 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 18082 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index
[junit4:junit4]   2> 18083 T2658 C160 P50137 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18083 T2658 C160 P50137 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130103204453254
[junit4:junit4]   2> 18085 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 18085 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 18086 T2658 C160 P50137 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254
[junit4:junit4]   2> 18088 T2658 C160 P50137 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35ed8feb),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18089 T2658 C160 P50137 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18091 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 18091 T2658 C160 P50137 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18091 T2658 C160 P50137 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18091 T2658 C160 P50137 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18092 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254
[junit4:junit4]   2> 18093 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 18096 T2658 C160 P50137 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35ed8feb),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18096 T2658 C160 P50137 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18096 T2658 C160 P50137 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18097 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 18097 T2658 C160 P50137 oass.SolrIndexSearcher.<init> Opening Searcher@493a390c main
[junit4:junit4]   2> 18100 T2655 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@493a390c main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18115 T2655 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index
[junit4:junit4]   2> 18115 T2658 C160 P50137 oasu.DirectUpdateHandler2.commit start commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18117 T2658 C160 P50137 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35ed8feb),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254 lockFactory=org.apache.lucene.store.NativeFSLockFactory@35ed8feb),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18118 T2658 C160 P50137 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18119 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4
[junit4:junit4]   2> 18119 T2658 C160 P50137 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18119 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index.20130103204453254
[junit4:junit4]   2> 18119 T2658 C160 P50137 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty4/index
[junit4:junit4]   2> 18120 T2658 C160 P50137 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18120 T2658 C160 P50137 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18120 T2658 C160 P50137 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18120 T2658 C160 P50137 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18123 T2658 C160 P50137 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 18830 T2589 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18831 T2589 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:50137_wyko%2Fiv",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50137/wyko/iv"}
[junit4:junit4]   2> 18839 T2653 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> 18839 T2622 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> 18840 T2607 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> 18840 T2594 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> 18840 T2637 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> 18840 T2588 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> 19020 T2566 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19022 T2566 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C162 name=collection1 org.apache.solr.core.SolrCore@69ae252b url=http://127.0.0.1:50123/wyko/iv/collection1 node=127.0.0.1:50123_wyko%2Fiv C162_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:50123_wyko%2Fiv, base_url=http://127.0.0.1:50123/wyko/iv, leader=true}
[junit4:junit4]   2> 19033 T2582 C162 P50123 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data
[junit4:junit4]   2> 19037 T2582 C162 P50123 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@31492b2a),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19038 T2582 C162 P50123 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19039 T2582 C162 P50123 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/control/data
[junit4:junit4]   2> 19040 T2582 C162 P50123 oass.SolrIndexSearcher.<init> Opening Searcher@5b8e3644 realtime
[junit4:junit4]   2> 19041 T2582 C162 P50123 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423171695897739264)} 0 9
[junit4:junit4]   2> 19046 T2613 C161 P50130 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357242275187/jetty2
[junit4:junit4]   2> 19058 T2600 C159 P50127 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.a

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

eakControl.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:352)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]   2> 64211 T2566 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=SimpleText), foo_b=MockFixedIntBlock(blockSize=1477), foo_d=Lucene41(blocksize=128), foo_f=MockFixedIntBlock(blockSize=1477), n_tl1=PostingsFormat(name=SimpleText), n_d1=PostingsFormat(name=Direct), rnd_b=Lucene41(blocksize=128), intDefault=PostingsFormat(name=Direct), n_td1=PostingsFormat(name=SimpleText), timestamp=PostingsFormat(name=Direct), id=Lucene41(blocksize=128), range_facet_sl=MockFixedIntBlock(blockSize=1477), range_facet_si=PostingsFormat(name=SimpleText), oddField_s=MockFixedIntBlock(blockSize=1477), foo_i=PostingsFormat(name=SimpleText), multiDefault=PostingsFormat(name=SimpleText), n_tf1=PostingsFormat(name=Direct), n_dt1=PostingsFormat(name=SimpleText), n_ti1=Lucene41(blocksize=128), range_facet_l=PostingsFormat(name=Direct), text=MockFixedIntBlock(blockSize=1477), _version_=PostingsFormat(name=Direct), val_i=Lucene41(blocksize=128), SubjectTerms_mfacet=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Direct), n_tdt1=PostingsFormat(name=Direct), other_tl1=PostingsFormat(name=Direct), n_l1=PostingsFormat(name=Direct), a_si=PostingsFormat(name=SimpleText)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ms_MY, timezone=Europe/Amsterdam
[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=145910312,total=316080128
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SearchHandlerTest, TestMergePolicyConfig, TimeZoneUtilsTest, SuggesterTSTTest, DOMUtilTest, SuggesterTest, FullSolrCloudDistribCmdsTest, SoftAutoCommitTest, TestJoin, IndexSchemaTest, TestFastLRUCache, BasicFunctionalityTest, TestCollationKeyRangeQueries, SimpleFacetsTest, TestBM25SimilarityFactory, PrimitiveFieldTypeTest, SpellPossibilityIteratorTest, SchemaVersionSpecificBehaviorTest, TestStressRecovery, DocumentAnalysisRequestHandlerTest, LegacyHTMLStripCharFilterTest, LeaderElectionIntegrationTest, CurrencyFieldTest, SOLR749Test, BadIndexSchemaTest, MoreLikeThisHandlerTest, PluginInfoTest, ExternalFileFieldSortTest, TestDistributedSearch, QueryParsingTest, TestRTGBase, TestLuceneMatchVersion, TestFuzzyAnalyzedSuggestions, OverseerTest, TestArbitraryIndexDir, BasicDistributedZk2Test, DirectUpdateHandlerOptimizeTest, LukeRequestHandlerTest, PeerSyncTest, TestSolrDeletionPolicy2, TestBinaryResponseWriter, ChaosMonkeyNothingIsSafeTest, StandardRequestHandlerTest, LoggingHandlerTest, DateFieldTest, UpdateRequestProcessorFactoryTest, MultiTermTest, TestFiltering, ReturnFieldsTest, TestSurroundQueryParser, TermVectorComponentDistributedTest, TestNumberUtils, WordBreakSolrSpellCheckerTest, RAMDirectoryFactoryTest, TermVectorComponentTest, EchoParamsTest, DateMathParserTest, ZkSolrClientTest, CSVRequestHandlerTest, JSONWriterTest, QueryEqualityTest, ShowFileRequestHandlerTest, TestRecovery, TestIBSimilarityFactory, TestPHPSerializedResponseWriter, UniqFieldsUpdateProcessorFactoryTest, DistributedQueryElevationComponentTest, TestCSVLoader, TestPropInject, DisMaxRequestHandlerTest, TestJmxMonitoredMap, TestExtendedDismaxParser, MBeansHandlerTest, SpellCheckComponentTest, TestSolrJ, ScriptEngineTest, TestAtomicUpdateErrorCases, TestPseudoReturnFields, TestDocumentBuilder, NumericFieldsTest, ClusterStateTest, TestLazyCores, ShardRoutingTest, TestCharFilters, RequestHandlersTest, SolrRequestParserTest, OpenExchangeRatesOrgProviderTest, TestLFUCache, TestSolrIndexConfig, ChaosMonkeySafeLeaderTest, TestSolrDeletionPolicy1, NotRequiredUniqueKeyTest, ResponseLogComponentTest, TestFaceting, TestDFRSimilarityFactory, TestComponentsName, SampleTest, TestReload, TestSolrQueryParser, TestRandomFaceting, TestDocSet, TestWordDelimiterFilterFactory, AnalysisAfterCoreReloadTest, TestTrie, RecoveryZkTest, IndexReaderFactoryTest, TestMultiCoreConfBootstrap, TestFastWriter, CollectionsAPIDistributedZkTest, TestIndexingPerformance, LeaderElectionTest, PreAnalyzedFieldTest, TestOmitPositions, PrimUtilsTest, SolrCmdDistributorTest, XmlUpdateRequestHandlerTest, SynonymTokenizerTest, ShardRoutingCustomTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 64.39s, 1 test, 1 error <<< FAILURES!

[...truncated 379 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:353: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:428: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:841: There were test failures: 246 suites, 1020 tests, 1 error, 15 ignored (4 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/31/
Java: 64bit/jdk1.7.0 -XX:+UseParallelGC

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

Error Message:
There are still nodes recoverying - waited for 230 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 230 seconds
	at __randomizedtesting.SeedInfo.seed([E9056FB5334EFFB1:68E3E1AD44119F8D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:168)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:121)
	at org.apache.solr.cloud.BasicDistributedZkTest.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:586)
	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)




Build Log:
[...truncated 8564 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T700 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T700 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357293769715
[junit4:junit4]   2> 7 T700 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T701 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T701 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T701 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 11 T701 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T701 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T701 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 109 T700 oasc.ZkTestServer.run start zk server on port:51129
[junit4:junit4]   2> 110 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4d509b68
[junit4:junit4]   2> 112 T706 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 112 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 113 T706 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 114 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51130
[junit4:junit4]   2> 114 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51130
[junit4:junit4]   2> 115 T704 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 118 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90000 with negotiated timeout 10000 for client /127.0.0.1:51130
[junit4:junit4]   2> 119 T706 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90000, negotiated timeout = 10000
[junit4:junit4]   2> 119 T707 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d509b68 name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 120 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 120 T700 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 126 T705 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c050353f90000
[junit4:junit4]   2> 129 T707 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 129 T702 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51130 which had sessionid 0x13c050353f90000
[junit4:junit4]   2> 130 T700 oaz.ZooKeeper.close Session: 0x13c050353f90000 closed
[junit4:junit4]   2> 133 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@539ea18d
[junit4:junit4]   2> 135 T708 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 136 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 136 T708 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 137 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51131
[junit4:junit4]   2> 138 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51131
[junit4:junit4]   2> 139 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90001 with negotiated timeout 10000 for client /127.0.0.1:51131
[junit4:junit4]   2> 139 T708 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90001, negotiated timeout = 10000
[junit4:junit4]   2> 140 T709 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@539ea18d name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 140 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 141 T700 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 147 T700 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 153 T700 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 157 T700 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 162 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 164 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 172 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 173 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 178 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 179 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 185 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 186 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 198 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 198 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 204 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 205 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 210 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 211 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 217 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 218 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 223 T700 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 224 T700 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 230 T705 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c050353f90001
[junit4:junit4]   2> 231 T702 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51131 which had sessionid 0x13c050353f90001
[junit4:junit4]   2> 231 T700 oaz.ZooKeeper.close Session: 0x13c050353f90001 closed
[junit4:junit4]   2> 231 T709 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 394 T700 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 418 T700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51132
[junit4:junit4]   2> 419 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 419 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941
[junit4:junit4]   2> 420 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/'
[junit4:junit4]   2> 445 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 446 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 447 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941
[junit4:junit4]   2> 447 T700 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/solr.xml
[junit4:junit4]   2> 448 T700 oasc.CoreContainer.<init> New CoreContainer 1358124586
[junit4:junit4]   2> 449 T700 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/'
[junit4:junit4]   2> 449 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/'
[junit4:junit4]   2> 472 T700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 473 T700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 473 T700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 474 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 474 T700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 475 T700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 475 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 476 T700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 476 T700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 477 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 489 T700 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 505 T700 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51129/solr
[junit4:junit4]   2> 506 T700 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 507 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b00eb01
[junit4:junit4]   2> 509 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 509 T719 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 510 T719 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 510 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51133
[junit4:junit4]   2> 511 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51133
[junit4:junit4]   2> 512 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90002 with negotiated timeout 20000 for client /127.0.0.1:51133
[junit4:junit4]   2> 512 T719 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90002, negotiated timeout = 20000
[junit4:junit4]   2> 513 T720 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b00eb01 name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 513 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 516 T705 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c050353f90002
[junit4:junit4]   2> 517 T702 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51133 which had sessionid 0x13c050353f90002
[junit4:junit4]   2> 517 T720 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 517 T700 oaz.ZooKeeper.close Session: 0x13c050353f90002 closed
[junit4:junit4]   2> 518 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 524 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@499c9a7
[junit4:junit4]   2> 526 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 526 T721 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 527 T721 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 527 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51134
[junit4:junit4]   2> 528 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51134
[junit4:junit4]   2> 529 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90003 with negotiated timeout 20000 for client /127.0.0.1:51134
[junit4:junit4]   2> 529 T721 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90003, negotiated timeout = 20000
[junit4:junit4]   2> 530 T722 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@499c9a7 name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 530 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 533 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 535 T700 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 539 T700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51132_
[junit4:junit4]   2> 540 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51132_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51132_
[junit4:junit4]   2> 541 T700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51132_
[junit4:junit4]   2> 547 T700 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 556 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 557 T700 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 562 T700 oasc.Overseer.start Overseer (id=88951604492435459-127.0.0.1:51132_-n_0000000000) starting
[junit4:junit4]   2> 563 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 564 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 566 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 567 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 569 T724 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 571 T700 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 576 T700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 584 T725 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/collection1
[junit4:junit4]   2> 585 T723 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 585 T725 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 586 T725 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 587 T725 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 589 T725 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/collection1/'
[junit4:junit4]   2> 590 T725 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 590 T725 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/collection1/lib/README' to classloader
[junit4:junit4]   2> 637 T725 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 695 T725 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 697 T725 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 703 T725 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1207 T725 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1215 T725 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1219 T725 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1247 T725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1254 T725 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1261 T725 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1264 T725 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1266 T725 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357293769941/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data/
[junit4:junit4]   2> 1267 T725 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290163e1
[junit4:junit4]   2> 1268 T725 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 1269 T725 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data forceNew:false
[junit4:junit4]   2> 1269 T725 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data
[junit4:junit4]   2> 1270 T725 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data/index/
[junit4:junit4]   2> 1270 T725 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1271 T725 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data/index forceNew:false
[junit4:junit4]   2> 1276 T725 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d038710; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1277 T725 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1277 T725 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data/index
[junit4:junit4]   2> 1278 T725 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1280 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1280 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1281 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1281 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1282 T725 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1283 T725 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1283 T725 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1284 T725 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1284 T725 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1285 T725 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1286 T725 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1286 T725 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1287 T725 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1287 T725 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1287 T725 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1288 T725 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1288 T725 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1289 T725 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1290 T725 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1290 T725 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1291 T725 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1291 T725 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1292 T725 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1293 T725 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1293 T725 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1294 T725 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1300 T725 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1303 T725 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1305 T725 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> 1307 T725 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data
[junit4:junit4]   2> 1309 T725 oass.SolrIndexSearcher.<init> Opening Searcher@983960f main
[junit4:junit4]   2> 1310 T725 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1310 T725 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1311 T725 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1316 T725 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1348 T726 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@983960f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1355 T725 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1355 T725 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1356 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2092 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2094 T723 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:51132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51132"}
[junit4:junit4]   2> 2094 T723 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2094 T723 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2095 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2103 T722 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> 2367 T725 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2368 T725 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51132 collection:control_collection shard:shard1
[junit4:junit4]   2> 2370 T725 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2390 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2391 T725 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2392 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2396 T725 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2396 T725 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2396 T725 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51132/collection1/
[junit4:junit4]   2> 2397 T725 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2397 T725 oasc.SyncStrategy.syncToMe http://127.0.0.1:51132/collection1/ has no replicas
[junit4:junit4]   2> 2397 T725 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51132/collection1/
[junit4:junit4]   2> 2398 T725 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2406 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3616 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3634 T722 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> 3689 T725 oasc.ZkController.register We are http://127.0.0.1:51132/collection1/ and leader is http://127.0.0.1:51132/collection1/
[junit4:junit4]   2> 3689 T725 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51132
[junit4:junit4]   2> 3690 T725 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3690 T725 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3691 T725 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3695 T725 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3697 T700 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3698 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3698 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3707 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3714 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@76bc5096
[junit4:junit4]   2> 3715 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3716 T727 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3717 T727 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 3719 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51135
[junit4:junit4]   2> 3719 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51135
[junit4:junit4]   2> 3721 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90004 with negotiated timeout 10000 for client /127.0.0.1:51135
[junit4:junit4]   2> 3721 T727 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90004, negotiated timeout = 10000
[junit4:junit4]   2> 3721 T728 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76bc5096 name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3722 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3724 T700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3727 T700 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3917 T700 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3922 T700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51136
[junit4:junit4]   2> 3923 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3924 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436
[junit4:junit4]   2> 3925 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/'
[junit4:junit4]   2> 3954 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3955 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3956 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436
[junit4:junit4]   2> 3956 T700 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/solr.xml
[junit4:junit4]   2> 3957 T700 oasc.CoreContainer.<init> New CoreContainer 31214087
[junit4:junit4]   2> 3957 T700 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/'
[junit4:junit4]   2> 3958 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/'
[junit4:junit4]   2> 3982 T700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 3983 T700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3983 T700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3984 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3984 T700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3985 T700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3985 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3986 T700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3986 T700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3987 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4001 T700 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4020 T700 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51129/solr
[junit4:junit4]   2> 4021 T700 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4021 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6d545c1a
[junit4:junit4]   2> 4023 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4024 T738 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4026 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51137
[junit4:junit4]   2> 4027 T738 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 4028 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51137
[junit4:junit4]   2> 4030 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90005 with negotiated timeout 20000 for client /127.0.0.1:51137
[junit4:junit4]   2> 4030 T738 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90005, negotiated timeout = 20000
[junit4:junit4]   2> 4031 T739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d545c1a name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4031 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4035 T705 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c050353f90005
[junit4:junit4]   2> 4036 T700 oaz.ZooKeeper.close Session: 0x13c050353f90005 closed
[junit4:junit4]   2> 4037 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 4040 T702 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51137 which had sessionid 0x13c050353f90005
[junit4:junit4]   2> 4040 T739 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4046 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@4ce78da0
[junit4:junit4]   2> 4048 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4048 T740 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4049 T740 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 4049 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51138
[junit4:junit4]   2> 4050 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51138
[junit4:junit4]   2> 4052 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90006 with negotiated timeout 20000 for client /127.0.0.1:51138
[junit4:junit4]   2> 4052 T740 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90006, negotiated timeout = 20000
[junit4:junit4]   2> 4053 T741 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ce78da0 name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4053 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4055 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4057 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4059 T700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51136_
[junit4:junit4]   2> 4060 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51136_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51136_
[junit4:junit4]   2> 4061 T700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51136_
[junit4:junit4]   2> 4067 T722 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4067 T722 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> 4067 T728 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4072 T700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4082 T742 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/collection1
[junit4:junit4]   2> 4082 T742 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4083 T742 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4083 T742 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4086 T742 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/collection1/'
[junit4:junit4]   2> 4087 T742 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4087 T742 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/collection1/lib/README' to classloader
[junit4:junit4]   2> 4135 T742 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4200 T742 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4202 T742 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4209 T742 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4739 T742 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4748 T742 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4752 T742 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4777 T742 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4782 T742 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4788 T742 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4790 T742 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4793 T742 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357293773436/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/
[junit4:junit4]   2> 4793 T742 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290163e1
[junit4:junit4]   2> 4794 T742 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 4794 T742 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1 forceNew:false
[junit4:junit4]   2> 4795 T742 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1
[junit4:junit4]   2> 4795 T742 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index/
[junit4:junit4]   2> 4796 T742 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4797 T742 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index forceNew:false
[junit4:junit4]   2> 4801 T742 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d76b932; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4802 T742 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4802 T742 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index
[junit4:junit4]   2> 4803 T742 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4805 T742 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4806 T742 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4806 T742 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4807 T742 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4808 T742 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4808 T742 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4810 T742 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4810 T742 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4811 T742 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4812 T742 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4812 T742 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4813 T742 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4814 T742 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4814 T742 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4814 T742 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4815 T742 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4816 T742 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4816 T742 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4817 T742 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4818 T742 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4818 T742 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4819 T742 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4820 T742 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4821 T742 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4821 T742 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4822 T742 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4829 T742 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4832 T742 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4834 T742 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> 4837 T742 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1
[junit4:junit4]   2> 4838 T742 oass.SolrIndexSearcher.<init> Opening Searcher@16040509 main
[junit4:junit4]   2> 4839 T742 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4839 T742 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4840 T742 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4846 T742 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 4879 T743 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16040509 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 4890 T742 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 4890 T742 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5150 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5152 T723 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:51132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51132"}
[junit4:junit4]   2> 5159 T723 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:51136_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51136"}
[junit4:junit4]   2> 5159 T723 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5159 T723 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5165 T722 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> 5166 T741 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> 5166 T728 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> 5894 T742 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 5894 T742 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51136 collection:collection1 shard:shard1
[junit4:junit4]   2> 5896 T742 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 5907 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 5908 T742 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 5909 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 5912 T742 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 5912 T742 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 5912 T742 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51136/collection1/
[junit4:junit4]   2> 5912 T742 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 5913 T742 oasc.SyncStrategy.syncToMe http://127.0.0.1:51136/collection1/ has no replicas
[junit4:junit4]   2> 5913 T742 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51136/collection1/
[junit4:junit4]   2> 5913 T742 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 5920 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6682 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6712 T722 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> 6713 T741 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> 6714 T728 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> 6742 T742 oasc.ZkController.register We are http://127.0.0.1:51136/collection1/ and leader is http://127.0.0.1:51136/collection1/
[junit4:junit4]   2> 6743 T742 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51136
[junit4:junit4]   2> 6744 T742 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6745 T742 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6746 T742 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6753 T742 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6756 T700 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6757 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6758 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 6952 T700 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 6956 T700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51139
[junit4:junit4]   2> 6958 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6958 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479
[junit4:junit4]   2> 6959 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/'
[junit4:junit4]   2> 6988 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 6989 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 6989 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479
[junit4:junit4]   2> 6990 T700 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/solr.xml
[junit4:junit4]   2> 6990 T700 oasc.CoreContainer.<init> New CoreContainer 442191063
[junit4:junit4]   2> 6991 T700 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/'
[junit4:junit4]   2> 6992 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/'
[junit4:junit4]   2> 7013 T700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 7014 T700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7014 T700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7015 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7015 T700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7016 T700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7017 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7017 T700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7018 T700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7018 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7032 T700 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7048 T700 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51129/solr
[junit4:junit4]   2> 7049 T700 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7050 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@126aa26c
[junit4:junit4]   2> 7051 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7051 T753 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7052 T753 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 7052 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51140
[junit4:junit4]   2> 7053 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51140
[junit4:junit4]   2> 7055 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90007 with negotiated timeout 20000 for client /127.0.0.1:51140
[junit4:junit4]   2> 7055 T753 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90007, negotiated timeout = 20000
[junit4:junit4]   2> 7055 T754 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@126aa26c name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7056 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7058 T705 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c050353f90007
[junit4:junit4]   2> 7059 T702 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51140 which had sessionid 0x13c050353f90007
[junit4:junit4]   2> 7059 T700 oaz.ZooKeeper.close Session: 0x13c050353f90007 closed
[junit4:junit4]   2> 7060 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 7066 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5a461db6
[junit4:junit4]   2> 7067 T754 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7068 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7078 T755 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7079 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51141
[junit4:junit4]   2> 7079 T755 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 7080 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51141
[junit4:junit4]   2> 7081 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90008 with negotiated timeout 20000 for client /127.0.0.1:51141
[junit4:junit4]   2> 7081 T755 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90008, negotiated timeout = 20000
[junit4:junit4]   2> 7082 T756 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a461db6 name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7082 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7084 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7086 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7088 T700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51139_
[junit4:junit4]   2> 7089 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51139_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51139_
[junit4:junit4]   2> 7090 T700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51139_
[junit4:junit4]   2> 7095 T728 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> 7096 T722 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7096 T741 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7096 T741 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> 7096 T722 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> 7101 T728 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7108 T700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7116 T757 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/collection1
[junit4:junit4]   2> 7116 T757 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7117 T757 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7118 T757 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7120 T757 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/collection1/'
[junit4:junit4]   2> 7121 T757 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7121 T757 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/collection1/lib/README' to classloader
[junit4:junit4]   2> 7173 T757 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7242 T757 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7244 T757 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7251 T757 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7779 T757 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7788 T757 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7791 T757 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7819 T757 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7825 T757 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7831 T757 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7833 T757 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7835 T757 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357293776479/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/
[junit4:junit4]   2> 7836 T757 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290163e1
[junit4:junit4]   2> 7837 T757 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 7837 T757 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2 forceNew:false
[junit4:junit4]   2> 7838 T757 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2
[junit4:junit4]   2> 7838 T757 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index/
[junit4:junit4]   2> 7839 T757 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7839 T757 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index forceNew:false
[junit4:junit4]   2> 7844 T757 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@aec5188; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7844 T757 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7845 T757 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index
[junit4:junit4]   2> 7846 T757 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 7848 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7849 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 7849 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7850 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 7851 T757 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7851 T757 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7852 T757 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7852 T757 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7853 T757 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7854 T757 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 7854 T757 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 7855 T757 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7856 T757 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 7856 T757 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 7858 T757 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 7859 T757 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7860 T757 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7861 T757 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7862 T757 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7863 T757 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7864 T757 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7865 T757 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7866 T757 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7867 T757 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 7867 T757 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 7868 T757 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 7874 T757 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7878 T757 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 7880 T757 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> 7882 T757 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2
[junit4:junit4]   2> 7884 T757 oass.SolrIndexSearcher.<init> Opening Searcher@3c84c59a main
[junit4:junit4]   2> 7885 T757 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7885 T757 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7886 T757 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 7891 T757 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 7936 T758 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3c84c59a main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7945 T757 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7945 T757 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8239 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8240 T723 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:51136_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51136"}
[junit4:junit4]   2> 8247 T723 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:51139_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51139"}
[junit4:junit4]   2> 8247 T723 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 8247 T723 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8254 T756 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> 8257 T741 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> 8259 T728 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> 8259 T722 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> 8951 T757 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8951 T757 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51139 collection:collection1 shard:shard2
[junit4:junit4]   2> 8953 T757 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 8965 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90008 type:delete cxid:0x42 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 8966 T757 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8967 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90008 type:create cxid:0x43 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8971 T757 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8971 T757 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8972 T757 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51139/collection1/
[junit4:junit4]   2> 8972 T757 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8972 T757 oasc.SyncStrategy.syncToMe http://127.0.0.1:51139/collection1/ has no replicas
[junit4:junit4]   2> 8973 T757 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51139/collection1/
[junit4:junit4]   2> 8973 T757 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 8980 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f90008 type:create cxid:0x4c zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9773 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9792 T756 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> 9792 T741 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> 9792 T728 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> 9792 T722 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> 9802 T757 oasc.ZkController.register We are http://127.0.0.1:51139/collection1/ and leader is http://127.0.0.1:51139/collection1/
[junit4:junit4]   2> 9803 T757 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51139
[junit4:junit4]   2> 9803 T757 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9803 T757 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9804 T757 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9807 T757 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9809 T700 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9810 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9810 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9985 T700 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9988 T700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51142
[junit4:junit4]   2> 9989 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9989 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526
[junit4:junit4]   2> 9990 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/'
[junit4:junit4]   2> 10022 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10023 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10023 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526
[junit4:junit4]   2> 10024 T700 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/solr.xml
[junit4:junit4]   2> 10024 T700 oasc.CoreContainer.<init> New CoreContainer 1187347303
[junit4:junit4]   2> 10025 T700 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/'
[junit4:junit4]   2> 10026 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/'
[junit4:junit4]   2> 10054 T700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 10055 T700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10056 T700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10056 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10057 T700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10058 T700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10059 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10059 T700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10061 T700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10061 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10074 T700 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10091 T700 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51129/solr
[junit4:junit4]   2> 10092 T700 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10093 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5161d19b
[junit4:junit4]   2> 10094 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10094 T768 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10095 T768 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 10095 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51143
[junit4:junit4]   2> 10096 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51143
[junit4:junit4]   2> 10097 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f90009 with negotiated timeout 20000 for client /127.0.0.1:51143
[junit4:junit4]   2> 10097 T768 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f90009, negotiated timeout = 20000
[junit4:junit4]   2> 10098 T769 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5161d19b name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10099 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10101 T705 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c050353f90009
[junit4:junit4]   2> 10102 T702 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51143 which had sessionid 0x13c050353f90009
[junit4:junit4]   2> 10102 T700 oaz.ZooKeeper.close Session: 0x13c050353f90009 closed
[junit4:junit4]   2> 10102 T769 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10103 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 10109 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@792ab535
[junit4:junit4]   2> 10111 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10111 T770 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10112 T770 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 10112 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51144
[junit4:junit4]   2> 10113 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51144
[junit4:junit4]   2> 10114 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f9000a with negotiated timeout 20000 for client /127.0.0.1:51144
[junit4:junit4]   2> 10114 T770 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f9000a, negotiated timeout = 20000
[junit4:junit4]   2> 10115 T771 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@792ab535 name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10116 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10117 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f9000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10119 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f9000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10121 T700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51142_
[junit4:junit4]   2> 10122 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f9000a type:delete cxid:0x4 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51142_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51142_
[junit4:junit4]   2> 10123 T700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51142_
[junit4:junit4]   2> 10127 T728 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> 10128 T741 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10129 T741 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> 10129 T756 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10129 T722 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10130 T722 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> 10129 T756 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> 10134 T728 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10138 T700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10146 T772 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/collection1
[junit4:junit4]   2> 10146 T772 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10147 T772 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10148 T772 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10150 T772 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/collection1/'
[junit4:junit4]   2> 10151 T772 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10152 T772 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/collection1/lib/README' to classloader
[junit4:junit4]   2> 10190 T772 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 10249 T772 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10251 T772 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10259 T772 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 10747 T772 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10755 T772 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10767 T772 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10791 T772 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10797 T772 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10802 T772 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10805 T772 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10807 T772 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357293779526/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/
[junit4:junit4]   2> 10807 T772 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290163e1
[junit4:junit4]   2> 10808 T772 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 10809 T772 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3 forceNew:false
[junit4:junit4]   2> 10809 T772 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 10810 T772 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index/
[junit4:junit4]   2> 10810 T772 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10811 T772 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index forceNew:false
[junit4:junit4]   2> 10815 T772 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@16579f4a; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10816 T772 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10816 T772 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index
[junit4:junit4]   2> 10817 T772 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10819 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10820 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10820 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10821 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10822 T772 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10822 T772 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10822 T772 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10824 T772 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10825 T772 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10825 T772 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10826 T772 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10827 T772 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10827 T772 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10828 T772 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10828 T772 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10829 T772 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10829 T772 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10830 T772 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10831 T772 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10831 T772 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10832 T772 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10833 T772 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10833 T772 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10834 T772 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10835 T772 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10835 T772 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10842 T772 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10845 T772 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10847 T772 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> 10850 T772 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 10852 T772 oass.SolrIndexSearcher.<init> Opening Searcher@41e3df10 main
[junit4:junit4]   2> 10854 T772 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10854 T772 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10855 T772 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10861 T772 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10892 T773 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@41e3df10 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10900 T772 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10901 T772 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11311 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11312 T723 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:51139_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51139"}
[junit4:junit4]   2> 11318 T723 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:51142_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51142"}
[junit4:junit4]   2> 11319 T723 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11319 T723 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 11325 T741 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> 11326 T722 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> 11326 T756 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> 11326 T728 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> 11326 T771 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> 11904 T772 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11904 T772 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51142 collection:collection1 shard:shard1
[junit4:junit4]   2> 11911 T772 oasc.ZkController.register We are http://127.0.0.1:51142/collection1/ and leader is http://127.0.0.1:51136/collection1/
[junit4:junit4]   2> 11912 T772 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51142
[junit4:junit4]   2> 11912 T772 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 11913 T772 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C43 name=collection1 org.apache.solr.core.SolrCore@3bf5ed2 url=http://127.0.0.1:51142/collection1 node=127.0.0.1:51142_ C43_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51142_, base_url=http://127.0.0.1:51142}
[junit4:junit4]   2> 11914 T774 C43 P51142 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 11915 T774 C43 P51142 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 11915 T772 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11915 T774 C43 P51142 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 11916 T774 C43 P51142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11917 T700 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11918 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11918 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11919 T774 C43 P51142 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12142 T700 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12146 T700 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51146
[junit4:junit4]   2> 12148 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12149 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634
[junit4:junit4]   2> 12150 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/'
[junit4:junit4]   2> 12196 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12197 T700 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12198 T700 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634
[junit4:junit4]   2> 12199 T700 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/solr.xml
[junit4:junit4]   2> 12199 T700 oasc.CoreContainer.<init> New CoreContainer 320074630
[junit4:junit4]   2> 12200 T700 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/'
[junit4:junit4]   2> 12202 T700 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/'
[junit4:junit4]   2> 12232 T700 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 12233 T700 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12233 T700 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12234 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12234 T700 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12235 T700 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12235 T700 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12236 T700 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12237 T700 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12238 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12253 T700 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12264 T700 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51129/solr
[junit4:junit4]   2> 12265 T700 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12265 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@d35cae0
[junit4:junit4]   2> 12266 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12266 T784 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12267 T784 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 12267 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51147
[junit4:junit4]   2> 12268 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51147
[junit4:junit4]   2> 12461 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f9000b with negotiated timeout 20000 for client /127.0.0.1:51147
[junit4:junit4]   2> 12461 T784 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f9000b, negotiated timeout = 20000
[junit4:junit4]   2> 12462 T785 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d35cae0 name:ZooKeeperConnection Watcher:127.0.0.1:51129 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12462 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12468 T705 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c050353f9000b
[junit4:junit4]   2> 12469 T702 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51147 which had sessionid 0x13c050353f9000b
[junit4:junit4]   2> 12470 T785 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12470 T700 oaz.ZooKeeper.close Session: 0x13c050353f9000b closed
[junit4:junit4]   2> 12471 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 12481 T700 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51129/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@8d981
[junit4:junit4]   2> 12482 T700 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12483 T786 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51129. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12484 T786 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51129, initiating session
[junit4:junit4]   2> 12484 T702 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51148
[junit4:junit4]   2> 12485 T702 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51148
[junit4:junit4]   2> 12486 T704 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c050353f9000c with negotiated timeout 20000 for client /127.0.0.1:51148
[junit4:junit4]   2> 12486 T786 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51129, sessionid = 0x13c050353f9000c, negotiated timeout = 20000
[junit4:junit4]   2> 12487 T787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8d981 name:ZooKeeperConnection Watcher:127.0.0.1:51129/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12487 T700 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12488 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f9000c type:create cxid:0x1 zxid:0x9f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12490 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f9000c type:create cxid:0x2 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12491 T700 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51146_
[junit4:junit4]   2> 12492 T705 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c050353f9000c type:delete cxid:0x4 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51146_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51146_
[junit4:junit4]   2> 12493 T700 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51146_
[junit4:junit4]   2> 12497 T771 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> 12498 T728 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> 12499 T741 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12500 T741 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> 12500 T756 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12500 T756 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> 12500 T722 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12501 T722 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> 12505 T771 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12505 T728 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 12510 T700 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12518 T788 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/collection1
[junit4:junit4]   2> 12518 T788 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12520 T788 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12520 T788 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12522 T788 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/collection1/'
[junit4:junit4]   2> 12523 T788 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12523 T788 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/collection1/lib/README' to classloader
[junit4:junit4]   2> 12562 T788 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 12618 T788 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12620 T788 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12628 T788 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12883 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12884 T723 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:51142_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51142"}
[junit4:junit4]   2> 12892 T741 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> 12893 T722 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> 12893 T787 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> 12894 T771 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> 12895 T756 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> 12902 T728 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> 13187 T788 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13194 T788 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13198 T788 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13222 T788 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13227 T788 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13232 T788 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13235 T788 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13237 T788 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357293781634/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/
[junit4:junit4]   2> 13238 T788 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@290163e1
[junit4:junit4]   2> 13239 T788 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
[junit4:junit4]   2> 13240 T788 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4 forceNew:false
[junit4:junit4]   2> 13241 T788 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 13241 T788 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index/
[junit4:junit4]   2> 13242 T788 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13242 T788 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index forceNew:false
[junit4:junit4]   2> 13248 T788 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@47253104; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13249 T788 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13249 T788 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index
[junit4:junit4]   2> 13250 T788 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13252 T788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13253 T788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13253 T788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13253 T788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13255 T788 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13255 T788 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13255 T788 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13256 T788 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13257 T788 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13258 T788 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13259 T788 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13259 T788 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13260 T788 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13260 T788 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13260 T788 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13261 T788 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13262 T788 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13262 T788 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13263 T788 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13264 T788 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13264 T788 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13265 T788 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13266 T788 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13266 T788 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13267 T788 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13268 T788 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13274 T788 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13277 T788 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13278 T788 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> 13281 T788 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 13282 T788 oass.SolrIndexSearcher.<init> Opening Searcher@64dd7a0e main
[junit4:junit4]   2> 13283 T788 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13283 T788 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13283 T788 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13288 T788 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13321 T789 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64dd7a0e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13328 T788 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13328 T788 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14412 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14415 T723 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:51146_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51146"}
[junit4:junit4]   2> 14416 T723 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14417 T723 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 14433 T741 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> 14434 T722 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> 14435 T787 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> 14436 T756 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> 14436 T728 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> 14436 T771 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>  C43_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51142_, base_url=http://127.0.0.1:51142}
[junit4:junit4]   2> 14935 T774 C43 P51142 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51136/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 14936 T774 C43 P51142 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51142 START replicas=[http://127.0.0.1:51136/collection1/] nUpdates=100
[junit4:junit4]   2> 14936 T774 C43 P51142 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 14937 T774 C43 P51142 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 14937 T774 C43 P51142 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 14938 T774 C43 P51142 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 14938 T774 C43 P51142 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 14939 T774 C43 P51142 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51136/collection1/. core=collection1
[junit4:junit4]   2> 14939 T774 C43 P51142 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C44 name=collection1 org.apache.solr.core.SolrCore@35ccb0d4 url=http://127.0.0.1:51136/collection1 node=127.0.0.1:51136_ C44_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51136_, base_url=http://127.0.0.1:51136, leader=true}
[junit4:junit4]   2> 14945 T733 C44 P51136 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 14949 T737 C44 P51136 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 14950 T737 C44 P51136 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1
[junit4:junit4]   2> 14954 T737 C44 P51136 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d76b932; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14954 T737 C44 P51136 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14958 T737 C44 P51136 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d76b932; 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5d76b932; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14958 T737 C44 P51136 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14959 T737 C44 P51136 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1
[junit4:junit4]   2> 14960 T737 C44 P51136 oass.SolrIndexSearcher.<init> Opening Searcher@384e1c6a realtime
[junit4:junit4]   2> 14960 T737 C44 P51136 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 14962 T737 C44 P51136 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 13
[junit4:junit4]   2> 14963 T774 C43 P51142 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14963 T774 C43 P51142 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 14968 T734 C44 P51136 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 14968 T734 C44 P51136 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 14970 T774 C43 P51142 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 14970 T774 C43 P51142 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 14970 T774 C43 P51142 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 14974 T735 C44 P51136 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1
[junit4:junit4]   2> 14975 T735 C44 P51136 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1/index
[junit4:junit4]   2> 14975 T735 C44 P51136 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 14976 T774 C43 P51142 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 14977 T774 C43 P51142 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685 forceNew:false
[junit4:junit4]   2> 14978 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 14979 T774 C43 P51142 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2dee1718; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 14982 T733 C44 P51136 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 14984 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index
[junit4:junit4]   2> 14985 T774 C43 P51142 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 14985 T774 C43 P51142 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130104110304685
[junit4:junit4]   2> 14987 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 14987 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 14988 T774 C43 P51142 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685
[junit4:junit4]   2> 14991 T774 C43 P51142 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2dee1718; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14992 T774 C43 P51142 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14993 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 14993 T774 C43 P51142 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 14993 T774 C43 P51142 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 14994 T774 C43 P51142 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 14994 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685
[junit4:junit4]   2> 14995 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 14998 T774 C43 P51142 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2dee1718; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 14998 T774 C43 P51142 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 14998 T774 C43 P51142 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 14999 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 14999 T774 C43 P51142 oass.SolrIndexSearcher.<init> Opening Searcher@697a3572 main
[junit4:junit4]   2> 15002 T773 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@697a3572 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 15002 T773 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index
[junit4:junit4]   2> 15002 T774 C43 P51142 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 15005 T774 C43 P51142 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2dee1718; 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2dee1718; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 15005 T774 C43 P51142 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 15006 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 15007 T774 C43 P51142 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 15007 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index.20130104110304685
[junit4:junit4]   2> 15007 T774 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3/index
[junit4:junit4]   2> 15007 T774 C43 P51142 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 15008 T774 C43 P51142 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 15008 T774 C43 P51142 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15008 T774 C43 P51142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15010 T774 C43 P51142 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 15335 T788 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15336 T788 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51146 collection:collection1 shard:shard2
[junit4:junit4]   2> 15342 T788 oasc.ZkController.register We are http://127.0.0.1:51146/collection1/ and leader is http://127.0.0.1:51139/collection1/
[junit4:junit4]   2> 15342 T788 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51146
[junit4:junit4]   2> 15342 T788 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15342 T788 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C45 name=collection1 org.apache.solr.core.SolrCore@d403612 url=http://127.0.0.1:51146/collection1 node=127.0.0.1:51146_ C45_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51146_, base_url=http://127.0.0.1:51146}
[junit4:junit4]   2> 15343 T792 C45 P51146 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15344 T792 C45 P51146 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15344 T788 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15344 T792 C45 P51146 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15344 T792 C45 P51146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15345 T700 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15346 T792 C45 P51146 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15346 T700 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15347 T700 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15354 T700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15356 T700 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 15358 T700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15962 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15965 T723 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:51142_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51142"}
[junit4:junit4]   2> 15973 T723 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:51146_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51146"}
[junit4:junit4]   2> 15979 T741 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> 15980 T771 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> 15980 T787 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> 15980 T756 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> 15980 T722 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> 15980 T728 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> 16363 T700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17368 T700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C45_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51146_, base_url=http://127.0.0.1:51146}
[junit4:junit4]   2> 18366 T792 C45 P51146 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51139/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18367 T792 C45 P51146 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51146 START replicas=[http://127.0.0.1:51139/collection1/] nUpdates=100
[junit4:junit4]   2> 18367 T792 C45 P51146 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18368 T792 C45 P51146 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18368 T792 C45 P51146 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18369 T792 C45 P51146 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18370 T792 C45 P51146 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18370 T792 C45 P51146 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51139/collection1/. core=collection1
[junit4:junit4]   2> 18370 T792 C45 P51146 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C46 name=collection1 org.apache.solr.core.SolrCore@636e6f73 url=http://127.0.0.1:51139/collection1 node=127.0.0.1:51139_ C46_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51139_, base_url=http://127.0.0.1:51139, leader=true}
[junit4:junit4]   2> 18377 T749 C46 P51139 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 18380 T747 C46 P51139 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18379 T700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18381 T747 C46 P51139 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2
[junit4:junit4]   2> 18385 T747 C46 P51139 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@aec5188; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18386 T747 C46 P51139 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18389 T747 C46 P51139 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@aec5188; 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@aec5188; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18389 T747 C46 P51139 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18390 T747 C46 P51139 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2
[junit4:junit4]   2> 18391 T747 C46 P51139 oass.SolrIndexSearcher.<init> Opening Searcher@7259aad8 realtime
[junit4:junit4]   2> 18391 T747 C46 P51139 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18392 T747 C46 P51139 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 13
[junit4:junit4]   2> 18394 T792 C45 P51146 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18394 T792 C45 P51146 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18397 T751 C46 P51139 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18398 T751 C46 P51139 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18399 T792 C45 P51146 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18399 T792 C45 P51146 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18399 T792 C45 P51146 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18404 T749 C46 P51139 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2
[junit4:junit4]   2> 18405 T749 C46 P51139 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2/index
[junit4:junit4]   2> 18405 T749 C46 P51139 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18406 T792 C45 P51146 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18407 T792 C45 P51146 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115 forceNew:false
[junit4:junit4]   2> 18408 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 18409 T792 C45 P51146 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115 lockFactory=org.apache.lucene.store.NativeFSLockFactory@27d59293; maxCacheMB=48.0 maxMergeSizeMB=4.0)) fullCopy=true
[junit4:junit4]   2> 18413 T752 C46 P51139 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 18415 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index
[junit4:junit4]   2> 18415 T792 C45 P51146 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18416 T792 C45 P51146 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130104110308115
[junit4:junit4]   2> 18421 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 18422 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 18422 T792 C45 P51146 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115
[junit4:junit4]   2> 18424 T792 C45 P51146 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115 lockFactory=org.apache.lucene.store.NativeFSLockFactory@27d59293; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18425 T792 C45 P51146 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18426 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 18426 T792 C45 P51146 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18426 T792 C45 P51146 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18429 T792 C45 P51146 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18430 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115
[junit4:junit4]   2> 18432 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 18437 T792 C45 P51146 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115 lockFactory=org.apache.lucene.store.NativeFSLockFactory@27d59293; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18437 T792 C45 P51146 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18438 T792 C45 P51146 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18439 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 18440 T792 C45 P51146 oass.SolrIndexSearcher.<init> Opening Searcher@15977262 main
[junit4:junit4]   2> 18442 T789 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15977262 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18443 T789 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index
[junit4:junit4]   2> 18443 T792 C45 P51146 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18446 T792 C45 P51146 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115 lockFactory=org.apache.lucene.store.NativeFSLockFactory@27d59293; 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115 lockFactory=org.apache.lucene.store.NativeFSLockFactory@27d59293; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18447 T792 C45 P51146 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18448 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 18448 T792 C45 P51146 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18448 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index.20130104110308115
[junit4:junit4]   2> 18448 T792 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4/index
[junit4:junit4]   2> 18449 T792 C45 P51146 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18449 T792 C45 P51146 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18449 T792 C45 P51146 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18450 T792 C45 P51146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18452 T792 C45 P51146 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19001 T723 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19003 T723 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:51146_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51146"}
[junit4:junit4]   2> 19010 T741 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> 19011 T787 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> 19011 T722 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> 19011 T756 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> 19011 T728 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> 19012 T771 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> 19387 T700 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19389 T700 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@1ecffd22 url=http://127.0.0.1:51132/collection1 node=127.0.0.1:51132_ C47_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:51132_, base_url=http://127.0.0.1:51132, leader=true}
[junit4:junit4]   2> 19405 T718 C47 P51132 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data
[junit4:junit4]   2> 19414 T718 C47 P51132 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-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d038710; maxCacheMB=48.0 maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19417 T718 C47 P51132 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19420 T718 C47 P51132 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/control/data
[junit4:junit4]   2> 19421 T718 C47 P51132 oass.SolrIndexSearcher.<init> Opening Searcher@60c6fe68 realtime
[junit4:junit4]   2> 19423 T718 C47 P51132 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423225692211904512)} 0 20
[junit4:junit4]   2> 19432 T736 C44 P51136 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty1
[junit4:junit4]   2> 19445 T750 C46 P51139 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty2
[junit4:junit4]   2>  C43_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51142_, base_url=http://127.0.0.1:51142}
[junit4:junit4]   2> 19445 T761 C43 P51142 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty3
[junit4:junit4]   2> 19448 T761 C43 P51142 /update {update.distrib=FROMLEADER&_version_=-1423225692239167488&update.from=http://127.0.0.1:51136/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423225692239167488)} 0 4
[junit4:junit4]   2>  C45_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51146_, base_url=http://127.0.0.1:51146}
[junit4:junit4]   2> 19457 T783 C45 P51146 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357293769715/jetty4
[junit4:junit4]   2> 19458 T783 C45 P51146 /update {update.distrib=FROMLEADER&_version_=-1423225692252798976&update.from=http://127.0.0.1:51139/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423225692252798976)} 0 3
[junit4:junit4]   2> 19459 T750 C46 P51139 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1423225692252798976)} 0 17
[junit4:junit4]   2> 19459 T736 C44 P51136 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423225692239167488)} 0 30
[junit4:junit4]   2> 19472 T713 C47 P51132 /update {wt=javabin&version=2} {add=[1 (1423225692276916224)]} 0 6
[junit4:junit4]   2> 19498 T762 C43 P51142 /update {distrib.from=http://127.0.0.1:51136/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1423225692294742016)]} 0 5
[junit4:junit4]   2> 19500 T737 C44 P51136 /update {distrib.from=http://127.0.0.1:51139/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1423225692294742016)]} 0 17
[junit4:junit4]   2> 19501 T751 C46 P51139 /update {wt=javabin&version=2} {add=[1]} 0 22
[junit4:junit4]   2> 19511 T714 C47 P51132 /update {wt=javabin&version=2} {add=[2 (1423225692322004992)]} 0 2
[junit4:junit4]   2> 19524 T778 C45 P51146 /update {distrib.from=http://127.0.0.1:51139/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[2 (1423225692328296448)]} 0 4
[junit4:junit4]   2> 19525 T749 C46 P51139 /update {wt=javabin&version=2} {add=[2 (1423225692328296448)]} 0 11
[junit4:junit4]   2> 19529 T715 C47 P51132 /update {wt=javabin&version=2} {add

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

4119F8D]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:168)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
[junit4:junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:121)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:586)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:337)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 372624 T700 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), foo_b=PostingsFormat(name=MockRandom), cat=PostingsFormat(name=Memory doPackFST= false), foo_d=PostingsFormat(name=Asserting), foo_f=PostingsFormat(name=MockRandom), n_tl1=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), n_d1=PostingsFormat(name=Memory doPackFST= false), rnd_b=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Memory doPackFST= false), n_td1=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), timestamp=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=Asserting), range_facet_sl=PostingsFormat(name=MockRandom), range_facet_si=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), oddField_s=PostingsFormat(name=MockRandom), sequence_i=PostingsFormat(name=MockRandom), name=PostingsFormat(name=Asserting), foo_i=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), regex_dup_B_s=PostingsFormat(name=Memory doPackFST= false), multiDefault=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), n_tf1=PostingsFormat(name=Memory doPackFST= false), n_dt1=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), genre_s=PostingsFormat(name=MockRandom), author_t=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), n_ti1=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=Memory doPackFST= false), val_i=PostingsFormat(name=Asserting), SubjectTerms_mfacet=PostingsFormat(name=Memory doPackFST= false), series_t=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), a_t=PostingsFormat(name=Memory doPackFST= false), n_tdt1=PostingsFormat(name=Memory doPackFST= false), regex_dup_A_s=PostingsFormat(name=MockRandom), price=PostingsFormat(name=MockRandom), other_tl1=PostingsFormat(name=Memory doPackFST= false), n_l1=PostingsFormat(name=Memory doPackFST= false), a_si=Pulsing41(freqCutoff=1 minBlockSize=52 maxBlockSize=168), inStock=PostingsFormat(name=MockRandom)}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=bg_BG, timezone=CET
[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=172586504,total=306118656
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SpellPossibilityIteratorTest, TestQuerySenderNoQuery, SolrCoreTest, SpellCheckComponentTest, PeerSyncTest, TestZkChroot, TestSearchPerf, ConvertedLegacyTest, SuggesterTest, TestComponentsName, DirectSolrConnectionTest, TestIndexingPerformance, TestIndexSearcher, TestWordDelimiterFilterFactory, DirectSolrSpellCheckerTest, UniqFieldsUpdateProcessorFactoryTest, TestJmxIntegration, TestIBSimilarityFactory, IndexSchemaTest, QueryParsingTest, BadComponentTest, DistributedTermsComponentTest, ResponseLogComponentTest, QueryEqualityTest, SyncSliceTest, BasicFunctionalityTest, TestSolrDeletionPolicy1, TestDistributedSearch, TestLRUCache, TestRemoteStreaming, TestFastLRUCache, CSVRequestHandlerTest, BasicDistributedZkTest]
[junit4:junit4] Completed in 373.19s, 1 test, 1 failure <<< FAILURES!

[...truncated 654 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:353: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:428: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:841: There were test failures: 246 suites, 1020 tests, 1 failure, 14 ignored (3 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/30/
Java: 64bit/jdk1.7.0 -XX:+UseSerialGC

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

Error Message:
Server at http://127.0.0.1:51955/collection1 returned non ok status:500, message:Server Error

Stack Trace:
org.apache.solr.common.SolrException: Server at http://127.0.0.1:51955/collection1 returned non ok status:500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([431C989411C7D135:C2FA168C6698B109]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:372)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.BasicDistributedZkTest.testMultipleCollections(BasicDistributedZkTest.java:1220)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:328)
	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)




Build Log:
[...truncated 8904 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T2545 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 4 T2545 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357278303464
[junit4:junit4]   2> 5 T2545 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 14 T2546 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 17 T2546 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 17 T2546 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 17 T2546 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 18 T2546 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 19 T2546 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 106 T2545 oasc.ZkTestServer.run start zk server on port:51948
[junit4:junit4]   2> 107 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@59453870
[junit4:junit4]   2> 108 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 109 T2551 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T2551 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 110 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51949
[junit4:junit4]   2> 110 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51949
[junit4:junit4]   2> 111 T2549 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 113 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80000 with negotiated timeout 10000 for client /127.0.0.1:51949
[junit4:junit4]   2> 113 T2551 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80000, negotiated timeout = 10000
[junit4:junit4]   2> 114 T2552 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59453870 name:ZooKeeperConnection Watcher:127.0.0.1:51948 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 114 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 115 T2545 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 118 T2550 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c041754f80000
[junit4:junit4]   2> 119 T2545 oaz.ZooKeeper.close Session: 0x13c041754f80000 closed
[junit4:junit4]   2> 120 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@41d4536c
[junit4:junit4]   2> 121 T2547 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51949 which had sessionid 0x13c041754f80000
[junit4:junit4]   2> 121 T2552 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 122 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 123 T2553 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 123 T2553 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 124 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51950
[junit4:junit4]   2> 124 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51950
[junit4:junit4]   2> 125 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80001 with negotiated timeout 10000 for client /127.0.0.1:51950
[junit4:junit4]   2> 125 T2553 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80001, negotiated timeout = 10000
[junit4:junit4]   2> 126 T2554 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41d4536c name:ZooKeeperConnection Watcher:127.0.0.1:51948/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 126 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 127 T2545 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 131 T2545 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 135 T2545 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 140 T2545 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 147 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 148 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 155 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 156 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 161 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 161 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 166 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 166 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 171 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 172 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 177 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 178 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 185 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 186 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 191 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 191 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 197 T2545 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 198 T2545 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 204 T2550 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c041754f80001
[junit4:junit4]   2> 209 T2547 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51950 which had sessionid 0x13c041754f80001
[junit4:junit4]   2> 212 T2545 oaz.ZooKeeper.close Session: 0x13c041754f80001 closed
[junit4:junit4]   2> 213 T2554 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 450 T2545 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 457 T2545 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51951
[junit4:junit4]   2> 458 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 458 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673
[junit4:junit4]   2> 459 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/'
[junit4:junit4]   2> 495 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 497 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 497 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673
[junit4:junit4]   2> 498 T2545 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/solr.xml
[junit4:junit4]   2> 499 T2545 oasc.CoreContainer.<init> New CoreContainer 425426888
[junit4:junit4]   2> 500 T2545 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/'
[junit4:junit4]   2> 500 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/'
[junit4:junit4]   2> 536 T2545 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 537 T2545 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 538 T2545 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 538 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 539 T2545 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 540 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 541 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 542 T2545 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 543 T2545 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 543 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 559 T2545 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 580 T2545 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51948/solr
[junit4:junit4]   2> 581 T2545 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 581 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@33973d4f
[junit4:junit4]   2> 583 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 583 T2564 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 584 T2564 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 584 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51952
[junit4:junit4]   2> 585 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51952
[junit4:junit4]   2> 586 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80002 with negotiated timeout 20000 for client /127.0.0.1:51952
[junit4:junit4]   2> 586 T2564 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80002, negotiated timeout = 20000
[junit4:junit4]   2> 586 T2565 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33973d4f name:ZooKeeperConnection Watcher:127.0.0.1:51948 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 586 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 589 T2550 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c041754f80002
[junit4:junit4]   2> 590 T2547 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51952 which had sessionid 0x13c041754f80002
[junit4:junit4]   2> 590 T2565 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 590 T2545 oaz.ZooKeeper.close Session: 0x13c041754f80002 closed
[junit4:junit4]   2> 591 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 596 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@11476345
[junit4:junit4]   2> 597 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 598 T2566 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 599 T2566 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 599 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51953
[junit4:junit4]   2> 599 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51953
[junit4:junit4]   2> 601 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80003 with negotiated timeout 20000 for client /127.0.0.1:51953
[junit4:junit4]   2> 601 T2566 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80003, negotiated timeout = 20000
[junit4:junit4]   2> 601 T2567 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11476345 name:ZooKeeperConnection Watcher:127.0.0.1:51948/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 602 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 604 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 606 T2545 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 609 T2545 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51951_
[junit4:junit4]   2> 610 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51951_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51951_
[junit4:junit4]   2> 611 T2545 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51951_
[junit4:junit4]   2> 617 T2545 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 626 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 627 T2545 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 631 T2545 oasc.Overseer.start Overseer (id=88950590896865283-127.0.0.1:51951_-n_0000000000) starting
[junit4:junit4]   2> 632 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 633 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 635 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 636 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 638 T2569 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 640 T2545 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 644 T2545 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 648 T2568 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 653 T2570 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/collection1
[junit4:junit4]   2> 653 T2570 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 654 T2570 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 654 T2570 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 656 T2570 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/collection1/'
[junit4:junit4]   2> 657 T2570 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 658 T2570 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/collection1/lib/README' to classloader
[junit4:junit4]   2> 704 T2570 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 788 T2570 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 790 T2570 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 795 T2570 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1389 T2570 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1397 T2570 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1401 T2570 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1423 T2570 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1429 T2570 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1434 T2570 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1436 T2570 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1438 T2570 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357278303673/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data/
[junit4:junit4]   2> 1439 T2570 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f047fc3
[junit4:junit4]   2> 1439 T2570 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1457 T2570 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data forceNew:false
[junit4:junit4]   2> 1457 T2570 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data
[junit4:junit4]   2> 1457 T2570 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data/index/
[junit4:junit4]   2> 1458 T2570 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1459 T2570 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data/index forceNew:false
[junit4:junit4]   2> 1463 T2570 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1013a659),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1463 T2570 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1464 T2570 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data/index
[junit4:junit4]   2> 1465 T2570 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1467 T2570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1467 T2570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1467 T2570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1468 T2570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1470 T2570 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1470 T2570 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1470 T2570 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1471 T2570 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1471 T2570 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1472 T2570 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1473 T2570 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1473 T2570 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1474 T2570 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1474 T2570 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1474 T2570 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1475 T2570 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1475 T2570 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1476 T2570 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1476 T2570 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1477 T2570 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1477 T2570 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1478 T2570 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1478 T2570 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1479 T2570 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1479 T2570 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1480 T2570 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1486 T2570 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1489 T2570 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1491 T2570 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> 1493 T2570 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data
[junit4:junit4]   2> 1494 T2570 oass.SolrIndexSearcher.<init> Opening Searcher@7600defd main
[junit4:junit4]   2> 1495 T2570 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1496 T2570 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1496 T2570 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1501 T2570 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1531 T2571 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7600defd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1538 T2570 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1539 T2570 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1540 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2160 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2163 T2568 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:51951_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51951"}
[junit4:junit4]   2> 2164 T2568 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2164 T2568 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2166 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2186 T2567 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> 2545 T2570 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2545 T2570 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51951 collection:control_collection shard:shard1
[junit4:junit4]   2> 2548 T2570 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2571 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2573 T2570 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2575 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2582 T2570 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2582 T2570 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2583 T2570 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51951/collection1/
[junit4:junit4]   2> 2583 T2570 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2584 T2570 oasc.SyncStrategy.syncToMe http://127.0.0.1:51951/collection1/ has no replicas
[junit4:junit4]   2> 2585 T2570 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51951/collection1/
[junit4:junit4]   2> 2585 T2570 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2601 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3704 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3731 T2567 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> 3757 T2570 oasc.ZkController.register We are http://127.0.0.1:51951/collection1/ and leader is http://127.0.0.1:51951/collection1/
[junit4:junit4]   2> 3757 T2570 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51951
[junit4:junit4]   2> 3758 T2570 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3759 T2570 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3760 T2570 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3766 T2570 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3768 T2545 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3770 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3771 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3779 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3783 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@2bc6d011
[junit4:junit4]   2> 3784 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3785 T2572 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3785 T2572 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 3786 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51954
[junit4:junit4]   2> 3786 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51954
[junit4:junit4]   2> 3787 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80004 with negotiated timeout 10000 for client /127.0.0.1:51954
[junit4:junit4]   2> 3788 T2572 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80004, negotiated timeout = 10000
[junit4:junit4]   2> 3788 T2573 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bc6d011 name:ZooKeeperConnection Watcher:127.0.0.1:51948/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3788 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3790 T2545 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3792 T2545 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3992 T2545 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3996 T2545 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51955
[junit4:junit4]   2> 3997 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3998 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252
[junit4:junit4]   2> 3999 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/'
[junit4:junit4]   2> 4027 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4028 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4029 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252
[junit4:junit4]   2> 4029 T2545 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/solr.xml
[junit4:junit4]   2> 4030 T2545 oasc.CoreContainer.<init> New CoreContainer 368079211
[junit4:junit4]   2> 4030 T2545 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/'
[junit4:junit4]   2> 4031 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/'
[junit4:junit4]   2> 4055 T2545 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 4056 T2545 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4057 T2545 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4057 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4058 T2545 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4058 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4059 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4059 T2545 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4060 T2545 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4061 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4145 T2545 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4162 T2545 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51948/solr
[junit4:junit4]   2> 4163 T2545 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4163 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1b82472a
[junit4:junit4]   2> 4165 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4165 T2583 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4166 T2583 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 4166 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51956
[junit4:junit4]   2> 4167 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51956
[junit4:junit4]   2> 4168 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80005 with negotiated timeout 20000 for client /127.0.0.1:51956
[junit4:junit4]   2> 4169 T2583 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80005, negotiated timeout = 20000
[junit4:junit4]   2> 4169 T2584 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b82472a name:ZooKeeperConnection Watcher:127.0.0.1:51948 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4169 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4171 T2550 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c041754f80005
[junit4:junit4]   2> 4172 T2547 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51956 which had sessionid 0x13c041754f80005
[junit4:junit4]   2> 4172 T2584 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4173 T2545 oaz.ZooKeeper.close Session: 0x13c041754f80005 closed
[junit4:junit4]   2> 4173 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 4178 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5ea6da3
[junit4:junit4]   2> 4179 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4179 T2585 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4180 T2585 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 4180 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51957
[junit4:junit4]   2> 4181 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51957
[junit4:junit4]   2> 4182 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80006 with negotiated timeout 20000 for client /127.0.0.1:51957
[junit4:junit4]   2> 4182 T2585 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80006, negotiated timeout = 20000
[junit4:junit4]   2> 4183 T2586 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ea6da3 name:ZooKeeperConnection Watcher:127.0.0.1:51948/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4183 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4184 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4186 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4187 T2545 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51955_
[junit4:junit4]   2> 4188 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51955_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51955_
[junit4:junit4]   2> 4189 T2545 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51955_
[junit4:junit4]   2> 4194 T2567 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4194 T2573 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4194 T2567 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> 4200 T2545 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4208 T2587 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/collection1
[junit4:junit4]   2> 4208 T2587 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4209 T2587 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4210 T2587 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4212 T2587 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/collection1/'
[junit4:junit4]   2> 4213 T2587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4213 T2587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/collection1/lib/README' to classloader
[junit4:junit4]   2> 4264 T2587 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4315 T2587 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4316 T2587 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4321 T2587 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4882 T2587 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4890 T2587 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4894 T2587 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4916 T2587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4922 T2587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4926 T2587 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4928 T2587 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4931 T2587 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357278307252/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/
[junit4:junit4]   2> 4931 T2587 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f047fc3
[junit4:junit4]   2> 4931 T2587 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 4932 T2587 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1 forceNew:false
[junit4:junit4]   2> 4933 T2587 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1
[junit4:junit4]   2> 4933 T2587 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index/
[junit4:junit4]   2> 4934 T2587 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 4934 T2587 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index forceNew:false
[junit4:junit4]   2> 4938 T2587 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d83a5cf),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 4939 T2587 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 4940 T2587 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index
[junit4:junit4]   2> 4940 T2587 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 4943 T2587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 4944 T2587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 4944 T2587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 4945 T2587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 4945 T2587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 4946 T2587 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 4947 T2587 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 4947 T2587 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 4948 T2587 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 4949 T2587 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 4949 T2587 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 4950 T2587 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 4951 T2587 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 4951 T2587 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 4951 T2587 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 4952 T2587 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 4953 T2587 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4953 T2587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4954 T2587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4954 T2587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4955 T2587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4955 T2587 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4956 T2587 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4956 T2587 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 4957 T2587 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 4958 T2587 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 4964 T2587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 4967 T2587 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 4968 T2587 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> 4971 T2587 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1
[junit4:junit4]   2> 4972 T2587 oass.SolrIndexSearcher.<init> Opening Searcher@2c957739 main
[junit4:junit4]   2> 4973 T2587 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 4973 T2587 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 4974 T2587 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 4980 T2587 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5011 T2588 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c957739 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5017 T2587 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5017 T2587 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5249 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5250 T2568 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:51951_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51951"}
[junit4:junit4]   2> 5256 T2568 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:51955_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51955"}
[junit4:junit4]   2> 5256 T2568 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5256 T2568 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5263 T2573 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> 5263 T2567 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> 5263 T2586 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> 6020 T2587 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6020 T2587 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51955 collection:collection1 shard:shard1
[junit4:junit4]   2> 6022 T2587 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6036 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6037 T2587 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6038 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6041 T2587 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6042 T2587 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6042 T2587 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51955/collection1/
[junit4:junit4]   2> 6043 T2587 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6043 T2587 oasc.SyncStrategy.syncToMe http://127.0.0.1:51955/collection1/ has no replicas
[junit4:junit4]   2> 6044 T2587 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51955/collection1/
[junit4:junit4]   2> 6044 T2587 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6053 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6774 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6787 T2573 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> 6787 T2586 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> 6787 T2567 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> 6826 T2587 oasc.ZkController.register We are http://127.0.0.1:51955/collection1/ and leader is http://127.0.0.1:51955/collection1/
[junit4:junit4]   2> 6827 T2587 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51955
[junit4:junit4]   2> 6827 T2587 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6827 T2587 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6827 T2587 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6830 T2587 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6831 T2545 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6832 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6832 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7004 T2545 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7007 T2545 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51958
[junit4:junit4]   2> 7008 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7009 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296
[junit4:junit4]   2> 7010 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/'
[junit4:junit4]   2> 7038 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7038 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7039 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296
[junit4:junit4]   2> 7039 T2545 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/solr.xml
[junit4:junit4]   2> 7040 T2545 oasc.CoreContainer.<init> New CoreContainer 714389925
[junit4:junit4]   2> 7041 T2545 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/'
[junit4:junit4]   2> 7041 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/'
[junit4:junit4]   2> 7313 T2545 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 7314 T2545 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7315 T2545 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7315 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7316 T2545 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7316 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7317 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7317 T2545 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7318 T2545 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7319 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7334 T2545 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7356 T2545 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51948/solr
[junit4:junit4]   2> 7357 T2545 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7358 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@55c32367
[junit4:junit4]   2> 7359 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7359 T2598 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7360 T2598 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 7361 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51959
[junit4:junit4]   2> 7363 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51959
[junit4:junit4]   2> 7364 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80007 with negotiated timeout 20000 for client /127.0.0.1:51959
[junit4:junit4]   2> 7364 T2598 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80007, negotiated timeout = 20000
[junit4:junit4]   2> 7365 T2599 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55c32367 name:ZooKeeperConnection Watcher:127.0.0.1:51948 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7365 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7367 T2550 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c041754f80007
[junit4:junit4]   2> 7368 T2547 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51959 which had sessionid 0x13c041754f80007
[junit4:junit4]   2> 7368 T2545 oaz.ZooKeeper.close Session: 0x13c041754f80007 closed
[junit4:junit4]   2> 7368 T2599 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7369 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 7374 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@376491cc
[junit4:junit4]   2> 7375 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7376 T2600 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7377 T2600 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 7377 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51960
[junit4:junit4]   2> 7378 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51960
[junit4:junit4]   2> 7379 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80008 with negotiated timeout 20000 for client /127.0.0.1:51960
[junit4:junit4]   2> 7379 T2600 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80008, negotiated timeout = 20000
[junit4:junit4]   2> 7380 T2601 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@376491cc name:ZooKeeperConnection Watcher:127.0.0.1:51948/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7380 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7381 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7383 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7385 T2545 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51958_
[junit4:junit4]   2> 7386 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51958_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51958_
[junit4:junit4]   2> 7387 T2545 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51958_
[junit4:junit4]   2> 7390 T2573 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> 7392 T2567 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7392 T2567 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> 7392 T2586 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7393 T2586 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> 7395 T2573 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7399 T2545 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7407 T2602 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/collection1
[junit4:junit4]   2> 7407 T2602 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7409 T2602 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7409 T2602 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7411 T2602 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/collection1/'
[junit4:junit4]   2> 7412 T2602 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7412 T2602 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/collection1/lib/README' to classloader
[junit4:junit4]   2> 7460 T2602 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 7551 T2602 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7553 T2602 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7556 T2602 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8097 T2602 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8105 T2602 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8109 T2602 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8130 T2602 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8135 T2602 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8141 T2602 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8142 T2602 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8145 T2602 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357278310296/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/
[junit4:junit4]   2> 8145 T2602 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f047fc3
[junit4:junit4]   2> 8145 T2602 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 8146 T2602 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2 forceNew:false
[junit4:junit4]   2> 8147 T2602 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2
[junit4:junit4]   2> 8147 T2602 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index/
[junit4:junit4]   2> 8147 T2602 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8148 T2602 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index forceNew:false
[junit4:junit4]   2> 8301 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8302 T2568 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:51955_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51955"}
[junit4:junit4]   2> 8949 T2602 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4b037),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8950 T2602 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8951 T2602 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index
[junit4:junit4]   2> 8952 T2602 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8958 T2602 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8958 T2602 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8959 T2602 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8959 T2602 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8960 T2602 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8960 T2602 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8960 T2601 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> 8961 T2602 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8961 T2567 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> 8961 T2586 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> 8961 T2573 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> 8961 T2602 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8963 T2602 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8964 T2602 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8964 T2602 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8965 T2602 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8965 T2602 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8966 T2602 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8966 T2602 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8967 T2602 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8967 T2602 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8968 T2602 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8968 T2602 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8969 T2602 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8970 T2602 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8970 T2602 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8971 T2602 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8971 T2602 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8972 T2602 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8972 T2602 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8980 T2602 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8983 T2602 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8984 T2602 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> 8986 T2602 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2
[junit4:junit4]   2> 8987 T2602 oass.SolrIndexSearcher.<init> Opening Searcher@531890e3 main
[junit4:junit4]   2> 8988 T2602 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8989 T2602 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8989 T2602 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8994 T2602 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9026 T2603 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@531890e3 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9030 T2602 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9031 T2602 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10472 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10473 T2568 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:51958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51958"}
[junit4:junit4]   2> 10473 T2568 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 10474 T2568 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 10481 T2573 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> 10481 T2586 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> 10481 T2601 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> 10481 T2567 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> 11035 T2602 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 11035 T2602 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51958 collection:collection1 shard:shard2
[junit4:junit4]   2> 11037 T2602 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 11049 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80008 type:delete cxid:0x44 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 11050 T2602 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 11051 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80008 type:create cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11055 T2602 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 11055 T2602 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 11056 T2602 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51958/collection1/
[junit4:junit4]   2> 11056 T2602 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 11056 T2602 oasc.SyncStrategy.syncToMe http://127.0.0.1:51958/collection1/ has no replicas
[junit4:junit4]   2> 11057 T2602 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51958/collection1/
[junit4:junit4]   2> 11057 T2602 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 11065 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f80008 type:create cxid:0x4e zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11994 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12008 T2601 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> 12008 T2573 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> 12008 T2567 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> 12009 T2586 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> 12051 T2602 oasc.ZkController.register We are http://127.0.0.1:51958/collection1/ and leader is http://127.0.0.1:51958/collection1/
[junit4:junit4]   2> 12052 T2602 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51958
[junit4:junit4]   2> 12052 T2602 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 12053 T2602 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 12053 T2602 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12056 T2602 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12058 T2545 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 12058 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 12059 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 12262 T2545 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 12266 T2545 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51961
[junit4:junit4]   2> 12267 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12267 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525
[junit4:junit4]   2> 12268 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/'
[junit4:junit4]   2> 12312 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 12313 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 12314 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525
[junit4:junit4]   2> 12314 T2545 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/solr.xml
[junit4:junit4]   2> 12314 T2545 oasc.CoreContainer.<init> New CoreContainer 285272953
[junit4:junit4]   2> 12315 T2545 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/'
[junit4:junit4]   2> 12316 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/'
[junit4:junit4]   2> 12357 T2545 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 12358 T2545 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 12359 T2545 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 12359 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 12360 T2545 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 12360 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 12361 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 12361 T2545 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 12362 T2545 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 12362 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 12373 T2545 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 12390 T2545 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51948/solr
[junit4:junit4]   2> 12390 T2545 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 12391 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2816de7d
[junit4:junit4]   2> 12394 T2613 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12393 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12394 T2613 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 12395 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51962
[junit4:junit4]   2> 12396 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51962
[junit4:junit4]   2> 12397 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f80009 with negotiated timeout 20000 for client /127.0.0.1:51962
[junit4:junit4]   2> 12397 T2613 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f80009, negotiated timeout = 20000
[junit4:junit4]   2> 12397 T2614 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2816de7d name:ZooKeeperConnection Watcher:127.0.0.1:51948 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12398 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12400 T2550 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c041754f80009
[junit4:junit4]   2> 12401 T2547 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51962 which had sessionid 0x13c041754f80009
[junit4:junit4]   2> 12401 T2545 oaz.ZooKeeper.close Session: 0x13c041754f80009 closed
[junit4:junit4]   2> 12401 T2614 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 12401 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 12405 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@32e78117
[junit4:junit4]   2> 12406 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 12406 T2615 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 12407 T2615 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 12407 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51963
[junit4:junit4]   2> 12408 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51963
[junit4:junit4]   2> 12409 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f8000a with negotiated timeout 20000 for client /127.0.0.1:51963
[junit4:junit4]   2> 12409 T2615 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f8000a, negotiated timeout = 20000
[junit4:junit4]   2> 12410 T2616 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32e78117 name:ZooKeeperConnection Watcher:127.0.0.1:51948/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 12410 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 12411 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f8000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12413 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f8000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12415 T2545 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51961_
[junit4:junit4]   2> 12416 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f8000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51961_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51961_
[junit4:junit4]   2> 12417 T2545 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51961_
[junit4:junit4]   2> 12420 T2573 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> 12421 T2567 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12421 T2567 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> 12422 T2586 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12422 T2601 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12422 T2601 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> 12422 T2586 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> 12425 T2573 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 12430 T2545 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 12449 T2617 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/collection1
[junit4:junit4]   2> 12450 T2617 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 12452 T2617 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 12453 T2617 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 12457 T2617 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/collection1/'
[junit4:junit4]   2> 12459 T2617 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 12459 T2617 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/collection1/lib/README' to classloader
[junit4:junit4]   2> 12510 T2617 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 12578 T2617 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12579 T2617 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12584 T2617 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 13250 T2617 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 13258 T2617 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 13262 T2617 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 13285 T2617 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13291 T2617 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 13297 T2617 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13299 T2617 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 13301 T2617 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357278315525/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/
[junit4:junit4]   2> 13302 T2617 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f047fc3
[junit4:junit4]   2> 13302 T2617 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 13303 T2617 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3 forceNew:false
[junit4:junit4]   2> 13304 T2617 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 13304 T2617 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index/
[junit4:junit4]   2> 13305 T2617 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 13305 T2617 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index forceNew:false
[junit4:junit4]   2> 13310 T2617 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6cbc9845),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 13310 T2617 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 13311 T2617 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index
[junit4:junit4]   2> 13311 T2617 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 13313 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 13314 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 13314 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 13314 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 13315 T2617 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 13316 T2617 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 13316 T2617 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 13317 T2617 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 13317 T2617 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 13318 T2617 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 13319 T2617 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 13319 T2617 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 13320 T2617 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 13320 T2617 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 13321 T2617 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 13322 T2617 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 13323 T2617 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13323 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13324 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13325 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13325 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13326 T2617 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13326 T2617 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13327 T2617 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 13328 T2617 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 13328 T2617 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 13335 T2617 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 13338 T2617 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 13340 T2617 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 13342 T2617 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 13344 T2617 oass.SolrIndexSearcher.<init> Opening Searcher@29a76720 main
[junit4:junit4]   2> 13345 T2617 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 13345 T2617 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 13346 T2617 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 13352 T2617 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 13384 T2618 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@29a76720 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13391 T2617 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 13392 T2617 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13520 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13522 T2568 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:51958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51958"}
[junit4:junit4]   2> 13529 T2568 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:51961_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51961"}
[junit4:junit4]   2> 13529 T2568 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 13530 T2568 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 13538 T2601 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> 13538 T2616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13539 T2586 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> 13538 T2573 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> 13539 T2567 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> 14395 T2617 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14396 T2617 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51961 collection:collection1 shard:shard1
[junit4:junit4]   2> 14402 T2617 oasc.ZkController.register We are http://127.0.0.1:51961/collection1/ and leader is http://127.0.0.1:51955/collection1/
[junit4:junit4]   2> 14402 T2617 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51961
[junit4:junit4]   2> 14403 T2617 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14403 T2617 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C224 name=collection1 org.apache.solr.core.SolrCore@516874a url=http://127.0.0.1:51961/collection1 node=127.0.0.1:51961_ C224_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51961_, base_url=http://127.0.0.1:51961}
[junit4:junit4]   2> 14404 T2619 C224 P51961 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14404 T2617 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14405 T2619 C224 P51961 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14406 T2619 C224 P51961 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14407 T2619 C224 P51961 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14407 T2545 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14409 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14409 T2619 C224 P51961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14410 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14624 T2545 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 14630 T2545 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51965
[junit4:junit4]   2> 14630 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14631 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882
[junit4:junit4]   2> 14631 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/'
[junit4:junit4]   2> 14657 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 14658 T2545 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 14658 T2545 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882
[junit4:junit4]   2> 14659 T2545 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/solr.xml
[junit4:junit4]   2> 14659 T2545 oasc.CoreContainer.<init> New CoreContainer 449780075
[junit4:junit4]   2> 14660 T2545 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/'
[junit4:junit4]   2> 14660 T2545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/'
[junit4:junit4]   2> 14684 T2545 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 14685 T2545 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 14686 T2545 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 14686 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 14687 T2545 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 14687 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 14687 T2545 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 14688 T2545 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 14688 T2545 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 14689 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 14707 T2545 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 14742 T2545 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51948/solr
[junit4:junit4]   2> 14743 T2545 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 14744 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@62bdb075
[junit4:junit4]   2> 14748 T2629 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14749 T2629 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 14750 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51966
[junit4:junit4]   2> 14750 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51966
[junit4:junit4]   2> 14751 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f8000b with negotiated timeout 20000 for client /127.0.0.1:51966
[junit4:junit4]   2> 14752 T2629 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f8000b, negotiated timeout = 20000
[junit4:junit4]   2> 14752 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14752 T2630 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62bdb075 name:ZooKeeperConnection Watcher:127.0.0.1:51948 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14753 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14755 T2550 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c041754f8000b
[junit4:junit4]   2> 14756 T2547 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51966 which had sessionid 0x13c041754f8000b
[junit4:junit4]   2> 14756 T2630 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 14755 T2545 oaz.ZooKeeper.close Session: 0x13c041754f8000b closed
[junit4:junit4]   2> 14756 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 14764 T2545 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51948/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@740ec799
[junit4:junit4]   2> 14767 T2545 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 14767 T2631 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51948. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 14768 T2631 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51948, initiating session
[junit4:junit4]   2> 14769 T2547 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51967
[junit4:junit4]   2> 14769 T2547 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51967
[junit4:junit4]   2> 14771 T2549 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c041754f8000c with negotiated timeout 20000 for client /127.0.0.1:51967
[junit4:junit4]   2> 14771 T2631 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51948, sessionid = 0x13c041754f8000c, negotiated timeout = 20000
[junit4:junit4]   2> 14771 T2632 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@740ec799 name:ZooKeeperConnection Watcher:127.0.0.1:51948/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 14772 T2545 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 14773 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f8000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14775 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f8000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14777 T2545 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51965_
[junit4:junit4]   2> 14778 T2550 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c041754f8000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51965_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51965_
[junit4:junit4]   2> 14779 T2545 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51965_
[junit4:junit4]   2> 14783 T2573 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> 14784 T2586 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14785 T2586 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> 14785 T2601 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14785 T2567 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14785 T2616 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14786 T2601 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> 14786 T2567 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> 14786 T2616 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> 14789 T2573 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 14795 T2545 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14803 T2633 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/collection1
[junit4:junit4]   2> 14803 T2633 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14804 T2633 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14804 T2633 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14806 T2633 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/collection1/'
[junit4:junit4]   2> 14807 T2633 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14807 T2633 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/collection1/lib/README' to classloader
[junit4:junit4]   2> 14879 T2633 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 14952 T2633 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14954 T2633 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14959 T2633 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15054 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15056 T2568 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:51961_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51961"}
[junit4:junit4]   2> 15087 T2573 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> 15087 T2616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15087 T2567 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15088 T2632 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> 15089 T2601 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> 15089 T2586 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> 15614 T2633 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 15624 T2633 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 15628 T2633 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 15653 T2633 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15659 T2633 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 15665 T2633 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15667 T2633 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 15670 T2633 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357278317882/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/
[junit4:junit4]   2> 15670 T2633 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f047fc3
[junit4:junit4]   2> 15671 T2633 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 15672 T2633 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4 forceNew:false
[junit4:junit4]   2> 15672 T2633 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 15673 T2633 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index/
[junit4:junit4]   2> 15673 T2633 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 15674 T2633 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index forceNew:false
[junit4:junit4]   2> 15679 T2633 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a446f77),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 15680 T2633 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 15680 T2633 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index
[junit4:junit4]   2> 15681 T2633 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 15683 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 15684 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 15684 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 15685 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 15685 T2633 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 15686 T2633 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 15686 T2633 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 15687 T2633 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 15688 T2633 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 15688 T2633 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 15689 T2633 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 15689 T2633 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 15690 T2633 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 15690 T2633 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 15691 T2633 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 15692 T2633 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 15692 T2633 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15693 T2633 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15694 T2633 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15695 T2633 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15696 T2633 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15697 T2633 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15698 T2633 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15699 T2633 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 15699 T2633 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 15700 T2633 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 15708 T2633 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 15712 T2633 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 15713 T2633 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> 15716 T2633 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 15718 T2633 oass.SolrIndexSearcher.<init> Opening Searcher@712d07bb main
[junit4:junit4]   2> 15719 T2633 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 15719 T2633 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 15720 T2633 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 15726 T2633 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 15761 T2634 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@712d07bb main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 15766 T2633 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 15767 T2633 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16604 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16606 T2568 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:51965_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51965"}
[junit4:junit4]   2> 16606 T2568 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 16606 T2568 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 16613 T2567 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> 16613 T2573 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> 16614 T2632 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> 16614 T2586 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> 16614 T2616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 16614 T2601 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> 16770 T2633 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16770 T2633 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51965 collection:collection1 shard:shard2
[junit4:junit4]   2> 16776 T2633 oasc.ZkController.register We are http://127.0.0.1:51965/collection1/ and leader is http://127.0.0.1:51958/collection1/
[junit4:junit4]   2> 16777 T2633 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51965
[junit4:junit4]   2> 16777 T2633 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 16778 T2633 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C225 name=collection1 org.apache.solr.core.SolrCore@35b3983b url=http://127.0.0.1:51965/collection1 node=127.0.0.1:51965_ C225_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51965_, base_url=http://127.0.0.1:51965}
[junit4:junit4]   2> 16779 T2635 C225 P51965 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 16780 T2635 C225 P51965 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 16780 T2633 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16781 T2635 C225 P51965 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 16781 T2635 C225 P51965 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16782 T2545 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 16783 T2635 C225 P51965 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16783 T2545 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 16784 T2545 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 16791 T2545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16813 T2545 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 16815 T2545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C224_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51961_, base_url=http://127.0.0.1:51961}
[junit4:junit4]   2> 17430 T2619 C224 P51961 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51955/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 17431 T2619 C224 P51961 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51961 START replicas=[http://127.0.0.1:51955/collection1/] nUpdates=100
[junit4:junit4]   2> 17432 T2619 C224 P51961 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 17432 T2619 C224 P51961 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 17432 T2619 C224 P51961 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 17432 T2619 C224 P51961 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 17433 T2619 C224 P51961 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 17433 T2619 C224 P51961 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51955/collection1/. core=collection1
[junit4:junit4]   2> 17434 T2619 C224 P51961 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C226 name=collection1 org.apache.solr.core.SolrCore@220b40a9 url=http://127.0.0.1:51955/collection1 node=127.0.0.1:51955_ C226_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51955_, base_url=http://127.0.0.1:51955, leader=true}
[junit4:junit4]   2> 17442 T2578 C226 P51955 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 17446 T2576 C226 P51955 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17447 T2576 C226 P51955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1
[junit4:junit4]   2> 17451 T2576 C226 P51955 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d83a5cf),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17452 T2576 C226 P51955 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17454 T2576 C226 P51955 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d83a5cf),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d83a5cf),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17455 T2576 C226 P51955 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17456 T2576 C226 P51955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1
[junit4:junit4]   2> 17457 T2576 C226 P51955 oass.SolrIndexSearcher.<init> Opening Searcher@283e4040 realtime
[junit4:junit4]   2> 17457 T2576 C226 P51955 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17458 T2576 C226 P51955 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 13
[junit4:junit4]   2> 17460 T2619 C224 P51961 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17460 T2619 C224 P51961 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 17465 T2579 C226 P51955 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 17466 T2579 C226 P51955 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=3 
[junit4:junit4]   2> 17467 T2619 C224 P51961 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 17468 T2619 C224 P51961 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 17468 T2619 C224 P51961 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 17472 T2580 C226 P51955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1
[junit4:junit4]   2> 17473 T2580 C226 P51955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1/index
[junit4:junit4]   2> 17474 T2580 C226 P51955 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 
[junit4:junit4]   2> 17475 T2619 C224 P51961 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 17477 T2619 C224 P51961 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936 forceNew:false
[junit4:junit4]   2> 17477 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 17478 T2619 C224 P51961 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee85f32) fullCopy=true
[junit4:junit4]   2> 17481 T2581 C226 P51955 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 17485 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index
[junit4:junit4]   2> 17485 T2619 C224 P51961 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 17486 T2619 C224 P51961 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130103214520936
[junit4:junit4]   2> 17488 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 17489 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 17489 T2619 C224 P51961 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936
[junit4:junit4]   2> 17494 T2619 C224 P51961 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee85f32),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17494 T2619 C224 P51961 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17496 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 17497 T2619 C224 P51961 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 17497 T2619 C224 P51961 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 17497 T2619 C224 P51961 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 17498 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936
[junit4:junit4]   2> 17499 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 17502 T2619 C224 P51961 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee85f32),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17503 T2619 C224 P51961 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17503 T2619 C224 P51961 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 17503 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 17504 T2619 C224 P51961 oass.SolrIndexSearcher.<init> Opening Searcher@3690524a main
[junit4:junit4]   2> 17506 T2618 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3690524a main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 17507 T2618 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index
[junit4:junit4]   2> 17508 T2619 C224 P51961 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17510 T2619 C224 P51961 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee85f32),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936 lockFactory=org.apache.lucene.store.NativeFSLockFactory@ee85f32),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 17510 T2619 C224 P51961 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 17511 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 17511 T2619 C224 P51961 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17512 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index.20130103214520936
[junit4:junit4]   2> 17512 T2619 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3/index
[junit4:junit4]   2> 17512 T2619 C224 P51961 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 17512 T2619 C224 P51961 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 17513 T2619 C224 P51961 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17513 T2619 C224 P51961 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17515 T2619 C224 P51961 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 17819 T2545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18123 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18125 T2568 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:51965_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51965"}
[junit4:junit4]   2> 18132 T2568 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:51961_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51961"}
[junit4:junit4]   2> 18140 T2601 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> 18140 T2573 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> 18141 T2567 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> 18141 T2632 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> 18140 T2586 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> 18141 T2616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18824 T2545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19828 T2545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C225_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:51965_, base_url=http://127.0.0.1:51965}
[junit4:junit4]   2> 20819 T2635 C225 P51965 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:51958/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 20819 T2635 C225 P51965 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:51965 START replicas=[http://127.0.0.1:51958/collection1/] nUpdates=100
[junit4:junit4]   2> 20820 T2635 C225 P51965 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 20821 T2635 C225 P51965 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 20821 T2635 C225 P51965 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 20822 T2635 C225 P51965 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 20822 T2635 C225 P51965 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 20823 T2635 C225 P51965 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:51958/collection1/. core=collection1
[junit4:junit4]   2> 20823 T2635 C225 P51965 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C227 name=collection1 org.apache.solr.core.SolrCore@17a5878a url=http://127.0.0.1:51958/collection1 node=127.0.0.1:51958_ C227_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51958_, base_url=http://127.0.0.1:51958, leader=true}
[junit4:junit4]   2> 20828 T2592 C227 P51958 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} status=0 QTime=1 
[junit4:junit4]   2> 20832 T2545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20838 T2594 C227 P51958 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20840 T2594 C227 P51958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2
[junit4:junit4]   2> 20846 T2594 C227 P51958 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4b037),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 20847 T2594 C227 P51958 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 20856 T2594 C227 P51958 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4b037),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@77e4b037),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20857 T2594 C227 P51958 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20858 T2594 C227 P51958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2
[junit4:junit4]   2> 20859 T2594 C227 P51958 oass.SolrIndexSearcher.<init> Opening Searcher@5c6ffba0 realtime
[junit4:junit4]   2> 20859 T2594 C227 P51958 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20860 T2594 C227 P51958 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} {commit=} 0 22
[junit4:junit4]   2> 20861 T2635 C225 P51965 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20861 T2635 C225 P51965 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 20864 T2596 C227 P51958 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 20864 T2596 C227 P51958 REQ /replication {command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20865 T2635 C225 P51965 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 20865 T2635 C225 P51965 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 20865 T2635 C225 P51965 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 20868 T2597 C227 P51958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2
[junit4:junit4]   2> 20869 T2597 C227 P51958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2/index
[junit4:junit4]   2> 20869 T2597 C227 P51958 REQ /replication {command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=1 
[junit4:junit4]   2> 20870 T2635 C225 P51965 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 20871 T2635 C225 P51965 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330 forceNew:false
[junit4:junit4]   2> 20871 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 20872 T2635 C225 P51965 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a885253) fullCopy=true
[junit4:junit4]   2> 20875 T2592 C227 P51958 REQ /replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} status=0 QTime=0 
[junit4:junit4]   2> 20877 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index
[junit4:junit4]   2> 20877 T2635 C225 P51965 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 20878 T2635 C225 P51965 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130103214524330
[junit4:junit4]   2> 20879 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 20880 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 20880 T2635 C225 P51965 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330
[junit4:junit4]   2> 20883 T2635 C225 P51965 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a885253),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20884 T2635 C225 P51965 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20885 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 20886 T2635 C225 P51965 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 20886 T2635 C225 P51965 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 20886 T2635 C225 P51965 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 20887 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330
[junit4:junit4]   2> 20887 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 20890 T2635 C225 P51965 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a885253),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 20890 T2635 C225 P51965 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 20891 T2635 C225 P51965 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 20891 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 20892 T2635 C225 P51965 oass.SolrIndexSearcher.<init> Opening Searcher@41ab81ec main
[junit4:junit4]   2> 20893 T2634 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@41ab81ec main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 20894 T2634 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index
[junit4:junit4]   2> 20894 T2635 C225 P51965 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 20897 T2635 C225 P51965 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a885253),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4a885253),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 20897 T2635 C225 P51965 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 20898 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 20898 T2635 C225 P51965 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 20899 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index.20130103214524330
[junit4:junit4]   2> 20899 T2635 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4/index
[junit4:junit4]   2> 20899 T2635 C225 P51965 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 20899 T2635 C225 P51965 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 20899 T2635 C225 P51965 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 20900 T2635 C225 P51965 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20901 T2635 C225 P51965 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 21160 T2568 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21162 T2568 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:51965_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51965"}
[junit4:junit4]   2> 21171 T2573 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> 21171 T2586 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> 21171 T2616 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21172 T2632 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> 21172 T2601 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> 21172 T2567 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> 21835 T2545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21838 T2545 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C228 name=collection1 org.apache.solr.core.SolrCore@248c1e5b url=http://127.0.0.1:51951/collection1 node=127.0.0.1:51951_ C228_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:51951_, base_url=http://127.0.0.1:51951, leader=true}
[junit4:junit4]   2> 21845 T2560 C228 P51951 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data
[junit4:junit4]   2> 21848 T2560 C228 P51951 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@1013a659),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 21848 T2560 C228 P51951 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 21850 T2560 C228 P51951 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/control/data
[junit4:junit4]   2> 21850 T2560 C228 P51951 oass.SolrIndexSearcher.<init> Opening Searcher@1b2f5cb9 realtime
[junit4:junit4]   2> 21850 T2560 C228 P51951 /update {wt=javabin&version=2} {deleteByQuery=*:* (-1423209477233967104)} 0 6
[junit4:junit4]   2> 21854 T2595 C227 P51958 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty2
[junit4:junit4]   2> 21861 T2580 C226 P51955 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty1
[junit4:junit4]   2>  C225_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51965_, base_url=http://127.0.0.1:51965}
[junit4:junit4]   2> 21867 T2623 C225 P51965 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty4
[junit4:junit4]   2> 21868 T2623 C225 P51965 /update {update.distrib=FROMLEADER&_version_=-1423209477243404288&update.from=http://127.0.0.1:51958/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423209477243404288)} 0 3
[junit4:junit4]   2>  C224_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:51961_, base_url=http://127.0.0.1:51961}
[junit4:junit4]   2> 21871 T2606 C224 P51961 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357278303464/jetty3
[junit4:junit4]   2> 21872 T2606 C224 P51961 /update {update.distrib=FROMLEADER&_version_=-1423209477249695744&update.from=http://127.0.0.1:51955/collection1/&wt=javabin&version=2} {deleteByQuery=*:* (-1423209477249695744)} 0 3
[junit4:junit4]   2> 21873 T2580 C226 P51955 /update {update.distrib=TOLEADER&wt=javabin&version=2} {deleteByQuery=*:* (-1423209477249695744)} 0 14
[junit4:junit4]   2> 21874 T2595 C227 P51958 /update

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

7)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 60836 T2545 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 60956 T2544 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=MockVariableIntBlock(baseBlockSize=35), foo_b=PostingsFormat(name=TestBloomFilteredLucene41Postings), foo_d=MockFixedIntBlock(blockSize=1478), foo_f=PostingsFormat(name=TestBloomFilteredLucene41Postings), n_tl1=MockVariableIntBlock(baseBlockSize=35), n_d1=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), rnd_b=MockFixedIntBlock(blockSize=1478), intDefault=MockVariableIntBlock(baseBlockSize=35), n_td1=MockVariableIntBlock(baseBlockSize=35), timestamp=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), id=MockFixedIntBlock(blockSize=1478), range_facet_sl=MockFixedIntBlock(blockSize=1478), range_facet_si=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), oddField_s=MockFixedIntBlock(blockSize=1478), foo_i=MockVariableIntBlock(baseBlockSize=35), multiDefault=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), n_tf1=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), n_dt1=MockVariableIntBlock(baseBlockSize=35), n_ti1=MockFixedIntBlock(blockSize=1478), range_facet_l=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), text=PostingsFormat(name=TestBloomFilteredLucene41Postings), _version_=MockVariableIntBlock(baseBlockSize=35), val_i=MockFixedIntBlock(blockSize=1478), SubjectTerms_mfacet=MockVariableIntBlock(baseBlockSize=35), a_t=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), n_tdt1=MockVariableIntBlock(baseBlockSize=35), other_tl1=MockVariableIntBlock(baseBlockSize=35), n_l1=Pulsing41(freqCutoff=4 minBlockSize=45 maxBlockSize=149), a_si=MockVariableIntBlock(baseBlockSize=35)}, sim=DefaultSimilarity, locale=ja, timezone=US/Pacific-New
[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=100080856,total=228143104
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestPropInject, DisMaxRequestHandlerTest, TestReplicationHandler, AutoCommitTest, URLClassifyProcessorTest, TestWriterPerf, AnalysisAfterCoreReloadTest, MultiTermTest, TestFunctionQuery, SpatialFilterTest, FileUtilsTest, BasicFunctionalityTest, DirectSolrConnectionTest, TestMergePolicyConfig, TestXIncludeConfig, DirectUpdateHandlerTest, CoreContainerCoreInitFailuresTest, TestSort, TestBM25SimilarityFactory, TestSolrIndexConfig, SolrCoreTest, TestFastLRUCache, TestStressReorder, OutputWriterTest, TestQuerySenderNoQuery, FastVectorHighlighterTest, FullSolrCloudDistribCmdsTest, RAMDirectoryFactoryTest, ZkSolrClientTest, TestQueryTypes, SimplePostToolTest, TestDistributedGrouping, FileBasedSpellCheckerTest, TestRemoteStreaming, TestConfig, TestFiltering, ShardRoutingCustomTest, CollectionsAPIDistributedZkTest, DirectUpdateHandlerOptimizeTest, ZkCLITest, TestLuceneMatchVersion, TestFastOutputStream, TestValueSourceCache, TestReload, SpellingQueryConverterTest, TestHashPartitioner, TestLMDirichletSimilarityFactory, TestBinaryField, StandardRequestHandlerTest, PrimUtilsTest, ZkNodePropsTest, TestSearchPerf, MoreLikeThisHandlerTest, TestPhraseSuggestions, SimpleFacetsTest, TestRTGBase, TermsComponentTest, XmlUpdateRequestHandlerTest, TestPluginEnable, OpenExchangeRatesOrgProviderTest, SuggesterFSTTest, LegacyHTMLStripCharFilterTest, TestLMJelinekMercerSimilarityFactory, TestRecovery, ChaosMonkeyNothingIsSafeTest, NoCacheHeaderTest, TestRealTimeGet, TestPHPSerializedResponseWriter, SuggesterWFSTTest, SortByFunctionTest, ReturnFieldsTest, TestArbitraryIndexDir, SuggesterTest, TestUtils, TestTrie, TestCollationField, TestBinaryResponseWriter, TestGroupingSearch, TestDFRSimilarityFactory, UpdateParamsTest, TestWordDelimiterFilterFactory, TestIndexingPerformance, TestIndexSearcher, SpellPossibilityIteratorTest, TestCoreContainer, StatsComponentTest, TestQueryUtils, SchemaVersionSpecificBehaviorTest, ConvertedLegacyTest, TestSurroundQueryParser, CircularListTest, AlternateDirectoryTest, SyncSliceTest, PrimitiveFieldTypeTest, ClusterStateUpdateTest, TestStressRecovery, RecoveryZkTest, LeaderElectionIntegrationTest, TestJmxMonitoredMap, TestSolrJ, PeerSyncTest, IndexSchemaTest, TestPerFieldSimilarity, TestFaceting, IndexBasedSpellCheckerTest, StatelessScriptUpdateProcessorFactoryTest, BasicZkTest, SolrPluginUtilsTest, ShardRoutingTest, SolrCoreCheckLockOnStartupTest, UpdateRequestProcessorFactoryTest, SampleTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, DefaultValueUpdateProcessorTest, SpellCheckCollatorTest, TestCollationKeyRangeQueries, NumericFieldsTest, BadComponentTest, TestUpdate, BasicDistributedZkTest]
[junit4:junit4] Completed in 61.99s, 1 test, 1 error <<< FAILURES!

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

Total time: 51 minutes 11 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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/29/
Java: 64bit/jdk1.7.0 -XX:+UseParallelGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
ERROR: SolrIndexSearcher opens=710 closes=700

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=710 closes=700
	at __randomizedtesting.SeedInfo.seed([77641E7115B60894]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	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$5.evaluate(RandomizedRunner.java:700)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
20 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=1733, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    2) Thread[id=1725, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    3) Thread[id=1736, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    4) Thread[id=1711, name=searcherExecutor-1096-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)    5) Thread[id=1712, name=searcherExecutor-1107-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)    6) Thread[id=1735, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    7) Thread[id=1728, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    8) Thread[id=1727, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    9) Thread[id=1716, name=searcherExecutor-1103-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   10) Thread[id=1718, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   11) Thread[id=1734, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)   12) Thread[id=1710, name=searcherExecutor-1076-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   13) Thread[id=1732, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)   14) Thread[id=1706, name=searcherExecutor-1072-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   15) Thread[id=1703, name=searcherExecutor-1071-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   16) Thread[id=1717, name=searcherExecutor-1099-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   17) Thread[id=1713, name=searcherExecutor-1097-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   18) Thread[id=1707, name=searcherExecutor-1073-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   19) Thread[id=1724, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)   20) Thread[id=1726, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 20 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=1733, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   2) Thread[id=1725, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   3) Thread[id=1736, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   4) Thread[id=1711, name=searcherExecutor-1096-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
   5) Thread[id=1712, name=searcherExecutor-1107-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
   6) Thread[id=1735, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   7) Thread[id=1728, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   8) Thread[id=1727, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   9) Thread[id=1716, name=searcherExecutor-1103-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  10) Thread[id=1718, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  11) Thread[id=1734, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
  12) Thread[id=1710, name=searcherExecutor-1076-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  13) Thread[id=1732, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
  14) Thread[id=1706, name=searcherExecutor-1072-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  15) Thread[id=1703, name=searcherExecutor-1071-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  16) Thread[id=1717, name=searcherExecutor-1099-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  17) Thread[id=1713, name=searcherExecutor-1097-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  18) Thread[id=1707, name=searcherExecutor-1073-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  19) Thread[id=1724, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
  20) Thread[id=1726, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
	at __randomizedtesting.SeedInfo.seed([77641E7115B60894]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.BasicDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=1733, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    2) Thread[id=1736, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    3) Thread[id=1725, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    4) Thread[id=1735, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    5) Thread[id=1712, name=searcherExecutor-1107-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)    6) Thread[id=1711, name=searcherExecutor-1096-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)    7) Thread[id=1728, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    8) Thread[id=1727, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    9) Thread[id=1716, name=searcherExecutor-1103-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   10) Thread[id=1734, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)   11) Thread[id=1718, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   12) Thread[id=1710, name=searcherExecutor-1076-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   13) Thread[id=1732, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)   14) Thread[id=1706, name=searcherExecutor-1072-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   15) Thread[id=1703, name=searcherExecutor-1071-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   16) Thread[id=1717, name=searcherExecutor-1099-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   17) Thread[id=1713, name=searcherExecutor-1097-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   18) Thread[id=1707, name=searcherExecutor-1073-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)         at java.lang.Thread.run(Thread.java:722)   19) Thread[id=1724, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)   20) Thread[id=1726, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=1733, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   2) Thread[id=1736, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   3) Thread[id=1725, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   4) Thread[id=1735, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   5) Thread[id=1712, name=searcherExecutor-1107-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
   6) Thread[id=1711, name=searcherExecutor-1096-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
   7) Thread[id=1728, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   8) Thread[id=1727, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   9) Thread[id=1716, name=searcherExecutor-1103-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  10) Thread[id=1734, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
  11) Thread[id=1718, name=searcherExecutor-1104-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  12) Thread[id=1710, name=searcherExecutor-1076-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  13) Thread[id=1732, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
  14) Thread[id=1706, name=searcherExecutor-1072-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  15) Thread[id=1703, name=searcherExecutor-1071-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  16) Thread[id=1717, name=searcherExecutor-1099-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  17) Thread[id=1713, name=searcherExecutor-1097-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  18) Thread[id=1707, name=searcherExecutor-1073-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
        at java.lang.Thread.run(Thread.java:722)
  19) Thread[id=1724, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
  20) Thread[id=1726, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
	at __randomizedtesting.SeedInfo.seed([77641E7115B60894]:0)


FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=1671, name=testExecutor-1056-thread-2, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1671, name=testExecutor-1056-thread-2, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51340/_jrt/u
	at __randomizedtesting.SeedInfo.seed([77641E7115B60894]:0)
	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:706)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:51340/_jrt/u
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:413)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.cloud.BasicDistributedZkTest$2.run(BasicDistributedZkTest.java:704)
	... 3 more
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:352)
	... 5 more




Build Log:
[...truncated 8843 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T1344 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_jrt/u
[junit4:junit4]   2> 10 T1344 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1357260483754
[junit4:junit4]   2> 11 T1344 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 12 T1345 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 15 T1345 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 16 T1345 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 16 T1345 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 17 T1345 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 18 T1345 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 113 T1344 oasc.ZkTestServer.run start zk server on port:51327
[junit4:junit4]   2> 114 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4aa82cb6
[junit4:junit4]   2> 115 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 116 T1350 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 117 T1350 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 117 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51328
[junit4:junit4]   2> 118 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51328
[junit4:junit4]   2> 119 T1348 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 122 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20000 with negotiated timeout 10000 for client /127.0.0.1:51328
[junit4:junit4]   2> 122 T1350 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20000, negotiated timeout = 10000
[junit4:junit4]   2> 123 T1351 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4aa82cb6 name:ZooKeeperConnection Watcher:127.0.0.1:51327 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 123 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 123 T1344 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 129 T1349 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c03076cb20000
[junit4:junit4]   2> 130 T1344 oaz.ZooKeeper.close Session: 0x13c03076cb20000 closed
[junit4:junit4]   2> 130 T1351 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 130 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@6d893976
[junit4:junit4]   2> 131 T1346 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51328 which had sessionid 0x13c03076cb20000
[junit4:junit4]   2> 132 T1352 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 132 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 133 T1352 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 133 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51329
[junit4:junit4]   2> 134 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51329
[junit4:junit4]   2> 135 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20001 with negotiated timeout 10000 for client /127.0.0.1:51329
[junit4:junit4]   2> 136 T1352 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20001, negotiated timeout = 10000
[junit4:junit4]   2> 136 T1353 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d893976 name:ZooKeeperConnection Watcher:127.0.0.1:51327/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 137 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 137 T1344 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 145 T1344 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 151 T1344 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 156 T1344 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 162 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 163 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 172 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 173 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 180 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 181 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 187 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 188 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 194 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 196 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 201 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 202 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 208 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 210 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 216 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 217 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 223 T1344 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 224 T1344 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 231 T1349 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c03076cb20001
[junit4:junit4]   2> 233 T1346 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51329 which had sessionid 0x13c03076cb20001
[junit4:junit4]   2> 233 T1353 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 233 T1344 oaz.ZooKeeper.close Session: 0x13c03076cb20001 closed
[junit4:junit4]   2> 453 T1344 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 478 T1344 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51330
[junit4:junit4]   2> 479 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 479 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977
[junit4:junit4]   2> 479 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/'
[junit4:junit4]   2> 508 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 508 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 509 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977
[junit4:junit4]   2> 509 T1344 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/solr.xml
[junit4:junit4]   2> 509 T1344 oasc.CoreContainer.<init> New CoreContainer 528031753
[junit4:junit4]   2> 510 T1344 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/'
[junit4:junit4]   2> 510 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/'
[junit4:junit4]   2> 530 T1344 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 530 T1344 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 531 T1344 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 531 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 531 T1344 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 532 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 532 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 532 T1344 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 532 T1344 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 533 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 548 T1344 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 567 T1344 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51327/solr
[junit4:junit4]   2> 568 T1344 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 568 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6147700f
[junit4:junit4]   2> 570 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 570 T1363 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 572 T1363 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 572 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51331
[junit4:junit4]   2> 573 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51331
[junit4:junit4]   2> 574 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20002 with negotiated timeout 20000 for client /127.0.0.1:51331
[junit4:junit4]   2> 574 T1363 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20002, negotiated timeout = 20000
[junit4:junit4]   2> 575 T1364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6147700f name:ZooKeeperConnection Watcher:127.0.0.1:51327 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 575 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 578 T1349 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c03076cb20002
[junit4:junit4]   2> 578 T1346 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51331 which had sessionid 0x13c03076cb20002
[junit4:junit4]   2> 578 T1344 oaz.ZooKeeper.close Session: 0x13c03076cb20002 closed
[junit4:junit4]   2> 579 T1364 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 579 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 583 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@39eb921
[junit4:junit4]   2> 584 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 584 T1365 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 585 T1365 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 586 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51332
[junit4:junit4]   2> 586 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51332
[junit4:junit4]   2> 587 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20003 with negotiated timeout 20000 for client /127.0.0.1:51332
[junit4:junit4]   2> 587 T1365 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20003, negotiated timeout = 20000
[junit4:junit4]   2> 588 T1366 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39eb921 name:ZooKeeperConnection Watcher:127.0.0.1:51327/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 589 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 591 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 593 T1344 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 597 T1344 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51330__jrt%2Fu
[junit4:junit4]   2> 598 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51330__jrt%2Fu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51330__jrt%2Fu
[junit4:junit4]   2> 598 T1344 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51330__jrt%2Fu
[junit4:junit4]   2> 604 T1344 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 612 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 613 T1344 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 617 T1344 oasc.Overseer.start Overseer (id=88949423063826435-127.0.0.1:51330__jrt%2Fu-n_0000000000) starting
[junit4:junit4]   2> 618 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 620 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 622 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 623 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 625 T1368 oasc.OverseerCollectionProcessor.run Process current queue of collection messages
[junit4:junit4]   2> 626 T1344 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 631 T1344 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 635 T1367 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 643 T1369 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/collection1
[junit4:junit4]   2> 644 T1369 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 646 T1369 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 646 T1369 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 649 T1369 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/collection1/'
[junit4:junit4]   2> 651 T1369 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 651 T1369 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/collection1/lib/README' to classloader
[junit4:junit4]   2> 701 T1369 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 766 T1369 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 767 T1369 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 773 T1369 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1360 T1369 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1371 T1369 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1374 T1369 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1399 T1369 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1406 T1369 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1411 T1369 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1414 T1369 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1416 T1369 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1357260483977/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data/
[junit4:junit4]   2> 1417 T1369 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27abf1f6
[junit4:junit4]   2> 1417 T1369 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1435 T1369 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data forceNew:false
[junit4:junit4]   2> 1436 T1369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data
[junit4:junit4]   2> 1437 T1369 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data/index/
[junit4:junit4]   2> 1437 T1369 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1439 T1369 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data/index forceNew:false
[junit4:junit4]   2> 1444 T1369 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@f4a0c6f),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1444 T1369 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1457 T1369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data/index
[junit4:junit4]   2> 1457 T1369 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1460 T1369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1460 T1369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1461 T1369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1462 T1369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1463 T1369 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1463 T1369 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1464 T1369 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1464 T1369 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1465 T1369 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1465 T1369 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1466 T1369 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1467 T1369 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1467 T1369 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1468 T1369 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1468 T1369 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1469 T1369 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1469 T1369 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1470 T1369 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1470 T1369 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1471 T1369 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1472 T1369 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1472 T1369 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1473 T1369 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1473 T1369 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1474 T1369 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1475 T1369 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1482 T1369 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1486 T1369 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1488 T1369 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> 1491 T1369 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/control/data
[junit4:junit4]   2> 1492 T1369 oass.SolrIndexSearcher.<init> Opening Searcher@6a22f041 main
[junit4:junit4]   2> 1494 T1369 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1495 T1369 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1496 T1369 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1502 T1369 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1542 T1370 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a22f041 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1549 T1369 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1550 T1369 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1552 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2142 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2144 T1367 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:51330__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51330/_jrt/u"}
[junit4:junit4]   2> 2144 T1367 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2145 T1367 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2146 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2157 T1366 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> 2557 T1369 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2557 T1369 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51330/_jrt/u collection:control_collection shard:shard1
[junit4:junit4]   2> 2559 T1369 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2570 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:delete cxid:0x72 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2571 T1369 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2572 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2575 T1369 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2575 T1369 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2576 T1369 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51330/_jrt/u/collection1/
[junit4:junit4]   2> 2576 T1369 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2576 T1369 oasc.SyncStrategy.syncToMe http://127.0.0.1:51330/_jrt/u/collection1/ has no replicas
[junit4:junit4]   2> 2576 T1369 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51330/_jrt/u/collection1/
[junit4:junit4]   2> 2577 T1369 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2584 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3666 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3682 T1366 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> 3727 T1369 oasc.ZkController.register We are http://127.0.0.1:51330/_jrt/u/collection1/ and leader is http://127.0.0.1:51330/_jrt/u/collection1/
[junit4:junit4]   2> 3728 T1369 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51330/_jrt/u
[junit4:junit4]   2> 3728 T1369 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3728 T1369 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3729 T1369 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3733 T1369 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3736 T1344 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3737 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3738 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3748 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3756 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@13a2238f
[junit4:junit4]   2> 3758 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3758 T1371 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3759 T1371 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 3759 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51333
[junit4:junit4]   2> 3760 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51333
[junit4:junit4]   2> 3761 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20004 with negotiated timeout 10000 for client /127.0.0.1:51333
[junit4:junit4]   2> 3761 T1371 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20004, negotiated timeout = 10000
[junit4:junit4]   2> 3762 T1372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13a2238f name:ZooKeeperConnection Watcher:127.0.0.1:51327/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3762 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3765 T1344 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3769 T1344 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4015 T1344 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4021 T1344 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51334
[junit4:junit4]   2> 4022 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4023 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513
[junit4:junit4]   2> 4024 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/'
[junit4:junit4]   2> 4065 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4066 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4067 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513
[junit4:junit4]   2> 4068 T1344 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/solr.xml
[junit4:junit4]   2> 4068 T1344 oasc.CoreContainer.<init> New CoreContainer 599351530
[junit4:junit4]   2> 4070 T1344 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/'
[junit4:junit4]   2> 4071 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/'
[junit4:junit4]   2> 4106 T1344 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 4107 T1344 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4108 T1344 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4108 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4109 T1344 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4110 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4111 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4111 T1344 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4112 T1344 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4113 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4131 T1344 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4156 T1344 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51327/solr
[junit4:junit4]   2> 4157 T1344 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4158 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@578940a9
[junit4:junit4]   2> 4160 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4160 T1382 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4162 T1382 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 4163 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51335
[junit4:junit4]   2> 4164 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51335
[junit4:junit4]   2> 4188 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20005 with negotiated timeout 20000 for client /127.0.0.1:51335
[junit4:junit4]   2> 4188 T1382 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20005, negotiated timeout = 20000
[junit4:junit4]   2> 4189 T1383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@578940a9 name:ZooKeeperConnection Watcher:127.0.0.1:51327 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4189 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4193 T1349 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c03076cb20005
[junit4:junit4]   2> 4194 T1346 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51335 which had sessionid 0x13c03076cb20005
[junit4:junit4]   2> 4194 T1344 oaz.ZooKeeper.close Session: 0x13c03076cb20005 closed
[junit4:junit4]   2> 4195 T1383 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4195 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 4204 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@27213333
[junit4:junit4]   2> 4207 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4207 T1384 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4209 T1384 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 4209 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51336
[junit4:junit4]   2> 4210 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51336
[junit4:junit4]   2> 4212 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20006 with negotiated timeout 20000 for client /127.0.0.1:51336
[junit4:junit4]   2> 4212 T1384 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20006, negotiated timeout = 20000
[junit4:junit4]   2> 4213 T1385 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27213333 name:ZooKeeperConnection Watcher:127.0.0.1:51327/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4213 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4216 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4218 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4220 T1344 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51334__jrt%2Fu
[junit4:junit4]   2> 4222 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51334__jrt%2Fu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51334__jrt%2Fu
[junit4:junit4]   2> 4223 T1344 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51334__jrt%2Fu
[junit4:junit4]   2> 4228 T1366 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4230 T1372 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4233 T1366 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4238 T1344 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4252 T1386 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/collection1
[junit4:junit4]   2> 4252 T1386 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4254 T1386 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4254 T1386 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4258 T1386 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/collection1/'
[junit4:junit4]   2> 4259 T1386 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4260 T1386 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/collection1/lib/README' to classloader
[junit4:junit4]   2> 4350 T1386 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 4444 T1386 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4446 T1386 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4453 T1386 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5193 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5195 T1367 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:51330__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51330/_jrt/u"}
[junit4:junit4]   2> 5206 T1385 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> 5207 T1366 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> 5208 T1372 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> 5280 T1386 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5292 T1386 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5296 T1386 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5324 T1386 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5333 T1386 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5347 T1386 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5350 T1386 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5353 T1386 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1357260487513/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1/
[junit4:junit4]   2> 5353 T1386 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27abf1f6
[junit4:junit4]   2> 5354 T1386 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5355 T1386 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1 forceNew:false
[junit4:junit4]   2> 5355 T1386 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1
[junit4:junit4]   2> 5356 T1386 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1/index/
[junit4:junit4]   2> 5356 T1386 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5357 T1386 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1/index forceNew:false
[junit4:junit4]   2> 5362 T1386 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@64ae9b47),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5362 T1386 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5363 T1386 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1/index
[junit4:junit4]   2> 5363 T1386 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5366 T1386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5367 T1386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5367 T1386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5368 T1386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5369 T1386 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5369 T1386 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5369 T1386 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5371 T1386 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5372 T1386 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5372 T1386 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5373 T1386 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5374 T1386 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5374 T1386 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5375 T1386 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5375 T1386 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5376 T1386 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5376 T1386 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5377 T1386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5378 T1386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5378 T1386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5379 T1386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5379 T1386 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5380 T1386 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5381 T1386 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5381 T1386 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5382 T1386 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5391 T1386 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5398 T1386 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5401 T1386 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> 5405 T1386 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty1
[junit4:junit4]   2> 5408 T1386 oass.SolrIndexSearcher.<init> Opening Searcher@251f098c main
[junit4:junit4]   2> 5410 T1386 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5411 T1386 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5412 T1386 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5421 T1386 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5457 T1387 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@251f098c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5464 T1386 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5464 T1386 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6713 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6715 T1367 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:51334__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51334/_jrt/u"}
[junit4:junit4]   2> 6715 T1367 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6716 T1367 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6724 T1366 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> 6724 T1372 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> 6725 T1385 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> 7469 T1386 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7469 T1386 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51334/_jrt/u collection:collection1 shard:shard1
[junit4:junit4]   2> 7471 T1386 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7489 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7490 T1386 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7492 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7495 T1386 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7496 T1386 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7496 T1386 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51334/_jrt/u/collection1/
[junit4:junit4]   2> 7496 T1386 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7496 T1386 oasc.SyncStrategy.syncToMe http://127.0.0.1:51334/_jrt/u/collection1/ has no replicas
[junit4:junit4]   2> 7497 T1386 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51334/_jrt/u/collection1/
[junit4:junit4]   2> 7497 T1386 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7506 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8237 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8257 T1366 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> 8258 T1372 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> 8257 T1385 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> 8287 T1386 oasc.ZkController.register We are http://127.0.0.1:51334/_jrt/u/collection1/ and leader is http://127.0.0.1:51334/_jrt/u/collection1/
[junit4:junit4]   2> 8288 T1386 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51334/_jrt/u
[junit4:junit4]   2> 8288 T1386 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8288 T1386 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8288 T1386 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8291 T1386 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8293 T1344 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8293 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8294 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8520 T1344 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8525 T1344 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51337
[junit4:junit4]   2> 8526 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8526 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041
[junit4:junit4]   2> 8527 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/'
[junit4:junit4]   2> 8557 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8557 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8558 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041
[junit4:junit4]   2> 8558 T1344 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/solr.xml
[junit4:junit4]   2> 8559 T1344 oasc.CoreContainer.<init> New CoreContainer 662693490
[junit4:junit4]   2> 8559 T1344 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/'
[junit4:junit4]   2> 8560 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/'
[junit4:junit4]   2> 8585 T1344 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 8585 T1344 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8586 T1344 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8586 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8587 T1344 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8587 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8588 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8588 T1344 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8589 T1344 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8589 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8602 T1344 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8620 T1344 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51327/solr
[junit4:junit4]   2> 8621 T1344 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8621 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@71871773
[junit4:junit4]   2> 8623 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8623 T1397 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8625 T1397 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 8625 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51338
[junit4:junit4]   2> 8625 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51338
[junit4:junit4]   2> 8627 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20007 with negotiated timeout 20000 for client /127.0.0.1:51338
[junit4:junit4]   2> 8627 T1397 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20007, negotiated timeout = 20000
[junit4:junit4]   2> 8627 T1398 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71871773 name:ZooKeeperConnection Watcher:127.0.0.1:51327 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8628 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8630 T1349 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c03076cb20007
[junit4:junit4]   2> 8631 T1346 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51338 which had sessionid 0x13c03076cb20007
[junit4:junit4]   2> 8631 T1398 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8632 T1344 oaz.ZooKeeper.close Session: 0x13c03076cb20007 closed
[junit4:junit4]   2> 8633 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 8638 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2a876412
[junit4:junit4]   2> 8639 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8640 T1399 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8641 T1399 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 8641 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51339
[junit4:junit4]   2> 8641 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51339
[junit4:junit4]   2> 8643 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20008 with negotiated timeout 20000 for client /127.0.0.1:51339
[junit4:junit4]   2> 8643 T1399 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20008, negotiated timeout = 20000
[junit4:junit4]   2> 8643 T1400 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a876412 name:ZooKeeperConnection Watcher:127.0.0.1:51327/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8644 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8646 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8648 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8650 T1344 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51337__jrt%2Fu
[junit4:junit4]   2> 8651 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51337__jrt%2Fu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51337__jrt%2Fu
[junit4:junit4]   2> 8652 T1344 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51337__jrt%2Fu
[junit4:junit4]   2> 8656 T1372 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> 8656 T1366 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> 8658 T1385 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8658 T1385 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> 8661 T1366 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8661 T1372 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8667 T1344 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8675 T1401 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/collection1
[junit4:junit4]   2> 8676 T1401 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8677 T1401 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8677 T1401 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8679 T1401 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/collection1/'
[junit4:junit4]   2> 8680 T1401 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8681 T1401 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/collection1/lib/README' to classloader
[junit4:junit4]   2> 8754 T1401 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 8824 T1401 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 8826 T1401 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 8836 T1401 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9421 T1401 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9430 T1401 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9433 T1401 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9527 T1401 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9532 T1401 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9538 T1401 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9540 T1401 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9542 T1401 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1357260492041/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2/
[junit4:junit4]   2> 9543 T1401 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27abf1f6
[junit4:junit4]   2> 9543 T1401 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 9544 T1401 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2 forceNew:false
[junit4:junit4]   2> 9544 T1401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2
[junit4:junit4]   2> 9545 T1401 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2/index/
[junit4:junit4]   2> 9545 T1401 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 9546 T1401 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2/index forceNew:false
[junit4:junit4]   2> 9550 T1401 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7ada3509),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 9550 T1401 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 9551 T1401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2/index
[junit4:junit4]   2> 9551 T1401 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 9554 T1401 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 9554 T1401 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 9555 T1401 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 9555 T1401 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 9556 T1401 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 9556 T1401 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 9557 T1401 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 9558 T1401 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 9559 T1401 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 9559 T1401 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 9560 T1401 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 9561 T1401 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 9561 T1401 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 9562 T1401 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 9562 T1401 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 9563 T1401 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 9563 T1401 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9564 T1401 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9564 T1401 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9565 T1401 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9566 T1401 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9566 T1401 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9567 T1401 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9567 T1401 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 9568 T1401 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 9569 T1401 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 9579 T1401 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 9582 T1401 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 9584 T1401 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> 9587 T1401 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty2
[junit4:junit4]   2> 9588 T1401 oass.SolrIndexSearcher.<init> Opening Searcher@c27045e main
[junit4:junit4]   2> 9589 T1401 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 9589 T1401 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 9590 T1401 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 9596 T1401 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 9627 T1402 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c27045e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 9634 T1401 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 9634 T1401 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9771 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9772 T1367 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:51334__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51334/_jrt/u"}
[junit4:junit4]   2> 9779 T1367 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:51337__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51337/_jrt/u"}
[junit4:junit4]   2> 9780 T1367 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 9780 T1367 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 9787 T1385 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> 9788 T1400 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> 9788 T1366 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> 9790 T1372 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> 10637 T1401 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10638 T1401 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51337/_jrt/u collection:collection1 shard:shard2
[junit4:junit4]   2> 10641 T1401 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 10650 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20008 type:delete cxid:0x42 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 10651 T1401 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 10652 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20008 type:create cxid:0x43 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10655 T1401 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 10655 T1401 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 10655 T1401 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51337/_jrt/u/collection1/
[junit4:junit4]   2> 10656 T1401 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 10656 T1401 oasc.SyncStrategy.syncToMe http://127.0.0.1:51337/_jrt/u/collection1/ has no replicas
[junit4:junit4]   2> 10656 T1401 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51337/_jrt/u/collection1/
[junit4:junit4]   2> 10656 T1401 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 10661 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb20008 type:create cxid:0x4c zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11301 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11314 T1372 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> 11314 T1366 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> 11314 T1385 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> 11314 T1400 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> 11344 T1401 oasc.ZkController.register We are http://127.0.0.1:51337/_jrt/u/collection1/ and leader is http://127.0.0.1:51337/_jrt/u/collection1/
[junit4:junit4]   2> 11344 T1401 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51337/_jrt/u
[junit4:junit4]   2> 11344 T1401 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11344 T1401 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11345 T1401 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11348 T1401 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11349 T1344 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11350 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11350 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11520 T1344 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11530 T1344 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51340
[junit4:junit4]   2> 11532 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11533 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100
[junit4:junit4]   2> 11534 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/'
[junit4:junit4]   2> 11568 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11569 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11569 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100
[junit4:junit4]   2> 11569 T1344 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/solr.xml
[junit4:junit4]   2> 11570 T1344 oasc.CoreContainer.<init> New CoreContainer 1477390411
[junit4:junit4]   2> 11570 T1344 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/'
[junit4:junit4]   2> 11570 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/'
[junit4:junit4]   2> 11588 T1344 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 11588 T1344 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11589 T1344 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11589 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11590 T1344 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11590 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11590 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11591 T1344 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11591 T1344 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11592 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11602 T1344 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11618 T1344 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51327/solr
[junit4:junit4]   2> 11619 T1344 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11619 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@3ec6caa5
[junit4:junit4]   2> 11621 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11621 T1412 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11622 T1412 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 11623 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51341
[junit4:junit4]   2> 11623 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51341
[junit4:junit4]   2> 11625 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb20009 with negotiated timeout 20000 for client /127.0.0.1:51341
[junit4:junit4]   2> 11625 T1412 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb20009, negotiated timeout = 20000
[junit4:junit4]   2> 11626 T1413 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ec6caa5 name:ZooKeeperConnection Watcher:127.0.0.1:51327 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11626 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11629 T1349 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c03076cb20009
[junit4:junit4]   2> 11630 T1346 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51341 which had sessionid 0x13c03076cb20009
[junit4:junit4]   2> 11630 T1413 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11630 T1344 oaz.ZooKeeper.close Session: 0x13c03076cb20009 closed
[junit4:junit4]   2> 11631 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 11636 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@ea1a691
[junit4:junit4]   2> 11637 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11638 T1414 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11639 T1414 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 11639 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51342
[junit4:junit4]   2> 11640 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51342
[junit4:junit4]   2> 11641 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb2000a with negotiated timeout 20000 for client /127.0.0.1:51342
[junit4:junit4]   2> 11641 T1414 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb2000a, negotiated timeout = 20000
[junit4:junit4]   2> 11642 T1415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ea1a691 name:ZooKeeperConnection Watcher:127.0.0.1:51327/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11642 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11644 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb2000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11645 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb2000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11651 T1344 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51340__jrt%2Fu
[junit4:junit4]   2> 11652 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb2000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51340__jrt%2Fu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51340__jrt%2Fu
[junit4:junit4]   2> 11653 T1344 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51340__jrt%2Fu
[junit4:junit4]   2> 11657 T1366 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11657 T1372 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> 11659 T1385 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11659 T1400 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11659 T1400 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> 11659 T1385 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> 11662 T1372 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11663 T1366 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11667 T1344 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11676 T1416 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/collection1
[junit4:junit4]   2> 11676 T1416 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11677 T1416 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11677 T1416 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11680 T1416 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/collection1/'
[junit4:junit4]   2> 11681 T1416 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11681 T1416 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/collection1/lib/README' to classloader
[junit4:junit4]   2> 11726 T1416 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 11778 T1416 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11779 T1416 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11785 T1416 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12376 T1416 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12387 T1416 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12392 T1416 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12419 T1416 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12425 T1416 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12432 T1416 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12434 T1416 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12437 T1416 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1357260495100/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3/
[junit4:junit4]   2> 12437 T1416 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27abf1f6
[junit4:junit4]   2> 12438 T1416 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12439 T1416 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3 forceNew:false
[junit4:junit4]   2> 12439 T1416 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3
[junit4:junit4]   2> 12440 T1416 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3/index/
[junit4:junit4]   2> 12440 T1416 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12441 T1416 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3/index forceNew:false
[junit4:junit4]   2> 12445 T1416 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@182f8a75),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12446 T1416 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12447 T1416 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3/index
[junit4:junit4]   2> 12447 T1416 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12450 T1416 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12450 T1416 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12451 T1416 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12452 T1416 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12453 T1416 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12453 T1416 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12454 T1416 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12455 T1416 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12455 T1416 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12456 T1416 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12457 T1416 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12457 T1416 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12458 T1416 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12458 T1416 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12459 T1416 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12459 T1416 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12460 T1416 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12461 T1416 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12461 T1416 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12462 T1416 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12463 T1416 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12464 T1416 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12464 T1416 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12465 T1416 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12466 T1416 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12467 T1416 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12474 T1416 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12477 T1416 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12480 T1416 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> 12484 T1416 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1357260483754/jetty3
[junit4:junit4]   2> 12486 T1416 oass.SolrIndexSearcher.<init> Opening Searcher@25e63b6c main
[junit4:junit4]   2> 12488 T1416 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12488 T1416 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12489 T1416 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12498 T1416 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12540 T1417 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@25e63b6c main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12546 T1416 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12546 T1416 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12826 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12828 T1367 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:51337__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51337/_jrt/u"}
[junit4:junit4]   2> 12834 T1367 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:51340__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51340/_jrt/u"}
[junit4:junit4]   2> 12834 T1367 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 12834 T1367 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 12842 T1372 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> 12842 T1366 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> 12842 T1400 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> 12842 T1415 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> 12842 T1385 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> 13550 T1416 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 13550 T1416 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51340/_jrt/u collection:collection1 shard:shard1
[junit4:junit4]   2> 13559 T1416 oasc.ZkController.register We are http://127.0.0.1:51340/_jrt/u/collection1/ and leader is http://127.0.0.1:51334/_jrt/u/collection1/
[junit4:junit4]   2> 13559 T1416 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51340/_jrt/u
[junit4:junit4]   2> 13559 T1416 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 13560 T1416 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C115 name=collection1 org.apache.solr.core.SolrCore@44fb3437 url=http://127.0.0.1:51340/_jrt/u/collection1 node=127.0.0.1:51340__jrt%2Fu C115_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:51340__jrt%2Fu, base_url=http://127.0.0.1:51340/_jrt/u}
[junit4:junit4]   2> 13561 T1418 C115 P51340 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 13563 T1418 C115 P51340 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 13563 T1416 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13563 T1418 C115 P51340 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 13563 T1418 C115 P51340 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13565 T1344 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13566 T1418 C115 P51340 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13566 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13568 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13782 T1344 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13787 T1344 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51344
[junit4:junit4]   2> 13788 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13789 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322
[junit4:junit4]   2> 13789 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/'
[junit4:junit4]   2> 13820 T1344 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13821 T1344 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13821 T1344 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322
[junit4:junit4]   2> 13822 T1344 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/solr.xml
[junit4:junit4]   2> 13822 T1344 oasc.CoreContainer.<init> New CoreContainer 1739496742
[junit4:junit4]   2> 13823 T1344 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/'
[junit4:junit4]   2> 13824 T1344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/'
[junit4:junit4]   2> 13849 T1344 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 30000
[junit4:junit4]   2> 13850 T1344 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13851 T1344 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13851 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13852 T1344 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13852 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13853 T1344 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13853 T1344 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13854 T1344 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13854 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13868 T1344 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13887 T1344 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:51327/solr
[junit4:junit4]   2> 13888 T1344 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13888 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6ab369ff
[junit4:junit4]   2> 13890 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13890 T1428 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13892 T1428 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 13892 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51345
[junit4:junit4]   2> 13892 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51345
[junit4:junit4]   2> 13894 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb2000b with negotiated timeout 20000 for client /127.0.0.1:51345
[junit4:junit4]   2> 13894 T1428 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb2000b, negotiated timeout = 20000
[junit4:junit4]   2> 13895 T1429 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ab369ff name:ZooKeeperConnection Watcher:127.0.0.1:51327 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13895 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13897 T1349 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c03076cb2000b
[junit4:junit4]   2> 13898 T1346 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:51345 which had sessionid 0x13c03076cb2000b
[junit4:junit4]   2> 13898 T1344 oaz.ZooKeeper.close Session: 0x13c03076cb2000b closed
[junit4:junit4]   2> 13899 T1429 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13899 T1344 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
[junit4:junit4]   2> 13905 T1344 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:51327/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@6555121a
[junit4:junit4]   2> 13907 T1344 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13907 T1430 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:51327. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13908 T1430 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:51327, initiating session
[junit4:junit4]   2> 13909 T1346 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:51346
[junit4:junit4]   2> 13909 T1346 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:51346
[junit4:junit4]   2> 13910 T1348 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c03076cb2000c with negotiated timeout 20000 for client /127.0.0.1:51346
[junit4:junit4]   2> 13911 T1430 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:51327, sessionid = 0x13c03076cb2000c, negotiated timeout = 20000
[junit4:junit4]   2> 13911 T1431 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6555121a name:ZooKeeperConnection Watcher:127.0.0.1:51327/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13911 T1344 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13913 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb2000c type:create cxid:0x1 zxid:0xa0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13915 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb2000c type:create cxid:0x2 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13917 T1344 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51344__jrt%2Fu
[junit4:junit4]   2> 13918 T1349 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c03076cb2000c type:delete cxid:0x4 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:51344__jrt%2Fu Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:51344__jrt%2Fu
[junit4:junit4]   2> 13919 T1344 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51344__jrt%2Fu
[junit4:junit4]   2> 13922 T1366 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> 13923 T1372 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> 13924 T1385 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13924 T1385 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> 13924 T1400 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13924 T1400 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> 13925 T1415 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13925 T1415 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> 13929 T1366 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13929 T1372 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13932 T1344 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13941 T1432 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/collection1
[junit4:junit4]   2> 13941 T1432 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13943 T1432 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13943 T1432 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13945 T1432 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/collection1/'
[junit4:junit4]   2> 13946 T1432 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13947 T1432 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1357260497322/collection1/lib/README' to classloader
[junit4:junit4]   2> 13998 T1432 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_41
[junit4:junit4]   2> 14065 T1432 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14067 T1432 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14073 T1432 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14355 T1367 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14356 T1367 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:51340__jrt%2Fu",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:51340/_jrt/u"}
[junit4:junit4]   2> 14365 T1366 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> 14368 T1415 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> 14369 T1385 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> 14369 T1372 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> 14371 T1400 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> 14371 T1431 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> 14661 T1432 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14671 T1432 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14675 T1432 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14697 T1432 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14702 T1432 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14707 T1432 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14709 T1432 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14712 T1432 oasc.Sol

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

a.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >   12) Thread[id=1710, name=searcherExecutor-1076-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >   13) Thread[id=1732, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1258)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1332)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    >   14) Thread[id=1706, name=searcherExecutor-1072-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >   15) Thread[id=1703, name=searcherExecutor-1071-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >   16) Thread[id=1717, name=searcherExecutor-1099-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >   17) Thread[id=1713, name=searcherExecutor-1097-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >   18) Thread[id=1707, name=searcherExecutor-1073-thread-1, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    >   19) Thread[id=1724, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1258)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1332)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    >   20) Thread[id=1726, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1258)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1332)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:887)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:979)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([77641E7115B60894]:0)
[junit4:junit4] Completed in 340.30s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 457 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:353: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:178: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:428: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1176: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:841: There were test failures: 246 suites, 1020 tests, 3 suite-level errors, 1 error, 564 ignored (4 assumptions)

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