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

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

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

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=549, name=testExecutor-331-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:50954
	at __randomizedtesting.SeedInfo.seed([726B0BAE25D3A798]: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:50954
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.cloud.BasicDistributedZkTest$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:353)
	... 5 more


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

Error Message:
ERROR: SolrIndexSearcher opens=698 closes=697

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=698 closes=697
	at __randomizedtesting.SeedInfo.seed([726B0BAE25D3A798]: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.GeneratedMethodAccessor22.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:
2 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest:     1) Thread[id=588, name=searcherExecutor-385-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)    2) Thread[id=591, 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: 2 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
   1) Thread[id=588, name=searcherExecutor-385-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)
   2) Thread[id=591, 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([726B0BAE25D3A798]: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=588, name=searcherExecutor-385-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)    2) Thread[id=591, 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:888)         at org.apache.solr.core.SolrCore.close(SolrCore.java:980)         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=588, name=searcherExecutor-385-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)
   2) Thread[id=591, 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:888)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:980)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
	at __randomizedtesting.SeedInfo.seed([726B0BAE25D3A798]:0)




Build Log:
[...truncated 8641 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T227 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 8 T227 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-1359873862183
[junit4:junit4]   2> 10 T227 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 11 T228 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 14 T228 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 14 T228 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 14 T228 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 14 T228 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 15 T228 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-1359873862182/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 112 T227 oasc.ZkTestServer.run start zk server on port:50941
[junit4:junit4]   2> 115 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3e9d4917
[junit4:junit4]   2> 117 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 117 T233 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 118 T233 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 118 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50942
[junit4:junit4]   2> 120 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50942
[junit4:junit4]   2> 121 T231 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 125 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0000 with negotiated timeout 10000 for client /127.0.0.1:50942
[junit4:junit4]   2> 126 T233 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0000, negotiated timeout = 10000
[junit4:junit4]   2> 127 T234 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e9d4917 name:ZooKeeperConnection Watcher:127.0.0.1:50941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 127 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 128 T227 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 137 T232 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9ecc6a2e0000
[junit4:junit4]   2> 140 T229 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50942 which had sessionid 0x13c9ecc6a2e0000
[junit4:junit4]   2> 141 T234 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 138 T227 oaz.ZooKeeper.close Session: 0x13c9ecc6a2e0000 closed
[junit4:junit4]   2> 141 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@19368db4
[junit4:junit4]   2> 142 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 143 T235 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 144 T235 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 144 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50943
[junit4:junit4]   2> 144 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50943
[junit4:junit4]   2> 145 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0001 with negotiated timeout 10000 for client /127.0.0.1:50943
[junit4:junit4]   2> 146 T235 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0001, negotiated timeout = 10000
[junit4:junit4]   2> 147 T236 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19368db4 name:ZooKeeperConnection Watcher:127.0.0.1:50941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 147 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 148 T227 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 159 T227 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 168 T227 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 177 T227 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 192 T227 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> 193 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 212 T227 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> 213 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 223 T227 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> 224 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 235 T227 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> 237 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 249 T227 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> 250 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 259 T227 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> 260 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 269 T227 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> 270 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 282 T227 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> 283 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 292 T227 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> 293 T227 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 302 T232 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9ecc6a2e0001
[junit4:junit4]   2> 304 T229 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50943 which had sessionid 0x13c9ecc6a2e0001
[junit4:junit4]   2> 304 T227 oaz.ZooKeeper.close Session: 0x13c9ecc6a2e0001 closed
[junit4:junit4]   2> 304 T236 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 524 T227 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 529 T227 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50944
[junit4:junit4]   2> 531 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 533 T227 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 533 T227 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-1359873862478
[junit4:junit4]   2> 534 T227 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-1359873862478/solr.xml
[junit4:junit4]   2> 535 T227 oasc.CoreContainer.<init> New CoreContainer 105024408
[junit4:junit4]   2> 536 T227 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-1359873862478/'
[junit4:junit4]   2> 537 T227 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-1359873862478/'
[junit4:junit4]   2> 597 T227 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 598 T227 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 603 T227 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 604 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 604 T227 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 605 T227 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 605 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 606 T227 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 607 T227 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 607 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 638 T227 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 685 T227 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50941/solr
[junit4:junit4]   2> 686 T227 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 687 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5e861b21
[junit4:junit4]   2> 690 T246 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 690 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 692 T246 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 692 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50945
[junit4:junit4]   2> 693 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50945
[junit4:junit4]   2> 695 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0002 with negotiated timeout 20000 for client /127.0.0.1:50945
[junit4:junit4]   2> 696 T246 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0002, negotiated timeout = 20000
[junit4:junit4]   2> 696 T247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e861b21 name:ZooKeeperConnection Watcher:127.0.0.1:50941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 696 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 701 T232 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9ecc6a2e0002
[junit4:junit4]   2> 702 T229 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50945 which had sessionid 0x13c9ecc6a2e0002
[junit4:junit4]   2> 702 T247 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 702 T227 oaz.ZooKeeper.close Session: 0x13c9ecc6a2e0002 closed
[junit4:junit4]   2> 704 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 712 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@24c9c282
[junit4:junit4]   2> 714 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 715 T248 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 716 T248 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 716 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50946
[junit4:junit4]   2> 717 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50946
[junit4:junit4]   2> 719 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0003 with negotiated timeout 20000 for client /127.0.0.1:50946
[junit4:junit4]   2> 720 T248 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0003, negotiated timeout = 20000
[junit4:junit4]   2> 720 T249 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24c9c282 name:ZooKeeperConnection Watcher:127.0.0.1:50941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 720 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 725 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 728 T227 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 734 T227 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50944_
[junit4:junit4]   2> 736 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50944_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50944_
[junit4:junit4]   2> 737 T227 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50944_
[junit4:junit4]   2> 747 T227 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 768 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 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> 770 T227 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 777 T227 oasc.Overseer.start Overseer (id=89120693432483843-127.0.0.1:50944_-n_0000000000) starting
[junit4:junit4]   2> 779 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 782 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 785 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 787 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 790 T251 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 794 T227 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 804 T227 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 821 T252 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-1359873862478/collection1
[junit4:junit4]   2> 821 T252 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 824 T250 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 825 T252 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 826 T252 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 833 T252 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-1359873862478/collection1/'
[junit4:junit4]   2> 835 T252 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-1359873862478/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 835 T252 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-1359873862478/collection1/lib/README' to classloader
[junit4:junit4]   2> 891 T252 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 971 T252 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 973 T252 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 982 T252 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1695 T252 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1706 T252 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1711 T252 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1761 T252 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1769 T252 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1776 T252 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1781 T252 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1786 T252 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-1359873862478/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/control/data/
[junit4:junit4]   2> 1786 T252 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@47763d58
[junit4:junit4]   2> 1787 T252 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1807 T252 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-1359873862182/control/data forceNew:false
[junit4:junit4]   2> 1807 T252 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-1359873862182/control/data
[junit4:junit4]   2> 1808 T252 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/control/data/index/
[junit4:junit4]   2> 1808 T252 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1809 T252 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-1359873862182/control/data/index forceNew:false
[junit4:junit4]   2> 1815 T252 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-1359873862182/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7cd46bea),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1815 T252 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1816 T252 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-1359873862182/control/data/index
[junit4:junit4]   2> 1817 T252 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1819 T252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1820 T252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1820 T252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1821 T252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1822 T252 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1822 T252 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1823 T252 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1823 T252 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1824 T252 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1824 T252 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1825 T252 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1826 T252 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1826 T252 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1827 T252 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1827 T252 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1828 T252 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1829 T252 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1830 T252 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1831 T252 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1832 T252 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1833 T252 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1842 T252 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1843 T252 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1843 T252 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1844 T252 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1845 T252 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1851 T252 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1856 T252 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1859 T252 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> 1862 T252 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-1359873862182/control/data
[junit4:junit4]   2> 1863 T252 oass.SolrIndexSearcher.<init> Opening Searcher@43ffa092 main
[junit4:junit4]   2> 1864 T252 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1865 T252 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1865 T252 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1872 T252 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1913 T253 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43ffa092 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1921 T252 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1921 T252 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1922 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 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> 2359 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2361 T250 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:50944_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50944"}
[junit4:junit4]   2> 2361 T250 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2365 T250 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2367 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 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> 2381 T249 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> 2930 T252 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2930 T252 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50944 collection:control_collection shard:shard1
[junit4:junit4]   2> 2931 T252 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2951 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 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> 2952 T252 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2953 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2958 T252 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2958 T252 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2959 T252 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50944/collection1/
[junit4:junit4]   2> 2959 T252 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2959 T252 oasc.SyncStrategy.syncToMe http://127.0.0.1:50944/collection1/ has no replicas
[junit4:junit4]   2> 2959 T252 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50944/collection1/
[junit4:junit4]   2> 2960 T252 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2972 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3891 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3909 T249 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> 3950 T252 oasc.ZkController.register We are http://127.0.0.1:50944/collection1/ and leader is http://127.0.0.1:50944/collection1/
[junit4:junit4]   2> 3950 T252 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50944
[junit4:junit4]   2> 3950 T252 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3950 T252 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3951 T252 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3954 T252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3956 T227 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3957 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3957 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3968 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3978 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@b08e71a
[junit4:junit4]   2> 3980 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3980 T254 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3981 T254 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 3981 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50947
[junit4:junit4]   2> 3982 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50947
[junit4:junit4]   2> 3983 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0004 with negotiated timeout 10000 for client /127.0.0.1:50947
[junit4:junit4]   2> 3984 T254 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0004, negotiated timeout = 10000
[junit4:junit4]   2> 3984 T255 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b08e71a name:ZooKeeperConnection Watcher:127.0.0.1:50941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3984 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3987 T227 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3996 T227 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4214 T227 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4217 T227 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50948
[junit4:junit4]   2> 4218 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4219 T227 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4219 T227 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-1359873866169
[junit4:junit4]   2> 4220 T227 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-1359873866169/solr.xml
[junit4:junit4]   2> 4220 T227 oasc.CoreContainer.<init> New CoreContainer 989331467
[junit4:junit4]   2> 4221 T227 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-1359873866169/'
[junit4:junit4]   2> 4222 T227 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-1359873866169/'
[junit4:junit4]   2> 4268 T227 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4269 T227 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4269 T227 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4270 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4270 T227 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4271 T227 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4271 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4272 T227 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4272 T227 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4273 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4287 T227 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4304 T227 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50941/solr
[junit4:junit4]   2> 4305 T227 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4305 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@736e3384
[junit4:junit4]   2> 4310 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4311 T265 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4312 T265 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 4313 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50949
[junit4:junit4]   2> 4313 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50949
[junit4:junit4]   2> 4388 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0005 with negotiated timeout 20000 for client /127.0.0.1:50949
[junit4:junit4]   2> 4389 T265 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0005, negotiated timeout = 20000
[junit4:junit4]   2> 4389 T266 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@736e3384 name:ZooKeeperConnection Watcher:127.0.0.1:50941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4390 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4396 T232 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9ecc6a2e0005
[junit4:junit4]   2> 4397 T227 oaz.ZooKeeper.close Session: 0x13c9ecc6a2e0005 closed
[junit4:junit4]   2> 4398 T229 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50949 which had sessionid 0x13c9ecc6a2e0005
[junit4:junit4]   2> 4398 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4398 T266 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4421 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5abf22a0
[junit4:junit4]   2> 4423 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4424 T267 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4425 T267 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 4425 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50950
[junit4:junit4]   2> 4427 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50950
[junit4:junit4]   2> 4429 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0006 with negotiated timeout 20000 for client /127.0.0.1:50950
[junit4:junit4]   2> 4429 T267 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0006, negotiated timeout = 20000
[junit4:junit4]   2> 4429 T268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5abf22a0 name:ZooKeeperConnection Watcher:127.0.0.1:50941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4430 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4432 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4435 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4437 T227 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50948_
[junit4:junit4]   2> 4444 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50948_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50948_
[junit4:junit4]   2> 4445 T227 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50948_
[junit4:junit4]   2> 4456 T249 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4456 T249 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> 4457 T255 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4470 T227 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4481 T269 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-1359873866169/collection1
[junit4:junit4]   2> 4482 T269 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4484 T269 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4484 T269 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4488 T269 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-1359873866169/collection1/'
[junit4:junit4]   2> 4490 T269 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-1359873866169/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4490 T269 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-1359873866169/collection1/lib/README' to classloader
[junit4:junit4]   2> 4556 T269 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4643 T269 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4645 T269 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4652 T269 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5319 T269 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5330 T269 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5334 T269 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5371 T269 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5379 T269 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5386 T269 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5390 T269 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5394 T269 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-1359873866169/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty1/
[junit4:junit4]   2> 5394 T269 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@47763d58
[junit4:junit4]   2> 5395 T269 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5396 T269 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-1359873862182/jetty1 forceNew:false
[junit4:junit4]   2> 5397 T269 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-1359873862182/jetty1
[junit4:junit4]   2> 5397 T269 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty1/index/
[junit4:junit4]   2> 5398 T269 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5400 T269 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-1359873862182/jetty1/index forceNew:false
[junit4:junit4]   2> 5406 T269 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-1359873862182/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@505468e2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5407 T269 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5408 T269 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-1359873862182/jetty1/index
[junit4:junit4]   2> 5408 T269 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5413 T269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5413 T269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5414 T269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5415 T269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5416 T269 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5416 T269 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5417 T269 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5418 T269 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5421 T269 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5422 T269 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5423 T269 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5425 T269 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5426 T269 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5427 T269 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5427 T269 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5428 T269 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5429 T269 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5430 T269 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5431 T269 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5429 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5432 T269 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5433 T269 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5434 T250 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:50944_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50944"}
[junit4:junit4]   2> 5434 T269 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5435 T269 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5436 T269 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5436 T269 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5437 T269 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5445 T268 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> 5449 T269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5450 T249 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> 5452 T255 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> 5456 T269 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5460 T269 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> 5463 T269 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-1359873862182/jetty1
[junit4:junit4]   2> 5464 T269 oass.SolrIndexSearcher.<init> Opening Searcher@4e967b6d main
[junit4:junit4]   2> 5465 T269 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5466 T269 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5466 T269 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5472 T269 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5520 T270 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4e967b6d main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5530 T269 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5531 T269 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6961 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6963 T250 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:50948_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50948"}
[junit4:junit4]   2> 6963 T250 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 6963 T250 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6976 T249 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> 6976 T268 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> 6976 T255 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> 7544 T269 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7544 T269 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50948 collection:collection1 shard:shard1
[junit4:junit4]   2> 7546 T269 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7564 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0006 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> 7565 T269 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7566 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0006 type:create cxid:0x46 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7571 T269 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7572 T269 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7572 T269 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50948/collection1/
[junit4:junit4]   2> 7572 T269 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7572 T269 oasc.SyncStrategy.syncToMe http://127.0.0.1:50948/collection1/ has no replicas
[junit4:junit4]   2> 7573 T269 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50948/collection1/
[junit4:junit4]   2> 7573 T269 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7587 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0006 type:create cxid:0x50 zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8491 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8510 T268 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> 8511 T249 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> 8511 T255 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> 8565 T269 oasc.ZkController.register We are http://127.0.0.1:50948/collection1/ and leader is http://127.0.0.1:50948/collection1/
[junit4:junit4]   2> 8565 T269 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50948
[junit4:junit4]   2> 8565 T269 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8566 T269 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8566 T269 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8571 T269 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8573 T227 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 8574 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8575 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8772 T227 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8775 T227 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50951
[junit4:junit4]   2> 8778 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8779 T227 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8780 T227 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-1359873870755
[junit4:junit4]   2> 8780 T227 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-1359873870755/solr.xml
[junit4:junit4]   2> 8781 T227 oasc.CoreContainer.<init> New CoreContainer 2004167301
[junit4:junit4]   2> 8782 T227 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-1359873870755/'
[junit4:junit4]   2> 8782 T227 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-1359873870755/'
[junit4:junit4]   2> 8826 T227 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 8827 T227 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8828 T227 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8828 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8831 T227 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8832 T227 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8833 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8834 T227 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8835 T227 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8836 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8857 T227 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8884 T227 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50941/solr
[junit4:junit4]   2> 8885 T227 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8886 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6153fdb6
[junit4:junit4]   2> 8888 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8889 T280 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8891 T280 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 8892 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50952
[junit4:junit4]   2> 8893 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50952
[junit4:junit4]   2> 8894 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0007 with negotiated timeout 20000 for client /127.0.0.1:50952
[junit4:junit4]   2> 8894 T280 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0007, negotiated timeout = 20000
[junit4:junit4]   2> 8895 T281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6153fdb6 name:ZooKeeperConnection Watcher:127.0.0.1:50941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8895 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8899 T232 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9ecc6a2e0007
[junit4:junit4]   2> 8900 T229 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50952 which had sessionid 0x13c9ecc6a2e0007
[junit4:junit4]   2> 8901 T281 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8900 T227 oaz.ZooKeeper.close Session: 0x13c9ecc6a2e0007 closed
[junit4:junit4]   2> 8902 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 8913 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1bf90a83
[junit4:junit4]   2> 8915 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8916 T282 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8917 T282 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 8917 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50953
[junit4:junit4]   2> 8918 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50953
[junit4:junit4]   2> 8919 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0008 with negotiated timeout 20000 for client /127.0.0.1:50953
[junit4:junit4]   2> 8920 T282 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0008, negotiated timeout = 20000
[junit4:junit4]   2> 8923 T283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bf90a83 name:ZooKeeperConnection Watcher:127.0.0.1:50941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8923 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8929 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0008 type:create cxid:0x1 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8931 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8933 T227 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50951_
[junit4:junit4]   2> 8934 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0008 type:delete cxid:0x4 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50951_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50951_
[junit4:junit4]   2> 8936 T227 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50951_
[junit4:junit4]   2> 8942 T255 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> 8943 T268 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8943 T249 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8943 T268 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> 8943 T249 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> 8950 T255 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 8955 T227 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 8972 T284 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-1359873870755/collection1
[junit4:junit4]   2> 8973 T284 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 8974 T284 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 8975 T284 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 8978 T284 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-1359873870755/collection1/'
[junit4:junit4]   2> 8979 T284 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-1359873870755/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 8979 T284 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-1359873870755/collection1/lib/README' to classloader
[junit4:junit4]   2> 9033 T284 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9116 T284 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9118 T284 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9127 T284 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9902 T284 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 9914 T284 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 9918 T284 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 9974 T284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9982 T284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 9989 T284 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9992 T284 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 9996 T284 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-1359873870755/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty2/
[junit4:junit4]   2> 9996 T284 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@47763d58
[junit4:junit4]   2> 9997 T284 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 9998 T284 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-1359873862182/jetty2 forceNew:false
[junit4:junit4]   2> 9998 T284 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-1359873862182/jetty2
[junit4:junit4]   2> 9998 T284 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty2/index/
[junit4:junit4]   2> 9999 T284 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10000 T284 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-1359873862182/jetty2/index forceNew:false
[junit4:junit4]   2> 10004 T284 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-1359873862182/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bcb5214),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10005 T284 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10005 T284 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-1359873862182/jetty2/index
[junit4:junit4]   2> 10006 T284 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 10009 T284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10010 T284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 10010 T284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10010 T284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 10011 T284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10012 T284 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10012 T284 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10013 T284 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10014 T284 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10015 T284 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 10016 T284 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 10016 T284 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10017 T284 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 10017 T284 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 10018 T284 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 10018 T284 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10019 T284 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10020 T284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10021 T284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10021 T284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10022 T284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10024 T284 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10024 T284 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10025 T284 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 10027 T284 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 10028 T284 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 10037 T284 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10044 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10045 T284 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 10045 T250 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:50948_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50948"}
[junit4:junit4]   2> 10048 T284 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> 10051 T284 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-1359873862182/jetty2
[junit4:junit4]   2> 10053 T284 oass.SolrIndexSearcher.<init> Opening Searcher@7d3b1eca main
[junit4:junit4]   2> 10054 T284 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10054 T284 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10055 T284 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 10068 T284 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 10075 T255 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> 10075 T249 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> 10075 T268 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> 10078 T283 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> 10125 T285 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d3b1eca main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10134 T284 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10134 T284 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11600 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11602 T250 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:50951_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50951"}
[junit4:junit4]   2> 11602 T250 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 11602 T250 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11623 T268 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> 11624 T283 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> 11624 T249 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> 11624 T255 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> 12141 T284 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12141 T284 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50951 collection:collection1 shard:shard2
[junit4:junit4]   2> 12144 T284 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12159 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0008 type:delete cxid:0x44 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12160 T284 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12161 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0008 type:create cxid:0x45 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12166 T284 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12166 T284 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12167 T284 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50951/collection1/
[junit4:junit4]   2> 12167 T284 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12168 T284 oasc.SyncStrategy.syncToMe http://127.0.0.1:50951/collection1/ has no replicas
[junit4:junit4]   2> 12168 T284 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50951/collection1/
[junit4:junit4]   2> 12169 T284 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12178 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e0008 type:create cxid:0x4e zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13140 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13160 T268 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> 13161 T249 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> 13161 T283 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> 13161 T255 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> 13205 T284 oasc.ZkController.register We are http://127.0.0.1:50951/collection1/ and leader is http://127.0.0.1:50951/collection1/
[junit4:junit4]   2> 13206 T284 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50951
[junit4:junit4]   2> 13206 T284 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13206 T284 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13206 T284 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13211 T284 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13213 T227 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13214 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13215 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13417 T227 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13421 T227 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50954
[junit4:junit4]   2> 13422 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13422 T227 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13424 T227 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-1359873875398
[junit4:junit4]   2> 13424 T227 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-1359873875398/solr.xml
[junit4:junit4]   2> 13425 T227 oasc.CoreContainer.<init> New CoreContainer 961834094
[junit4:junit4]   2> 13426 T227 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-1359873875398/'
[junit4:junit4]   2> 13426 T227 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-1359873875398/'
[junit4:junit4]   2> 13465 T227 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13466 T227 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13466 T227 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13467 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13467 T227 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13468 T227 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13468 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13468 T227 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13469 T227 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13469 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13489 T227 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13508 T227 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50941/solr
[junit4:junit4]   2> 13509 T227 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13509 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7adc1ca7
[junit4:junit4]   2> 13511 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13511 T295 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13512 T295 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 13513 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50955
[junit4:junit4]   2> 13514 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50955
[junit4:junit4]   2> 13515 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e0009 with negotiated timeout 20000 for client /127.0.0.1:50955
[junit4:junit4]   2> 13516 T295 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e0009, negotiated timeout = 20000
[junit4:junit4]   2> 13516 T296 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7adc1ca7 name:ZooKeeperConnection Watcher:127.0.0.1:50941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13516 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13519 T232 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9ecc6a2e0009
[junit4:junit4]   2> 13520 T229 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50955 which had sessionid 0x13c9ecc6a2e0009
[junit4:junit4]   2> 13520 T296 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13520 T227 oaz.ZooKeeper.close Session: 0x13c9ecc6a2e0009 closed
[junit4:junit4]   2> 13521 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13529 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3074cffd
[junit4:junit4]   2> 13531 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13531 T297 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13532 T297 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 13533 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50956
[junit4:junit4]   2> 13533 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50956
[junit4:junit4]   2> 13535 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e000a with negotiated timeout 20000 for client /127.0.0.1:50956
[junit4:junit4]   2> 13535 T297 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e000a, negotiated timeout = 20000
[junit4:junit4]   2> 13536 T298 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3074cffd name:ZooKeeperConnection Watcher:127.0.0.1:50941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13536 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13538 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e000a type:create cxid:0x1 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13540 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13543 T227 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50954_
[junit4:junit4]   2> 13544 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e000a type:delete cxid:0x4 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50954_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50954_
[junit4:junit4]   2> 13545 T227 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50954_
[junit4:junit4]   2> 13551 T283 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> 13552 T255 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> 13553 T268 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13553 T268 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> 13554 T249 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13555 T249 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> 13559 T255 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13560 T283 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 13570 T227 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13588 T299 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-1359873875398/collection1
[junit4:junit4]   2> 13588 T299 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13590 T299 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13590 T299 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13595 T299 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-1359873875398/collection1/'
[junit4:junit4]   2> 13598 T299 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-1359873875398/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13599 T299 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-1359873875398/collection1/lib/README' to classloader
[junit4:junit4]   2> 13681 T299 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13773 T299 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13775 T299 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13783 T299 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14394 T299 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14408 T299 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14412 T299 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14447 T299 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14453 T299 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14460 T299 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14463 T299 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14467 T299 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-1359873875398/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty3/
[junit4:junit4]   2> 14467 T299 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@47763d58
[junit4:junit4]   2> 14468 T299 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14468 T299 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-1359873862182/jetty3 forceNew:false
[junit4:junit4]   2> 14469 T299 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-1359873862182/jetty3
[junit4:junit4]   2> 14469 T299 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty3/index/
[junit4:junit4]   2> 14470 T299 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14471 T299 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-1359873862182/jetty3/index forceNew:false
[junit4:junit4]   2> 14475 T299 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-1359873862182/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fce4de8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14475 T299 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14476 T299 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-1359873862182/jetty3/index
[junit4:junit4]   2> 14476 T299 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14480 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14481 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14481 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14482 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14483 T299 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14483 T299 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14484 T299 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14485 T299 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14485 T299 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14486 T299 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14487 T299 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14487 T299 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14488 T299 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14488 T299 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14489 T299 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14490 T299 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14490 T299 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14491 T299 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14492 T299 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14492 T299 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14493 T299 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14494 T299 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14495 T299 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14495 T299 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14496 T299 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14497 T299 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14503 T299 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14507 T299 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14509 T299 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> 14514 T299 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-1359873862182/jetty3
[junit4:junit4]   2> 14515 T299 oass.SolrIndexSearcher.<init> Opening Searcher@435b56de main
[junit4:junit4]   2> 14517 T299 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14517 T299 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14518 T299 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14524 T299 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14564 T300 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@435b56de main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14576 T299 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14576 T299 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14678 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14680 T250 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:50951_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50951"}
[junit4:junit4]   2> 14689 T250 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:50954_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50954"}
[junit4:junit4]   2> 14689 T250 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14689 T250 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14700 T283 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> 14700 T298 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> 14701 T249 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> 14700 T268 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> 14700 T255 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> 15582 T299 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15582 T299 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50954 collection:collection1 shard:shard1
[junit4:junit4]   2> 15593 T299 oasc.ZkController.register We are http://127.0.0.1:50954/collection1/ and leader is http://127.0.0.1:50948/collection1/
[junit4:junit4]   2> 15593 T299 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50954
[junit4:junit4]   2> 15594 T299 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15594 T299 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@59c739cc url=http://127.0.0.1:50954/collection1 node=127.0.0.1:50954_ C19_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50954_, base_url=http://127.0.0.1:50954}
[junit4:junit4]   2> 15600 T301 C19 P50954 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15602 T301 C19 P50954 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15602 T299 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15602 T301 C19 P50954 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15603 T301 C19 P50954 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15606 T227 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15606 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15607 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15613 T301 C19 P50954 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15838 T227 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15842 T227 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50958
[junit4:junit4]   2> 15843 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15843 T227 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15844 T227 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-1359873877789
[junit4:junit4]   2> 15844 T227 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-1359873877789/solr.xml
[junit4:junit4]   2> 15844 T227 oasc.CoreContainer.<init> New CoreContainer 1508843692
[junit4:junit4]   2> 15845 T227 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-1359873877789/'
[junit4:junit4]   2> 15845 T227 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-1359873877789/'
[junit4:junit4]   2> 15889 T227 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 15890 T227 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15890 T227 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15891 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15891 T227 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15892 T227 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15892 T227 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15893 T227 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15894 T227 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15895 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15911 T227 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15936 T227 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50941/solr
[junit4:junit4]   2> 15936 T227 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15937 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5a2e13eb
[junit4:junit4]   2> 15938 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15939 T311 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15940 T311 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 15941 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50959
[junit4:junit4]   2> 15942 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50959
[junit4:junit4]   2> 15943 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e000b with negotiated timeout 20000 for client /127.0.0.1:50959
[junit4:junit4]   2> 15944 T311 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e000b, negotiated timeout = 20000
[junit4:junit4]   2> 15944 T312 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a2e13eb name:ZooKeeperConnection Watcher:127.0.0.1:50941 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15944 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15948 T232 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c9ecc6a2e000b
[junit4:junit4]   2> 15950 T229 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50959 which had sessionid 0x13c9ecc6a2e000b
[junit4:junit4]   2> 15950 T227 oaz.ZooKeeper.close Session: 0x13c9ecc6a2e000b closed
[junit4:junit4]   2> 15950 T312 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15951 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 15960 T227 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50941/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1df9c0e0
[junit4:junit4]   2> 15962 T227 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15963 T313 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50941. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15964 T313 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50941, initiating session
[junit4:junit4]   2> 15965 T229 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50960
[junit4:junit4]   2> 15966 T229 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50960
[junit4:junit4]   2> 15968 T231 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c9ecc6a2e000c with negotiated timeout 20000 for client /127.0.0.1:50960
[junit4:junit4]   2> 15968 T313 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50941, sessionid = 0x13c9ecc6a2e000c, negotiated timeout = 20000
[junit4:junit4]   2> 15969 T314 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1df9c0e0 name:ZooKeeperConnection Watcher:127.0.0.1:50941/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15969 T227 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15972 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15975 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e000c type:create cxid:0x2 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15979 T227 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50958_
[junit4:junit4]   2> 15984 T232 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c9ecc6a2e000c type:delete cxid:0x4 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50958_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50958_
[junit4:junit4]   2> 15991 T227 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50958_
[junit4:junit4]   2> 15999 T283 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> 15999 T255 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> 16003 T268 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16004 T268 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> 16004 T249 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16004 T249 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> 16004 T298 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16006 T298 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> 16009 T283 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16015 T255 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 16024 T227 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16035 T315 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-1359873877789/collection1
[junit4:junit4]   2> 16035 T315 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 16037 T315 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16037 T315 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 16040 T315 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-1359873877789/collection1/'
[junit4:junit4]   2> 16041 T315 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-1359873877789/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 16042 T315 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-1359873877789/collection1/lib/README' to classloader
[junit4:junit4]   2> 16096 T315 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 16161 T315 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16163 T315 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16172 T315 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16222 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16224 T250 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:50954_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50954"}
[junit4:junit4]   2> 16246 T298 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> 16246 T314 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> 16247 T255 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> 16248 T283 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> 16250 T249 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> 16289 T268 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> 16933 T315 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16943 T315 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16947 T315 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16990 T315 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17002 T315 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17010 T315 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17014 T315 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17018 T315 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-1359873877789/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty4/
[junit4:junit4]   2> 17018 T315 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@47763d58
[junit4:junit4]   2> 17019 T315 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17020 T315 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-1359873862182/jetty4 forceNew:false
[junit4:junit4]   2> 17021 T315 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-1359873862182/jetty4
[junit4:junit4]   2> 17021 T315 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty4/index/
[junit4:junit4]   2> 17022 T315 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17023 T315 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-1359873862182/jetty4/index forceNew:false
[junit4:junit4]   2> 17028 T315 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-1359873862182/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7a6169f5),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17028 T315 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17029 T315 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-1359873862182/jetty4/index
[junit4:junit4]   2> 17030 T315 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 17035 T315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17035 T315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 17036 T315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17036 T315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 17037 T315 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17038 T315 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17039 T315 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17040 T315 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17040 T315 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17041 T315 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 17043 T315 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 17044 T315 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17045 T315 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 17045 T315 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 17046 T315 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 17047 T315 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17048 T315 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17052 T315 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17052 T315 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17053 T315 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17054 T315 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17055 T315 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17055 T315 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17056 T315 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 17057 T315 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 17058 T315 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 17066 T315 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17069 T315 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 17072 T315 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> 17076 T315 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-1359873862182/jetty4
[junit4:junit4]   2> 17077 T315 oass.SolrIndexSearcher.<init> Opening Searcher@314cd8da main
[junit4:junit4]   2> 17079 T315 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17079 T315 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17080 T315 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 17085 T315 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 17132 T316 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@314cd8da main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17142 T315 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17143 T315 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17768 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17770 T250 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:50958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50958"}
[junit4:junit4]   2> 17770 T250 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17770 T250 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 17779 T268 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> 17780 T314 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> 17781 T249 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> 17781 T255 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> 17782 T298 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> 17782 T283 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> 18147 T315 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18148 T315 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50958 collection:collection1 shard:shard2
[junit4:junit4]   2> 18155 T315 oasc.ZkController.register We are http://127.0.0.1:50958/collection1/ and leader is http://127.0.0.1:50951/collection1/
[junit4:junit4]   2> 18156 T315 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50958
[junit4:junit4]   2> 18156 T315 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 18156 T315 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C20 name=collection1 org.apache.solr.core.SolrCore@36b22fca url=http://127.0.0.1:50958/collection1 node=127.0.0.1:50958_ C20_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50958_, base_url=http://127.0.0.1:50958}
[junit4:junit4]   2> 18157 T317 C20 P50958 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 18158 T317 C20 P50958 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 18158 T317 C20 P50958 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 18158 T317 C20 P50958 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18159 T315 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18161 T317 C20 P50958 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18162 T227 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 18163 T227 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 18164 T227 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 18182 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18186 T227 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 18188 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C19_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50954_, base_url=http://127.0.0.1:50954}
[junit4:junit4]   2> 18653 T301 C19 P50954 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50948/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18658 T301 C19 P50954 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   2> 18667 T301 C19 P50954 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50954 START replicas=[http://127.0.0.1:50948/collection1/] nUpdates=100
[junit4:junit4]   2> 18672 T301 C19 P50954 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18673 T301 C19 P50954 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18673 T301 C19 P50954 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18673 T301 C19 P50954 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18673 T301 C19 P50954 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18674 T301 C19 P50954 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50948/collection1/. core=collection1
[junit4:junit4]   2> 18674 T301 C19 P50954 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C21 name=collection1 org.apache.solr.core.SolrCore@4a090037 url=http://127.0.0.1:50948/collection1 node=127.0.0.1:50948_ C21_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50948_, base_url=http://127.0.0.1:50948, leader=true}
[junit4:junit4]   2> 18696 T260 C21 P50948 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18763 T261 C21 P50948 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18764 T261 C21 P50948 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-1359873862182/jetty1
[junit4:junit4]   2> 18767 T261 C21 P50948 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-1359873862182/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@505468e2),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18768 T261 C21 P50948 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18770 T261 C21 P50948 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-1359873862182/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@505468e2),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-1359873862182/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@505468e2),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18771 T261 C21 P50948 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18771 T261 C21 P50948 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-1359873862182/jetty1
[junit4:junit4]   2> 18772 T261 C21 P50948 oass.SolrIndexSearcher.<init> Opening Searcher@75759299 realtime
[junit4:junit4]   2> 18772 T261 C21 P50948 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18773 T261 C21 P50948 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 72
[junit4:junit4]   2> 18775 T301 C19 P50954 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18775 T301 C19 P50954 oascsi.HttpClientUtil.createClient Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   2> 18790 T301 C19 P50954 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18795 T264 C21 P50948 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18795 T264 C21 P50948 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18797 T301 C19 P50954 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18797 T301 C19 P50954 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18798 T301 C19 P50954 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18803 T259 C21 P50948 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-1359873862182/jetty1
[junit4:junit4]   2> 18803 T259 C21 P50948 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-1359873862182/jetty1/index
[junit4:junit4]   2> 18804 T259 C21 P50948 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18805 T301 C19 P50954 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18807 T301 C19 P50954 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-1359873862182/jetty3/index.20130203064440979 forceNew:false
[junit4:junit4]   2> 18807 T301 C19 P50954 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-1359873862182/jetty3
[junit4:junit4]   2> 18808 T301 C19 P50954 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-1359873862182/jetty3/index.20130203064440979 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31e7080c) fullCopy=true
[junit4:junit4]   2> 18821 T263 C21 P50948 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=5 
[junit4:junit4]   2> 18832 T301 C19 P50954 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-1359873862182/jetty3/index
[junit4:junit4]   2> 18833 T301 C19 P50954 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18834 T301 C19 P50954 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130203064440979
[junit4:junit4]   2> 18837 T301 C19 P50954 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-1359873862182/jetty3
[junit4:junit4]   2> 18838 T301 C19 P50954 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-1359873862182/jetty3
[junit4:junit4]   2> 18838 T301 C19 P50954 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty3/index.20130203064440979
[junit4:junit4]   2> 18842 T301 C19 P50954 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-1359873862182/jetty3/index.20130203064440979 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31e7080c),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18843 T301 C19 P50954 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18846 T301 C19 P50954 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-1359873862182/jetty3
[junit4:junit4]   2> 18848 T301 C19 P50954 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18848 T301 C19 P50954 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18849 T301 C19 P50954 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18849 T301 C19 P50954 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-1359873862182/jetty3/index.20130203064440979
[junit4:junit4]   2> 18850 T301 C19 P50954 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-1359873862182/jetty3
[junit4:junit4]   2> 18856 T301 C19 P50954 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-1359873862182/jetty3/index.20130203064440979 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31e7080c),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18857 T301 C19 P50954 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18857 T301 C19 P50954 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18857 T301 C19 P50954 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-1359873862182/jetty3
[junit4:junit4]   2> 18858 T301 C19 P50954 oass.SolrIndexSearcher.<init> Opening Searcher@55c91e8d main
[junit4:junit4]   2> 18860 T300 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55c91e8d main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18861 T300 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-1359873862182/jetty3/index
[junit4:junit4]   2> 18861 T301 C19 P50954 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18863 T301 C19 P50954 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-1359873862182/jetty3/index.20130203064440979 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31e7080c),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-1359873862182/jetty3/index.20130203064440979 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31e7080c),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18863 T301 C19 P50954 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18864 T301 C19 P50954 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-1359873862182/jetty3
[junit4:junit4]   2> 18864 T301 C19 P50954 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18864 T301 C19 P50954 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-1359873862182/jetty3/index.20130203064440979
[junit4:junit4]   2> 18864 T301 C19 P50954 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-1359873862182/jetty3/index
[junit4:junit4]   2> 18865 T301 C19 P50954 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18865 T301 C19 P50954 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18865 T301 C19 P50954 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 18865 T301 C19 P50954 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18867 T301 C19 P50954 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 19196 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19296 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19298 T250 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:50958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50958"}
[junit4:junit4]   2> 19307 T250 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:50954_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50954"}
[junit4:junit4]   2> 19316 T268 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> 19317 T314 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> 19317 T283 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> 19318 T249 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> 19318 T298 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> 19319 T255 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> 20202 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21207 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2>  C20_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50958_, base_url=http://127.0.0.1:50958}
[junit4:junit4]   2> 22188 T317 C20 P50958 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50951/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 22188 T317 C20 P50958 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50958 START replicas=[http://127.0.0.1:50951/collection1/] nUpdates=100
[junit4:junit4]   2> 22189 T317 C20 P50958 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 22189 T317 C20 P50958 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 22189 T317 C20 P50958 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 22189 T317 C20 P50958 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 22189 T317 C20 P50958 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 22190 T317 C20 P50958 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50951/collection1/. core=collection1
[junit4:junit4]   2> 22190 T317 C20 P50958 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C22 name=collection1 org.apache.solr.core.SolrCore@4e34c53 url=http://127.0.0.1:50951/collection1 node=127.0.0.1:50951_ C22_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50951_, base_url=http://127.0.0.1:50951, leader=true}
[junit4:junit4]   2> 22200 T279 C22 P50951 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 22202 T275 C22 P50951 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 22203 T275 C22 P50951 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-1359873862182/jetty2
[junit4:junit4]   2> 22205 T275 C22 P50951 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-1359873862182/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bcb5214),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22207 T275 C22 P50951 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22210 T275 C22 P50951 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-1359873862182/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bcb5214),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-1359873862182/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bcb5214),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22211 T275 C22 P50951 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22211 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22211 T275 C22 P50951 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-1359873862182/jetty2
[junit4:junit4]   2> 22212 T275 C22 P50951 oass.SolrIndexSearcher.<init> Opening Searcher@7733d01d realtime
[junit4:junit4]   2> 22212 T275 C22 P50951 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22212 T275 C22 P50951 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 11
[junit4:junit4]   2> 22213 T317 C20 P50958 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22214 T317 C20 P50958 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 22490 T278 C22 P50951 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 22491 T278 C22 P50951 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 22494 T317 C20 P50958 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 22494 T317 C20 P50958 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 22494 T317 C20 P50958 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 22499 T274 C22 P50951 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-1359873862182/jetty2
[junit4:junit4]   2> 22500 T274 C22 P50951 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-1359873862182/jetty2/index
[junit4:junit4]   2> 22500 T274 C22 P50951 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 22502 T317 C20 P50958 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 22503 T317 C20 P50958 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-1359873862182/jetty4/index.20130203064444675 forceNew:false
[junit4:junit4]   2> 22503 T317 C20 P50958 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-1359873862182/jetty4
[junit4:junit4]   2> 22504 T317 C20 P50958 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-1359873862182/jetty4/index.20130203064444675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2789a9e6) fullCopy=true
[junit4:junit4]   2> 22510 T277 C22 P50951 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=1 
[junit4:junit4]   2> 22514 T317 C20 P50958 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-1359873862182/jetty4/index
[junit4:junit4]   2> 22515 T317 C20 P50958 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 22516 T317 C20 P50958 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130203064444675
[junit4:junit4]   2> 22519 T317 C20 P50958 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-1359873862182/jetty4
[junit4:junit4]   2> 22520 T317 C20 P50958 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-1359873862182/jetty4
[junit4:junit4]   2> 22520 T317 C20 P50958 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty4/index/ new=./org.apache.solr.cloud.BasicDistributedZkTest-1359873862182/jetty4/index.20130203064444675
[junit4:junit4]   2> 22524 T317 C20 P50958 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-1359873862182/jetty4/index.20130203064444675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2789a9e6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22525 T317 C20 P50958 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22527 T317 C20 P50958 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-1359873862182/jetty4
[junit4:junit4]   2> 22527 T317 C20 P50958 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 22527 T317 C20 P50958 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 22527 T317 C20 P50958 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 22528 T317 C20 P50958 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-1359873862182/jetty4/index.20130203064444675
[junit4:junit4]   2> 22528 T317 C20 P50958 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-1359873862182/jetty4
[junit4:junit4]   2> 22532 T317 C20 P50958 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-1359873862182/jetty4/index.20130203064444675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2789a9e6),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 22533 T317 C20 P50958 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 22533 T317 C20 P50958 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 22533 T317 C20 P50958 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-1359873862182/jetty4
[junit4:junit4]   2> 22534 T317 C20 P50958 oass.SolrIndexSearcher.<init> Opening Searcher@4a46d2e2 main
[junit4:junit4]   2> 22537 T316 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a46d2e2 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 22538 T316 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-1359873862182/jetty4/index
[junit4:junit4]   2> 22538 T317 C20 P50958 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 22540 T317 C20 P50958 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-1359873862182/jetty4/index.20130203064444675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2789a9e6),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-1359873862182/jetty4/index.20130203064444675 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2789a9e6),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 22541 T317 C20 P50958 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 22543 T317 C20 P50958 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-1359873862182/jetty4
[junit4:junit4]   2> 22543 T317 C20 P50958 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 22543 T317 C20 P50958 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-1359873862182/jetty4/index.20130203064444675
[junit4:junit4]   2> 22543 T317 C20 P50958 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-1359873862182/jetty4/index
[junit4:junit4]   2> 22544 T317 C20 P50958 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 22544 T317 C20 P50958 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 22544 T317 C20 P50958 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 22544 T317 C20 P50958 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22932 T317 C20 P50958 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 23216 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24004 T250 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24005 T250 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:50958_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50958"}
[junit4:junit4]   2> 24016 T249 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> 24017 T314 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> 24017 T255 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> 24018 T268 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> 24018 T298 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> 24018 T283 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> 24221 T227 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24223 T227 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: collection1
[junit4:junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@63206078 url=http://127.0.0.1:50944/collection1 node=127.0.0.1:50944_ C23_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:50944_, base_url=http://127.0.0.1:50944, leader=true}
[junit4:junit4]   2> 24235 T243 C23 P50944 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.BasicDistr

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

d.run(Thread.java:722)
[junit4:junit4]   2> 	   2) Thread[id=591, name=RecoveryThread, state=WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]   2> 	        at java.lang.Object.wait(Native Method)
[junit4:junit4]   2> 	        at java.lang.Thread.join(Thread.java:1258)
[junit4:junit4]   2> 	        at java.lang.Thread.join(Thread.java:1332)
[junit4:junit4]   2> 	        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:244)
[junit4:junit4]   2> 	        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:271)
[junit4:junit4]   2> 	        at org.apache.solr.core.SolrCore.decrefSolrCoreState(SolrCore.java:888)
[junit4:junit4]   2> 	        at org.apache.solr.core.SolrCore.close(SolrCore.java:980)
[junit4:junit4]   2> 	        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=en, timezone=GMT0
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=3,free=95843864,total=211607552
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestSolrCoreProperties, PrimitiveFieldTypeTest, HighlighterConfigTest, TimeZoneUtilsTest, TestFastOutputStream, FieldAnalysisRequestHandlerTest, TestJmxIntegration, DateMathParserTest, TermVectorComponentTest, TestPostingsSolrHighlighter, FastVectorHighlighterTest, TestBinaryField, CopyFieldTest, WordBreakSolrSpellCheckerTest, DistanceFunctionTest, TestMultiCoreConfBootstrap, StatelessScriptUpdateProcessorFactoryTest, SpellingQueryConverterTest, TestPartialUpdateDeduplication, TestStressVersions, TestMergePolicyConfig, TestQuerySenderListener, TestCollationField, TestCodecSupport, TestRandomFaceting, AnalysisAfterCoreReloadTest, TestQueryTypes, TestUtils, TestIBSimilarityFactory, BasicDistributedZkTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.seed=726B0BAE25D3A798 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=GMT0 -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s | BasicDistributedZkTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=698 closes=697
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([726B0BAE25D3A798]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
[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$5.evaluate(RandomizedRunner.java:700)
[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]    > Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.BasicDistributedZkTest: 
[junit4:junit4]    >    1) Thread[id=588, name=searcherExecutor-385-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]    >    2) Thread[id=591, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-BasicDistributedZkTest]
[junit4:junit4]    >         at java.lang.Thread.sleep(Native Method)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([726B0BAE25D3A798]:0)
[junit4:junit4]    > Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
[junit4:junit4]    >    1) Thread[id=588, name=searcherExecutor-385-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]    >    2) Thread[id=591, 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:888)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:980)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([726B0BAE25D3A798]:0)
[junit4:junit4] Completed in 348.13s, 1 test, 1 failure, 3 errors <<< FAILURES!

[...truncated 664 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:346: 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: 250 suites, 1041 tests, 3 suite-level errors, 1 error, 872 ignored

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