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

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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50233/collection1
	at __randomizedtesting.SeedInfo.seed([67E803C22690D92D:E60E8DDA51CFB911]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.index_specific(AbstractFullDistribZkTestBase.java:575)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkQueries(AbstractFullDistribZkTestBase.java:750)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:101)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.net.SocketException: Invalid argument
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 46 more




Build Log:
[...truncated 9357 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
[junit4:junit4]   2> 0 T3710 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 8 T3710 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1359260375731
[junit4:junit4]   2> 9 T3710 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T3711 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 12 T3711 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 13 T3711 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 13 T3711 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 14 T3711 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 15 T3711 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 114 T3710 oasc.ZkTestServer.run start zk server on port:50220
[junit4:junit4]   2> 115 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3ffe46f4
[junit4:junit4]   2> 116 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 116 T3716 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 117 T3716 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 118 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50221
[junit4:junit4]   2> 118 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50221
[junit4:junit4]   2> 119 T3714 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 122 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0000 with negotiated timeout 10000 for client /127.0.0.1:50221
[junit4:junit4]   2> 122 T3716 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0000, negotiated timeout = 10000
[junit4:junit4]   2> 122 T3717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ffe46f4 name:ZooKeeperConnection Watcher:127.0.0.1:50220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 123 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 123 T3710 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 128 T3715 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c7a3b5aba0000
[junit4:junit4]   2> 131 T3717 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 131 T3712 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50221 which had sessionid 0x13c7a3b5aba0000
[junit4:junit4]   2> 130 T3710 oaz.ZooKeeper.close Session: 0x13c7a3b5aba0000 closed
[junit4:junit4]   2> 132 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@300dcbb0
[junit4:junit4]   2> 133 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 134 T3718 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 134 T3718 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 135 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50222
[junit4:junit4]   2> 135 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50222
[junit4:junit4]   2> 136 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0001 with negotiated timeout 10000 for client /127.0.0.1:50222
[junit4:junit4]   2> 136 T3718 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0001, negotiated timeout = 10000
[junit4:junit4]   2> 136 T3719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@300dcbb0 name:ZooKeeperConnection Watcher:127.0.0.1:50220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 137 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 137 T3710 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 142 T3710 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 146 T3710 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 150 T3710 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 154 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 155 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 163 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 164 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 169 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 170 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 175 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 176 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 181 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 182 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 188 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 188 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 194 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 195 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 200 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 201 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 206 T3710 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 207 T3710 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 212 T3715 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c7a3b5aba0001
[junit4:junit4]   2> 213 T3712 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50222 which had sessionid 0x13c7a3b5aba0001
[junit4:junit4]   2> 213 T3719 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 213 T3710 oaz.ZooKeeper.close Session: 0x13c7a3b5aba0001 closed
[junit4:junit4]   2> 428 T3710 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 434 T3710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50223
[junit4:junit4]   2> 435 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 436 T3710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 437 T3710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937
[junit4:junit4]   2> 437 T3710 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/solr.xml
[junit4:junit4]   2> 438 T3710 oasc.CoreContainer.<init> New CoreContainer 357601153
[junit4:junit4]   2> 438 T3710 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/'
[junit4:junit4]   2> 439 T3710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/'
[junit4:junit4]   2> 477 T3710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 478 T3710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 479 T3710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 479 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 480 T3710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 481 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 481 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 482 T3710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 482 T3710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 483 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 498 T3710 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 517 T3710 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50220/solr
[junit4:junit4]   2> 518 T3710 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 519 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@21ef4a01
[junit4:junit4]   2> 520 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 521 T3729 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 523 T3729 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 524 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50224
[junit4:junit4]   2> 524 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50224
[junit4:junit4]   2> 527 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0002 with negotiated timeout 20000 for client /127.0.0.1:50224
[junit4:junit4]   2> 527 T3729 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0002, negotiated timeout = 20000
[junit4:junit4]   2> 527 T3730 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21ef4a01 name:ZooKeeperConnection Watcher:127.0.0.1:50220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 528 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 530 T3715 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c7a3b5aba0002
[junit4:junit4]   2> 531 T3712 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50224 which had sessionid 0x13c7a3b5aba0002
[junit4:junit4]   2> 532 T3730 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 532 T3710 oaz.ZooKeeper.close Session: 0x13c7a3b5aba0002 closed
[junit4:junit4]   2> 534 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 543 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@5e8204c
[junit4:junit4]   2> 545 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 546 T3731 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 547 T3731 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 547 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50225
[junit4:junit4]   2> 548 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50225
[junit4:junit4]   2> 550 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0003 with negotiated timeout 20000 for client /127.0.0.1:50225
[junit4:junit4]   2> 550 T3731 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0003, negotiated timeout = 20000
[junit4:junit4]   2> 550 T3732 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e8204c name:ZooKeeperConnection Watcher:127.0.0.1:50220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 551 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 553 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 555 T3710 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 559 T3710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50223_
[junit4:junit4]   2> 560 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50223_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50223_
[junit4:junit4]   2> 561 T3710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50223_
[junit4:junit4]   2> 567 T3710 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 575 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 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> 576 T3710 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 581 T3710 oasc.Overseer.start Overseer (id=89080487984365571-127.0.0.1:50223_-n_0000000000) starting
[junit4:junit4]   2> 582 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x1a zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 584 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 585 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x1c zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 587 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 588 T3734 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 590 T3710 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 594 T3710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 598 T3733 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 604 T3735 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/collection1
[junit4:junit4]   2> 604 T3735 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 605 T3735 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 606 T3735 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 608 T3735 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/collection1/'
[junit4:junit4]   2> 609 T3735 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 609 T3735 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/collection1/lib/README' to classloader
[junit4:junit4]   2> 663 T3735 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 730 T3735 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 750 T3735 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 763 T3735 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1409 T3735 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1417 T3735 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1423 T3735 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1450 T3735 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1461 T3735 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1468 T3735 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1471 T3735 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1473 T3735 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1359260375937/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/
[junit4:junit4]   2> 1473 T3735 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848ec4f
[junit4:junit4]   2> 1474 T3735 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1475 T3735 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data forceNew:false
[junit4:junit4]   2> 1476 T3735 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data
[junit4:junit4]   2> 1476 T3735 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index/
[junit4:junit4]   2> 1477 T3735 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1479 T3735 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index forceNew:false
[junit4:junit4]   2> 1484 T3735 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63387b0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1484 T3735 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1485 T3735 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index
[junit4:junit4]   2> 1485 T3735 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1489 T3735 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1489 T3735 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1489 T3735 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1490 T3735 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1491 T3735 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1491 T3735 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1492 T3735 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1492 T3735 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1493 T3735 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1494 T3735 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1494 T3735 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1495 T3735 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1495 T3735 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1496 T3735 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1496 T3735 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1497 T3735 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1497 T3735 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1498 T3735 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1499 T3735 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1499 T3735 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1500 T3735 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1501 T3735 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1501 T3735 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1502 T3735 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1502 T3735 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1503 T3735 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1510 T3735 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1515 T3735 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1517 T3735 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> 1520 T3735 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data
[junit4:junit4]   2> 1521 T3735 oass.SolrIndexSearcher.<init> Opening Searcher@9eb65cd main
[junit4:junit4]   2> 1522 T3735 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1522 T3735 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1523 T3735 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1529 T3735 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1565 T3736 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9eb65cd main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1571 T3735 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1571 T3735 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1573 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2105 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2107 T3733 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:50223_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50223"}
[junit4:junit4]   2> 2107 T3733 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2107 T3733 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2108 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 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> 2117 T3732 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> 2577 T3735 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2578 T3735 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50223 collection:control_collection shard:shard1
[junit4:junit4]   2> 2579 T3735 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2593 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 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> 2595 T3735 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2596 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2599 T3735 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2600 T3735 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2601 T3735 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50223/collection1/
[junit4:junit4]   2> 2601 T3735 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2602 T3735 oasc.SyncStrategy.syncToMe http://127.0.0.1:50223/collection1/ has no replicas
[junit4:junit4]   2> 2602 T3735 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50223/collection1/
[junit4:junit4]   2> 2603 T3735 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2612 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0003 type:create cxid:0x7d zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3625 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3641 T3732 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> 3653 T3735 oasc.ZkController.register We are http://127.0.0.1:50223/collection1/ and leader is http://127.0.0.1:50223/collection1/
[junit4:junit4]   2> 3653 T3735 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50223
[junit4:junit4]   2> 3653 T3735 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3653 T3735 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3654 T3735 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3657 T3735 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3659 T3710 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 3660 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3661 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3673 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3684 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3be9e7bc
[junit4:junit4]   2> 3686 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3687 T3737 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3688 T3737 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 3689 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50226
[junit4:junit4]   2> 3690 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50226
[junit4:junit4]   2> 3692 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0004 with negotiated timeout 10000 for client /127.0.0.1:50226
[junit4:junit4]   2> 3692 T3737 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0004, negotiated timeout = 10000
[junit4:junit4]   2> 3693 T3738 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3be9e7bc name:ZooKeeperConnection Watcher:127.0.0.1:50220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3693 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3695 T3710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3700 T3710 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3892 T3710 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3896 T3710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50227
[junit4:junit4]   2> 3898 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3898 T3710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3899 T3710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422
[junit4:junit4]   2> 3899 T3710 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/solr.xml
[junit4:junit4]   2> 3900 T3710 oasc.CoreContainer.<init> New CoreContainer 29592843
[junit4:junit4]   2> 3901 T3710 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/'
[junit4:junit4]   2> 3901 T3710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/'
[junit4:junit4]   2> 3944 T3710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 3945 T3710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3946 T3710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3946 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3947 T3710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3948 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3948 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3949 T3710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3950 T3710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3951 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3965 T3710 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4003 T3710 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50220/solr
[junit4:junit4]   2> 4004 T3710 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4005 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1409413f
[junit4:junit4]   2> 4006 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4007 T3748 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4009 T3748 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 4010 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50228
[junit4:junit4]   2> 4011 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50228
[junit4:junit4]   2> 4013 T3748 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0005, negotiated timeout = 20000
[junit4:junit4]   2> 4013 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0005 with negotiated timeout 20000 for client /127.0.0.1:50228
[junit4:junit4]   2> 4013 T3749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1409413f name:ZooKeeperConnection Watcher:127.0.0.1:50220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4014 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4018 T3715 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c7a3b5aba0005
[junit4:junit4]   2> 4019 T3712 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50228 which had sessionid 0x13c7a3b5aba0005
[junit4:junit4]   2> 4019 T3710 oaz.ZooKeeper.close Session: 0x13c7a3b5aba0005 closed
[junit4:junit4]   2> 4021 T3749 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4022 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4033 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3549a5f8
[junit4:junit4]   2> 4036 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4037 T3750 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4039 T3750 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 4040 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50229
[junit4:junit4]   2> 4041 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50229
[junit4:junit4]   2> 4043 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0006 with negotiated timeout 20000 for client /127.0.0.1:50229
[junit4:junit4]   2> 4043 T3750 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0006, negotiated timeout = 20000
[junit4:junit4]   2> 4044 T3751 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3549a5f8 name:ZooKeeperConnection Watcher:127.0.0.1:50220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4045 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4047 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4050 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4053 T3710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50227_
[junit4:junit4]   2> 4055 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0006 type:delete cxid:0x4 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50227_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50227_
[junit4:junit4]   2> 4057 T3710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50227_
[junit4:junit4]   2> 4064 T3738 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4064 T3732 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4065 T3732 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> 4072 T3710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4083 T3752 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/collection1
[junit4:junit4]   2> 4084 T3752 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4085 T3752 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4085 T3752 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4088 T3752 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/collection1/'
[junit4:junit4]   2> 4089 T3752 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4090 T3752 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/collection1/lib/README' to classloader
[junit4:junit4]   2> 4169 T3752 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 4233 T3752 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4235 T3752 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4244 T3752 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 4939 T3752 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 4946 T3752 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 4948 T3752 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 4973 T3752 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4984 T3752 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 4992 T3752 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4995 T3752 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 4997 T3752 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1359260379422/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/
[junit4:junit4]   2> 4998 T3752 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848ec4f
[junit4:junit4]   2> 4999 T3752 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5001 T3752 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1 forceNew:false
[junit4:junit4]   2> 5002 T3752 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1
[junit4:junit4]   2> 5002 T3752 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index/
[junit4:junit4]   2> 5003 T3752 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5005 T3752 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index forceNew:false
[junit4:junit4]   2> 5013 T3752 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38f9f930),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5013 T3752 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5014 T3752 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index
[junit4:junit4]   2> 5015 T3752 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5020 T3752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5020 T3752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5021 T3752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5021 T3752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5022 T3752 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5023 T3752 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5024 T3752 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5025 T3752 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5026 T3752 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5027 T3752 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5029 T3752 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5029 T3752 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5031 T3752 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5031 T3752 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5033 T3752 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5034 T3752 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5035 T3752 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5036 T3752 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5037 T3752 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5039 T3752 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5039 T3752 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5040 T3752 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5041 T3752 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5042 T3752 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5042 T3752 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5043 T3752 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5050 T3752 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5055 T3752 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5057 T3752 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> 5062 T3752 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1
[junit4:junit4]   2> 5065 T3752 oass.SolrIndexSearcher.<init> Opening Searcher@1e39bccf main
[junit4:junit4]   2> 5067 T3752 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5068 T3752 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5068 T3752 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5078 T3752 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5143 T3753 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e39bccf main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5157 T3752 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5158 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5158 T3752 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5160 T3733 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:50223_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50223"}
[junit4:junit4]   2> 5169 T3733 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:50227_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50227"}
[junit4:junit4]   2> 5170 T3733 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 2
[junit4:junit4]   2> 5170 T3733 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5188 T3751 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> 5188 T3732 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> 5189 T3738 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> 6164 T3752 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6165 T3752 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50227 collection:collection1 shard:shard1
[junit4:junit4]   2> 6166 T3752 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6181 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0006 type:delete cxid:0x43 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6183 T3752 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6185 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0006 type:create cxid:0x44 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6190 T3752 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6190 T3752 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6190 T3752 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50227/collection1/
[junit4:junit4]   2> 6191 T3752 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6191 T3752 oasc.SyncStrategy.syncToMe http://127.0.0.1:50227/collection1/ has no replicas
[junit4:junit4]   2> 6191 T3752 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50227/collection1/
[junit4:junit4]   2> 6192 T3752 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6203 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0006 type:create cxid:0x4e zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6707 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6725 T3738 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> 6726 T3751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6725 T3732 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> 6770 T3752 oasc.ZkController.register We are http://127.0.0.1:50227/collection1/ and leader is http://127.0.0.1:50227/collection1/
[junit4:junit4]   2> 6770 T3752 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50227
[junit4:junit4]   2> 6771 T3752 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 6771 T3752 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 6771 T3752 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6775 T3752 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6777 T3710 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 6780 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 6780 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7072 T3710 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7080 T3710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50230
[junit4:junit4]   2> 7083 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7083 T3710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7084 T3710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511
[junit4:junit4]   2> 7085 T3710 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/solr.xml
[junit4:junit4]   2> 7085 T3710 oasc.CoreContainer.<init> New CoreContainer 942388116
[junit4:junit4]   2> 7086 T3710 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/'
[junit4:junit4]   2> 7086 T3710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/'
[junit4:junit4]   2> 7141 T3710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7143 T3710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7144 T3710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7145 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7145 T3710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7148 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7148 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7149 T3710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7149 T3710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7150 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7167 T3710 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7192 T3710 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50220/solr
[junit4:junit4]   2> 7193 T3710 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7194 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@199e336b
[junit4:junit4]   2> 7198 T3763 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7198 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7203 T3763 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 7205 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50231
[junit4:junit4]   2> 7205 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50231
[junit4:junit4]   2> 7268 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0007 with negotiated timeout 20000 for client /127.0.0.1:50231
[junit4:junit4]   2> 7268 T3763 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0007, negotiated timeout = 20000
[junit4:junit4]   2> 7269 T3764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@199e336b name:ZooKeeperConnection Watcher:127.0.0.1:50220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7269 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7272 T3715 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c7a3b5aba0007
[junit4:junit4]   2> 7322 T3710 oaz.ZooKeeper.close Session: 0x13c7a3b5aba0007 closed
[junit4:junit4]   2> 7323 T3712 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50231 which had sessionid 0x13c7a3b5aba0007
[junit4:junit4]   2> 7323 T3764 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7323 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7336 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@20b6965f
[junit4:junit4]   2> 7340 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7341 T3765 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7343 T3765 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 7346 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50232
[junit4:junit4]   2> 7347 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50232
[junit4:junit4]   2> 7348 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0008 with negotiated timeout 20000 for client /127.0.0.1:50232
[junit4:junit4]   2> 7349 T3765 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0008, negotiated timeout = 20000
[junit4:junit4]   2> 7349 T3766 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20b6965f name:ZooKeeperConnection Watcher:127.0.0.1:50220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7350 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7352 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7353 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7356 T3710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50230_
[junit4:junit4]   2> 7358 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0008 type:delete cxid:0x4 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50230_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50230_
[junit4:junit4]   2> 7359 T3710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50230_
[junit4:junit4]   2> 7366 T3751 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> 7367 T3738 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7368 T3738 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> 7368 T3732 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7369 T3732 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> 7372 T3751 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7378 T3710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7390 T3767 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/collection1
[junit4:junit4]   2> 7390 T3767 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7392 T3767 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7392 T3767 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7395 T3767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/collection1/'
[junit4:junit4]   2> 7397 T3767 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7398 T3767 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/collection1/lib/README' to classloader
[junit4:junit4]   2> 7487 T3767 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 7581 T3767 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7583 T3767 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7613 T3767 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8245 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8246 T3733 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:50227_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50227"}
[junit4:junit4]   2> 8256 T3751 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8257 T3738 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> 8258 T3766 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> 8258 T3732 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> 8446 T3767 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8456 T3767 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8460 T3767 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8485 T3767 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8492 T3767 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8499 T3767 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8501 T3767 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8503 T3767 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1359260382511/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/
[junit4:junit4]   2> 8504 T3767 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848ec4f
[junit4:junit4]   2> 8504 T3767 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 8505 T3767 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2 forceNew:false
[junit4:junit4]   2> 8506 T3767 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2
[junit4:junit4]   2> 8506 T3767 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index/
[junit4:junit4]   2> 8507 T3767 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8508 T3767 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index forceNew:false
[junit4:junit4]   2> 8513 T3767 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e86880),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8513 T3767 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8514 T3767 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index
[junit4:junit4]   2> 8515 T3767 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8518 T3767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8518 T3767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8519 T3767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8519 T3767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8520 T3767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8521 T3767 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8521 T3767 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8522 T3767 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8523 T3767 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8524 T3767 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8525 T3767 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8525 T3767 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8526 T3767 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8527 T3767 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8527 T3767 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8530 T3767 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8530 T3767 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8531 T3767 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8532 T3767 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8533 T3767 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8535 T3767 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8535 T3767 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8536 T3767 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8537 T3767 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8538 T3767 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8539 T3767 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8551 T3767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8555 T3767 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8561 T3767 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> 8567 T3767 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2
[junit4:junit4]   2> 8570 T3767 oass.SolrIndexSearcher.<init> Opening Searcher@7fd74424 main
[junit4:junit4]   2> 8571 T3767 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8571 T3767 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8572 T3767 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8579 T3767 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8629 T3768 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7fd74424 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8640 T3767 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8642 T3767 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9773 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9775 T3733 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:50230_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50230"}
[junit4:junit4]   2> 9775 T3733 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 9775 T3733 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 9783 T3751 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> 9784 T3738 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> 9785 T3766 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> 9785 T3732 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> 10652 T3767 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 10654 T3767 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50230 collection:collection1 shard:shard2
[junit4:junit4]   2> 10656 T3767 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 10671 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0008 type:delete cxid:0x44 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 10673 T3767 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 10674 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0008 type:create cxid:0x45 zxid:0x7e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10680 T3767 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 10680 T3767 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 10681 T3767 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50230/collection1/
[junit4:junit4]   2> 10681 T3767 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 10681 T3767 oasc.SyncStrategy.syncToMe http://127.0.0.1:50230/collection1/ has no replicas
[junit4:junit4]   2> 10682 T3767 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50230/collection1/
[junit4:junit4]   2> 10682 T3767 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 10691 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba0008 type:create cxid:0x4e zxid:0x81 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11297 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11314 T3738 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11314 T3766 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11314 T3751 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> 11315 T3732 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> 11319 T3767 oasc.ZkController.register We are http://127.0.0.1:50230/collection1/ and leader is http://127.0.0.1:50230/collection1/
[junit4:junit4]   2> 11320 T3767 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50230
[junit4:junit4]   2> 11320 T3767 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 11320 T3767 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 11321 T3767 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11324 T3767 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11325 T3710 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 11326 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 11326 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 11632 T3710 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 11639 T3710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50233
[junit4:junit4]   2> 11640 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 11641 T3710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 11642 T3710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054
[junit4:junit4]   2> 11643 T3710 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/solr.xml
[junit4:junit4]   2> 11643 T3710 oasc.CoreContainer.<init> New CoreContainer 1132935
[junit4:junit4]   2> 11644 T3710 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/'
[junit4:junit4]   2> 11645 T3710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/'
[junit4:junit4]   2> 11697 T3710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 11699 T3710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 11700 T3710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 11701 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 11701 T3710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 11702 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 11703 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 11703 T3710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 11704 T3710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 11705 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 11720 T3710 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 11745 T3710 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50220/solr
[junit4:junit4]   2> 11746 T3710 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 11747 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@45b54b08
[junit4:junit4]   2> 11749 T3778 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11749 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11753 T3778 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 11754 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50234
[junit4:junit4]   2> 11755 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50234
[junit4:junit4]   2> 11757 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba0009 with negotiated timeout 20000 for client /127.0.0.1:50234
[junit4:junit4]   2> 11757 T3778 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba0009, negotiated timeout = 20000
[junit4:junit4]   2> 11758 T3779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45b54b08 name:ZooKeeperConnection Watcher:127.0.0.1:50220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11758 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11762 T3715 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c7a3b5aba0009
[junit4:junit4]   2> 11764 T3712 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50234 which had sessionid 0x13c7a3b5aba0009
[junit4:junit4]   2> 11764 T3779 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 11764 T3710 oaz.ZooKeeper.close Session: 0x13c7a3b5aba0009 closed
[junit4:junit4]   2> 11766 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 11773 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@2edcecd4
[junit4:junit4]   2> 11775 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 11776 T3780 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 11778 T3780 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 11780 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50235
[junit4:junit4]   2> 11780 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50235
[junit4:junit4]   2> 11782 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba000a with negotiated timeout 20000 for client /127.0.0.1:50235
[junit4:junit4]   2> 11782 T3780 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba000a, negotiated timeout = 20000
[junit4:junit4]   2> 11783 T3781 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2edcecd4 name:ZooKeeperConnection Watcher:127.0.0.1:50220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 11784 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 11789 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba000a type:create cxid:0x1 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11792 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba000a type:create cxid:0x2 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 11795 T3710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50233_
[junit4:junit4]   2> 11797 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba000a type:delete cxid:0x4 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50233_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50233_
[junit4:junit4]   2> 11799 T3710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50233_
[junit4:junit4]   2> 11810 T3751 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> 11810 T3766 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> 11812 T3738 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11812 T3732 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11813 T3732 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> 11813 T3738 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> 11815 T3751 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11817 T3766 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 11827 T3710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 11848 T3782 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/collection1
[junit4:junit4]   2> 11849 T3782 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 11854 T3782 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 11854 T3782 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 11859 T3782 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/collection1/'
[junit4:junit4]   2> 11860 T3782 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 11863 T3782 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/collection1/lib/README' to classloader
[junit4:junit4]   2> 11943 T3782 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 12050 T3782 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 12054 T3782 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 12062 T3782 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12752 T3782 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12761 T3782 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12765 T3782 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12787 T3782 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12793 T3782 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12799 T3782 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12801 T3782 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12803 T3782 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1359260387054/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/
[junit4:junit4]   2> 12803 T3782 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848ec4f
[junit4:junit4]   2> 12804 T3782 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12805 T3782 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3 forceNew:false
[junit4:junit4]   2> 12806 T3782 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 12806 T3782 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index/
[junit4:junit4]   2> 12806 T3782 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12808 T3782 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index forceNew:false
[junit4:junit4]   2> 12813 T3782 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@253007b7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12813 T3782 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12814 T3782 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index
[junit4:junit4]   2> 12815 T3782 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 12818 T3782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12818 T3782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 12819 T3782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12819 T3782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 12820 T3782 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12820 T3782 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12821 T3782 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12823 T3782 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12824 T3782 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12825 T3782 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 12826 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 12826 T3782 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 12827 T3782 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12827 T3733 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:50230_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50230"}
[junit4:junit4]   2> 12828 T3782 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 12828 T3782 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 12829 T3782 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 12830 T3782 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12831 T3782 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12832 T3782 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12833 T3782 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12834 T3782 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12834 T3782 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12835 T3732 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> 12835 T3782 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12835 T3751 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> 12834 T3781 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> 12836 T3782 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12834 T3766 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> 12837 T3782 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 12835 T3738 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> 12837 T3782 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 12838 T3782 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 12846 T3782 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12849 T3782 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 12851 T3782 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> 12854 T3782 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 12855 T3782 oass.SolrIndexSearcher.<init> Opening Searcher@f34f2ac main
[junit4:junit4]   2> 12856 T3782 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12857 T3782 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12857 T3782 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 12864 T3782 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 12908 T3783 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f34f2ac main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 12937 T3782 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12938 T3782 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14349 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14350 T3733 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:50233_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50233"}
[junit4:junit4]   2> 14350 T3733 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 14351 T3733 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14359 T3766 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> 14359 T3732 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> 14359 T3751 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> 14359 T3781 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> 14360 T3738 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> 14942 T3782 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14943 T3782 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50233 collection:collection1 shard:shard1
[junit4:junit4]   2> 14949 T3782 oasc.ZkController.register We are http://127.0.0.1:50233/collection1/ and leader is http://127.0.0.1:50227/collection1/
[junit4:junit4]   2> 14949 T3782 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50233
[junit4:junit4]   2> 14949 T3782 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 14950 T3782 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C273 name=collection1 org.apache.solr.core.SolrCore@30ca7948 url=http://127.0.0.1:50233/collection1 node=127.0.0.1:50233_ C273_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50233_, base_url=http://127.0.0.1:50233}
[junit4:junit4]   2> 14951 T3784 C273 P50233 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 14952 T3784 C273 P50233 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 14952 T3782 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14952 T3784 C273 P50233 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 14953 T3784 C273 P50233 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14954 T3710 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 14955 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 14955 T3784 C273 P50233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 14955 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15275 T3710 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15285 T3710 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50237
[junit4:junit4]   2> 15286 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15287 T3710 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15289 T3710 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684
[junit4:junit4]   2> 15289 T3710 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/solr.xml
[junit4:junit4]   2> 15290 T3710 oasc.CoreContainer.<init> New CoreContainer 1083593447
[junit4:junit4]   2> 15291 T3710 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/'
[junit4:junit4]   2> 15291 T3710 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/'
[junit4:junit4]   2> 15338 T3710 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 15338 T3710 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15339 T3710 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15340 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15341 T3710 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15341 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15342 T3710 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15343 T3710 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15343 T3710 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15344 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15357 T3710 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15379 T3710 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50220/solr
[junit4:junit4]   2> 15380 T3710 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15380 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@10eb711f
[junit4:junit4]   2> 15383 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15385 T3794 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15388 T3794 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 15391 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50238
[junit4:junit4]   2> 15391 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50238
[junit4:junit4]   2> 15394 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba000b with negotiated timeout 20000 for client /127.0.0.1:50238
[junit4:junit4]   2> 15394 T3794 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba000b, negotiated timeout = 20000
[junit4:junit4]   2> 15395 T3795 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10eb711f name:ZooKeeperConnection Watcher:127.0.0.1:50220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15396 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15399 T3715 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13c7a3b5aba000b
[junit4:junit4]   2> 15401 T3712 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50238 which had sessionid 0x13c7a3b5aba000b
[junit4:junit4]   2> 15400 T3710 oaz.ZooKeeper.close Session: 0x13c7a3b5aba000b closed
[junit4:junit4]   2> 15401 T3795 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15403 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 15410 T3710 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50220/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1e7da5ae
[junit4:junit4]   2> 15412 T3710 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15413 T3796 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50220. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15414 T3796 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50220, initiating session
[junit4:junit4]   2> 15416 T3712 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50239
[junit4:junit4]   2> 15417 T3712 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50239
[junit4:junit4]   2> 15419 T3714 oazs.ZooKeeperServer.finishSessionInit Established session 0x13c7a3b5aba000c with negotiated timeout 20000 for client /127.0.0.1:50239
[junit4:junit4]   2> 15420 T3796 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50220, sessionid = 0x13c7a3b5aba000c, negotiated timeout = 20000
[junit4:junit4]   2> 15421 T3797 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e7da5ae name:ZooKeeperConnection Watcher:127.0.0.1:50220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15422 T3710 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15425 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba000c type:create cxid:0x1 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15428 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba000c type:create cxid:0x2 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15431 T3710 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50237_
[junit4:junit4]   2> 15433 T3715 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13c7a3b5aba000c type:delete cxid:0x4 zxid:0xa3 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50237_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50237_
[junit4:junit4]   2> 15434 T3710 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50237_
[junit4:junit4]   2> 15441 T3766 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> 15441 T3781 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> 15442 T3751 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> 15444 T3732 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15444 T3732 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> 15445 T3738 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15445 T3738 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> 15448 T3766 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15449 T3751 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15449 T3781 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 15461 T3710 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15475 T3798 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/collection1
[junit4:junit4]   2> 15475 T3798 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15478 T3798 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15479 T3798 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15482 T3798 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/collection1/'
[junit4:junit4]   2> 15483 T3798 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15483 T3798 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/collection1/lib/README' to classloader
[junit4:junit4]   2> 15559 T3798 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 15671 T3798 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15674 T3798 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15682 T3798 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 15887 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15888 T3733 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:50233_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50233"}
[junit4:junit4]   2> 15895 T3766 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> 15895 T3732 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> 15896 T3751 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> 15895 T3797 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> 15896 T3781 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> 15896 T3738 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> 16377 T3798 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16388 T3798 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16392 T3798 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16418 T3798 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16426 T3798 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16435 T3798 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16437 T3798 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16440 T3798 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty4-1359260390684/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/
[junit4:junit4]   2> 16440 T3798 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3848ec4f
[junit4:junit4]   2> 16441 T3798 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 16442 T3798 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4 forceNew:false
[junit4:junit4]   2> 16442 T3798 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4
[junit4:junit4]   2> 16443 T3798 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index/
[junit4:junit4]   2> 16443 T3798 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16445 T3798 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index forceNew:false
[junit4:junit4]   2> 16449 T3798 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@99e3414),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16450 T3798 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16451 T3798 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index
[junit4:junit4]   2> 16451 T3798 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 16454 T3798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16455 T3798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 16455 T3798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16456 T3798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 16457 T3798 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16457 T3798 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16458 T3798 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16459 T3798 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16460 T3798 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16460 T3798 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 16461 T3798 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 16462 T3798 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16463 T3798 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 16463 T3798 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 16463 T3798 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 16464 T3798 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16465 T3798 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16466 T3798 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16467 T3798 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16468 T3798 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16468 T3798 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16469 T3798 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16470 T3798 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16471 T3798 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16472 T3798 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 16472 T3798 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 16480 T3798 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16484 T3798 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 16487 T3798 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> 16489 T3798 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4
[junit4:junit4]   2> 16491 T3798 oass.SolrIndexSearcher.<init> Opening Searcher@7c75e195 main
[junit4:junit4]   2> 16492 T3798 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16492 T3798 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16504 T3798 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 16525 T3798 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 16592 T3799 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c75e195 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 16602 T3798 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16602 T3798 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17409 T3733 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17410 T3733 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:50237_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50237"}
[junit4:junit4]   2> 17411 T3733 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
[junit4:junit4]   2> 17411 T3733 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 17418 T3766 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> 17418 T3732 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> 17418 T3781 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> 17419 T3797 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> 17419 T3738 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> 17419 T3751 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> 17609 T3798 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 17609 T3798 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50237 collection:collection1 shard:shard2
[junit4:junit4]   2> 17615 T3798 oasc.ZkController.register We are http://127.0.0.1:50237/collection1/ and leader is http://127.0.0.1:50230/collection1/
[junit4:junit4]   2> 17615 T3798 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50237
[junit4:junit4]   2> 17615 T3798 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 17616 T3798 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C274 name=collection1 org.apache.solr.core.SolrCore@4757b6f6 url=http://127.0.0.1:50237/collection1 node=127.0.0.1:50237_ C274_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50237_, base_url=http://127.0.0.1:50237}
[junit4:junit4]   2> 17617 T3800 C274 P50237 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 17617 T3798 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17618 T3800 C274 P50237 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 17619 T3800 C274 P50237 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 17619 T3800 C274 P50237 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17620 T3710 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 17621 T3800 C274 P50237 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17621 T3710 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17622 T3710 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17629 T3710 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> ASYNC  NEW_CORE C275 name=collection1 org.apache.solr.core.SolrCore@52e1d93f url=http://127.0.0.1:50223/collection1 node=127.0.0.1:50223_ C275_STATE=coll:control_collection core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=control_collection, node_name=127.0.0.1:50223_, base_url=http://127.0.0.1:50223, leader=true}
[junit4:junit4]   2> 17642 T3728 C275 P50223 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data
[junit4:junit4]   2> 17646 T3728 C275 P50223 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63387b0),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17647 T3728 C275 P50223 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17651 T3728 C275 P50223 /update {wt=javabin&version=2} {add=[1 (1425287826231001088)]} 0 10
[junit4:junit4]   2> ASYNC  NEW_CORE C276 name=collection1 org.apache.solr.core.SolrCore@4f0c2bdf url=http://127.0.0.1:50227/collection1 node=127.0.0.1:50227_ C276_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50227_, base_url=http://127.0.0.1:50227, leader=true}
[junit4:junit4]   2> 17673 T3744 C276 P50227 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1
[junit4:junit4]   2> 17677 T3744 C276 P50227 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38f9f930),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17678 T3744 C276 P50227 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2>  C273_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50233_, base_url=http://127.0.0.1:50233}
[junit4:junit4]   2> 17717 T3773 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 17721 T3773 C273 P50233 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@253007b7),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17722 T3773 C273 P50233 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17726 T3773 C273 P50233 /update {distrib.from=http://127.0.0.1:50227/collection1/&update.distrib=FROMLEADER&wt=javabin&version=2} {add=[1 (1425287826263506944)]} 0 10
[junit4:junit4]   2> 17727 T3744 C276 P50227 /update {distrib.from=http://127.0.0.1:50230/collection1/&update.distrib=TOLEADER&wt=javabin&version=2} {add=[1 (1425287826263506944)]} 0 55
[junit4:junit4]   2> ASYNC  NEW_CORE C277 name=collection1 org.apache.solr.core.SolrCore@4124eda1 url=http://127.0.0.1:50230/collection1 node=127.0.0.1:50230_ C277_STATE=coll:collection1 core:collection1 props:{shard=shard2, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50230_, base_url=http://127.0.0.1:50230, leader=true}
[junit4:junit4]   2> 17728 T3760 C277 P50230 /update {wt=javabin&version=2} {add=[1]} 0 67
[junit4:junit4]   2> 17733 T3723 C275 P50223 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17774 T3723 C275 P50223 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63387b0),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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@63387b0),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 17775 T3723 C275 P50223 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 17777 T3723 C275 P50223 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data
[junit4:junit4]   2> 17791 T3723 C275 P50223 oass.SolrIndexSearcher.<init> Opening Searcher@5a8327c6 main
[junit4:junit4]   2> 17792 T3723 C275 P50223 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17794 T3736 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a8327c6 main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 17795 T3736 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/control/data/index
[junit4:junit4]   2> 17795 T3723 C275 P50223 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 63
[junit4:junit4]   2> 17802 T3747 C276 P50227 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17840 T3747 C276 P50227 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38f9f930),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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38f9f930),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 17841 T3747 C276 P50227 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 17842 T3747 C276 P50227 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1
[junit4:junit4]   2> 17858 T3747 C276 P50227 oass.SolrIndexSearcher.<init> Opening Searcher@261f6ce6 main
[junit4:junit4]   2> 17860 T3747 C276 P50227 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17862 T3753 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@261f6ce6 main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 17862 T3753 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index
[junit4:junit4]   2> 17863 T3747 C276 P50227 oasu.SolrCmdDistributor.distribCommit Distrib commit to:[StdNode: http://127.0.0.1:50233/collection1/, StdNode: http://127.0.0.1:50230/collection1/, StdNode: http://127.0.0.1:50237/collection1/] params:commit_end_point=true&commit=true&softCommit=false&waitSearcher=true&expungeDeletes=false
[junit4:junit4]   2> 17868 T3774 C273 P50233 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17879 T3788 C274 P50237 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17881 T3761 C277 P50230 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 17883 T3788 C274 P50237 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4
[junit4:junit4]   2> 17886 T3788 C274 P50237 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@99e3414),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17888 T3761 C277 P50230 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2
[junit4:junit4]   2> 17893 T3761 C277 P50230 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e86880),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17894 T3788 C274 P50237 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17896 T3788 C274 P50237 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@99e3414),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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@99e3414),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17897 T3788 C274 P50237 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17898 T3788 C274 P50237 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4
[junit4:junit4]   2> 17904 T3761 C277 P50230 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17905 T3788 C274 P50237 oass.SolrIndexSearcher.<init> Opening Searcher@44882380 main
[junit4:junit4]   2> 17906 T3788 C274 P50237 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17909 T3761 C277 P50230 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e86880),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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e86880),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 17910 T3799 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44882380 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17910 T3761 C277 P50230 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 17910 T3799 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty4/index
[junit4:junit4]   2> 17911 T3761 C277 P50230 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2
[junit4:junit4]   2> 17913 T3761 C277 P50230 oass.SolrIndexSearcher.<init> Opening Searcher@2388894e main
[junit4:junit4]   2> 17913 T3788 C274 P50237 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 34
[junit4:junit4]   2> 17914 T3761 C277 P50230 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17917 T3768 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2388894e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17918 T3768 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty2/index
[junit4:junit4]   2> 17918 T3761 C277 P50230 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 37
[junit4:junit4]   2> 17926 T3774 C273 P50233 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@253007b7),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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@253007b7),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 17927 T3774 C273 P50233 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 17928 T3774 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 17944 T3774 C273 P50233 oass.SolrIndexSearcher.<init> Opening Searcher@33985400 main
[junit4:junit4]   2> 17946 T3774 C273 P50233 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 17949 T3783 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@33985400 main{StandardDirectoryReader(segments_2:3 _0(5.0):C1)}
[junit4:junit4]   2> 17949 T3783 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index
[junit4:junit4]   2> 17950 T3774 C273 P50233 /update {waitSearcher=true&commit=true&wt=javabin&expungeDeletes=false&commit_end_point=true&version=2&softCommit=false} {commit=} 0 82
[junit4:junit4]   2> 17951 T3747 C276 P50227 /update {waitSearcher=true&commit=true&wt=javabin&version=2&softCommit=false} {commit=} 0 149
[junit4:junit4]   2> 17952 T3710 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):230
[junit4:junit4]   2> 17954 T3710 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17968 T3784 C273 P50233 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50227/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 17969 T3784 C273 P50233 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50233 START replicas=[http://127.0.0.1:50227/collection1/] nUpdates=100
[junit4:junit4]   2> 17969 T3784 C273 P50233 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 17974 T3784 C273 P50233 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 17975 T3784 C273 P50233 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 17976 T3784 C273 P50233 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 17977 T3784 C273 P50233 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 17977 T3784 C273 P50233 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50227/collection1/. core=collection1
[junit4:junit4]   2> 17977 T3784 C273 P50233 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17987 T3743 C276 P50227 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
[junit4:junit4]   2> 17988 T3745 C276 P50227 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18003 T3745 C276 P50227 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38f9f930),segFN=segments_2,generation=2,filenames=[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, segments_2, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@38f9f930),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 18004 T3745 C276 P50227 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.doc, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_NestedPulsing_0.pos, _0_MockVariableIntBlock_0.pyl, _0_MockVariableIntBlock_0.tib, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 18005 T3745 C276 P50227 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1
[junit4:junit4]   2> 18015 T3745 C276 P50227 oass.SolrIndexSearcher.<init> Opening Searcher@372cc0e4 realtime
[junit4:junit4]   2> 18016 T3745 C276 P50227 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18017 T3745 C276 P50227 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 29
[junit4:junit4]   2> 18020 T3784 C273 P50233 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18021 T3784 C273 P50233 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18024 T3744 C276 P50227 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18025 T3744 C276 P50227 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
[junit4:junit4]   2> 18026 T3784 C273 P50233 oash.SnapPuller.fetchLatestIndex Master's generation: 3
[junit4:junit4]   2> 18026 T3784 C273 P50233 oash.SnapPuller.fetchLatestIndex Slave's generation: 2
[junit4:junit4]   2> 18026 T3784 C273 P50233 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18030 T3747 C276 P50227 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1
[junit4:junit4]   2> 18034 T3747 C276 P50227 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty1/index
[junit4:junit4]   2> 18034 T3747 C276 P50227 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=3&version=2} status=0 QTime=5 
[junit4:junit4]   2> 18037 T3784 C273 P50233 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 29
[junit4:junit4]   2> 18038 T3784 C273 P50233 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index.20130127051953760 forceNew:false
[junit4:junit4]   2> 18039 T3784 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 18044 T3784 C273 P50233 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index.20130127051953760 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38a598b9) fullCopy=true
[junit4:junit4]   2> 18048 T3742 C276 P50227 REQ /replication {file=_0_MockSep_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18054 T3743 C276 P50227 REQ /replication {file=_0_MockVariableIntBlock_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18060 T3745 C276 P50227 REQ /replication {file=_0_Lucene41_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18066 T3746 C276 P50227 REQ /replication {file=_0_MockVariableIntBlock_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   2> 18068 T3784 C273 P50233 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.skp, size=0}
[junit4:junit4]   2> 18073 T3744 C276 P50227 REQ /replication {file=_0_NestedPulsing_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   2> 18079 T3747 C276 P50227 REQ /replication {file=_0_NestedPulsing_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18085 T3742 C276 P50227 REQ /replication {file=_0_MockVariableIntBlock_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18087 T3784 C273 P50233 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockVariableIntBlock_0.pyl, size=0}
[junit4:junit4]   2> 18091 T3743 C276 P50227 REQ /replication {file=_0_NestedPulsing_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18097 T3745 C276 P50227 REQ /replication {file=_0_MockSep_0.skp&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18099 T3784 C273 P50233 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockSep_0.skp, size=0}
[junit4:junit4]   2> 18103 T3746 C276 P50227 REQ /replication {file=_0_MockVariableIntBlock_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18109 T3744 C276 P50227 REQ /replication {file=_0_MockVariableIntBlock_0.pos&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18116 T3747 C276 P50227 REQ /replication {file=_0.si&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   2> 18121 T3742 C276 P50227 REQ /replication {file=_0_MockSep_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18127 T3743 C276 P50227 REQ /replication {file=_0_Lucene41_0.tim&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18133 T3745 C276 P50227 REQ /replication {file=_0_Lucene41_0.tip&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18140 T3746 C276 P50227 REQ /replication {file=_0_MockVariableIntBlock_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   2> 18146 T3744 C276 P50227 REQ /replication {file=_0_NestedPulsing_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18151 T3747 C276 P50227 REQ /replication {file=_0.fnm&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18188 T3742 C276 P50227 REQ /replication {file=_0_nrm.cfs&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18199 T3743 C276 P50227 REQ /replication {file=_0_MockSep_0.tib&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   2> 18206 T3745 C276 P50227 REQ /replication {file=_0_Lucene41_0.doc&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18212 T3746 C276 P50227 REQ /replication {file=_0_MockVariableIntBlock_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18219 T3744 C276 P50227 REQ /replication {file=_0_nrm.cfe&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18224 T3747 C276 P50227 REQ /replication {file=_0_MockSep_0.frq&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18230 T3742 C276 P50227 REQ /replication {file=_0.fdx&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18237 T3743 C276 P50227 REQ /replication {file=_0_MockSep_0.tii&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=1 
[junit4:junit4]   2> 18242 T3745 C276 P50227 REQ /replication {file=_0_MockSep_0.pyl&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18245 T3784 C273 P50233 oash.SnapPuller$DirectoryFileFetcher.fetchPackets WARNING No content recieved for file: {name=_0_MockSep_0.pyl, size=0}
[junit4:junit4]   2> 18250 T3746 C276 P50227 REQ /replication {file=segments_3&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18255 T3744 C276 P50227 REQ /replication {file=_0.fdt&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=3} status=0 QTime=0 
[junit4:junit4]   2> 18258 T3784 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index
[junit4:junit4]   2> 18258 T3784 C273 P50233 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18259 T3784 C273 P50233 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130127051953760
[junit4:junit4]   2> 18261 T3784 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 18262 T3784 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 18263 T3784 C273 P50233 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18264 T3784 C273 P50233 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18264 T3784 C273 P50233 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18274 T3784 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index
[junit4:junit4]   2> 18275 T3784 C273 P50233 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3
[junit4:junit4]   2> 18276 T3784 C273 P50233 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index/ new=./org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index.20130127051953760
[junit4:junit4]   2> 18288 T3784 C273 P50233 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-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZk2Test-1359260375731/jetty3/index.20130127051953760 lockFactory=org.apache.lucene.store.NativeFSLockFactory@38a598b9),segFN=segments_3,generation=3,filenames=[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_MockVariableIntBlock_0.pyl, _0_NestedPulsing_0.pos, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 18289 T3784 C273 P50233 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[_0_MockSep_0.pos, _0_MockVariableIntBlock_0.doc, _0_Lucene41_0.pos, _0_MockVariableIntBlock_0.skp, _0_NestedPulsing_0.tip, _0_NestedPulsing_0.tim, _0_MockVariableIntBlock_0.pyl, _0_NestedPulsing_0.pos, _0_MockSep_0.skp, _0_MockVariableIntBlock_0.tib, _0_MockVariableIntBlock_0.pos, _0_MockSep_0.doc, _0.si, _0_Lucene41_0.tim, _0_MockVariableIntBlock_0.tii, _0_Lucene41_0.tip, _0_NestedPulsing_0.doc, _0.fnm, _0_nrm.cfs, _0_MockSep_0.tib, _0_Lucene41_0.doc, _0_nrm.cfe, _0_MockVariableIntBlock_0.frq, _0_MockSep_0.frq, _0.fdx, _0_MockSep_0.tii, _0_MockSep_0.pyl, _0.fdt, segments_3]
[junit4:junit4]   2> 18289 T3784 C273 P50233

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

ndomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.SocketException: Invalid argument
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]   2> 35456 T3710 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: {n_f1=PostingsFormat(name=MockSep), foo_b=PostingsFormat(name=NestedPulsing), foo_d=Lucene41(blocksize=128), foo_f=PostingsFormat(name=NestedPulsing), n_tl1=PostingsFormat(name=MockSep), n_d1=MockVariableIntBlock(baseBlockSize=35), rnd_b=Lucene41(blocksize=128), intDefault=PostingsFormat(name=MockSep), n_td1=PostingsFormat(name=MockSep), timestamp=MockVariableIntBlock(baseBlockSize=35), id=Lucene41(blocksize=128), range_facet_sl=Lucene41(blocksize=128), range_facet_si=MockVariableIntBlock(baseBlockSize=35), oddField_s=Lucene41(blocksize=128), multiDefault=MockVariableIntBlock(baseBlockSize=35), n_tf1=MockVariableIntBlock(baseBlockSize=35), n_dt1=PostingsFormat(name=MockSep), n_ti1=Lucene41(blocksize=128), range_facet_l=MockVariableIntBlock(baseBlockSize=35), text=PostingsFormat(name=NestedPulsing), _version_=PostingsFormat(name=MockSep), SubjectTerms_mfacet=PostingsFormat(name=MockSep), a_t=MockVariableIntBlock(baseBlockSize=35), n_tdt1=PostingsFormat(name=MockSep), other_tl1=PostingsFormat(name=MockSep), n_l1=MockVariableIntBlock(baseBlockSize=35), a_si=PostingsFormat(name=MockSep)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ko_KR, timezone=Africa/Brazzaville
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=2,free=41947488,total=215678976
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestLRUCache, RequiredFieldsTest, TestDFRSimilarityFactory, PrimUtilsTest, QueryEqualityTest, TestCoreContainer, SOLR749Test, TestWordDelimiterFilterFactory, PeerSyncTest, TestRangeQuery, TestPseudoReturnFields, TestTrie, TestDocumentBuilder, SolrPluginUtilsTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, RequestHandlersTest, CoreAdminHandlerTest, OutputWriterTest, CoreContainerCoreInitFailuresTest, TestHashPartitioner, FieldMutatingUpdateProcessorTest, TestRealTimeGet, ClusterStateTest, TestSort, TestJmxIntegration, TestIndexingPerformance, BadComponentTest, ClusterStateUpdateTest, TestBinaryResponseWriter, TestOmitPositions, FileBasedSpellCheckerTest, TestQuerySenderListener, URLClassifyProcessorTest, TestWriterPerf, SoftAutoCommitTest, TestSolrJ, TestCSVLoader, TestUtils, TestMergePolicyConfig, SuggesterWFSTTest, SearchHandlerTest, TestCSVResponseWriter, UpdateParamsTest, TestStressLucene, TestCollationField, TestFastWriter, TestBadConfig, TestNumberUtils, ScriptEngineTest, ChaosMonkeyNothingIsSafeTest, ZkControllerTest, TestMultiCoreConfBootstrap, LukeRequestHandlerTest, SynonymTokenizerTest, WordBreakSolrSpellCheckerTest, BinaryUpdateRequestHandlerTest, PreAnalyzedFieldTest, TestSolrIndexConfig, SpatialFilterTest, SyncSliceTest, TestSolrCoreProperties, TestReversedWildcardFilterFactory, SampleTest, DebugComponentTest, TestPartialUpdateDeduplication, SystemInfoHandlerTest, ChaosMonkeySafeLeaderTest, TestSolr4Spatial, MultiTermTest, TestSolrDeletionPolicy1, FastVectorHighlighterTest, TestComponentsName, TestPhraseSuggestions, IndexSchemaRuntimeFieldTest, DirectSolrConnectionTest, LegacyHTMLStripCharFilterTest, TestFastOutputStream, DistributedQueryElevationComponentTest, TestBM25SimilarityFactory, OpenExchangeRatesOrgProviderTest, TestSolrDeletionPolicy2, TestJmxMonitoredMap, FileUtilsTest, NotRequiredUniqueKeyTest, SuggesterTest, OverseerTest, DateFieldTest, DistributedSpellCheckComponentTest, HighlighterTest, QueryParsingTest, NumericFieldsTest, PathHierarchyTokenizerFactoryTest, TestAtomicUpdateErrorCases, LeaderElectionTest, EchoParamsTest, PluginInfoTest, QueryElevationComponentTest, TestElisionMultitermQuery, TestLMJelinekMercerSimilarityFactory, MBeansHandlerTest, DocumentAnalysisRequestHandlerTest, ZkSolrClientTest, TestPostingsSolrHighlighter, TestConfig, IndexReaderFactoryTest, TermsComponentTest, DateMathParserTest, CopyFieldTest, BadIndexSchemaTest, OverseerCollectionProcessorTest, DirectUpdateHandlerTest, IndexSchemaTest, BasicDistributedZkTest, AlternateDirectoryTest, TestSystemIdResolver, TestFoldingMultitermQuery, TestIBSimilarityFactory, XsltUpdateRequestHandlerTest, DocumentBuilderTest, RecoveryZkTest, SpellCheckComponentTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, LeaderElectionIntegrationTest, TestDistributedGrouping, TestRandomFaceting, TestDistributedSearch, SpellCheckCollatorTest, TestExtendedDismaxParser, AutoCommitTest, BasicZkTest, TestFaceting, DistributedTermsComponentTest, StatsComponentTest, TestRecovery, TestJoin, SolrCoreTest, IndexBasedSpellCheckerTest, SimpleFacetsTest, TestGroupingSearch, DirectSolrSpellCheckerTest, TestFiltering, ConvertedLegacyTest, SortByFunctionTest, BasicFunctionalityTest, SignatureUpdateProcessorFactoryTest, TestIndexSearcher, TestFunctionQuery, SolrRequestParserTest, TestRemoteStreaming, CacheHeaderTest, PolyFieldTest, MoreLikeThisHandlerTest, CurrencyFieldTest, DisMaxRequestHandlerTest, DistanceFunctionTest, SolrInfoMBeanTest, MinimalSchemaTest, StandardRequestHandlerTest, TestQueryTypes, TestPHPSerializedResponseWriter, XmlUpdateRequestHandlerTest, FieldAnalysisRequestHandlerTest, PingRequestHandlerTest, TermVectorComponentTest, JsonLoaderTest, TestSurroundQueryParser, DirectUpdateHandlerOptimizeTest, TestSolrQueryParser, TestValueSourceCache, JSONWriterTest, ReturnFieldsTest, SuggesterFSTTest, TestArbitraryIndexDir, TestQueryUtils, LoggingHandlerTest, SuggesterTSTTest, SolrCmdDistributorTest, UniqFieldsUpdateProcessorFactoryTest, CSVRequestHandlerTest, ShowFileRequestHandlerTest, TestSearchPerf, SolrCoreCheckLockOnStartupTest, TestLuceneMatchVersion, UpdateRequestProcessorFactoryTest, TestPropInject, NoCacheHeaderTest, PrimitiveFieldTypeTest, TestUpdate, TestBinaryField, HighlighterConfigTest, TestPropInjectDefaults, TestXIncludeConfig, TestDocSet, TestLFUCache, SolrIndexConfigTest, TestQuerySenderNoQuery, SpellPossibilityIteratorTest, TestLMDirichletSimilarityFactory, TestPerFieldSimilarity, TestPluginEnable, TestCodecSupport, TestDefaultSimilarityFactory, TimeZoneUtilsTest, TestFastLRUCache, ResourceLoaderTest, TestSolrXMLSerializer, SpellingQueryConverterTest, TestSuggestSpellingConverter, DOMUtilTest, UUIDFieldTest, RAMDirectoryFactoryTest, ZkNodePropsTest, CircularListTest, AnalysisAfterCoreReloadTest, TestCharFilters, BasicDistributedZk2Test]
[junit4:junit4] Completed in 35.48s, 1 test, 1 error <<< FAILURES!

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

Total time: 66 minutes 20 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